diff options
author | rh <rh> | 1999-08-16 15:29:37 +0000 |
---|---|---|
committer | rh <rh> | 1999-08-16 15:29:37 +0000 |
commit | debeaa994583a69220af7b3083c7562bc4ea6024 (patch) | |
tree | a60c378b580bb633b118eaedb80af9c9542e1452 /archivers/liblzo | |
parent | a716065b5dfba40bfcd48787e59f8a89e3ebbebd (diff) | |
download | pkgsrc-debeaa994583a69220af7b3083c7562bc4ea6024.tar.gz |
Initial import of liblzo, a portable lossless data compression library
written in ANSI C.
Diffstat (limited to 'archivers/liblzo')
-rw-r--r-- | archivers/liblzo/Makefile | 18 | ||||
-rw-r--r-- | archivers/liblzo/files/md5 | 3 | ||||
-rw-r--r-- | archivers/liblzo/patches/patch-aa | 33 | ||||
-rw-r--r-- | archivers/liblzo/pkg/COMMENT | 1 | ||||
-rw-r--r-- | archivers/liblzo/pkg/DESCR | 11 | ||||
-rw-r--r-- | archivers/liblzo/pkg/PLIST | 15 |
6 files changed, 81 insertions, 0 deletions
diff --git a/archivers/liblzo/Makefile b/archivers/liblzo/Makefile new file mode 100644 index 00000000000..9483a7ed091 --- /dev/null +++ b/archivers/liblzo/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/08/16 15:29:37 rh Exp $ +# + +DISTNAME= lzo-1.04 +PKGNAME= liblzo-1.04 +CATEGORIES= archivers +MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/lzo-download/ \ + ftp://wildsau.idv.uni-linz.ac.at/pub/mfx/lzo/ \ + ftp://metalab.unc.edu/pub/Linux/libs/compression/ \ + ftp://ftp.elf.stuba.sk/pub/pc/pack/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://wildsau.idv.uni-linz.ac.at/mfx/lzo.html + +GNU_CONFIGURE= YES +USE_LIBTOOL= YES + +.include "../../mk/bsd.pkg.mk" diff --git a/archivers/liblzo/files/md5 b/archivers/liblzo/files/md5 new file mode 100644 index 00000000000..42b83ac50da --- /dev/null +++ b/archivers/liblzo/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/08/16 15:29:37 rh Exp $ + +MD5 (lzo-1.04.tar.gz) = 550966692dbc93f31dc078b13c175afa diff --git a/archivers/liblzo/patches/patch-aa b/archivers/liblzo/patches/patch-aa new file mode 100644 index 00000000000..d718a455746 --- /dev/null +++ b/archivers/liblzo/patches/patch-aa @@ -0,0 +1,33 @@ +$NetBSD: patch-aa,v 1.1.1.1 1999/08/16 15:29:37 rh Exp $ + +--- configure.orig Sun Mar 15 16:26:21 1998 ++++ configure Mon Aug 16 15:31:55 1999 +@@ -1760,6 +1760,7 @@ + echo "$ac_t""no" 1>&6 + fi + ++if false; then + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' + +@@ -1805,6 +1806,7 @@ + ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig \ + $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ + || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } ++fi + + + if test "$USE_MAINTAINER_MODE" = yes; then +@@ -3707,10 +3709,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/liblzo/pkg/COMMENT b/archivers/liblzo/pkg/COMMENT new file mode 100644 index 00000000000..899c8c1adf8 --- /dev/null +++ b/archivers/liblzo/pkg/COMMENT @@ -0,0 +1 @@ +a portable lossless data compression library written in ANSI C diff --git a/archivers/liblzo/pkg/DESCR b/archivers/liblzo/pkg/DESCR new file mode 100644 index 00000000000..0800f872eb6 --- /dev/null +++ b/archivers/liblzo/pkg/DESCR @@ -0,0 +1,11 @@ + LZO is a portable lossless data compression library written in ANSI C. +It offers pretty fast compression and *very* fast decompression. +Decompression requires no memory. + + In addition, there are slower compression levels achieving a quite +competitive compression ratio while still decompressing at this very high +speed. + + LZO is distributed under the terms of the GNU General Public License (GPL) +Special licenses for commercial and other applications are available by +contacting the author. diff --git a/archivers/liblzo/pkg/PLIST b/archivers/liblzo/pkg/PLIST new file mode 100644 index 00000000000..a06c5f52a96 --- /dev/null +++ b/archivers/liblzo/pkg/PLIST @@ -0,0 +1,15 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/08/16 15:29:37 rh Exp $ +include/lzoconf.h +include/lzoutil.h +include/lzo16bit.h +include/lzo1.h +include/lzo1a.h +include/lzo1b.h +include/lzo1c.h +include/lzo1f.h +include/lzo1x.h +include/lzo1y.h +include/lzo1z.h +include/lzo2a.h +lib/liblzo.so.1.0 +lib/liblzo.a |