summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-07-14 20:02:47 +0000
committerwiz <wiz@pkgsrc.org>2005-07-14 20:02:47 +0000
commit70110fc20d72c8fc76118bb1d5b4d6f33504dc07 (patch)
tree70cd817bfd110d1f5160db80dc6b2f77aad7eaa9
parent84b4d072dcef75ff00c190e1719b1a6fb5621d5b (diff)
downloadpkgsrc-70110fc20d72c8fc76118bb1d5b4d6f33504dc07.tar.gz
Initial import of lzo-2.01, the new major version of archivers/liblzo.
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. The LZO algorithms and implementations are copyrighted OpenSource distributed under the GNU General Public License.
-rw-r--r--archivers/lzo/DESCR10
-rw-r--r--archivers/lzo/Makefile19
-rw-r--r--archivers/lzo/PLIST16
-rw-r--r--archivers/lzo/buildlink3.mk19
-rw-r--r--archivers/lzo/distinfo5
5 files changed, 69 insertions, 0 deletions
diff --git a/archivers/lzo/DESCR b/archivers/lzo/DESCR
new file mode 100644
index 00000000000..cb21e8c09fa
--- /dev/null
+++ b/archivers/lzo/DESCR
@@ -0,0 +1,10 @@
+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.
+
+The LZO algorithms and implementations are copyrighted OpenSource
+distributed under the GNU General Public License.
diff --git a/archivers/lzo/Makefile b/archivers/lzo/Makefile
new file mode 100644
index 00000000000..28bf30edec0
--- /dev/null
+++ b/archivers/lzo/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/07/14 20:02:48 wiz Exp $
+#
+
+DISTNAME= lzo-2.01
+CATEGORIES= archivers
+MASTER_SITES= http://ftp.uni-koeln.de/util/arc/ \
+ http://www.oberhumer.com/opensource/lzo/download/
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://www.oberhumer.com/opensource/lzo/
+COMMENT= Portable lossless data compression library
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+GNU_CONFIGURE= YES
+USE_LIBTOOL= YES
+TEST_TARGET= test
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/archivers/lzo/PLIST b/archivers/lzo/PLIST
new file mode 100644
index 00000000000..ddfea43e395
--- /dev/null
+++ b/archivers/lzo/PLIST
@@ -0,0 +1,16 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/07/14 20:02:47 wiz Exp $
+include/lzo/lzo1.h
+include/lzo/lzo1a.h
+include/lzo/lzo1b.h
+include/lzo/lzo1c.h
+include/lzo/lzo1f.h
+include/lzo/lzo1x.h
+include/lzo/lzo1y.h
+include/lzo/lzo1z.h
+include/lzo/lzo2a.h
+include/lzo/lzo_asm.h
+include/lzo/lzoconf.h
+include/lzo/lzodefs.h
+include/lzo/lzoutil.h
+lib/liblzo2.la
+@dirrm include/lzo
diff --git a/archivers/lzo/buildlink3.mk b/archivers/lzo/buildlink3.mk
new file mode 100644
index 00000000000..c454d6f8ad7
--- /dev/null
+++ b/archivers/lzo/buildlink3.mk
@@ -0,0 +1,19 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2005/07/14 20:02:48 wiz Exp $
+# XXX BUILDLINK_DEPMETHOD.lzo?= build
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+LZO_BUILDLINK3_MK:= ${LZO_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+= lzo
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlzo}
+BUILDLINK_PACKAGES+= lzo
+
+.if !empty(LZO_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.lzo+= lzo>=2.01
+BUILDLINK_PKGSRCDIR.lzo?= ../../archivers/lzo
+.endif # LZO_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff --git a/archivers/lzo/distinfo b/archivers/lzo/distinfo
new file mode 100644
index 00000000000..cc11f32ca6a
--- /dev/null
+++ b/archivers/lzo/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/07/14 20:02:48 wiz Exp $
+
+SHA1 (lzo-2.01.tar.gz) = 6a21ce14ca25afcc60a607862336a2722f1d5d23
+RMD160 (lzo-2.01.tar.gz) = 9f2e357fc71f39af85d725b6aa2be21fd6ae6d78
+Size (lzo-2.01.tar.gz) = 591048 bytes