[34613] trunk/dports/python

eridius at macports.org eridius at macports.org
Fri Feb 29 06:07:19 PST 2008


Revision: 34613
          http://trac.macosforge.org/projects/macports/changeset/34613
Author:   eridius at macports.org
Date:     2008-02-29 06:07:18 -0800 (Fri, 29 Feb 2008)

Log Message:
-----------
New ports: py-daemon and py25-daemon. Fixes #14372

Added Paths:
-----------
    trunk/dports/python/py-daemon/
    trunk/dports/python/py-daemon/Portfile
    trunk/dports/python/py25-daemon/
    trunk/dports/python/py25-daemon/Portfile

Added: trunk/dports/python/py-daemon/Portfile
===================================================================
--- trunk/dports/python/py-daemon/Portfile	                        (rev 0)
+++ trunk/dports/python/py-daemon/Portfile	2008-02-29 14:07:18 UTC (rev 34613)
@@ -0,0 +1,18 @@
+# $Id$
+
+PortSystem        1.0
+PortGroup         python24 1.0
+
+name              py-daemon
+version           1.0
+categories        python
+platforms         darwin
+maintainers       gmail.com:ebgssth
+description       Module to daemonize the calling process
+long_description  ${description}
+homepage          http://www.clapper.org/software/python/daemon/
+master_sites      http://www.clapper.org/software/python/daemon/
+checksums         md5 5643e497d1d920d377c6f9ef85abd1eb \
+                  sha1 7ee8e26d9f023783cbf6c8ac87dadca9b2de9422 \
+                  rmd160 7b049884b9c0ec7206cbe453f9be13ad2e25e004
+distname          daemon-${version}

Added: trunk/dports/python/py25-daemon/Portfile
===================================================================
--- trunk/dports/python/py25-daemon/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-daemon/Portfile	2008-02-29 14:07:18 UTC (rev 34613)
@@ -0,0 +1,18 @@
+# $Id$
+
+PortSystem        1.0
+PortGroup         python25 1.0
+
+name              py25-daemon
+version           1.0
+categories        python
+platforms         darwin
+maintainers       gmail.com:ebgssth
+description       Module to daemonize the calling process
+long_description  ${description}
+homepage          http://www.clapper.org/software/python/daemon/
+master_sites      http://www.clapper.org/software/python/daemon/
+checksums         md5 5643e497d1d920d377c6f9ef85abd1eb \
+                  sha1 7ee8e26d9f023783cbf6c8ac87dadca9b2de9422 \
+                  rmd160 7b049884b9c0ec7206cbe453f9be13ad2e25e004
+distname          daemon-${version}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080229/04e64e73/attachment.html 


More information about the macports-changes mailing list