diff options
author | wiz <wiz@pkgsrc.org> | 2005-01-12 13:45:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-01-12 13:45:27 +0000 |
commit | 9e66c6f2473721942a1bc46f9a46674d4f221bef (patch) | |
tree | b074147d58a0bcd2152588e9d0643dc10e3c5f8d /archivers/pbzip2 | |
parent | b80b38031727a8af911af94f5b4c96043a321a22 (diff) | |
download | pkgsrc-9e66c6f2473721942a1bc46f9a46674d4f221bef.tar.gz |
Initial import of pbzip2:
The pbzip2 program is a parallel version of bzip2 for use on shared
memory machines. It provides near-linear speedup when used on true
multi-processor machines and 5-10% speedup on Hyperthreaded machines.
The output is fully compatible with the regular bzip2 data so any
files created with pbzip2 can be uncompressed by bzip2 and vice-versa.
Diffstat (limited to 'archivers/pbzip2')
-rw-r--r-- | archivers/pbzip2/DESCR | 5 | ||||
-rw-r--r-- | archivers/pbzip2/Makefile | 22 | ||||
-rw-r--r-- | archivers/pbzip2/PLIST | 5 | ||||
-rw-r--r-- | archivers/pbzip2/distinfo | 4 |
4 files changed, 36 insertions, 0 deletions
diff --git a/archivers/pbzip2/DESCR b/archivers/pbzip2/DESCR new file mode 100644 index 00000000000..dd44bc80314 --- /dev/null +++ b/archivers/pbzip2/DESCR @@ -0,0 +1,5 @@ +The pbzip2 program is a parallel version of bzip2 for use on shared +memory machines. It provides near-linear speedup when used on true +multi-processor machines and 5-10% speedup on Hyperthreaded machines. +The output is fully compatible with the regular bzip2 data so any +files created with pbzip2 can be uncompressed by bzip2 and vice-versa. diff --git a/archivers/pbzip2/Makefile b/archivers/pbzip2/Makefile new file mode 100644 index 00000000000..1e62afda802 --- /dev/null +++ b/archivers/pbzip2/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/01/12 13:45:27 wiz Exp $ +# + +DISTNAME= pbzip2-0.8.3 +CATEGORIES= archivers +MASTER_SITES= http://compression.ca/pbzip2/ + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://compression.ca/pbzip2/ +COMMENT= Parallel implementation of the bzip2 block-sorting file compressor + +USE_BUILDLINK3= yes + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/pbzip2 ${PREFIX}/bin + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pbzip2 + ${INSTALL_DATA} ${WRKSRC}/LICENSE.txt ${PREFIX}/share/doc/pbzip2 + ${INSTALL_DATA} ${WRKSRC}/README.txt ${PREFIX}/share/doc/pbzip2 + +.include "../../archivers/bzip2/buildlink3.mk" +.include "../../mk/pthread.buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/archivers/pbzip2/PLIST b/archivers/pbzip2/PLIST new file mode 100644 index 00000000000..0671d1911c5 --- /dev/null +++ b/archivers/pbzip2/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/01/12 13:45:27 wiz Exp $ +bin/pbzip2 +share/doc/pbzip2/LICENSE.txt +share/doc/pbzip2/README.txt +@dirrm share/doc/pbzip2 diff --git a/archivers/pbzip2/distinfo b/archivers/pbzip2/distinfo new file mode 100644 index 00000000000..d15efd0a65c --- /dev/null +++ b/archivers/pbzip2/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/01/12 13:45:27 wiz Exp $ + +SHA1 (pbzip2-0.8.3.tar.gz) = d1b9aaa822b196f572eeabf9f501957093cb3466 +Size (pbzip2-0.8.3.tar.gz) = 13145 bytes |