Initial import of lzop-1.0
lzop is fast file compressor similar to gzip. Submitted by: Dan Harnett <danh@nfol.com>
This commit is contained in:
parent
1f0b810efb
commit
e37b0e5427
26
archivers/lzop/Makefile
Normal file
26
archivers/lzop/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2000/07/07 03:39:38 kevlo Exp $
|
||||
# $FreeBSD: ports/archivers/lzop/Makefile,v 1.3 2000/06/22 05:51:49 will Exp $
|
||||
|
||||
DISTNAME= lzop-1.00
|
||||
CATEGORIES= archivers
|
||||
NEED_VERSION= 1.310
|
||||
HOMEPAGE= http://wildsau.idv.uni-linz.ac.at/mfx/lzop.html
|
||||
|
||||
MAINTAINER= danh@nfol.com
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/lzo-download/
|
||||
|
||||
LIB_DEPENDS= lzo.1::archivers/lzo
|
||||
|
||||
SEPARATE_BUILD= concurrent
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
.include <bsd.port.mk>
|
3
archivers/lzop/files/md5
Normal file
3
archivers/lzop/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (lzop-1.00.tar.gz) = ef267ac5ea24ccf4ae779f4afb0ab48e
|
||||
RMD160 (lzop-1.00.tar.gz) = b07021d668ffca0afda20fc4336e46164a44ee1a
|
||||
SHA1 (lzop-1.00.tar.gz) = b3b2fb67cf3e94f7088a1d5dbdf9b281c36cfafe
|
12
archivers/lzop/patches/patch-configure
Normal file
12
archivers/lzop/patches/patch-configure
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-configure,v 1.1.1.1 2000/07/07 03:39:38 kevlo Exp $
|
||||
--- configure.orig Thu Jul 6 04:22:17 2000
|
||||
+++ configure Thu Jul 6 04:22:25 2000
|
||||
@@ -2265,7 +2265,7 @@ else
|
||||
fi
|
||||
done
|
||||
|
||||
-for ac_func in access atoi chmod chown fchmod fileno fstat getumask isatty setmode stat umask utime
|
||||
+for ac_func in access atoi chmod chown fchmod fileno fstat getumask isatty stat umask utime
|
||||
do
|
||||
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
|
||||
echo "configure:2272: checking for $ac_func" >&5
|
1
archivers/lzop/pkg/COMMENT
Normal file
1
archivers/lzop/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
fast file compressor similar to gzip
|
9
archivers/lzop/pkg/DESCR
Normal file
9
archivers/lzop/pkg/DESCR
Normal file
@ -0,0 +1,9 @@
|
||||
lzop is a file compressor which is very similar to gzip. It uses the LZO
|
||||
library for compression services and its main advantages over gzip are much
|
||||
higher compression and decompression speed (at the cost of some compression
|
||||
ratio).
|
||||
|
||||
lzop is distributed under the terms of the GNU General Public License
|
||||
(GPL).
|
||||
|
||||
WWW: ${HOMEPAGE}
|
3
archivers/lzop/pkg/PLIST
Normal file
3
archivers/lzop/pkg/PLIST
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2000/07/07 03:39:38 kevlo Exp $
|
||||
bin/lzop
|
||||
man/man1/lzop.1
|
Loading…
x
Reference in New Issue
Block a user