[142267] trunk/dports/textproc/xalanc/Portfile

khindenburg at macports.org khindenburg at macports.org
Sat Dec 12 05:02:12 PST 2015


Revision: 142267
          https://trac.macports.org/changeset/142267
Author:   khindenburg at macports.org
Date:     2015-11-08 15:28:34 -0800 (Sun, 08 Nov 2015)
Log Message:
-----------
xalanc: add modeline + whitespace changes

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

Modified: trunk/dports/textproc/xalanc/Portfile
===================================================================
--- trunk/dports/textproc/xalanc/Portfile	2015-11-08 22:52:22 UTC (rev 142266)
+++ trunk/dports/textproc/xalanc/Portfile	2015-11-08 23:28:34 UTC (rev 142267)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -2,43 +3,43 @@
 
-name			xalanc
-version			1.10.0
-revision		1
-categories		textproc
-platforms		darwin freebsd
-maintainers		mww
-license			Apache-2
-description		XSLT processor in C++ for transforming XML
-long_description	Xalan is an XSLT processor for transforming XML \
-				documents into HTML, text, or other XML document \
-				types.  Xalan-C++ version 1.6 is a robust \
-				implementation of the W3C Recommendations for XSL \
-				Transformations (XSLT) and the XML Path Language \
-				(XPath).
+name                xalanc
+version             1.10.0
+revision            1
+categories          textproc
+platforms           darwin freebsd
+maintainers         mww
+license             Apache-2
+description         XSLT processor in C++ for transforming XML
+long_description    Xalan is an XSLT processor for transforming XML \
+                    documents into HTML, text, or other XML document \
+                    types.  Xalan-C++ version 1.6 is a robust \
+                    implementation of the W3C Recommendations for XSL \
+                    Transformations (XSLT) and the XML Path Language \
+                    (XPath).
 
-homepage		http://xml.apache.org/xalan-c/
-master_sites	apache:xml/xalan-c/source/
-distname		Xalan-C_1_10_0-src
-checksums		md5 0a3fbb535885531cc544b07a2060bfb1
-patchfiles		patch-Makefile.incl.in
+homepage            http://xml.apache.org/xalan-c/
+master_sites        apache:xml/xalan-c/source/
+distname            Xalan-C_1_10_0-src
+checksums           md5 0a3fbb535885531cc544b07a2060bfb1
+patchfiles          patch-Makefile.incl.in
 
-depends_lib		port:xercesc
+depends_lib         port:xercesc
 
-worksrcdir		xml-xalan/c
+worksrcdir          xml-xalan/c
 
-configure.env	XALANCROOT='${workpath}/xml-xalan/c' \
-				XERCESCROOT='${prefix}'
-configure.cmd	./runConfigure
+configure.env       XALANCROOT='${workpath}/xml-xalan/c' \
+                    XERCESCROOT='${prefix}'
+configure.cmd       ./runConfigure
 configure.pre_args -C --prefix=${prefix} \
                    -c ${configure.cc} -x ${configure.cxx}
 
-platform darwin	{
-	configure.pre_args-append	-p macosx
+platform darwin {
+    configure.pre_args-append   -p macosx
 }
 
-build.env		${configure.env}
-build.type		gnu
-use_parallel_build no
+build.env           ${configure.env}
+build.type          gnu
+use_parallel_build  no
 
-destroot.env	${configure.env}
+destroot.env        ${configure.env}
 
-livecheck.type	moddate
+livecheck.type      moddate
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/4168ef71/attachment.html>


More information about the macports-changes mailing list