[35385] trunk/dports/graphics/libpixman/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Mar 27 00:56:13 PDT 2008


Revision: 35385
          http://trac.macosforge.org/projects/macports/changeset/35385
Author:   ryandesign at macports.org
Date:     2008-03-27 00:56:12 -0700 (Thu, 27 Mar 2008)

Log Message:
-----------
libpixman: whitespace changes / rearrangement only

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

Modified: trunk/dports/graphics/libpixman/Portfile
===================================================================
--- trunk/dports/graphics/libpixman/Portfile	2008-03-27 07:52:44 UTC (rev 35384)
+++ trunk/dports/graphics/libpixman/Portfile	2008-03-27 07:56:12 UTC (rev 35385)
@@ -1,23 +1,34 @@
 # $Id$
 
-PortSystem 1.0
-name		libpixman
-version		0.9.5
-categories	graphics
-maintainers	ryandesign
-description	Pixel region Library
-long_description libpixman is a generic library for manipulating pixel regions. A PixRegion is a set of Y-X banded rectangles that cover the desired region.
-homepage	http://www.x.org
-master_sites	 ${homepage}/pub/individual/lib/
+PortSystem              1.0
 
-distname	pixman-${version}
-checksums	sha1 8aefe6f52eacb7d3283e2312783a4b80b2ba8324
-use_bzip2	yes
+name                    libpixman
+version                 0.9.5
+categories              graphics
+maintainers             ryandesign
+homepage                http://www.x.org
+master_sites            ${homepage}/pub/individual/lib/
+distname                pixman-${version}
+use_bzip2               yes
 
+description \
+    Pixel region Library
+
+long_description \
+    libpixman is a generic library for manipulating pixel regions. A \
+    PixRegion is a set of Y-X banded rectangles that cover the desired region.
+
+checksums \
+    sha1 8aefe6f52eacb7d3283e2312783a4b80b2ba8324
+
 post-destroot {
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-	eval xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING \
-		[glob ${worksrcpath}/ChangeLog*] NEWS README TODO \
-		${destroot}${prefix}/share/doc/${name}
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    eval xinstall -m 644 -W ${worksrcpath} \
+        AUTHORS \
+        COPYING \
+        [glob ${worksrcpath}/ChangeLog*] \
+        NEWS \
+        README \
+        TODO \
+        ${destroot}${prefix}/share/doc/${name}
 }
-

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


More information about the macports-changes mailing list