Index: deskutils/Makefile =================================================================== --- deskutils/Makefile +++ deskutils/Makefile @@ -201,6 +201,7 @@ SUBDIR += puush SUBDIR += py-autokey SUBDIR += py-bugwarrior + SUBDIR += py-i3-tomaatti SUBDIR += py-khal SUBDIR += py-khard SUBDIR += py-paperless Index: deskutils/py-i3-tomaatti/Makefile =================================================================== --- /dev/null +++ deskutils/py-i3-tomaatti/Makefile @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= i3-tomaatti +DISTVERSIONPREFIX= v +DISTVERSION= 0.5.0 +CATEGORIES= deskutils python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= dcg@FreeBSD.org +COMMENT= Pomodoro timer app for i3 tiling window manager + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE.md + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}easygui>0.98:x11-toolkits/py-easygui@${PY_FLAVOR} + +USES= python:3.5+ +USE_PYTHON= distutils autoplist + +USE_GITHUB= yes +GH_ACCOUNT= thuetz +GH_PROJECT= i3-tomaatti + +NO_BUILD= yes +NO_ARCH= yes + +.include Index: deskutils/py-i3-tomaatti/distinfo =================================================================== --- /dev/null +++ deskutils/py-i3-tomaatti/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1569830319 +SHA256 (thuetz-i3-tomaatti-v0.5.0_GH0.tar.gz) = 034354992d392c9bb46b34183c4239c0cf8cd9a1c586c15a44430aa3ef7f65de +SIZE (thuetz-i3-tomaatti-v0.5.0_GH0.tar.gz) = 21736 Index: deskutils/py-i3-tomaatti/pkg-descr =================================================================== --- /dev/null +++ deskutils/py-i3-tomaatti/pkg-descr @@ -0,0 +1,11 @@ +py3status is an extensible i3status wrapper written in python. + +You can take control of your i3bar easily by: + + * using one of the available modules shipped with py3status + * grouping multiple modules and automatically or manually cycle their display + * writing your own modules and have their output displayed on your bar + * handling click events on your i3bar and play with them in no time + * seeing your clock tick every second whatever your i3status interval + +WWW: https://github.com/ultrabug/py3status