[41247] trunk/dports/devel/lzo/Portfile

blb at macports.org blb at macports.org
Wed Oct 29 01:30:42 PDT 2008


Revision: 41247
          http://trac.macports.org/changeset/41247
Author:   blb at macports.org
Date:     2008-10-29 01:30:41 -0700 (Wed, 29 Oct 2008)
Log Message:
-----------
devel/lzo - whitespace changes

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

Modified: trunk/dports/devel/lzo/Portfile
===================================================================
--- trunk/dports/devel/lzo/Portfile	2008-10-29 08:24:16 UTC (rev 41246)
+++ trunk/dports/devel/lzo/Portfile	2008-10-29 08:30:41 UTC (rev 41247)
@@ -1,32 +1,34 @@
 # $Id$
 
-PortSystem		1.0
-name			lzo
-version			1.08
-categories		devel compression
-maintainers		blb
-description		Real-time data compression library
+PortSystem          1.0
+name                lzo
+version             1.08
+categories          devel compression
+maintainers         blb
+description         Real-time data compression library
 long_description \
-	LZO is a portable lossless data compression library written in ANSI C. \
-	It offers pretty fast compression and very fast decompression. \
-	Decompression requires no memory. \
-	In addition there are slower compression levels achieving a quite \
-	competitive compression ratio while still decompressing at \
-	this very high speed. \
-	LZO is distributed under the GNU General Public License.
+   LZO is a portable lossless data compression library written in ANSI C. \
+   It offers pretty fast compression and very fast decompression. \
+   Decompression requires no memory. \
+   In addition there are slower compression levels achieving a quite \
+   competitive compression ratio while still decompressing at \
+   this very high speed. \
+   LZO is distributed under the GNU General Public License.
 
-homepage	http://www.oberhumer.com/opensource/lzo/
-master_sites    http://www.oberhumer.com/opensource/lzo/download/LZO-v1/
+platforms           darwin
 
-platforms	darwin
-checksums	md5 ab94d3da364c7cbd5b78d76f1875b0f6
+homepage            http://www.oberhumer.com/opensource/lzo/
+master_sites        http://www.oberhumer.com/opensource/lzo/download/LZO-v1/
 
+checksums           md5 ab94d3da364c7cbd5b78d76f1875b0f6
+
 configure.ccache    no
-configure.args	--enable-shared --disable-static
+configure.args      --enable-shared --disable-static
 
 post-destroot {
-	file mkdir "${destroot}/${prefix}/share/doc/lzo"
-	xinstall -m 644 ${worksrcpath}/doc/LTEST.TXT ${worksrcpath}/doc/LZO.FAQ \
-		${worksrcpath}/doc/LZO.TXT ${worksrcpath}/doc/LZOAPI.TXT \
-		${destroot}/${prefix}/share/doc/lzo
+   file mkdir "${destroot}/${prefix}/share/doc/lzo"
+   xinstall -m 644 ${worksrcpath}/doc/LTEST.TXT ${worksrcpath}/doc/LZO.FAQ \
+      ${worksrcpath}/doc/LZO.TXT ${worksrcpath}/doc/LZOAPI.TXT \
+      ${destroot}/${prefix}/share/doc/lzo
 }
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081029/2d2bd0b0/attachment.html>


More information about the macports-changes mailing list