Index: devel/py-daemon/Makefile =================================================================== --- devel/py-daemon/Makefile (revision 375240) +++ devel/py-daemon/Makefile (working copy) @@ -1,21 +0,0 @@ -# Created by: jessekempf@gmail.com -# $FreeBSD$ - -PORTNAME= daemon -PORTVERSION= 1.6 -PORTREVISION= 1 -CATEGORIES= devel python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= python-daemon-${PORTVERSION} - -MAINTAINER= jessekempf@gmail.com -COMMENT= Well-behaved daemon framework for Python - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lockfile>=0.9:${PORTSDIR}/devel/py-lockfile -RUN_DEPENDS:= ${BUILD_DEPENDS} - -USE_PYTHON= autoplist distutils -USES= python:2 - -.include Index: devel/py-daemon/distinfo =================================================================== --- devel/py-daemon/distinfo (revision 375240) +++ devel/py-daemon/distinfo (working copy) @@ -1,2 +0,0 @@ -SHA256 (python-daemon-1.6.tar.gz) = 1665fb16bfeae72f16aa2de40bc75661458bd42731a7d463a911a8d5eaf96c0b -SIZE (python-daemon-1.6.tar.gz) = 41564 Index: devel/py-daemon/pkg-descr =================================================================== --- devel/py-daemon/pkg-descr (revision 375240) +++ devel/py-daemon/pkg-descr (working copy) @@ -1,11 +0,0 @@ -Library to implement a well-behaved Unix daemon process. - -This library implements the well-behaved daemon specification of PEP 3143, -"Standard daemon process library". - -A well-behaved Unix daemon process is tricky to get right, but the required -steps are much the same for every daemon program. A DaemonContext instance holds -the behaviour and configured process environment for the program; use the -instance as a context manager to enter a daemon state. - -WWW: https://pypi.python.org/pypi/python-daemon/ Index: devel/py-python-daemon/Makefile =================================================================== --- devel/py-python-daemon/Makefile (revision 0) +++ devel/py-python-daemon/Makefile (working copy) @@ -0,0 +1,21 @@ +# Created by: jessekempf@gmail.com +# $FreeBSD$ + +PORTNAME= python-daemon +PORTVERSION= 1.6 +PORTREVISION= 1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= python-daemon-${PORTVERSION} + +MAINTAINER= jessekempf@gmail.com +COMMENT= Well-behaved daemon framework for Python + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lockfile>=0.9:${PORTSDIR}/devel/py-lockfile +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USE_PYTHON= autoplist distutils +USES= python:2 + +.include Property changes on: devel/py-python-daemon/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: devel/py-python-daemon/distinfo =================================================================== --- devel/py-python-daemon/distinfo (revision 0) +++ devel/py-python-daemon/distinfo (working copy) @@ -0,0 +1,2 @@ +SHA256 (python-daemon-1.6.tar.gz) = 1665fb16bfeae72f16aa2de40bc75661458bd42731a7d463a911a8d5eaf96c0b +SIZE (python-daemon-1.6.tar.gz) = 41564 Property changes on: devel/py-python-daemon/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: devel/py-python-daemon/pkg-descr =================================================================== --- devel/py-python-daemon/pkg-descr (revision 0) +++ devel/py-python-daemon/pkg-descr (working copy) @@ -0,0 +1,11 @@ +Library to implement a well-behaved Unix daemon process. + +This library implements the well-behaved daemon specification of PEP 3143, +"Standard daemon process library". + +A well-behaved Unix daemon process is tricky to get right, but the required +steps are much the same for every daemon program. A DaemonContext instance holds +the behaviour and configured process environment for the program; use the +instance as a context manager to enter a daemon state. + +WWW: https://pypi.python.org/pypi/python-daemon/ Property changes on: devel/py-python-daemon/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 Index: devel/Makefile =================================================================== --- devel/Makefile (revision 375240) +++ devel/Makefile (working copy) @@ -3691,7 +3691,6 @@ SUBDIR += py-ctags SUBDIR += py-cxx SUBDIR += py-d2to1 - SUBDIR += py-daemon SUBDIR += py-daemons SUBDIR += py-dal SUBDIR += py-darcsver @@ -3904,6 +3903,7 @@ SUBDIR += py-pytemplate SUBDIR += py-pytest SUBDIR += py-pytest-runner + SUBDIR += py-python-daemon SUBDIR += py-python-statsd SUBDIR += py-pythonbrew SUBDIR += py-pytz Index: MOVED =================================================================== --- MOVED (revision 375240) +++ MOVED (working copy) @@ -7329,3 +7329,4 @@ x11/nvidia-driver-96||2014-12-19|Removed: Not compatible with xserver 1.14 www/drupal7-jailadmin||2014-12-20|Removed per author's request; unmaintained www/drupal7-vulnscan||2014-12-20|Removed per author's request; unmaintained +devel/py-py-daemon|devel/py-python-daemon|2014-12-23|Renamed per the upstream PyPi name