From 1d8a31ed83c091e0e1c80d26d27cadfc332e5f3a Mon Sep 17 00:00:00 2001 From: rh Date: Mon, 16 Aug 1999 15:39:22 +0000 Subject: Initial import of lzop-1.00, a fast file compressor similar to gzip, using the LZO library. --- archivers/lzop/Makefile | 16 ++++++++++++++++ archivers/lzop/files/md5 | 3 +++ archivers/lzop/patches/patch-aa | 26 ++++++++++++++++++++++++++ archivers/lzop/pkg/COMMENT | 1 + archivers/lzop/pkg/DESCR | 7 +++++++ archivers/lzop/pkg/PLIST | 3 +++ 6 files changed, 56 insertions(+) create mode 100644 archivers/lzop/Makefile create mode 100644 archivers/lzop/files/md5 create mode 100644 archivers/lzop/patches/patch-aa create mode 100644 archivers/lzop/pkg/COMMENT create mode 100644 archivers/lzop/pkg/DESCR create mode 100644 archivers/lzop/pkg/PLIST (limited to 'archivers/lzop') diff --git a/archivers/lzop/Makefile b/archivers/lzop/Makefile new file mode 100644 index 00000000000..cdafc6ddf57 --- /dev/null +++ b/archivers/lzop/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/08/16 15:39:22 rh Exp $ +# + +DISTNAME= lzop-1.00 +CATEGORIES= archivers +MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/lzo-download/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://wildsau.idv.uni-linz.ac.at/mfx/lzop.html + +DEPENDS= liblzo-1.04:../../archivers/liblzo + +GNU_CONFIGURE= YES +CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${PREFIX}/include" + +.include "../../mk/bsd.pkg.mk" diff --git a/archivers/lzop/files/md5 b/archivers/lzop/files/md5 new file mode 100644 index 00000000000..1eafd0c4b8e --- /dev/null +++ b/archivers/lzop/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/08/16 15:39:23 rh Exp $ + +MD5 (lzop-1.00.tar.gz) = ef267ac5ea24ccf4ae779f4afb0ab48e diff --git a/archivers/lzop/patches/patch-aa b/archivers/lzop/patches/patch-aa new file mode 100644 index 00000000000..6f9f4352114 --- /dev/null +++ b/archivers/lzop/patches/patch-aa @@ -0,0 +1,26 @@ +$NetBSD: patch-aa,v 1.1.1.1 1999/08/16 15:39:23 rh Exp $ + +--- configure.orig Sat Apr 25 18:23:14 1998 ++++ configure Mon Aug 16 16:00:37 1999 +@@ -2265,7 +2265,7 @@ + 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 +@@ -2941,10 +2941,12 @@ + top_srcdir="$ac_dots$ac_given_srcdir" ;; + esac + ++if false; then + case "$ac_given_INSTALL" in + [/$]*) INSTALL="$ac_given_INSTALL" ;; + *) INSTALL="$ac_dots$ac_given_INSTALL" ;; + esac ++fi + + echo creating "$ac_file" + rm -f "$ac_file" diff --git a/archivers/lzop/pkg/COMMENT b/archivers/lzop/pkg/COMMENT new file mode 100644 index 00000000000..84fc99fe647 --- /dev/null +++ b/archivers/lzop/pkg/COMMENT @@ -0,0 +1 @@ +a fast file compressor similar to gzip, using the LZO library diff --git a/archivers/lzop/pkg/DESCR b/archivers/lzop/pkg/DESCR new file mode 100644 index 00000000000..1af4058abf9 --- /dev/null +++ b/archivers/lzop/pkg/DESCR @@ -0,0 +1,7 @@ + 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). diff --git a/archivers/lzop/pkg/PLIST b/archivers/lzop/pkg/PLIST new file mode 100644 index 00000000000..d49e9a935be --- /dev/null +++ b/archivers/lzop/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/08/16 15:39:22 rh Exp $ +bin/lzop +man/man1/lzop.1 -- cgit v1.2.3