ports/187412: commit references a PR
dfilter service
dfilter at FreeBSD.ORG
Thu May 22 05:50:06 UTC 2014
The following reply was made to PR ports/187412; it has been noted by GNATS.
From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: ports/187412: commit references a PR
Date: Thu, 22 May 2014 05:40:58 +0000 (UTC)
Author: miwi
Date: Thu May 22 05:40:53 2014
New Revision: 354770
URL: http://svnweb.freebsd.org/changeset/ports/354770
QAT: https://qat.redports.org/buildarchive/r354770/
Log:
Daemons is a resource library for Python developers that want to create daemon
processes. The idea is to provide the basic daemon functionality while still
giving the developer the ability to customize their daemon for any purpose.
WWW: https://pypi.python.org/pypi/daemons
PR: ports/187412
Submitted by: fax at nohik.ee
Added:
head/devel/py-daemons/
head/devel/py-daemons/Makefile (contents, props changed)
head/devel/py-daemons/distinfo (contents, props changed)
head/devel/py-daemons/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Thu May 22 05:39:35 2014 (r354769)
+++ head/devel/Makefile Thu May 22 05:40:53 2014 (r354770)
@@ -3588,6 +3588,7 @@
SUBDIR += py-cxx
SUBDIR += py-d2to1
SUBDIR += py-daemon
+ SUBDIR += py-daemons
SUBDIR += py-dal
SUBDIR += py-darcsver
SUBDIR += py-dateutil
Added: head/devel/py-daemons/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-daemons/Makefile Thu May 22 05:40:53 2014 (r354770)
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME= daemons
+PORTVERSION= 0.2.1
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= fax at nohik.ee
+COMMENT= Resource library for Python developers to create daemon processes
+
+LICENSE= APACHE20
+
+USE_PYTHON= yes
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
+
+.include <bsd.port.mk>
Added: head/devel/py-daemons/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-daemons/distinfo Thu May 22 05:40:53 2014 (r354770)
@@ -0,0 +1,2 @@
+SHA256 (daemons-0.2.1.tar.gz) = fa5da04820a73ee63349db01fb18f2088d1f6d90cc38f342dcd5d82718422a74
+SIZE (daemons-0.2.1.tar.gz) = 17639
Added: head/devel/py-daemons/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-daemons/pkg-descr Thu May 22 05:40:53 2014 (r354770)
@@ -0,0 +1,5 @@
+Daemons is a resource library for Python developers that want to create daemon
+processes. The idea is to provide the basic daemon functionality while still
+giving the developer the ability to customize their daemon for any purpose.
+
+WWW: https://pypi.python.org/pypi/daemons
_______________________________________________
svn-ports-all at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
More information about the freebsd-python
mailing list