[108164] trunk/dports/textproc/xmlcatmgr/Portfile

larryv at macports.org larryv at macports.org
Sun Jul 14 21:49:02 PDT 2013


Revision: 108164
          https://trac.macports.org/changeset/108164
Author:   larryv at macports.org
Date:     2013-07-14 21:49:02 -0700 (Sun, 14 Jul 2013)
Log Message:
-----------
xmlcatmgr: Add modeline, fix whitespace, tweak formatting (#39727).

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

Modified: trunk/dports/textproc/xmlcatmgr/Portfile
===================================================================
--- trunk/dports/textproc/xmlcatmgr/Portfile	2013-07-15 04:32:45 UTC (rev 108163)
+++ trunk/dports/textproc/xmlcatmgr/Portfile	2013-07-15 04:49:02 UTC (rev 108164)
@@ -1,30 +1,31 @@
+# -*- 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			xmlcatmgr
-version			2.2
-revision        1
-categories		textproc
-license			BSD
-installs_libs	no
-platforms		darwin
-maintainers		nomaintainer
-description		SGML and XML catalog manager
+name                xmlcatmgr
+version             2.2
+revision            1
+categories          textproc
+license             BSD
+installs_libs       no
+platforms           darwin
+maintainers         nomaintainer
 
-long_description \
-    XML Catalog Manager (xmlcatmgr in its short form) is a small utility used to manipulate \
-    SGML and XML catalogs. It is extremely small and lightweight, specially designed to be \
-    run from packaging systems. Basically, it allows adding and removing entries from \
-    catalogs, in a completely automated way.
+description         SGML and XML catalog manager
+long_description    XML Catalog Manager (xmlcatmgr in its short form) \
+                    is a small utility used to manipulate SGML and XML \
+                    catalogs. It is extremely small and lightweight, \
+                    specially designed to be run from packaging systems. \
+                    Basically, it allows adding and removing entries \
+                    from catalogs, in a completely automated way.
+homepage            http://xmlcatmgr.sourceforge.net/
 
-homepage		http://xmlcatmgr.sourceforge.net/
-master_sites	freebsd sourceforge
+master_sites        freebsd sourceforge
+checksums           md5     4b0c7e075f5ff5aa86537b403468739a \
+                    sha1    1761eb72234a14d3d919ce3ccb0c0550421bf2e8 \
+                    rmd160  6d01a88defccd086758f78d345a2abdf4be5c970
 
-checksums       md5 4b0c7e075f5ff5aa86537b403468739a \
-                sha1 1761eb72234a14d3d919ce3ccb0c0550421bf2e8 \
-                rmd160 6d01a88defccd086758f78d345a2abdf4be5c970
+configure.args      --mandir=${prefix}/share/man
 
-configure.args	--mandir=${prefix}/share/man
-
-destroot.args   DIR_DOC=${prefix}/share/doc/${name}-${version}
+destroot.args       DIR_DOC=${prefix}/share/doc/${name}-${version}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130714/a4b1b29d/attachment.html>


More information about the macports-changes mailing list