pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/libaec archivers/libaec: import libaec-1.0.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/296ac71a881c
branches:  trunk
changeset: 333056:296ac71a881c
user:      bacon <bacon%pkgsrc.org@localhost>
date:      Mon Apr 29 15:51:23 2019 +0000

description:
archivers/libaec: import libaec-1.0.4

Libaec provides fast lossless compression of 1 up to 32 bit wide signed
or unsigned integers (samples). The library achieves best results for
low entropy data as often encountered in space imaging instrument data or
numerical model output from weather or climate simulations. While floating
point representations are not directly supported, they can also be efficiently
coded by grouping exponents and mantissa.

Libaec implements Golomb-Rice coding as defined in the Space Data System
Standard documents 121.0-B-2 and 120.0-G-2.

Libaec includes a free drop-in replacement for the SZIP library.

diffstat:

 archivers/libaec/DESCR         |  11 +++++++++++
 archivers/libaec/Makefile      |  23 +++++++++++++++++++++++
 archivers/libaec/PLIST         |   7 +++++++
 archivers/libaec/buildlink3.mk |  12 ++++++++++++
 archivers/libaec/distinfo      |   6 ++++++
 5 files changed, 59 insertions(+), 0 deletions(-)

diffs (79 lines):

diff -r cfe59908f6d2 -r 296ac71a881c archivers/libaec/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/libaec/DESCR    Mon Apr 29 15:51:23 2019 +0000
@@ -0,0 +1,11 @@
+Libaec provides fast lossless compression of 1 up to 32 bit wide signed
+or unsigned integers (samples). The library achieves best results for
+low entropy data as often encountered in space imaging instrument data or
+numerical model output from weather or climate simulations. While floating
+point representations are not directly supported, they can also be efficiently
+coded by grouping exponents and mantissa.
+
+Libaec implements Golomb-Rice coding as defined in the Space Data System
+Standard documents 121.0-B-2 and 120.0-G-2.
+
+Libaec includes a free drop-in replacement for the SZIP library.
diff -r cfe59908f6d2 -r 296ac71a881c archivers/libaec/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/libaec/Makefile Mon Apr 29 15:51:23 2019 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2019/04/29 15:51:23 bacon Exp $
+
+DISTNAME=      libaec-1.0.4
+CATEGORIES=    archivers
+MASTER_SITES=  https://gitlab.dkrz.de/k202009/libaec/uploads/ea0b7d197a950b0c110da8dfdecbb71f/
+
+MAINTAINER=    bacon%NetBSD.org@localhost
+HOMEPAGE=      https://gitlab.dkrz.de/k202009/libaec
+COMMENT=       Adaptive entropy coding library
+LICENSE=       2-clause-bsd
+
+CONFLICTS=     szip-[0-9]*
+
+USE_TOOLS+=    autoconf automake autoreconf
+USE_LIBTOOL=   yes
+GNU_CONFIGURE= yes
+INSTALL_TARGET=        install-strip
+TEST_TARGET=   check
+
+pre-configure:
+       cd ${WRKSRC} && autoreconf -if
+
+.include "../../mk/bsd.pkg.mk"
diff -r cfe59908f6d2 -r 296ac71a881c archivers/libaec/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/libaec/PLIST    Mon Apr 29 15:51:23 2019 +0000
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1 2019/04/29 15:51:23 bacon Exp $
+bin/aec
+include/libaec.h
+include/szlib.h
+lib/libaec.la
+lib/libsz.la
+man/man1/aec.1
diff -r cfe59908f6d2 -r 296ac71a881c archivers/libaec/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/libaec/buildlink3.mk    Mon Apr 29 15:51:23 2019 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: buildlink3.mk,v 1.1 2019/04/29 15:51:23 bacon Exp $
+
+BUILDLINK_TREE+=       libaec
+
+.if !defined(LIBAEC_BUILDLINK3_MK)
+LIBAEC_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.libaec+= libaec>=1.0.4
+BUILDLINK_PKGSRCDIR.libaec?=   ../../archivers/libaec
+.endif # LIBAEC_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -libaec
diff -r cfe59908f6d2 -r 296ac71a881c archivers/libaec/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/libaec/distinfo Mon Apr 29 15:51:23 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/04/29 15:51:23 bacon Exp $
+
+SHA1 (libaec-1.0.4.tar.gz) = 17a3972aee6d5d4c46c724f3a8a57f8e0161a806
+RMD160 (libaec-1.0.4.tar.gz) = e41987d68a1bd5325c9016bb161b51a2b845f81a
+SHA512 (libaec-1.0.4.tar.gz) = 3873b51986f8a05202c44ea3eb0f2f9125869a29367473dc3f6de4d67a0ecc4245787eaf979760254001ae289ffe588cf065c73153a0ef9eb8ed20641bcbf0ad
+Size (libaec-1.0.4.tar.gz) = 3120061 bytes



Home | Main Index | Thread Index | Old Index