[28022] trunk/dports/archivers/pbzip2/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Sat Aug 18 07:02:54 PDT 2007
Revision: 28022
http://trac.macosforge.org/projects/macports/changeset/28022
Author: nox at macports.org
Date: 2007-08-18 07:02:54 -0700 (Sat, 18 Aug 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-08-18 13:53:02 UTC (rev 28021)
+++ trunk/dports/archivers/pbzip2/Portfile 2007-08-18 14:02:54 UTC (rev 28022)
@@ -1,27 +1,33 @@
# $Id$
-PortSystem 1.0
-name pbzip2
-version 0.9.4
-categories archivers
-maintainers nomaintainer at macports.org
-description parallel bzip2
+PortSystem 1.0
+
+name pbzip2
+version 0.9.4
+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.
-homepage http://compression.ca/pbzip2/
-platforms darwin
-master_sites ${homepage}
-checksums sha1 66b5daf7483e989f1e8e5485980e96b7067d8916
+ PBZIP2 is a parallel implementation of the bzip2 \
+ block-sorting file compressor that uses pthreads \
+ and achieves near-linear speedup on SMP machines.
-patchfiles patch-Makefile
+homepage http://compression.ca/pbzip2/
+master_sites ${homepage}
+
+checksums sha1 66b5daf7483e989f1e8e5485980e96b7067d8916
+
+patchfiles patch-Makefile
+
post-patch {
reinplace "s|__PREFIX__|${prefix}|" ${worksrcpath}/Makefile
}
-depends_lib port:bzip2
+depends_lib port:bzip2
-use_configure no
+use_configure no
destroot.destdir PREFIX=${destroot}${prefix}
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070818/21ed69c5/attachment.html
More information about the macports-changes
mailing list