diff options
author | tg <tg@FreeBSD.org> | 1997-11-20 08:18:41 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-11-20 08:18:41 +0000 |
commit | c70e14b3aea758705c0122c6fa41be8b6129683c (patch) | |
tree | 324b408cf7d4a24e1d90ac30403e698cd936ce10 /archivers/bzip2 | |
parent | 2e3ec93f0683768ca71b66d372a31f4335e7be62 (diff) | |
download | FreeBSD-ports-c70e14b3aea758705c0122c6fa41be8b6129683c.zip FreeBSD-ports-c70e14b3aea758705c0122c6fa41be8b6129683c.tar.gz |
Import bzip2 port. bzip2 is a block-sorting compressor with better
compression than gzip.
The author believes that this program uses only patent-free algorithms.
The generated files are not compatible to bzip-compressed files.
Diffstat (limited to 'archivers/bzip2')
-rw-r--r-- | archivers/bzip2/Makefile | 26 | ||||
-rw-r--r-- | archivers/bzip2/distinfo | 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 0000000..b424489 --- /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> +# +# $Id$ +# + +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/distinfo b/archivers/bzip2/distinfo new file mode 100644 index 0000000..7dc56c2 --- /dev/null +++ b/archivers/bzip2/distinfo @@ -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 0000000..b228937 --- /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 0000000..95d296d --- /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 0000000..b9552fc --- /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 |