Subject: CVS commit: pkgsrc/devel/hdf
To: None <pkgsrc-changes@netbsd.org>
From: Jason Beegan <jtb@netbsd.org>
List: pkgsrc-changes
Date: 05/04/2002 02:14:53
Module Name: pkgsrc
Committed By: jtb
Date: Fri May 3 23:14:53 UTC 2002
Modified Files:
pkgsrc/devel/hdf: Makefile PLIST distinfo
pkgsrc/devel/hdf/patches: patch-ad patch-ae patch-af patch-ah patch-ai
patch-aj patch-al patch-an patch-at
Added Files:
pkgsrc/devel/hdf: buildlink.mk
Removed Files:
pkgsrc/devel/hdf/patches: patch-am
Log Message:
Update to version 4.1r5.
New Features and Changes:
========================
o The following Vdata routines were added:
VSsetblocksize/vsfsetblsz -- sets the block size of the
linked-block element.
VSsetnumblocks/vsfsetnmbl -- sets the number of blocks for
a linked-block element.
VSgetblockinfo/vsfgetblinfo -- retrieves the block size and the number
of blocks of a linked-block element.
o Two routines were added to get compression information for the SD and
GR interfaces, including chunked elements: SDgetcompress/sfgcompress
and GRgetcompress/mggcompress.
Note:
- For a JPEG image, GRgetcompress only returns the compression type, not
the compression information (i.e, quantity and force_baseline). This
information is not currently retrievable.
- Getting compression type for JPEG chunked images is not working yet.
o "hdp dumpgr" has a new option, -pd, to print palette data only. Also,
whenever option -p or -pd is given, only palettes are printed, and no
images or file attributes.
o A new FORTRAN function, heprntf (HEprint), was added. It takes two
arguments: file name and level. If the file name string has 0 length,
then error messages will be printed to standard output.
o A memory leak in the netCDF portion of the HDF/mfhdf distribution
was fixed.
o The "#define NULL" was removed since ANSI C compilers are required to
define NULL.
o When using "hdp dumpgr", data was being printed in the range of 0-250
when it should have been between 0-168. This problem is now fixed.
To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 pkgsrc/devel/hdf/Makefile
cvs rdiff -r1.1 -r1.2 pkgsrc/devel/hdf/PLIST
cvs rdiff -r0 -r1.1 pkgsrc/devel/hdf/buildlink.mk
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/hdf/distinfo
cvs rdiff -r1.4 -r1.5 pkgsrc/devel/hdf/patches/patch-ad \
pkgsrc/devel/hdf/patches/patch-ae pkgsrc/devel/hdf/patches/patch-aj
cvs rdiff -r1.6 -r1.7 pkgsrc/devel/hdf/patches/patch-af
cvs rdiff -r1.5 -r1.6 pkgsrc/devel/hdf/patches/patch-ah \
pkgsrc/devel/hdf/patches/patch-ai
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/hdf/patches/patch-al \
pkgsrc/devel/hdf/patches/patch-an
cvs rdiff -r1.1 -r0 pkgsrc/devel/hdf/patches/patch-am
cvs rdiff -r1.1 -r1.2 pkgsrc/devel/hdf/patches/patch-at
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.