diff options
author | drochner <drochner> | 2006-02-15 16:58:21 +0000 |
---|---|---|
committer | drochner <drochner> | 2006-02-15 16:58:21 +0000 |
commit | 77ae750433d974be288027726266d43f1d80c738 (patch) | |
tree | 17cf49b28d49fa8c6a4c3de2ac192868057ca4c6 /archivers | |
parent | b10721fe3c6d7660b681f0fd4fa62d5034f38507 (diff) | |
download | pkgsrc-77ae750433d974be288027726266d43f1d80c738.tar.gz |
import ucl-1.03, another data compression library
(optionally used by pytables)
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/ucl/DESCR | 4 | ||||
-rw-r--r-- | archivers/ucl/Makefile | 16 | ||||
-rw-r--r-- | archivers/ucl/PLIST | 6 | ||||
-rw-r--r-- | archivers/ucl/buildlink3.mk | 28 | ||||
-rw-r--r-- | archivers/ucl/distinfo | 5 |
5 files changed, 59 insertions, 0 deletions
diff --git a/archivers/ucl/DESCR b/archivers/ucl/DESCR new file mode 100644 index 00000000000..6b4046a191f --- /dev/null +++ b/archivers/ucl/DESCR @@ -0,0 +1,4 @@ +UCL is a portable lossless data compression library written in ANSI C. +UCL implements a number of compression algorithms that achieve an +excellent compression ratio while allowing *very* fast decompression. +Decompression requires no additional memory. diff --git a/archivers/ucl/Makefile b/archivers/ucl/Makefile new file mode 100644 index 00000000000..36b7e26bac6 --- /dev/null +++ b/archivers/ucl/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/02/15 16:58:21 drochner Exp $ +# + +DISTNAME= ucl-1.03 +CATEGORIES= archivers +MASTER_SITES= http://www.oberhumer.com/opensource/ucl/download/ + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://www.oberhumer.com/opensource/ucl/ +COMMENT= Lossless data compression library + +USE_PKGLOCALEDIR= yes +GNU_CONFIGURE= yes +USE_LIBTOOL= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/archivers/ucl/PLIST b/archivers/ucl/PLIST new file mode 100644 index 00000000000..a3ae8752b88 --- /dev/null +++ b/archivers/ucl/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/02/15 16:58:21 drochner Exp $ +include/ucl/ucl.h +include/ucl/ucl_asm.h +include/ucl/uclconf.h +lib/libucl.la +@dirrm include/ucl diff --git a/archivers/ucl/buildlink3.mk b/archivers/ucl/buildlink3.mk new file mode 100644 index 00000000000..ae9c3811d12 --- /dev/null +++ b/archivers/ucl/buildlink3.mk @@ -0,0 +1,28 @@ +# $NetBSD: buildlink3.mk,v 1.1.1.1 2006/02/15 16:58:21 drochner Exp $ +# XXX +# XXX This file was created automatically using createbuildlink-3.10. +# XXX After this file has been verified as correct, the comment lines +# XXX beginning with "XXX" should be removed. Please do not commit +# XXX unverified buildlink3.mk files. +# XXX +# XXX Packages that only install static libraries or headers should +# XXX include the following line: +# XXX +# XXX BUILDLINK_DEPMETHOD.ucl?= build + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ +UCL_BUILDLINK3_MK:= ${UCL_BUILDLINK3_MK}+ + +.if !empty(BUILDLINK_DEPTH:M+) +BUILDLINK_DEPENDS+= ucl +.endif + +BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nucl} +BUILDLINK_PACKAGES+= ucl + +.if !empty(UCL_BUILDLINK3_MK:M+) +BUILDLINK_DEPENDS.ucl+= ucl>=1.03 +BUILDLINK_PKGSRCDIR.ucl?= ../../archivers/ucl +.endif # UCL_BUILDLINK3_MK + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} diff --git a/archivers/ucl/distinfo b/archivers/ucl/distinfo new file mode 100644 index 00000000000..66dd4f8232d --- /dev/null +++ b/archivers/ucl/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/02/15 16:58:21 drochner Exp $ + +SHA1 (ucl-1.03.tar.gz) = 5847003d136fbbca1334dd5de10554c76c755f7c +RMD160 (ucl-1.03.tar.gz) = d1b50127d482481c125eabff9a9c157d491c4a6a +Size (ucl-1.03.tar.gz) = 534881 bytes |