[46230] trunk/dports/devel

ryandesign at macports.org ryandesign at macports.org
Sat Jan 31 23:22:01 PST 2009


Revision: 46230
          http://trac.macports.org/changeset/46230
Author:   ryandesign at macports.org
Date:     2009-01-31 23:22:00 -0800 (Sat, 31 Jan 2009)
Log Message:
-----------
autoconf, autoconf213: whitespace changes & reformatting only

Modified Paths:
--------------
    trunk/dports/devel/autoconf/Portfile
    trunk/dports/devel/autoconf213/Portfile

Modified: trunk/dports/devel/autoconf/Portfile
===================================================================
--- trunk/dports/devel/autoconf/Portfile	2009-02-01 03:55:23 UTC (rev 46229)
+++ trunk/dports/devel/autoconf/Portfile	2009-02-01 07:22:00 UTC (rev 46230)
@@ -1,14 +1,19 @@
 # $Id$
 
-PortSystem      1.0
+PortSystem              1.0
 
-name            autoconf
-version         2.63
-categories      devel
-maintainers     nomaintainer
-platforms       darwin
-description     Automatically configures software for compilation
+name                    autoconf
+version                 2.63
+categories              devel
+maintainers             nomaintainer
+platforms               darwin
+homepage                http://www.gnu.org/software/autoconf/
+master_sites            gnu
+use_bzip2               yes
 
+description \
+    Automatically configures software for compilation
+
 long_description \
     Autoconf is an extensible package of m4 macros that produce \
     shell scripts to automatically configure software source code \
@@ -18,25 +23,21 @@
     template file that lists the operating system features that \
     the package can use, in the form of m4 macro calls.
 
-homepage        http://www.gnu.org/software/autoconf/
-master_sites    gnu
-use_bzip2       yes
+checksums               md5     7565809ed801bb5726da0631ceab3699 \
+                        sha1    f15e14aa34acf871b47f659ef99a2e6707db4a18 \
+                        rmd160  273448a60bc4dfcfcb3ee455ef012333eeca3256
 
+depends_lib             path:bin/perl:perl5 \
+                        port:m4 \
+                        port:help2man
+
 # If libtool is eventually installed, it will provide glibtoolize (not libtoolize)
 post-patch {
     reinplace "s|'libtoolize'|'glibtoolize'|" ${worksrcpath}/bin/autoreconf.in
 }
 
-checksums       md5 7565809ed801bb5726da0631ceab3699 \
-                sha1 f15e14aa34acf871b47f659ef99a2e6707db4a18 \
-                rmd160 273448a60bc4dfcfcb3ee455ef012333eeca3256
+configure.perl          ${prefix}/bin/perl
 
-depends_lib     path:bin/perl:perl5 \
-                port:m4 \
-                port:help2man
-
-configure.perl ${prefix}/bin/perl
-
-livecheck.check regex
-livecheck.url   http://ftp.gnu.org/gnu/${name}/?C=M&O=D
-livecheck.regex ${name}-(\\d+\\.\\d+)
+livecheck.check         regex
+livecheck.url           http://ftp.gnu.org/gnu/${name}/?C=M&O=D
+livecheck.regex         ${name}-(\\d+\\.\\d+)

Modified: trunk/dports/devel/autoconf213/Portfile
===================================================================
--- trunk/dports/devel/autoconf213/Portfile	2009-02-01 03:55:23 UTC (rev 46229)
+++ trunk/dports/devel/autoconf213/Portfile	2009-02-01 07:22:00 UTC (rev 46230)
@@ -1,40 +1,40 @@
 # $Id$
-PortSystem 1.0
 
-name		autoconf213
-version		2.13
+PortSystem              1.0
 
-categories	devel
+name                    autoconf213
+version                 2.13
+categories              devel
+maintainers             nomaintainer
+platforms               darwin
+homepage                http://www.gnu.org/software/autoconf/
+master_sites            gnu:autoconf
+distname                autoconf-${version}
 
-maintainers	nomaintainer
+description \
+    Automatically configures software for compilation
 
-description	Automatically configures software for compilation
-long_description	\
-	Autoconf is an extensible package of m4 macros that produce \
-	shell scripts to automatically configure software source code \
-	packages. These scripts can adapt the packages to many kinds \
-	of UNIX-like systems without manual user intervention. \
-	Autoconf creates a configuration script for a package from a \
-	template file that lists the operating system features that \
-	the package can use, in the form of m4 macro calls.
+long_description \
+    Autoconf is an extensible package of m4 macros that produce \
+    shell scripts to automatically configure software source code \
+    packages. These scripts can adapt the packages to many kinds \
+    of UNIX-like systems without manual user intervention. \
+    Autoconf creates a configuration script for a package from a \
+    template file that lists the operating system features that \
+    the package can use, in the form of m4 macro calls.
 
-distname		autoconf-${version}
-homepage		http://www.gnu.org/software/autoconf/
+checksums               md5     9de56d4a161a723228220b0f425dc711 \
+                        sha1    e4826c8bd85325067818f19b2b2ad2b625da66fc \
+                        rmd160  0d1fa0992280ed71c0d72487a5a4c246d1c1b18a
 
-platforms		darwin
+configure.args          --program-suffix=213 \
+                        --datadir=\\\${prefix}/share/${name} \
+                        --infodir=\\\${prefix}/share/info 
 
-master_sites	gnu:autoconf
-checksums		md5 9de56d4a161a723228220b0f425dc711 \
-				sha1 e4826c8bd85325067818f19b2b2ad2b625da66fc \
-				rmd160 0d1fa0992280ed71c0d72487a5a4c246d1c1b18a
+destroot.destdir        prefix=${destroot}${prefix}
 
-configure.args	--program-suffix=213 \
-				--datadir=\\\${prefix}/share/${name} \
-				--infodir=\\\${prefix}/share/info 
-
-destroot.destdir	prefix=${destroot}${prefix}
 post-destroot {
-	file delete -force ${destroot}${prefix}/share/info
+    file delete -force ${destroot}${prefix}/share/info
 }
 
 livecheck.check none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090131/f96ce6d7/attachment.html>


More information about the macports-changes mailing list