diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-07-07 20:34:37 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-07-07 20:34:37 +0800 |
commit | e8c60fa3db96fea69b734394856635e0fc8cfaeb (patch) | |
tree | 314151a7fd82e466f9a4190f1b0a5bed73ffc852 /science/hdf5/pkg-descr | |
parent | fb03ac8b61b62ffb2cb75cee631d2417095162d8 (diff) | |
download | freebsd-ports-gnome-e8c60fa3db96fea69b734394856635e0fc8cfaeb.tar.gz freebsd-ports-gnome-e8c60fa3db96fea69b734394856635e0fc8cfaeb.tar.zst freebsd-ports-gnome-e8c60fa3db96fea69b734394856635e0fc8cfaeb.zip |
add HDF5 1.4.4
A New Generation of HDF
Diffstat (limited to 'science/hdf5/pkg-descr')
-rw-r--r-- | science/hdf5/pkg-descr | 35 |
1 files changed, 15 insertions, 20 deletions
diff --git a/science/hdf5/pkg-descr b/science/hdf5/pkg-descr index 222d6e8bf354..35a0fc9e23cf 100644 --- a/science/hdf5/pkg-descr +++ b/science/hdf5/pkg-descr @@ -1,22 +1,17 @@ -From HDF's manpage: +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. - hdf - Hierarchical Data Format library +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. -Description: - HDF is a multi-object file format that facilitates the - transfer of various types of scientific data between - machines and operating systems. Machines currently sup- - ported include the Cray, Convex, HP, Vax, Sun, IBM - RS/6000, Silicon Graphics, Macintosh, and IBM PC comput- - ers. HDF allows self-definitions of data content and easy - extensibility for future enhancements or compatibility - with other standard formats. HDF includes Fortran and C - calling interfaces,and utilities to prepare raw image of - data files or for use with other NCSA software. The HDF - library contains interfaces for storing and retrieving - compressed or uncompressed 8-bit and 24-bit raster images - with palettes, n-Dimensional scientific datasets and - binary tables. An interface is also included that allows - arbitray grouping of other HDF objects. - -WWW: http://hdf.ncsa.uiuc.edu/ +WWW: http://hdf.ncsa.uiuc.edu/HDF5/ |