diff options
author | rh <rh@pkgsrc.org> | 1999-08-16 15:39:22 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-08-16 15:39:22 +0000 |
commit | 60546359f29977347ab46ed7e13eb196e0e54787 (patch) | |
tree | 84833e7cb774e9aac56ced0659883aabb445ff5a | |
parent | 92b4dbde5b1ba039c5cfb61bc7c52ef669ec9da5 (diff) | |
download | pkgsrc-60546359f29977347ab46ed7e13eb196e0e54787.tar.gz |
Initial import of lzop-1.00, a fast file compressor similar to gzip, using
the LZO library.
-rw-r--r-- | archivers/lzop/Makefile | 16 | ||||
-rw-r--r-- | archivers/lzop/files/md5 | 3 | ||||
-rw-r--r-- | archivers/lzop/patches/patch-aa | 26 | ||||
-rw-r--r-- | archivers/lzop/pkg/COMMENT | 1 | ||||
-rw-r--r-- | archivers/lzop/pkg/DESCR | 7 | ||||
-rw-r--r-- | archivers/lzop/pkg/PLIST | 3 |
6 files changed, 56 insertions, 0 deletions
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 |