diff options
author | agc <agc@pkgsrc.org> | 1998-01-09 09:53:59 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-01-09 09:53:59 +0000 |
commit | b669060811043b1d31ee78ce9da35c3d8f7b407a (patch) | |
tree | c21b19bb8f475008e1c0a988c8dda1b7b36e3b4a /archivers/bzip2 | |
parent | 9783c89d79d044cbce9cc3adf60eb2e74011c4c9 (diff) | |
download | pkgsrc-b669060811043b1d31ee78ce9da35c3d8f7b407a.tar.gz |
Initial import of bzip2, a block-compression archiver, into the NetBSD
packages collection, from the FreeBSD port.
As pointed out by Charles Hannum, the author of bzip2 thinks it is
patent-free, so this should be used in preference to the older bzip
package.
Diffstat (limited to 'archivers/bzip2')
-rw-r--r-- | archivers/bzip2/Makefile | 26 | ||||
-rw-r--r-- | archivers/bzip2/files/md5 | 1 | ||||
-rw-r--r-- | archivers/bzip2/pkg/COMMENT | 1 | ||||
-rw-r--r-- | archivers/bzip2/pkg/DESCR | 10 | ||||
-rw-r--r-- | archivers/bzip2/pkg/PLIST | 5 |
5 files changed, 43 insertions, 0 deletions
diff --git a/archivers/bzip2/Makefile b/archivers/bzip2/Makefile new file mode 100644 index 00000000000..a5fcb6e4ab3 --- /dev/null +++ b/archivers/bzip2/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: bzip2 +# Version required: 0.1pl2 +# Date created: 19 Nov 1997 +# Whom: Thomas Gellekum <tg@FreeBSD.ORG> +# +# FreeBSD Id: Makefile,v 1.1.1.1 1997/11/20 08:18:40 tg Exp +# + +DISTNAME= bzip2-0.1pl2 +PKGNAME= bzip2-0.1p2 +CATEGORIES= archivers +MASTER_SITES= http://www.muraroa.demon.co.uk/ + +MAINTAINER= ports@FreeBSD.org + +FETCH_BEFORE_ARGS= -b +MAN1= bzip2.1 bunzip2.1 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/bzip2 ${PREFIX}/bin + ln -sf ${PREFIX}/bin/bzip2 ${PREFIX}/bin/bunzip2 + ${INSTALL_PROGRAM} ${WRKSRC}/bzip2recover ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/bzip2.1 ${PREFIX}/man/man1 + ln ${PREFIX}/man/man1/bzip2.1 ${PREFIX}/man/man1/bunzip2.1 + +.include <bsd.port.mk> diff --git a/archivers/bzip2/files/md5 b/archivers/bzip2/files/md5 new file mode 100644 index 00000000000..7dc56c24d97 --- /dev/null +++ b/archivers/bzip2/files/md5 @@ -0,0 +1 @@ +MD5 (bzip2-0.1pl2.tar.gz) = e9b98c287b45b0ff232c9e8f0c72f544 diff --git a/archivers/bzip2/pkg/COMMENT b/archivers/bzip2/pkg/COMMENT new file mode 100644 index 00000000000..b2289372af6 --- /dev/null +++ b/archivers/bzip2/pkg/COMMENT @@ -0,0 +1 @@ +A block-sorting file compressor diff --git a/archivers/bzip2/pkg/DESCR b/archivers/bzip2/pkg/DESCR new file mode 100644 index 00000000000..95d296dfe48 --- /dev/null +++ b/archivers/bzip2/pkg/DESCR @@ -0,0 +1,10 @@ +This is bzip2, a block-sorting file compressor. + +From the README: + + To the best of my knowledge, bzip2 does not use any patented + algorithms. However, I do not have the resources available to + carry out a full patent search. Therefore I cannot give any + guarantee of the above statement. + + Julian Seward <jseward@acm.org> diff --git a/archivers/bzip2/pkg/PLIST b/archivers/bzip2/pkg/PLIST new file mode 100644 index 00000000000..b9552fcd283 --- /dev/null +++ b/archivers/bzip2/pkg/PLIST @@ -0,0 +1,5 @@ +bin/bzip2 +bin/bunzip2 +bin/bzip2recover +man/man1/bzip2.1.gz +man/man1/bunzip2.1.gz |