1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

add pbzip2 0.8.2

Parallel BZIP2
This commit is contained in:
Ying-Chieh Liao 2004-12-07 02:31:16 +00:00
parent 1da202f56d
commit 463365c3fb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123349
4 changed files with 39 additions and 0 deletions

View File

@ -50,6 +50,7 @@
SUBDIR += p7zip
SUBDIR += par2cmdline
SUBDIR += parchive
SUBDIR += pbzip2
SUBDIR += pear-Archive_Tar
SUBDIR += pecl-zip
SUBDIR += php4-bz2

30
archivers/pbzip2/Makefile Normal file
View File

@ -0,0 +1,30 @@
# ex:ts=8
# Ports collection makefile for: pbzip2
# Date created: Dec 7, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= pbzip2
PORTVERSION= 0.8.2
CATEGORIES= archivers
MASTER_SITES= http://compression.ca/pbzip2/
MAINTAINER= ports@FreeBSD.org
COMMENT= Parallel BZIP2
USE_REINPLACE= yes
PLIST_FILES= bin/pbzip2
post-patch:
@${REINPLACE_CMD} -e "s,-pthread -lpthread,${PTHREAD_LIBS},g" \
-e "s,-O3,${CXXFLAGS}," \
-e "s,^CC,#CC," \
-e "s,CC,CXX," ${WRKSRC}/Makefile
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (pbzip2-0.8.2.tar.gz) = 9fdbebd43e8bcd16a766e359d1c08aa5
SIZE (pbzip2-0.8.2.tar.gz) = 11911

View File

@ -0,0 +1,6 @@
PBZIP2 is a parallel implementation of the bzip2 block-sorting file compressor
that uses pthreads and achieves near-linear speedup on SMP machines. The output
of this version is fully compatible with bzip2 v1.0.2 (ie: anything compressed
with pbzip2 can be decompressed with bzip2).
WWW: http://compression.ca/pbzip2/