Index: x11/py-safeeyes/Makefile =================================================================== --- x11/py-safeeyes/Makefile (nonexistent) +++ x11/py-safeeyes/Makefile (working copy) @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= safeeyes +DISTVERSION= 2.0.9 +CATEGORIES= x11 python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= samir@noir.im +COMMENT= GTK application to protect your eyes from eye strain + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>0:devel/py-babel@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}xlib>0:x11-toolkits/py-xlib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus@${PY_FLAVOR} \ + libappindicator>0:devel/libappindicator + +USES= python:3.4+ gnome +USE_PYTHON= autoplist distutils +USE_GNOME= gtk30 pygobject3 + +INSTALLS_ICONS= yes + +NO_ARCH= yes + +.include Property changes on: x11/py-safeeyes/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: x11/py-safeeyes/distinfo =================================================================== --- x11/py-safeeyes/distinfo (nonexistent) +++ x11/py-safeeyes/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1607704061 +SHA256 (safeeyes-2.0.9.tar.gz) = e2410e5203fd3801e88536fc9b978a890f496a70b7bc91abf50d5488b634008f +SIZE (safeeyes-2.0.9.tar.gz) = 291147 Property changes on: x11/py-safeeyes/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: x11/py-safeeyes/files/patch-setup.py =================================================================== --- x11/py-safeeyes/files/patch-setup.py (nonexistent) +++ x11/py-safeeyes/files/patch-setup.py (working copy) @@ -0,0 +1,11 @@ +--- setup.py.orig 2020-12-17 15:45:24 UTC ++++ setup.py +@@ -42,7 +42,7 @@ def _data_files(path): + for root, _, files in os.walk(path): + if not files: + continue +- yield (os.path.join('/usr', root), [os.path.join(root, f) for f in files]) ++ yield (os.path.join('/usr/local', root), [os.path.join(root, f) for f in files]) + + + def __package_files(directory): Property changes on: x11/py-safeeyes/files/patch-setup.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: x11/py-safeeyes/pkg-descr =================================================================== --- x11/py-safeeyes/pkg-descr (nonexistent) +++ x11/py-safeeyes/pkg-descr (working copy) @@ -0,0 +1,4 @@ +Safe Eyes protects your eyes from eye strain (asthenopia) by reminding you to +take breaks while you're working long hours at the computer. + +WWW: https://slgobinath.github.io/SafeEyes/ Property changes on: x11/py-safeeyes/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property