pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/pbzip2 Initial import of pbzip2:
details: https://anonhg.NetBSD.org/pkgsrc/rev/3fa89202976c
branches: trunk
changeset: 487292:3fa89202976c
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Jan 12 13:45:27 2005 +0000
description:
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:
archivers/pbzip2/DESCR | 5 +++++
archivers/pbzip2/Makefile | 22 ++++++++++++++++++++++
archivers/pbzip2/PLIST | 5 +++++
archivers/pbzip2/distinfo | 4 ++++
4 files changed, 36 insertions(+), 0 deletions(-)
diffs (52 lines):
diff -r 6aeff0792d67 -r 3fa89202976c archivers/pbzip2/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/pbzip2/DESCR Wed Jan 12 13:45:27 2005 +0000
@@ -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 -r 6aeff0792d67 -r 3fa89202976c archivers/pbzip2/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/pbzip2/Makefile Wed Jan 12 13:45:27 2005 +0000
@@ -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@localhost
+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 -r 6aeff0792d67 -r 3fa89202976c archivers/pbzip2/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/pbzip2/PLIST Wed Jan 12 13:45:27 2005 +0000
@@ -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 -r 6aeff0792d67 -r 3fa89202976c archivers/pbzip2/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/pbzip2/distinfo Wed Jan 12 13:45:27 2005 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index