[29136] trunk/dports/archivers/lzma/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat Sep 15 10:18:13 PDT 2007


Revision: 29136
          http://trac.macosforge.org/projects/macports/changeset/29136
Author:   nox at macports.org
Date:     2007-09-15 10:18:12 -0700 (Sat, 15 Sep 2007)

Log Message:
-----------
lzma: Whitespace changes.

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

Modified: trunk/dports/archivers/lzma/Portfile
===================================================================
--- trunk/dports/archivers/lzma/Portfile	2007-09-15 16:54:57 UTC (rev 29135)
+++ trunk/dports/archivers/lzma/Portfile	2007-09-15 17:18:12 UTC (rev 29136)
@@ -1,30 +1,32 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem      1.0
 
-name			lzma
-version			4.06
-categories		archivers
-platforms		darwin
-maintainers		nomaintainer at macports.org
-description		high compression ratio archiver
-long_description	LZMA is default and general compression method of 7z \
-					format in 7-Zip program. LZMA provides high compression \
-					ratio and very fast decompression.
+name            lzma
+version         4.06
+categories      archivers
+platforms       darwin
+maintainers     nomaintainer
+description     high compression ratio archiver
 
-homepage		http://www.7-zip.org/sdk.html
-master_sites	http://www.7-zip.org/dl/
-distname		lzma406
-checksums		md5 a09378411cba5f786b5c49c9c58496df
-use_zip			yes
+long_description \
+    LZMA is default and general compression method of 7z \
+    format in 7-Zip program. LZMA provides high compression \
+    ratio and very fast decompression.
 
-worksrcdir		SRC/7zip/Compress/LZMA_Alone
+homepage        http://www.7-zip.org/sdk.html
+master_sites    http://www.7-zip.org/dl/
+distname        lzma406
+checksums       md5 a09378411cba5f786b5c49c9c58496df
+use_zip         yes
 
-use_configure	no
+worksrcdir      SRC/7zip/Compress/LZMA_Alone
 
-destroot	{
-	xinstall -m 755 -s ${worksrcpath}/lzma ${destroot}${prefix}/bin
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${workpath} CPL.html LGPL.txt history.txt lzma.txt \
-		${destroot}${prefix}/share/doc/${name}
+use_configure   no
+
+destroot {
+    xinstall -m 755 -s ${worksrcpath}/lzma ${destroot}${prefix}/bin
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${workpath} CPL.html LGPL.txt history.txt lzma.txt \
+        ${destroot}${prefix}/share/doc/${name}
 }

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


More information about the macports-changes mailing list