[28980] trunk/dports/archivers/pbzip2/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Sep 12 14:34:58 PDT 2007


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

Log Message:
-----------
pbzip2: Whitespace changes.

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

Modified: trunk/dports/archivers/pbzip2/Portfile
===================================================================
--- trunk/dports/archivers/pbzip2/Portfile	2007-09-12 21:32:51 UTC (rev 28979)
+++ trunk/dports/archivers/pbzip2/Portfile	2007-09-12 21:34:57 UTC (rev 28980)
@@ -1,47 +1,46 @@
 # $Id$
 
-PortSystem		1.0
+PortSystem      1.0
 
-name			pbzip2
-version			1.0.2
-categories		archivers
-platforms		darwin
-maintainers		nomaintainer
-description		parallel bzip2
+name            pbzip2
+version         1.0.2
+categories      archivers
+platforms       darwin
+maintainers     nomaintainer
+description     parallel bzip2
 
 long_description \
-				PBZIP2 is a parallel implementation of the bzip2 \
-				block-sorting file compressor that uses pthreads \
-				and achieves near-linear speedup on SMP machines.
+    PBZIP2 is a parallel implementation of the bzip2 block-sorting file compressor that \
+    uses pthreads and achieves near-linear speedup on SMP machines.
 
 homepage		http://compression.ca/pbzip2/
 master_sites	${homepage}
 
 depends_lib		port:bzip2
 
-checksums		md5 7c959f0554695bc484865b938e791aaf \
-				sha1 8ae0ebcd08761332ade6baa4b1172a3f97f71169 \
-				rmd160 c8ea882ae9d2739250ae3bea514c14537995ed37
+checksums       md5 7c959f0554695bc484865b938e791aaf \
+                sha1 8ae0ebcd08761332ade6baa4b1172a3f97f71169 \
+                rmd160 c8ea882ae9d2739250ae3bea514c14537995ed37
 
-set CFLAGS		"${configure.ldflags} ${configure.cppflags}"
+set CFLAGS      "${configure.ldflags} ${configure.cppflags}"
 
 configure {
-	cd ${worksrcpath}
+    cd ${worksrcpath}
 
-	reinplace "s|-pthread -lpthread|${CFLAGS}|" Makefile
-	reinplace "s|man|share/man|" Makefile
+    reinplace "s|-pthread -lpthread|${CFLAGS}|" Makefile
+    reinplace "s|man|share/man|" Makefile
 }
 
-destroot.destdir PREFIX=${destroot}${prefix}
+destroot.destdir    PREFIX=${destroot}${prefix}
 
 post-destroot {
-	set docdir ${prefix}/share/doc/${name}-${version}
-	xinstall -d ${destroot}${docdir}
-	xinstall -m 0644 -W ${worksrcpath} AUTHORS COPYING ChangeLog README \
-		${destroot}${docdir}
+    set docdir ${prefix}/share/doc/${name}-${version}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 0644 -W ${worksrcpath} AUTHORS COPYING ChangeLog README \
+        ${destroot}${docdir}
 }
 
 variant universal {
-	set CFLAGS "${CFLAGS} ${configure.universal_cflags}"
+    set CFLAGS "${CFLAGS} ${configure.universal_cflags}"
 }
 

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


More information about the macports-changes mailing list