[103140] trunk/dports/textproc/html-xml-utils/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Feb 15 19:21:36 PST 2013


Revision: 103140
          https://trac.macports.org/changeset/103140
Author:   ryandesign at macports.org
Date:     2013-02-15 19:21:36 -0800 (Fri, 15 Feb 2013)
Log Message:
-----------
html-xml-utils: whitespace changes; add modeline

Modified Paths:
--------------
    trunk/dports/textproc/html-xml-utils/Portfile

Modified: trunk/dports/textproc/html-xml-utils/Portfile
===================================================================
--- trunk/dports/textproc/html-xml-utils/Portfile	2013-02-16 03:12:28 UTC (rev 103139)
+++ trunk/dports/textproc/html-xml-utils/Portfile	2013-02-16 03:21:36 UTC (rev 103140)
@@ -1,27 +1,30 @@
+# -*- 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			html-xml-utils
+name                html-xml-utils
 version             6.3
-categories		textproc
-platforms		darwin
-maintainers		nomaintainer
-description		A number of simple utilties for manipulating HTML and XML files.
-long_description	${description}
+categories          textproc
+platforms           darwin
+maintainers         nomaintainer
 
-homepage		http://www.w3.org/Tools/HTML-XML-utils/
-master_sites	${homepage}
+description         A number of simple utilties for manipulating HTML and XML files.
 
+long_description    ${description}
+
+homepage            http://www.w3.org/Tools/HTML-XML-utils/
+master_sites        ${homepage}
+
 checksums           rmd160  efc46fa0a0edf74bd37ee1974256bc800960612d \
                     sha256  52b426477ecea9ea78b48becccfa63345adb275ba088fde51926f69e6cb30993
 
-configure.args	--program-prefix=w3
+configure.args      --program-prefix=w3
 
 configure.cflags-append -std=gnu89
 
 configure.libs-append   -liconv
 
-livecheck.type	regex
-livecheck.url	[lindex ${master_sites} 0]
-livecheck.regex	${name}-(\[0-9.\]+)\\.tar
+livecheck.type      regex
+livecheck.url       [lindex ${master_sites} 0]
+livecheck.regex     ${name}-(\[0-9.\]+)\\.tar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130215/7ccaa7b0/attachment.html>


More information about the macports-changes mailing list