pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/libaec



Module Name:    pkgsrc
Committed By:   bacon
Date:           Mon Apr 29 15:51:23 UTC 2019

Added Files:
        pkgsrc/archivers/libaec: DESCR Makefile PLIST buildlink3.mk distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/archivers/libaec/DESCR \
    pkgsrc/archivers/libaec/Makefile pkgsrc/archivers/libaec/PLIST \
    pkgsrc/archivers/libaec/buildlink3.mk pkgsrc/archivers/libaec/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/archivers/libaec/DESCR
diff -u /dev/null pkgsrc/archivers/libaec/DESCR:1.1
--- /dev/null   Mon Apr 29 15:51:23 2019
+++ pkgsrc/archivers/libaec/DESCR       Mon Apr 29 15:51:23 2019
@@ -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.
Index: pkgsrc/archivers/libaec/Makefile
diff -u /dev/null pkgsrc/archivers/libaec/Makefile:1.1
--- /dev/null   Mon Apr 29 15:51:23 2019
+++ pkgsrc/archivers/libaec/Makefile    Mon Apr 29 15:51:23 2019
@@ -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"
Index: pkgsrc/archivers/libaec/PLIST
diff -u /dev/null pkgsrc/archivers/libaec/PLIST:1.1
--- /dev/null   Mon Apr 29 15:51:23 2019
+++ pkgsrc/archivers/libaec/PLIST       Mon Apr 29 15:51:23 2019
@@ -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
Index: pkgsrc/archivers/libaec/buildlink3.mk
diff -u /dev/null pkgsrc/archivers/libaec/buildlink3.mk:1.1
--- /dev/null   Mon Apr 29 15:51:23 2019
+++ pkgsrc/archivers/libaec/buildlink3.mk       Mon Apr 29 15:51:23 2019
@@ -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
Index: pkgsrc/archivers/libaec/distinfo
diff -u /dev/null pkgsrc/archivers/libaec/distinfo:1.1
--- /dev/null   Mon Apr 29 15:51:23 2019
+++ pkgsrc/archivers/libaec/distinfo    Mon Apr 29 15:51:23 2019
@@ -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