[35701] trunk/dports/graphics/libpng/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Apr 3 03:52:01 PDT 2008


Revision: 35701
          http://trac.macosforge.org/projects/macports/changeset/35701
Author:   ryandesign at macports.org
Date:     2008-04-03 03:51:57 -0700 (Thu, 03 Apr 2008)

Log Message:
-----------
libpng: whitespace changes / rearrangement only (tabs to spaces, etc.)

Modified Paths:
--------------
    trunk/dports/graphics/libpng/Portfile

Modified: trunk/dports/graphics/libpng/Portfile
===================================================================
--- trunk/dports/graphics/libpng/Portfile	2008-04-03 10:40:57 UTC (rev 35700)
+++ trunk/dports/graphics/libpng/Portfile	2008-04-03 10:51:57 UTC (rev 35701)
@@ -1,38 +1,51 @@
 # $Id$
 
-PortSystem 1.0
-name		libpng
-version		1.2.25
-categories	graphics
-maintainers	ryandesign waqar at macports.org
-description	Library for manipulating PNG images
-long_description	\
-	Libpng was written as a companion to the PNG specification, as a  \
-	way to reduce the amount of time and effort it takes to support   \
-	the PNG file format in application programs.  Most users will not \
-	have to modify the library significantly, advanced users may want \
-	to modify it more.  The library was coded for both users.  All    \
-	attempts were made to make it as complete as possible, while      \
-	keeping the code easy to understand.  Currently, this library     \
-	only supports C.  Support for other languages is being considered.
-platforms	darwin openbsd freebsd sunos linux
-homepage	http://www.libpng.org/pub/png/
-use_bzip2	yes
-master_sites	sourceforge
-checksums	md5 0c1df914de7fd3b6a129af569889c856 \
-			sha1 0afb5738eab00f721e3fbeb9ed76dbdb2b53204f \
-			rmd160 fc087e62e95116d59cf3a6880035f1d9e630ae6c
+PortSystem              1.0
 
-depends_lib	port:zlib
+name                    libpng
+version                 1.2.25
+categories              graphics
+maintainers             ryandesign waqar at macports.org
+platforms               darwin openbsd freebsd sunos linux
+homepage                http://www.libpng.org/pub/png/
+use_bzip2               yes
+master_sites            sourceforge
 
-test.run        yes
-test.target     check
+description \
+    Library for manipulating PNG images
 
-post-destroot	{
-	system "ranlib ${destroot}${prefix}/lib/libpng12.a"
-	set docdir ${prefix}/share/doc/${name}-${version}
-	xinstall -d ${destroot}${docdir}/examples
-	xinstall -m 0644 -W ${worksrcpath} ANNOUNCE CHANGES KNOWNBUG LICENSE README \
-		TODO ${destroot}${docdir}
-	xinstall -m 0644 ${worksrcpath}/example.c ${destroot}${docdir}/examples
+long_description \
+    Libpng was written as a companion to the PNG specification, as a \
+    way to reduce the amount of time and effort it takes to support \
+    the PNG file format in application programs.  Most users will not \
+    have to modify the library significantly, advanced users may want \
+    to modify it more.  The library was coded for both users.  All \
+    attempts were made to make it as complete as possible, while \
+    keeping the code easy to understand.  Currently, this library \
+    only supports C.  Support for other languages is being considered.
+
+checksums \
+    md5 0c1df914de7fd3b6a129af569889c856 \
+    sha1 0afb5738eab00f721e3fbeb9ed76dbdb2b53204f \
+    rmd160 fc087e62e95116d59cf3a6880035f1d9e630ae6c
+
+depends_lib \
+    port:zlib
+
+test.run                yes
+test.target             check
+
+post-destroot {
+    system "ranlib ${destroot}${prefix}/lib/libpng12.a"
+    set docdir ${prefix}/share/doc/${name}-${version}
+    xinstall -d ${destroot}${docdir}/examples
+    xinstall -m 0644 -W ${worksrcpath} \
+        ANNOUNCE \
+        CHANGES \
+        KNOWNBUG \
+        LICENSE \
+        README \
+        TODO \
+        ${destroot}${docdir}
+    xinstall -m 0644 ${worksrcpath}/example.c ${destroot}${docdir}/examples
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080403/ef48ed53/attachment-0001.html


More information about the macports-changes mailing list