Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@netbsd.org>
From: Jason Beegan <jtb@netbsd.org>
List: pkgsrc-changes
Date: 04/30/2001 03:26:21
Module Name: pkgsrc
Committed By: jtb
Date: Mon Apr 30 00:26:21 UTC 2001
Modified Files:
pkgsrc/devel/hdf5: Makefile distinfo
pkgsrc/devel/hdf5/pkg: PLIST
Log Message:
Update of hdf5 to 1.4.1. Also, added German mirror.
New Features
============
* XML output option for h5dump utility.
A new option --xml to output data in XML format has been added. The
XML output contains a complete description of the file, marked up in
XML.
The XML conforms to the HDF5 Document Type Definition (DTD), which
is available at:
http://hdf.ncsa.uiuc.edu/DTDs/HDF5-File.dtd
The XML output is suitable for use with other tools, including the
Java Tools:
http://hdf.ncsa.uiuc.edu/java-hdf5-html
Bug Fixes since HDF5-1.4.0 Release
==================================
* h4toh5 utility: conversion of images is fixed
Earlier releases of the h4toh5 utility produced images that did not
correctly conform to the HDF5 Image and Palette Specification.
http://hdf.ncsa.uiuc.edu/HDF5/doc/ImageSpec.html
Several required HDF5 attributes are omitted, and the dataspace
is reversed (i.e., the ht. and width of the image dataset is
incorrectly described.) For more information, please see:
http://hdf.ncsa.uiuc.edu/HDF5/H5Image/ImageDetails.htm
* Fixed bug with contiguous hyperslabs not being detected, causing
slower I/O than necessary.
* Fixed bug where non-aligned hyperslab I/O on chunked datasets was
causing errors during I/O
* The RCSID string in H5public.h was causing the C++ compiling problem
because when it was included multiple times, C++ did not like
multiple definitions of the same static variable. All occurance of
RCSID definition are removed since we have not used it consistently
before.
To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 pkgsrc/devel/hdf5/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/hdf5/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/hdf5/pkg/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.