[128577] trunk/dports/textproc/xml2rfc/Portfile

khindenburg at macports.org khindenburg at macports.org
Sun Nov 23 19:41:03 PST 2014


Revision: 128577
          https://trac.macports.org/changeset/128577
Author:   khindenburg at macports.org
Date:     2014-11-23 19:41:03 -0800 (Sun, 23 Nov 2014)
Log Message:
-----------
xml2rfc: whitespace changes

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

Modified: trunk/dports/textproc/xml2rfc/Portfile
===================================================================
--- trunk/dports/textproc/xml2rfc/Portfile	2014-11-24 02:32:08 UTC (rev 128576)
+++ trunk/dports/textproc/xml2rfc/Portfile	2014-11-24 03:41:03 UTC (rev 128577)
@@ -1,44 +1,45 @@
 # -*- 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		xml2rfc
-version		1.36
-categories	textproc
-platforms	darwin
-maintainers	nomaintainer
+name                xml2rfc
+version             1.36
+categories          textproc
+platforms           darwin
+maintainers         nomaintainer
 supported_archs     noarch
 
-description	RFC formatting utility using XML source
-long_description	\
-	xml2rfc is a tool for creating Internet-Drafts and RFCs \
-	using the format described in RFC 2629.
-homepage	http://xml.resource.org/
-master_sites	http://xml.resource.org/authoring/
-extract.suffix	.tgz
+description         RFC formatting utility using XML source
+long_description \
+    xml2rfc is a tool for creating Internet-Drafts and RFCs \
+    using the format described in RFC 2629.
 
+homepage            http://xml.resource.org/
+master_sites        http://xml.resource.org/authoring/
+extract.suffix      .tgz
+
 checksums           rmd160  4e9a76b0419443a9368854924ef364676b7d831c \
                     sha256  eb1c59597fcb40575bf56e2d04e1c8d7e1b3e965c32e20801354d7404e1f270c
 
-depends_build	bin:unzip:unzip
-patchfiles	fast-sync.sh.diff
+depends_build       bin:unzip:unzip
+patchfiles          fast-sync.sh.diff
 
-use_configure	    no
-destroot	{
-	xinstall -m 755 ${worksrcpath}/xml2rfc.tcl \
-		${destroot}${prefix}/bin/xml2rfc
-	system "ln -s xml2rfc ${destroot}${prefix}/bin/xml2html; \
-		ln -s xml2rfc ${destroot}${prefix}/bin/xml2txt; \
-		ln -s xml2rfc ${destroot}${prefix}/bin/xml2nroff"
-	xinstall -d ${destroot}${prefix}/share/doc/xml2rfc
-	foreach file [glob -directory ${worksrcpath} \
-			"README.*" "draft-mrose-writing-rfcs.*" "rfc2629.*" \
-			"*.ent" "sample.*"] {
-		xinstall -m 644 ${file} \
-			${destroot}${prefix}/share/doc/xml2rfc/
-	}
-	xinstall -d ${destroot}${prefix}/share/xsl/xml2rfc
+use_configure       no
+destroot {
+    xinstall -m 755 ${worksrcpath}/xml2rfc.tcl \
+        ${destroot}${prefix}/bin/xml2rfc
+    system "ln -s xml2rfc ${destroot}${prefix}/bin/xml2html; \
+        ln -s xml2rfc ${destroot}${prefix}/bin/xml2txt; \
+        ln -s xml2rfc ${destroot}${prefix}/bin/xml2nroff"
+    xinstall -d ${destroot}${prefix}/share/doc/xml2rfc
+    foreach file [glob -directory ${worksrcpath} \
+                "README.*" "draft-mrose-writing-rfcs.*" "rfc2629.*" \
+                "*.ent" "sample.*"] {
+        xinstall -m 644 ${file} \
+            ${destroot}${prefix}/share/doc/xml2rfc/
+    }
+    xinstall -d ${destroot}${prefix}/share/xsl/xml2rfc
 }
 
 livecheck.type      regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141123/7302309c/attachment.html>


More information about the macports-changes mailing list