[62184] trunk/dports/java/saxpath/Portfile

nox at macports.org nox at macports.org
Wed Dec 30 10:33:47 PST 2009


Revision: 62184
          http://trac.macports.org/changeset/62184
Author:   nox at macports.org
Date:     2009-12-30 10:33:46 -0800 (Wed, 30 Dec 2009)
Log Message:
-----------
Use spaces in saxpath portfile

Modified Paths:
--------------
    trunk/dports/java/saxpath/Portfile

Modified: trunk/dports/java/saxpath/Portfile
===================================================================
--- trunk/dports/java/saxpath/Portfile	2009-12-30 18:33:36 UTC (rev 62183)
+++ trunk/dports/java/saxpath/Portfile	2009-12-30 18:33:46 UTC (rev 62184)
@@ -1,41 +1,43 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem      1.0
 
-name			saxpath
-version			1.0
-categories		java devel textproc
-platforms		darwin
-maintainers		nomaintainer
-description		simple Java API for XPath
-long_description	The SAXPath project is a Simple API for XPath. SAXPath \
-				is analogous to SAX in that the API abstracts away the \
-				details of parsing and provides a simple event based \
-				callback interface. 
+name            saxpath
+version         1.0
+categories      java devel textproc
+platforms       darwin
+maintainers     nomaintainer
+description     simple Java API for XPath
 
-homepage		http://saxpath.sourceforge.net/
-master_sites	sourceforge
-checksums		md5 cc95ecc7dfb689a29bd42323490ee702
+long_description \
+    The SAXPath project is a Simple API for XPath. SAXPath is analogous to SAX \
+    in that the API abstracts away the details of parsing and provides a \
+    simple event based callback interface.
 
-depends_build	bin:ant:apache-ant
-depends_lib		bin:java:kaffe
+homepage        http://saxpath.sourceforge.net/
+master_sites    sourceforge
 
-set worksrcdir	${worksrcdir}-FCS
+checksums       md5 cc95ecc7dfb689a29bd42323490ee702
 
-post-extract	{
-	file mkdir ${worksrcpath}/src/conf
-	file copy ${filespath}/MANIFEST.MF ${worksrcpath}/src/conf
+depends_build   bin:ant:apache-ant
+depends_lib     bin:java:kaffe
+
+set worksrcdir  ${worksrcdir}-FCS
+
+post-extract {
+    file mkdir ${worksrcpath}/src/conf
+    file copy ${filespath}/MANIFEST.MF ${worksrcpath}/src/conf
 }
 
-use_configure	no
+use_configure   no
 
-build.cmd		ant
-build.target	package
+build.cmd       ant
+build.target    package
 
-destroot	{
-	xinstall -m 755 -d ${destroot}${prefix}/share/java \
-		${destroot}${prefix}/share/doc
-	xinstall -m 644 ${worksrcpath}/build/saxpath.jar \
-		${destroot}${prefix}/share/java/
-	file copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name}
+destroot {
+    xinstall -m 755 -d ${destroot}${prefix}/share/java \
+        ${destroot}${prefix}/share/doc
+    xinstall -m 644 ${worksrcpath}/build/saxpath.jar \
+        ${destroot}${prefix}/share/java/
+    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/20091230/8a4f857f/attachment.html>


More information about the macports-changes mailing list