[28982] trunk/dports/archivers/ppmd/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Sep 12 14:36:56 PDT 2007


Revision: 28982
          http://trac.macosforge.org/projects/macports/changeset/28982
Author:   nox at macports.org
Date:     2007-09-12 14:36:56 -0700 (Wed, 12 Sep 2007)

Log Message:
-----------
ppmd: Whitespace changes.

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

Modified: trunk/dports/archivers/ppmd/Portfile
===================================================================
--- trunk/dports/archivers/ppmd/Portfile	2007-09-12 21:35:33 UTC (rev 28981)
+++ trunk/dports/archivers/ppmd/Portfile	2007-09-12 21:36:56 UTC (rev 28982)
@@ -1,45 +1,44 @@
 # $Id$
 
-PortSystem		1.0
+PortSystem      1.0
 
-name			ppmd
-version			20050811
-categories		archivers
-platforms		darwin
-maintainers		nomaintainer
-description		A fast archiver with a good compression ratio
+name            ppmd
+version         20050811
+categories      archivers
+platforms       darwin
+maintainers     nomaintainer
+description     A fast archiver with a good compression ratio
 
 long_description \
-				PPMD is a fast archiver with a good compression ratio. It \
-				is written for embedding in user programs mainly it is not \
-				intended for immediate use. Speed and performance improvements of \
-				abstract PPM model 1-6 are the main goal.
+    PPMD is a fast archiver with a good compression ratio. It is written for embedding \
+    in user programs mainly it is not intended for immediate use. Speed and performance \
+    improvements of abstract PPM model 1-6 are the main goal.
 
-homepage		http://packages.debian.org/unstable/utils/ppmd
-master_sites	http://critical.ch/distfiles/
+homepage        http://packages.debian.org/unstable/utils/ppmd
+master_sites    http://critical.ch/distfiles/
 
-checksums		md5 59727053ba0ec35ba83f3547f55c0bbc \
-				sha1 317169ab6d0a48d5c482d900d80f68b4842f3066 \
-				rmd160 c0d146544dcb9408910b351fc6be337d1735796f
+checksums       md5 59727053ba0ec35ba83f3547f55c0bbc \
+                sha1 317169ab6d0a48d5c482d900d80f68b4842f3066 \
+                rmd160 c0d146544dcb9408910b351fc6be337d1735796f
 
-use_configure	no
+use_configure   no
 
-build.type		bsd
-build.args		"CXXFLAGS=\"${configure.cflags}\""
+build.type      bsd
+build.args      "CXXFLAGS=\"${configure.cflags}\""
 
 destroot {
-	cd ${worksrcpath}
+    cd ${worksrcpath}
 
-	xinstall ppmd ${destroot}${prefix}/bin
-	xinstall -m 0444 ppmd.1 ${destroot}${prefix}/share/man/man1
+    xinstall ppmd ${destroot}${prefix}/bin
+    xinstall -m 0444 ppmd.1 ${destroot}${prefix}/share/man/man1
 
-	set docdir ${prefix}/share/doc/${name}-${version}
-	xinstall -d ${destroot}${docdir}
-	xinstall -m 0644 read_me.txt ${destroot}${docdir}
+    set docdir ${prefix}/share/doc/${name}-${version}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 0644 read_me.txt ${destroot}${docdir}
 }
 
 variant universal {
-	build.args "CXXFLAGS=\"${configure.cflags} ${configure.universal_cflags}\""
+    build.args "CXXFLAGS=\"${configure.cflags} ${configure.universal_cflags}\""
 }
 
 livecheck.check none

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


More information about the macports-changes mailing list