summaryrefslogtreecommitdiff
path: root/devel/hdf5/Makefile
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2001-04-30 00:26:20 +0000
committerjtb <jtb@pkgsrc.org>2001-04-30 00:26:20 +0000
commit398d5d047e9c8ce0ca24559e79d036196c26b43d (patch)
treeecf06fc9a915db88fbede882c9b21fc238128d17 /devel/hdf5/Makefile
parent89f6e6dc3373a6ed13a556dedf2838027de3c2c1 (diff)
downloadpkgsrc-398d5d047e9c8ce0ca24559e79d036196c26b43d.tar.gz
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.
Diffstat (limited to 'devel/hdf5/Makefile')
-rw-r--r--devel/hdf5/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/devel/hdf5/Makefile b/devel/hdf5/Makefile
index daaaa206c80..1a63c1a7c68 100644
--- a/devel/hdf5/Makefile
+++ b/devel/hdf5/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.9 2001/04/14 21:43:42 jtb Exp $
+# $NetBSD: Makefile,v 1.10 2001/04/30 00:26:20 jtb Exp $
-DISTNAME= hdf5-1.4.0
+DISTNAME= hdf5-1.4.1
CATEGORIES= devel
MASTER_SITES= ftp://hdf.ncsa.uiuc.edu/HDF5/hdf5-1.4.0/src/ \
- ftp://sunsite.doc.ic.ac.uk/packages/HDF/HDF5/hdf5-1.4.0/src/
+ ftp://sunsite.doc.ic.ac.uk/packages/HDF/HDF5/hdf5-1.4.0/src/ \
+ http://www.go.dlr.de/fresh/unix/src/misc/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://hdf.ncsa.uiuc.edu/HDF5/
@@ -21,7 +22,7 @@ post-install:
${WRKSRC}/RELEASE.txt ${PREFIX}/share/doc/hdf5
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/hdf5
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${WRKSRC}/doc/html/
- (cd ${WRKSRC}/doc/html; ${GTAR} cf - . ) | \
- (cd ${PREFIX}/share/doc/html/hdf5/; ${GTAR} xf - )
+ (cd ${WRKSRC}/doc/html; ${GTAR} cpf - . ) | \
+ (cd ${PREFIX}/share/doc/html/hdf5/; ${GTAR} xpf - )
.include "../../mk/bsd.pkg.mk"