[29355] trunk/dports/textproc/xmlto/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Fri Sep 21 15:18:36 PDT 2007


Revision: 29355
          http://trac.macosforge.org/projects/macports/changeset/29355
Author:   nox at macports.org
Date:     2007-09-21 15:18:35 -0700 (Fri, 21 Sep 2007)

Log Message:
-----------
xmlto: Whitespace changes.

Modified Paths:
--------------
    trunk/dports/textproc/xmlto/Portfile

Modified: trunk/dports/textproc/xmlto/Portfile
===================================================================
--- trunk/dports/textproc/xmlto/Portfile	2007-09-21 22:09:52 UTC (rev 29354)
+++ trunk/dports/textproc/xmlto/Portfile	2007-09-21 22:18:35 UTC (rev 29355)
@@ -1,39 +1,41 @@
 # $Id$
 
-PortSystem			1.0
-name				xmlto
-version				0.0.18
-revision			2
-categories			textproc
-maintainers			nomaintainer at macports.org
-description			Convert an XML document to another format based on XSL \
-					or other tools
+PortSystem      1.0
+
+name            xmlto
+version         0.0.18
+revision        2
+categories      textproc
+platforms       darwin
+maintainers     nomaintainer
+description     Convert an XML document to another format based on XSL \
+                or other tools
+
 long_description \
-	The purpose of xmlto is to convert an XML file to the desired format \
-	using whatever means necessary. This may involve two steps: \
-		1. The application of an appropriate XSL stylesheet using an XSL-T \
-			processor. \
-		2. Further processing with other tools. This step may not be necessary.
+    The purpose of xmlto is to convert an XML file to the desired format \
+    using whatever means necessary. This may involve two steps: \
+        1. The application of an appropriate XSL stylesheet using an XSL-T \
+           processor. \
+        2. Further processing with other tools. This step may not be necessary.
 
-homepage			http://cyberelk.net/tim/xmlto/
-master_sites		http://cyberelk.net/tim/data/xmlto/stable/
+homepage        http://cyberelk.net/tim/xmlto/
+master_sites    http://cyberelk.net/tim/data/xmlto/stable/
+use_bzip2       yes
 
-platforms			darwin
-use_bzip2			yes
-checksums			md5 1a06471b70eb27a6aca5d1b3a144f9b0
+checksums       md5 1a06471b70eb27a6aca5d1b3a144f9b0
 
-depends_lib			port:libxslt \
-					port:libxml2 \
- 					port:getopt \
-					port:docbook-xml-4.2 \
-					port:docbook-xsl
+depends_lib     port:libxslt \
+                port:libxml2 \
+                port:getopt \
+                port:docbook-xml-4.2 \
+                port:docbook-xsl
 
-configure.args		--with-getopt=${prefix}/bin/getopt \
-					--mandir=${prefix}/share/man
+configure.args	--with-getopt=${prefix}/bin/getopt \
+                --mandir=${prefix}/share/man
 
-build.args			XML_CATALOG_FILES=${prefix}/etc/xml/catalog
+build.args      XML_CATALOG_FILES=${prefix}/etc/xml/catalog
 
-destroot.args		${build.args}
+destroot.args   ${build.args}
 
 post-destroot {
 	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}

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


More information about the macports-changes mailing list