[30891] trunk/dports/python

source_changes at macosforge.org source_changes at macosforge.org
Sat Nov 10 04:04:04 PST 2007


Revision: 30891
          http://trac.macosforge.org/projects/macports/changeset/30891
Author:   mww at macports.org
Date:     2007-11-10 04:04:04 -0800 (Sat, 10 Nov 2007)

Log Message:
-----------
new port python/py-supervisor -- #12924

Added Paths:
-----------
    trunk/dports/python/py-supervisor/
    trunk/dports/python/py-supervisor/Portfile

Added: trunk/dports/python/py-supervisor/Portfile
===================================================================
--- trunk/dports/python/py-supervisor/Portfile	                        (rev 0)
+++ trunk/dports/python/py-supervisor/Portfile	2007-11-10 12:04:04 UTC (rev 30891)
@@ -0,0 +1,27 @@
+# $Id: $
+
+PortSystem		1.0
+PortGroup		python24 1.0
+name			py-supervisor
+version			3.0a3
+maintainers		roger.hoover at gmail.com
+description		Process manager for UNIX-like OSs
+long_description	The supervisor is a client/server system that allows its users to control a number of processes on UNIX-like operating systems
+
+platforms		darwin
+
+homepage		http://www.plope.com/software/supervisor2/
+master_sites		${homepage}
+distname		supervisor-${version}
+
+depends_lib-append	port:py-setuptools \
+			port:py-elementtree \
+			port:py-meld3 \
+			port:py-medusa 
+
+checksums		md5 e6533646e83aede64d2855c0f11f964c
+
+post-destroot   {
+        file delete -force ${destroot}/${prefix}/doc
+        xinstall -m 644 -W ${worksrcpath} README.txt CHANGES.txt COPYRIGHT.txt LICENSES.txt TODO.txt UPGRADING.txt sample.conf ${destroot}${prefix}/share/doc/${name}
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071110/01fb5722/attachment.html


More information about the macports-changes mailing list