pkgsrc/devel/hdf5/PLIST
jtb d7276263ef Update to version 1.4.5.
Changes:

* Allow scalar dataspaces to be used for parallel I/O.  QAK - 2002/11/05
* Added environment variable "HDF5_DISABLE_VERSION_CHECK", which disables
  the version checking between the header files and the library linked
  into an application if set to '1'.  This should be used with caution,
  mis-matched headers and library binaries can cause _serious_ problems.
  QAK - 2002/10/15
* Partially fixed space allocation inefficiencies in the file by
  improving our algorithms for re-using freed space.  QAK - 2002/08/27
* API tracing has been improved. Nested API calls don't screw up the
  output format; function call and return event times can be logged;
  total time spent in each function can be logged.  The following
  HDF5_DEBUG environment variable words affect tracing:
	trace   -- turn on/off basic tracing
	ttimes  -- turn on tracing and report event times and
                       time spent in each API function.
        ttop    -- turn on tracing but display only top-level
                       API calls.
* Several missing fortran APIs have been added to the library:

   h5get_libversion_f        h5tget_member_index_f  h5dget_storage_size_f
   h5check_version_f         h5tvlen_create_f       h5dvlen_get_max_len_f
   h5garbage_collect_f                              h5dwrite_vl_f
   h5dont_atexit_f                                  h5dread_vl_f

Functions h5dvlen_get_max_len_f, h5dwrite_vl_f, and h5dread_vl_f support
VL Length C APIs functionality for integer, real and string datatypes.
See HDF5 Reference Manual and HDF5 FORTRAN90 User's Notes for more
information and for the functions description.

* H5Fopen without the H5F_ACC_CREAT flag should not succeed in creating
  a new file with the 'core' VFL driver.  QAK - 2003/01/24
* Corrected metadata caching bug in parallel I/O which could cause hangs
  when chunked datasets were accessed with independent transfer mode.
  QAK - 2003/01/23
* Allow opening objects with unknown object header messages.
  QAK - 2003/01/21
* Added improved error assertion for nil VL strings.  It return error
  stack instead of a simple assertion.  SLU - 2002/12/16
* Fixed h5dump bug(cannot dump data and datatype) for VL string.
  SLU - 2002/11/18
* Fixed error condition where "none" selections were not being handled
  correctly in serial & parallel.  QAK - 2002/10/29
* Fixed problem where optimized hyperslab routines were incorrectly
  invoked for parallel I/O operations in collective mode.  QAK - 2002/07/22
* Fixed metadata corruption problem which could occur when many objects
  are created in a file during parallel I/O.  QAK - 2002/07/19
* Fixed minor problem with configuration when users specified /usr/include
  and /usr/lib for the --with-* options that some compilers can't
  handle. BW - 2003/01/23
2003-04-29 23:05:22 +00:00

232 lines
7.7 KiB
Text

@comment $NetBSD: PLIST,v 1.4 2003/04/29 23:05:22 jtb Exp $
bin/gif2h5
bin/h52gif
bin/h5cc
bin/h5debug
bin/h5dump
bin/h5import
bin/h5ls
bin/h5perf
bin/h5redeploy
bin/h5repart
include/H5ACpublic.h
include/H5Apublic.h
include/H5Bpublic.h
include/H5Dpublic.h
include/H5Epublic.h
include/H5FDcore.h
include/H5FDfamily.h
include/H5FDgass.h
include/H5FDlog.h
include/H5FDmpio.h
include/H5FDmulti.h
include/H5FDmpiposix.h
include/H5FDpublic.h
include/H5FDsec2.h
include/H5FDsrb.h
include/H5FDstdio.h
include/H5FDstream.h
include/H5Fpublic.h
include/H5Gpublic.h
include/H5HGpublic.h
include/H5HLpublic.h
include/H5Ipublic.h
include/H5MMpublic.h
include/H5Opublic.h
include/H5Ppublic.h
include/H5Rpublic.h
include/H5Spublic.h
include/H5Tpublic.h
include/H5Zpublic.h
include/H5api_adpt.h
include/H5pubconf.h
include/H5public.h
include/hdf5.h
lib/libhdf5.a
lib/libhdf5.la
lib/libhdf5.settings
lib/libhdf5.so
lib/libhdf5.so.0
lib/libhdf5.so.0.0
share/doc/hdf5/COPYING
share/doc/hdf5/HISTORY.txt
share/doc/hdf5/RELEASE.txt
share/doc/html/hdf5/ADGuide.html
share/doc/html/hdf5/ADGuide/Changes.html
share/doc/html/hdf5/ADGuide/Dependencies
share/doc/html/hdf5/ADGuide/H4toH5Mapping.pdf
share/doc/html/hdf5/ADGuide/HISTORY.txt
share/doc/html/hdf5/ADGuide/ImageSpec.html
share/doc/html/hdf5/ADGuide/Makefile
share/doc/html/hdf5/ADGuide/Makefile.in
share/doc/html/hdf5/ADGuide/PaletteExample1.gif
share/doc/html/hdf5/ADGuide/Palettes.fm.anc.gif
share/doc/html/hdf5/ADGuide/RELEASE.txt
share/doc/html/hdf5/Attributes.html
share/doc/html/hdf5/Big.html
share/doc/html/hdf5/Caching.html
share/doc/html/hdf5/Chunk_f1.gif
share/doc/html/hdf5/Chunk_f2.gif
share/doc/html/hdf5/Chunk_f3.gif
share/doc/html/hdf5/Chunk_f4.gif
share/doc/html/hdf5/Chunk_f5.gif
share/doc/html/hdf5/Chunk_f6.gif
share/doc/html/hdf5/Chunking.html
share/doc/html/hdf5/Coding.html
share/doc/html/hdf5/Copyright.html
share/doc/html/hdf5/Datasets.html
share/doc/html/hdf5/Dataspaces.html
share/doc/html/hdf5/Datatypes.html
share/doc/html/hdf5/Debugging.html
share/doc/html/hdf5/Dependencies
share/doc/html/hdf5/EnumMap.gif
share/doc/html/hdf5/Environment.html
share/doc/html/hdf5/Errors.html
share/doc/html/hdf5/FF-IH_FileGroup.gif
share/doc/html/hdf5/FF-IH_FileObject.gif
share/doc/html/hdf5/Files.html
share/doc/html/hdf5/Filters.html
share/doc/html/hdf5/Glossary.html
share/doc/html/hdf5/Graphics/C++.gif
share/doc/html/hdf5/Graphics/Dependencies
share/doc/html/hdf5/Graphics/FORTRAN.gif
share/doc/html/hdf5/Graphics/Java.gif
share/doc/html/hdf5/Graphics/Makefile
share/doc/html/hdf5/Graphics/Makefile.in
share/doc/html/hdf5/Graphics/OtherAPIs.gif
share/doc/html/hdf5/Groups.html
share/doc/html/hdf5/H5.api_map.html
share/doc/html/hdf5/H5.format.html
share/doc/html/hdf5/H5.intro.html
share/doc/html/hdf5/H5.sample_code.html
share/doc/html/hdf5/H5.user.PrintGen.html
share/doc/html/hdf5/H5.user.PrintTpg.html
share/doc/html/hdf5/H5.user.html
share/doc/html/hdf5/IH_map1.gif
share/doc/html/hdf5/IH_map2.gif
share/doc/html/hdf5/IH_map3.gif
share/doc/html/hdf5/IH_map4.gif
share/doc/html/hdf5/IH_mapFoot.gif
share/doc/html/hdf5/IH_mapHead.gif
share/doc/html/hdf5/IOPipe.html
share/doc/html/hdf5/Intro/Dependencies
share/doc/html/hdf5/Intro/IntroExamples.html
share/doc/html/hdf5/Intro/Makefile
share/doc/html/hdf5/Intro/Makefile.in
share/doc/html/hdf5/Makefile
share/doc/html/hdf5/Makefile.in
share/doc/html/hdf5/MountingFiles.html
share/doc/html/hdf5/NCSAfooterlogo.gif
share/doc/html/hdf5/PSandPDF/Dependencies
share/doc/html/hdf5/PSandPDF/Makefile
share/doc/html/hdf5/PSandPDF/Makefile.in
share/doc/html/hdf5/Performance.html
share/doc/html/hdf5/PredefDTypes.html
share/doc/html/hdf5/Properties.html
share/doc/html/hdf5/RM_H5.html
share/doc/html/hdf5/RM_H5A.html
share/doc/html/hdf5/RM_H5D.html
share/doc/html/hdf5/RM_H5E.html
share/doc/html/hdf5/RM_H5F.html
share/doc/html/hdf5/RM_H5Front.html
share/doc/html/hdf5/RM_H5G.html
share/doc/html/hdf5/RM_H5I.html
share/doc/html/hdf5/RM_H5P.html
share/doc/html/hdf5/RM_H5R.html
share/doc/html/hdf5/RM_H5S.html
share/doc/html/hdf5/RM_H5T.html
share/doc/html/hdf5/RM_H5Z.html
share/doc/html/hdf5/References.html
share/doc/html/hdf5/TechNotes.html
share/doc/html/hdf5/TechNotes/BigDataSmMach.html
share/doc/html/hdf5/TechNotes/ChStudy_1000x1000.gif
share/doc/html/hdf5/TechNotes/ChStudy_250x250.gif
share/doc/html/hdf5/TechNotes/ChStudy_499x499.gif
share/doc/html/hdf5/TechNotes/ChStudy_5000x1000.gif
share/doc/html/hdf5/TechNotes/ChStudy_500x500.gif
share/doc/html/hdf5/TechNotes/ChStudy_p1.gif
share/doc/html/hdf5/TechNotes/ChunkingStudy.html
share/doc/html/hdf5/TechNotes/CodeReview.html
share/doc/html/hdf5/TechNotes/Daily_Test_Explained.htm
share/doc/html/hdf5/TechNotes/Dependencies
share/doc/html/hdf5/TechNotes/ExternalFiles.html
share/doc/html/hdf5/TechNotes/FreeLists.html
share/doc/html/hdf5/TechNotes/H4-H5Compat.html
share/doc/html/hdf5/TechNotes/HeapMgmt.html
share/doc/html/hdf5/TechNotes/IOPipe.html
share/doc/html/hdf5/TechNotes/LibMaint.html
share/doc/html/hdf5/TechNotes/Makefile
share/doc/html/hdf5/TechNotes/Makefile.in
share/doc/html/hdf5/TechNotes/MemoryMgmt.html
share/doc/html/hdf5/TechNotes/MoveDStruct.html
share/doc/html/hdf5/TechNotes/NamingScheme.html
share/doc/html/hdf5/TechNotes/ObjectHeader.html
share/doc/html/hdf5/TechNotes/RawDStorage.html
share/doc/html/hdf5/TechNotes/SWControls.html
share/doc/html/hdf5/TechNotes/SymbolTables.html
share/doc/html/hdf5/TechNotes/ThreadSafeLibrary.html
share/doc/html/hdf5/TechNotes/VFL.html
share/doc/html/hdf5/TechNotes/VFLfunc.html
share/doc/html/hdf5/TechNotes/Version.html
share/doc/html/hdf5/TechNotes/openmp-hdf5.c
share/doc/html/hdf5/TechNotes/openmp-hdf5.html
share/doc/html/hdf5/TechNotes/pipe1.gif
share/doc/html/hdf5/TechNotes/pipe2.gif
share/doc/html/hdf5/TechNotes/pipe3.gif
share/doc/html/hdf5/TechNotes/pipe4.gif
share/doc/html/hdf5/TechNotes/pipe5.gif
share/doc/html/hdf5/TechNotes/version.gif
share/doc/html/hdf5/Tools.html
share/doc/html/hdf5/Version.html
share/doc/html/hdf5/chunk1.gif
share/doc/html/hdf5/compat.html
share/doc/html/hdf5/cpplus/CppInterfaces.html
share/doc/html/hdf5/cpplus/CppUserNotes.doc
share/doc/html/hdf5/cpplus/CppUserNotes.pdf
share/doc/html/hdf5/cpplus/Dependencies
share/doc/html/hdf5/cpplus/Makefile
share/doc/html/hdf5/cpplus/Makefile.in
share/doc/html/hdf5/dataset_p1.gif
share/doc/html/hdf5/ddl.html
share/doc/html/hdf5/extern1.gif
share/doc/html/hdf5/extern2.gif
share/doc/html/hdf5/fortran/Dependencies
share/doc/html/hdf5/fortran/F90Flags.html
share/doc/html/hdf5/fortran/F90UserNotes.html
share/doc/html/hdf5/fortran/Makefile
share/doc/html/hdf5/fortran/Makefile.in
share/doc/html/hdf5/fortran/h5_FORTRAN.html
share/doc/html/hdf5/fortran/h5a_FORTRAN.html
share/doc/html/hdf5/fortran/h5d_FORTRAN.html
share/doc/html/hdf5/fortran/h5e_FORTRAN.html
share/doc/html/hdf5/fortran/h5f_FORTRAN.html
share/doc/html/hdf5/fortran/h5g_FORTRAN.html
share/doc/html/hdf5/fortran/h5i_FORTRAN.html
share/doc/html/hdf5/fortran/h5p_FORTRAN.html
share/doc/html/hdf5/fortran/h5r_FORTRAN.html
share/doc/html/hdf5/fortran/h5s_FORTRAN.html
share/doc/html/hdf5/fortran/h5t_FORTRAN.html
share/doc/html/hdf5/group_p1.gif
share/doc/html/hdf5/group_p2.gif
share/doc/html/hdf5/group_p3.gif
share/doc/html/hdf5/h5s.examples
share/doc/html/hdf5/hdf2.jpg
share/doc/html/hdf5/index.html
share/doc/html/hdf5/ph5design.html
share/doc/html/hdf5/ph5example.c
share/doc/html/hdf5/ph5implement.txt
share/doc/html/hdf5/pipe1.gif
share/doc/html/hdf5/pipe2.gif
share/doc/html/hdf5/pipe3.gif
share/doc/html/hdf5/pipe4.gif
share/doc/html/hdf5/pipe5.gif
share/doc/html/hdf5/version.gif
@dirrm share/doc/html/hdf5/fortran
@dirrm share/doc/html/hdf5/cpplus
@dirrm share/doc/html/hdf5/TechNotes
@dirrm share/doc/html/hdf5/PSandPDF
@dirrm share/doc/html/hdf5/Intro
@dirrm share/doc/html/hdf5/Graphics
@dirrm share/doc/html/hdf5/ADGuide
@dirrm share/doc/html/hdf5
@dirrm share/doc/hdf5