[45742] trunk/dports/python

gboyce at macports.org gboyce at macports.org
Tue Jan 20 19:47:27 PST 2009


Revision: 45742
          http://trac.macports.org/changeset/45742
Author:   gboyce at macports.org
Date:     2009-01-20 19:47:27 -0800 (Tue, 20 Jan 2009)
Log Message:
-----------
Added xmpppy library for python2.5

Added Paths:
-----------
    trunk/dports/python/py25-xmpppy/
    trunk/dports/python/py25-xmpppy/Portfile

Added: trunk/dports/python/py25-xmpppy/Portfile
===================================================================
--- trunk/dports/python/py25-xmpppy/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-xmpppy/Portfile	2009-01-21 03:47:27 UTC (rev 45742)
@@ -0,0 +1,24 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python25 1.0
+
+name			py25-xmpppy
+version			0.4.1
+revision		1
+categories		python net
+platforms		darwin
+maintainers		gboyce at macports.org
+description		python library providing easy scripting with jabber
+long_description	${description}
+
+homepage		http://xmpppy.sourceforge.net/
+master_sites	sourceforge:xmpppy
+distname		xmpppy-${version}
+checksums		sha1 8bc83c2acc2da68dc73099f7a1137353c7d6f859 \
+			md5  ca36d685643f2c56ab07323a09ece9e4
+
+post-destroot	{
+	file delete -force ${destroot}${prefix}/share/doc/${name}
+	file copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name}
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090120/19941676/attachment.html>


More information about the macports-changes mailing list