[19548] trunk/dports/python

source_changes at macosforge.org source_changes at macosforge.org
Fri Sep 15 19:33:37 PDT 2006


Revision: 19548
Author:   markd at macports.org
Date:     2006-09-15 19:33:35 -0700 (Fri, 15 Sep 2006)

Log Message:
-----------
Closes 10103.  New port.

Added Paths:
-----------
    trunk/dports/python/py-4suite-xml/
    trunk/dports/python/py-4suite-xml/Portfile

Added: trunk/dports/python/py-4suite-xml/Portfile
===================================================================
--- trunk/dports/python/py-4suite-xml/Portfile	                        (rev 0)
+++ trunk/dports/python/py-4suite-xml/Portfile	2006-09-16 02:33:35 UTC (rev 19548)
@@ -0,0 +1,34 @@
+# $Id:$
+
+PortSystem 1.0
+PortGroup python24 1.0
+
+name			py-4suite-xml
+version			1.0b3
+categories-append	devel textproc
+maintainers		cssdev at mac.com
+description		suite of python modules for XML and RDF processing
+long_description 	4Suite allows users to take advantage of standard \
+	XML technologies rapidly and to develop and integrate Web-based   \
+	applications. It also puts practical technologies for knowledge   \
+	management projects in the hands of developers. It is implemented \
+	in Python with C extensions.
+
+platforms		darwin
+homepage 		http://4suite.org/
+master_sites        	ftp://ftp.4suite.org/pub/4Suite/ sourceforge:foursuite
+distname		4Suite-XML-${version}
+worksrcdir		4Suite-${version}
+checksums		md5 40a49c19c0b16fb39e356527b891728b
+
+depends_lib-append	port:py-xml 
+
+use_configure		yes
+configure.cmd		${python.bin} setup.py config
+configure.args		--prefix=${prefix} \
+			--mandir=${prefix}/share/man
+
+# See http://sourceforge.net/tracker/index.php?func=detail&aid=1166710&group_id=39954&atid=428294
+destroot.cmd		${python.bin} setup.py
+destroot.target		bdist_install
+destroot.destdir	--root=${destroot}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20060915/87e90f25/attachment.html


More information about the macports-changes mailing list