Index: deskutils/Makefile =================================================================== --- deskutils/Makefile +++ deskutils/Makefile @@ -209,6 +209,7 @@ SUBDIR += py-send2trash SUBDIR += py-taskw SUBDIR += py-todoman + SUBDIR += py-tomaatti SUBDIR += py-vdirsyncer SUBDIR += py-vobject SUBDIR += pybookreader Index: deskutils/py-tomaatti/Makefile =================================================================== --- /dev/null +++ deskutils/py-tomaatti/Makefile @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= tomaatti +DISTVERSIONPREFIX= v +DISTVERSION= 0.5.0 +CATEGORIES= deskutils python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= dch@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-tomaatti/distinfo =================================================================== --- /dev/null +++ deskutils/py-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-tomaatti/files/patch-setup.py =================================================================== --- /dev/null +++ deskutils/py-tomaatti/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2019-09-30 08:08:42 UTC ++++ setup.py +@@ -20,7 +20,7 @@ setup( + author='Tim Hütz', + author_email='tim@huetz.biz', + license='GPL-3.0', +- packages=find_packages(), ++ packages=find_packages(exclude=("tests",)), + install_requires=[ + 'easygui' + ], Index: deskutils/py-tomaatti/pkg-descr =================================================================== --- /dev/null +++ deskutils/py-tomaatti/pkg-descr @@ -0,0 +1,4 @@ +Tomaatti is a Pomodoro technique productivity timer which can be +integrated into your regular i3 window manager setup. + +WWW: https://github.com/thuetz/i3-tomaatti