[86307] trunk/dports/devel/autogen/Portfile

mww at macports.org mww at macports.org
Mon Oct 24 05:54:18 PDT 2011


Revision: 86307
          http://trac.macports.org/changeset/86307
Author:   mww at macports.org
Date:     2011-10-24 05:54:18 -0700 (Mon, 24 Oct 2011)
Log Message:
-----------
autogen: whitespace changes only

Modified Paths:
--------------
    trunk/dports/devel/autogen/Portfile

Modified: trunk/dports/devel/autogen/Portfile
===================================================================
--- trunk/dports/devel/autogen/Portfile	2011-10-24 12:53:13 UTC (rev 86306)
+++ trunk/dports/devel/autogen/Portfile	2011-10-24 12:54:18 UTC (rev 86307)
@@ -2,43 +2,44 @@
 
 PortSystem 1.0
 
-name			autogen
-version			5.11.5
-categories		devel
-platforms		darwin
-maintainers		mww
-license			GPL-3
-description		tool to simplify the creation and maintenance of programs
-long_description	AutoGen is a tool designed to simplify the creation \
-				and maintenance of programs that contain large amounts \
-				of repetitious text. It is especially valuable in \
-				programs that have several blocks of text that must \
-				be kept synchronized.
+name                autogen
+version             5.11.5
+categories          devel
+platforms           darwin
+maintainers         mww
+license             GPL-3
+description         tool to simplify the creation and maintenance of programs
+long_description    AutoGen is a tool designed to simplify the creation \
+                    and maintenance of programs that contain large amounts \
+                    of repetitious text. It is especially valuable in \
+                    programs that have several blocks of text that must \
+                    be kept synchronized.
 
-homepage		http://autogen.sourceforge.net/
-master_sites		sourceforge gnu:autogen:rel5.9 
+homepage            http://autogen.sourceforge.net/
+master_sites        sourceforge gnu:autogen:rel5.9 
 checksums           md5     51c841eab6114de22b55f77a1c4f85b8 \
                     sha1    f0950b57095cc6802fdd7f9d217289c99ec0bdb4 \
                     rmd160  7cc668ef8243cd219307ef01386766ce36419554
-use_bzip2		yes
+use_bzip2           yes
 
-depends_lib		port:guile port:libiconv port:libxml2 port:zlib port:coreutils
+depends_lib         port:guile port:libiconv port:libxml2 port:zlib port:coreutils
 
-configure.args	--mandir=${prefix}/share/man \
-				--infodir=${prefix}/share/info
+configure.args      --mandir=${prefix}/share/man \
+                    --infodir=${prefix}/share/info
 
-patchfiles      patch_doc_auto-opts.tpl.diff
+patchfiles          patch_doc_auto-opts.tpl.diff
 post-patch {
     reinplace "s|%%CONFIGURE.CC%%|${configure.cc}|g" ${worksrcpath}/doc/auto-opts.tpl
 }
 
-test.run		yes
-test.target		check
+test.run            yes
+test.target         check
 
 platform darwin 8 {
-	configure.cppflags-append	"-D_WINT_T"
+    configure.cppflags-append "-D_WINT_T"
 }
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnu.org/gnu/${name}/?C=M&O=D
-livecheck.regex	rel(\[0-9\]+.\[0-9\]+.\[0-9\]+)
+livecheck.type      regex
+livecheck.url       http://ftp.gnu.org/gnu/${name}/?C=M&O=D
+livecheck.regex     rel(\[0-9\]+.\[0-9\]+.\[0-9\]+)
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111024/8f40a08d/attachment.html>


More information about the macports-changes mailing list