pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
libaec: Clean up
Module Name: pkgsrc-wip
Committed By: Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By: outpaddling
Date: Mon Apr 29 08:15:47 2019 -0500
Changeset: 139546500c3bf7dd1bbbd9e829e6c8caa1892569
Modified Files:
libaec/DESCR
libaec/Makefile
libaec/PLIST
Log Message:
libaec: Clean up
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=139546500c3bf7dd1bbbd9e829e6c8caa1892569
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
libaec/DESCR | 24 +++++++++++++-----------
libaec/Makefile | 10 ++--------
libaec/PLIST | 2 --
3 files changed, 15 insertions(+), 21 deletions(-)
diffs:
diff --git a/libaec/DESCR b/libaec/DESCR
index 1e3376ce93..287b7e71a7 100644
--- a/libaec/DESCR
+++ b/libaec/DESCR
@@ -1,13 +1,15 @@
-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 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. Just replace
-SZIP's shared library libsz.so* with libaec.so* and libsz.so* from libaec. Code
-which is dynamically linked with SZIP such as HDF5 should continue to work with
-libaec. No re-compilation required. HDF5 files which contain SZIP encoded data
-can be decoded by HDF5 using libaec and vice versa.
+
+Libaec includes a free drop-in replacement for the SZIP library. Just
+replace SZIP's shared library libsz.so* with libaec.so* and libsz.so*
+from libaec. Code which is dynamically linked with SZIP such as HDF5 should
+continue to work with libaec. No re-compilation required. HDF5 files which
+contain SZIP encoded data can be decoded by HDF5 using libaec and vice versa.
diff --git a/libaec/Makefile b/libaec/Makefile
index c456eef603..cd9dc9d6d9 100644
--- a/libaec/Makefile
+++ b/libaec/Makefile
@@ -1,12 +1,4 @@
# $NetBSD$
-#
-###########################################################
-# Generated by fbsd2pkg #
-# Sat Apr 20 10:44:54 CDT 2019 #
-###########################################################
-
-#CONFLICTS_INSTALL= hdf-szip
-#USE_LDCONFIG= yes
DISTNAME= libaec-1.0.4
CATEGORIES= archivers
@@ -17,6 +9,8 @@ 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
diff --git a/libaec/PLIST b/libaec/PLIST
index 0f1e7c9867..9e8b73240a 100644
--- a/libaec/PLIST
+++ b/libaec/PLIST
@@ -5,5 +5,3 @@ include/szlib.h
lib/libaec.la
lib/libsz.la
man/man1/aec.1
-@pkgdir share/examples
-@pkgdir share/doc
Home |
Main Index |
Thread Index |
Old Index