[47294] trunk/dports/archivers/zlib/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Feb 25 03:35:34 PST 2009


Revision: 47294
          http://trac.macports.org/changeset/47294
Author:   ryandesign at macports.org
Date:     2009-02-25 03:35:33 -0800 (Wed, 25 Feb 2009)
Log Message:
-----------
zlib: whitespace changes / reformatting only (getting rid of tabs)

Modified Paths:
--------------
    trunk/dports/archivers/zlib/Portfile

Modified: trunk/dports/archivers/zlib/Portfile
===================================================================
--- trunk/dports/archivers/zlib/Portfile	2009-02-25 10:57:17 UTC (rev 47293)
+++ trunk/dports/archivers/zlib/Portfile	2009-02-25 11:35:33 UTC (rev 47294)
@@ -1,59 +1,61 @@
 # $Id$
 
-PortSystem 1.0
-PortGroup  muniversal 1.0
+PortSystem              1.0
+PortGroup               muniversal 1.0
 
-name		zlib
-version		1.2.3
-revision	2
-categories	archivers
-maintainers	landonf at macports.org ryandesign \
-		openmaintainer
-description	zlib lossless data-compression library
-long_description \
-	zlib is designed to be a free, general-purpose, \
-	legally unencumbered, lossless data-compression \
-	library for use on virtually any computer hardware \
-	and operating system.
-homepage	http://www.zlib.net/
-platforms	darwin freebsd
-use_parallel_build	yes
+name                    zlib
+version                 1.2.3
+revision                2
+categories              archivers
+maintainers             landonf at macports.org ryandesign openmaintainer
+homepage                http://www.zlib.net/
+platforms               darwin freebsd
+use_bzip2               yes
 
-master_sites	${homepage} http://www.gzip.org/zlib/ \
-				sourceforge:libpng
+description             zlib lossless data-compression library
 
-use_bzip2	yes
-checksums	md5 dee233bf288ee795ac96a98cc2e369b6 \
-            sha1 967e280f284d02284b0cd8872a8e2e04bfdc7283 \
-            rmd160 cfba9984b354dcc38da49331457e6bfc861c6f51
+long_description        zlib is designed to be a free, general-purpose, \
+                        legally unencumbered, lossless data-compression \
+                        library for use on virtually any computer hardware \
+                        and operating system.
 
-patchfiles	patch-Makefile-static.diff
+master_sites            ${homepage} \
+                        http://www.gzip.org/zlib/ \
+                        sourceforge:libpng
 
-configure.args	--shared
-configure.universal_args    
+checksums               md5     dee233bf288ee795ac96a98cc2e369b6 \
+                        sha1    967e280f284d02284b0cd8872a8e2e04bfdc7283 \
+                        rmd160  cfba9984b354dcc38da49331457e6bfc861c6f51
 
+patchfiles              patch-Makefile-static.diff
+
+configure.args          --shared
+configure.universal_args
+
 # configure script does not recognize --host option
 array set merger_host {
-    ppc     ""
-    i386    ""
-    ppc64   ""
-    x86_64  ""
+    ppc                 ""
+    i386                ""
+    ppc64               ""
+    x86_64              ""
 }
 
-test.run	yes
+use_parallel_build      yes
 
-destroot.destdir prefix=${destroot}${prefix}
+test.run                yes
 
+destroot.destdir        prefix=${destroot}${prefix}
+
 post-destroot {
     set docdir ${prefix}/share/doc/${name}-${version}
     xinstall -d ${destroot}${docdir}
     xinstall -m 0644 -W ${worksrcpath} ChangeLog FAQ README ${destroot}${docdir}
-
+    
     set examplesdir ${docdir}/examples
     xinstall -d ${destroot}${examplesdir}
     eval xinstall -m 0644 [glob ${worksrcpath}/example{.c,s/*}] ${destroot}${examplesdir}
 }
 
-livecheck.check regex
-livecheck.url   ${homepage}
-livecheck.regex ${name}-(\[0-9.\]+)\\.tar
+livecheck.check         regex
+livecheck.url           ${homepage}
+livecheck.regex         ${name}-(\[0-9.\]+)\\.tar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090225/81f92b70/attachment.html>


More information about the macports-changes mailing list