pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/ucl import ucl-1.03, another data compressio...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/32138314f038
branches:  trunk
changeset: 508135:32138314f038
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Wed Feb 15 16:58:21 2006 +0000

description:
import ucl-1.03, another data compression library
(optionally used by pytables)

diffstat:

 archivers/ucl/DESCR         |   4 ++++
 archivers/ucl/Makefile      |  16 ++++++++++++++++
 archivers/ucl/PLIST         |   6 ++++++
 archivers/ucl/buildlink3.mk |  28 ++++++++++++++++++++++++++++
 archivers/ucl/distinfo      |   5 +++++
 5 files changed, 59 insertions(+), 0 deletions(-)

diffs (79 lines):

diff -r 7a32fe580c40 -r 32138314f038 archivers/ucl/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/ucl/DESCR       Wed Feb 15 16:58:21 2006 +0000
@@ -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 -r 7a32fe580c40 -r 32138314f038 archivers/ucl/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/ucl/Makefile    Wed Feb 15 16:58:21 2006 +0000
@@ -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@localhost
+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 -r 7a32fe580c40 -r 32138314f038 archivers/ucl/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/ucl/PLIST       Wed Feb 15 16:58:21 2006 +0000
@@ -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 -r 7a32fe580c40 -r 32138314f038 archivers/ucl/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/ucl/buildlink3.mk       Wed Feb 15 16:58:21 2006 +0000
@@ -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 -r 7a32fe580c40 -r 32138314f038 archivers/ucl/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/ucl/distinfo    Wed Feb 15 16:58:21 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index