Added bzip2 port.
This commit is contained in:
parent
2b90ec6c34
commit
7a164de5fc
25
archivers/bzip2/Makefile
Normal file
25
archivers/bzip2/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# OpenBSD makefile for: bzip2
|
||||
# Version required: 0.1pl2
|
||||
# Date created: 24 Nov 1997
|
||||
# Whom: angelos@openbsd.org
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.1 1997/11/24 19:26:36 angelos Exp $
|
||||
#
|
||||
|
||||
DISTNAME= bzip2-0.1pl2
|
||||
PKGNAME= bzip2-0.1p2
|
||||
CATEGORIES= archivers
|
||||
MASTER_SITES= http://www.muraroa.demon.co.uk/
|
||||
|
||||
MAINTAINER= angelos@openbsd.org
|
||||
|
||||
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>
|
1
archivers/bzip2/files/md5
Normal file
1
archivers/bzip2/files/md5
Normal file
@ -0,0 +1 @@
|
||||
MD5 (bzip2-0.1pl2.tar.gz) = e9b98c287b45b0ff232c9e8f0c72f544
|
1
archivers/bzip2/pkg/COMMENT
Normal file
1
archivers/bzip2/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
A block-sorting file compressor
|
10
archivers/bzip2/pkg/DESCR
Normal file
10
archivers/bzip2/pkg/DESCR
Normal file
@ -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>
|
5
archivers/bzip2/pkg/PLIST
Normal file
5
archivers/bzip2/pkg/PLIST
Normal file
@ -0,0 +1,5 @@
|
||||
bin/bzip2
|
||||
bin/bunzip2
|
||||
bin/bzip2recover
|
||||
man/man1/bzip2.1
|
||||
man/man1/bunzip2.1
|
Loading…
Reference in New Issue
Block a user