[93158] trunk/dports/textproc/xmlroff/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed May 16 10:44:03 PDT 2012


Revision: 93158
          https://trac.macports.org/changeset/93158
Author:   ryandesign at macports.org
Date:     2012-05-16 10:44:02 -0700 (Wed, 16 May 2012)
Log Message:
-----------
xmlroff: add modeline and reformat

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

Modified: trunk/dports/textproc/xmlroff/Portfile
===================================================================
--- trunk/dports/textproc/xmlroff/Portfile	2012-05-16 17:39:35 UTC (rev 93157)
+++ trunk/dports/textproc/xmlroff/Portfile	2012-05-16 17:44:02 UTC (rev 93158)
@@ -1,40 +1,43 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem			1.0
+PortSystem          1.0
 
-name				xmlroff
-version				0.5.1
-categories			textproc
-maintainers			nomaintainer
-description			An XSL formatter producing PDF and PostScript.
-long_description \
-	Creates formatted output -- pages containing text in a variety \
-	of type styles and sizes -- from an input XML document and an XSL \
-	stylesheet.
+name                xmlroff
+version             0.5.1
+categories          textproc
+platforms           darwin
+maintainers         nomaintainer
 
-homepage			http://xmlroff.org/
-master_sites			${homepage}download/
+description         An XSL formatter producing PDF and PostScript.
 
-platforms			darwin
-checksums			md5 83cc19e284efb140008d11863fe74ff2
+long_description    Creates formatted output -- pages containing text in a \
+                    variety of type styles and sizes -- from an input XML \
+                    document and an XSL stylesheet.
 
-depends_build			port:pkgconfig
-depends_lib			lib:libxml2.2:libxml2 \
-				lib:libatk-1.0:atk \
-				path:lib/pkgconfig/glib-2.0.pc:glib2 \
-				lib:libgtk.2:gtk2 \
-				lib:libart_lgpl_2:libart_lgpl \
-				lib:libbonobo-2:libbonobo \
-				lib:libgnomeprint-2.2:libgnomeprint \
-				lib:libIDL-2:libidl \
-				lib:libxslt:libxslt \
-				lib:libORBit-2.0:orbit2 \
-				path:lib/pkgconfig/pango.pc:pango \
-				lib:libpangoxsl-1:pangoxsl \
-				port:xmlcatmgr
+homepage            http://xmlroff.org/
+master_sites        ${homepage}download/
 
-configure.ldflags-append	"-framework CoreFoundation"
+checksums           md5     83cc19e284efb140008d11863fe74ff2
 
+depends_build       port:pkgconfig
+
+depends_lib         lib:libxml2.2:libxml2 \
+                    lib:libatk-1.0:atk \
+                    path:lib/pkgconfig/glib-2.0.pc:glib2 \
+                    lib:libgtk.2:gtk2 \
+                    lib:libart_lgpl_2:libart_lgpl \
+                    lib:libbonobo-2:libbonobo \
+                    lib:libgnomeprint-2.2:libgnomeprint \
+                    lib:libIDL-2:libidl \
+                    lib:libxslt:libxslt \
+                    lib:libORBit-2.0:orbit2 \
+                    path:lib/pkgconfig/pango.pc:pango \
+                    lib:libpangoxsl-1:pangoxsl \
+                    port:xmlcatmgr
+
+configure.ldflags-append    "-framework CoreFoundation"
+
 # Specify catalog to add (catalog for xmlroff's libfo library)
 set libfocatalog ${prefix}/share/xml/libfo-${version}/catalog.xml
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120516/d40a0170/attachment.html>


More information about the macports-changes mailing list