pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/lzo Initial import of lzo-2.01, the new majo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6e47da0fafec
branches:  trunk
changeset: 496889:6e47da0fafec
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jul 14 20:02:47 2005 +0000

description:
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.

diffstat:

 archivers/lzo/DESCR         |  10 ++++++++++
 archivers/lzo/Makefile      |  19 +++++++++++++++++++
 archivers/lzo/PLIST         |  16 ++++++++++++++++
 archivers/lzo/buildlink3.mk |  19 +++++++++++++++++++
 archivers/lzo/distinfo      |   5 +++++
 5 files changed, 69 insertions(+), 0 deletions(-)

diffs (89 lines):

diff -r 291219060d00 -r 6e47da0fafec archivers/lzo/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/lzo/DESCR       Thu Jul 14 20:02:47 2005 +0000
@@ -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 -r 291219060d00 -r 6e47da0fafec archivers/lzo/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/lzo/Makefile    Thu Jul 14 20:02:47 2005 +0000
@@ -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@localhost
+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 -r 291219060d00 -r 6e47da0fafec archivers/lzo/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/lzo/PLIST       Thu Jul 14 20:02:47 2005 +0000
@@ -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 -r 291219060d00 -r 6e47da0fafec archivers/lzo/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/lzo/buildlink3.mk       Thu Jul 14 20:02:47 2005 +0000
@@ -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 -r 291219060d00 -r 6e47da0fafec archivers/lzo/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/lzo/distinfo    Thu Jul 14 20:02:47 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index