diff options
author | wiz <wiz@pkgsrc.org> | 2011-08-06 15:44:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-08-06 15:44:20 +0000 |
commit | 10717305e4c36f1f902601ec5efc13a32e3a74c0 (patch) | |
tree | 2509e545ebecefb59cea04bd5aa0048e39626692 /devel/cfitsio/distinfo | |
parent | 379363d18aaf5e329a55b9996bbc49efe438d50c (diff) | |
download | pkgsrc-10717305e4c36f1f902601ec5efc13a32e3a74c0.tar.gz |
Update to 3.280:
Version 3.28 - 12 May 2011
- added an enhancement to the tiled-image compression method when compressing
floating-point image using the standard (lossy) quantization method. In
cases where an image tile cannot be quantized, The floating-point pixel values
will be losslessly compressed with gzip before writing them to the tile-
compressed file. Previously, the uncompressed pixel values would have
been written to the file, which obviously requires more disk space.
- made significant internal changes to the structure of the tile compression
and uncompression routines in imcompress.c to make them more modular and
easier to maintain.
- modified configure.in and configure to force it to build a Universal
binary on Mac OS X.
- modified the ffiter function in putcol.c to properly clean up allocated
memory if an error occurs.
- in quantize.c, when searching for the min and max values in a float array,
initialize the max value to -FLT_MAX instead of FLT_MIN (and similarly
for double array).
Diffstat (limited to 'devel/cfitsio/distinfo')
-rw-r--r-- | devel/cfitsio/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/cfitsio/distinfo b/devel/cfitsio/distinfo index 3d92f9925a1..d75d4302eb1 100644 --- a/devel/cfitsio/distinfo +++ b/devel/cfitsio/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.9 2011/03/11 11:56:05 wiz Exp $ +$NetBSD: distinfo,v 1.10 2011/08/06 15:44:20 wiz Exp $ -SHA1 (cfitsio3270.tar.gz) = 3739019722409f4c0b65b0b79c2877ebe5c83b95 -RMD160 (cfitsio3270.tar.gz) = e681555eb82d00933e26bdaac5b7e1f9eae92436 -Size (cfitsio3270.tar.gz) = 4658043 bytes +SHA1 (cfitsio3280.tar.gz) = 1f86e23808c68dc5aa144bd2622de0189beadead +RMD160 (cfitsio3280.tar.gz) = 66df553d36e1ea51261a9fa6407760014487c535 +Size (cfitsio3280.tar.gz) = 4620941 bytes SHA1 (patch-aa) = add31354201be4ce02c8ecb2e0f0503daca081b7 SHA1 (patch-ad) = 72ab7f4ecc29a27354e80d0b86bcc4612113d002 |