HDF5 is a completely new Hierarchical Data Format product consisting of a data format specification and a supporting library implementation. HDF5 is designed to address some of the limitations of the older HDF product and to address current and anticipated requirements of modern systems and applications. HDF5 includes the following improvements. - A new file format designed to address some of the deficiencies of HDF4.x, particularly the need to store larger files and more objects per file. - A simpler, more comprehensive data model that includes only two basic structures: a multidimensional array of record structures, and a grouping structure. - A simpler, better-engineered library and API, with improved support for parallel I/O, threads, and other requirements imposed by modern systems and applications. WWW: http://hdf.ncsa.uiuc.edu/HDF5/ Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->miwi miwi@ wants his PRs (via the GNATS Auto Assign Tool)
State Changed From-To: open->repocopy Please repocopy science/hdf5 -> science/hdf5-18
Responsible Changed From-To: miwi->portmgr over to portmgr
State Changed From-To: repocopy->open Repocopy complete.
Responsible Changed From-To: portmgr->miwi Repocopy complete.
miwi 2008-11-24 05:29:55 UTC FreeBSD ports repository Modified files: science/hdf5-18 Makefile distinfo pkg-plist Added files: science/hdf5-18/files patch-src-H5FDdirect.c Removed files: science/hdf5-18/files patch-c++::commence.in patch-commence.in patch-fortran_H5f90i.h patch-fortran_commence.in patch-fortran_configure patch-fortran_freebsd Log: - Update to 1.8.2 PR: 128988 Submitted by: Wen Heping <wenheping@gmail.com> Approved by: maintainer Revision Changes Path 1.52 +12 -27 ports/science/hdf5-18/Makefile 1.20 +3 -3 ports/science/hdf5-18/distinfo 1.2 +0 -31 ports/science/hdf5-18/files/patch-c++::commence.in (dead) 1.4 +0 -32 ports/science/hdf5-18/files/patch-commence.in (dead) 1.2 +0 -11 ports/science/hdf5-18/files/patch-fortran_H5f90i.h (dead) 1.2 +0 -31 ports/science/hdf5-18/files/patch-fortran_commence.in (dead) 1.2 +0 -10 ports/science/hdf5-18/files/patch-fortran_configure (dead) 1.2 +0 -23 ports/science/hdf5-18/files/patch-fortran_freebsd (dead) 1.1 +11 -0 ports/science/hdf5-18/files/patch-src-H5FDdirect.c (new) 1.24 +74 -79 ports/science/hdf5-18/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!