pkgsrc/devel/hdf5/PLIST
asau 3aa19cf9d3 Update to HDF5 1.8.9
This doesn't pass self-tests, but it isn't regression,
previous package didn't pass them as well.
(While here, make both packages share the same distinfo.)


Changes in HDF5 1.8.9

HDF5 1.8.9 is a minor release, but contains several important
new features and bug fixes. Changes in this release include the
following:

  * Committed datatypes can now be merged when copying objects,
    using the new flag H5O_COPY_MERGE_COMMITTED_DTYPE_FLAG.
    Several new API routines have been included in support of
    this feature.

  * A file in memory can now be accessed in the same way as a
    file on disk. New APIs were added to support this feature.

  * Many changes to the tools have been made, including the following:

      + The h5repack performance has been improved dramatically
        for large chunked datasets.

      + The -S (or --summary) option was added to h5stat to
        display a summary of the file space usage for a file.

      + A wildcard can now be used with h5dump to specify multiple files.

  * H5LTpath_valid was added to determine if a path is correct
    and a link resolves to a valid object.

  * The Fortran counterpart to H5Ocopy, h5ocopy_f, was added.

This release contains many other changes and bug fixes not listed here.
Please be sure to read the Release Notes for a comprehensive
list of new features and bug fixes.



Changes in HDF5 1.8.8

HDF5 1.8.8 is a minor release, but contains a few important new
features and bug fixes. Changes in this release include the
following:

  * Changes to the Fortran interface:
      + Fortran wrappers for the Dimension Scales APIs were added.
        For the new subroutine signatures, see:

           http://www.hdfgroup.org/HDF5/doc/HL/RM_H5DS.html

      + The Fortran interface now uses the Fortran 2003 standard,
        enabling a wider set of Fortran and HDF5 datatypes to be
        supported, including:

          o Any kind of INTEGER or REAL
          o Fortran derived types
          o Fortran and HDF5 enumeration
          o HDF5 variable-length datatypes
          o HDF5 compound datatypes of any complexity

        It also contains new subroutines corresponding to those
        C APIs which have callback functions as parameters.
	For a general overview and information on how to enable
        these new Fortran features, please see the following paper:

           http://www.hdfgroup.org/HDF5/doc/fortran/NewFeatures_F2003.pdf

        HDF5 examples that use Fortran 2003 (with the suffix "F03") can be found here:

           http://www.hdfgroup.org/ftp/HDF5/examples/examples-by-api/api18-fortran.html

        The --enable-fortran2003 configure flag was added to
        enable Fortran 2003 support in the HDF5 Fortran library.
        This flag should be used along with the --enable-fortran
        flag and takes affect only when a Fortran compiler is
        Fortran 2003 compliant.

  * H5Tcreate now supports a string type (fixed-length and variable-length).

  * New APIs, H5Pget_mpio_actual_chunk_opt_mode and H5Pget_mpio_actual_io_mode,
    were added for querying whether/how a collective I/O operation completed.

  * Numerous changes were made to the tools (h5diff, h5repack, h5jam, h5dump).
2012-10-27 08:54:48 +00:00

109 lines
2.8 KiB
Text

@comment $NetBSD: PLIST,v 1.21 2012/10/27 08:54:48 asau Exp $
bin/gif2h5
bin/h52gif
bin/h5cc
bin/h5copy
bin/h5debug
bin/h5diff
bin/h5dump
bin/h5import
bin/h5jam
bin/h5ls
bin/h5mkgrp
bin/h5perf_serial
bin/h5redeploy
bin/h5repack
bin/h5repart
bin/h5stat
bin/h5unjam
include/H5ACpublic.h
include/H5Apublic.h
include/H5Cpublic.h
include/H5DSpublic.h
include/H5Dpublic.h
include/H5Epubgen.h
include/H5Epublic.h
include/H5FDcore.h
include/H5FDdirect.h
include/H5FDfamily.h
include/H5FDlog.h
include/H5FDmpi.h
include/H5FDmpio.h
include/H5FDmpiposix.h
include/H5FDmulti.h
include/H5FDpublic.h
include/H5FDsec2.h
include/H5FDstdio.h
include/H5Fpublic.h
include/H5Gpublic.h
include/H5IMpublic.h
include/H5Ipublic.h
include/H5LTpublic.h
include/H5Lpublic.h
include/H5MMpublic.h
include/H5Opublic.h
include/H5PTpublic.h
include/H5Ppublic.h
include/H5Rpublic.h
include/H5Spublic.h
include/H5TBpublic.h
include/H5Tpublic.h
include/H5Zpublic.h
include/H5api_adpt.h
include/H5overflow.h
include/H5pubconf.h
include/H5public.h
include/H5version.h
include/hdf5.h
include/hdf5_hl.h
lib/libhdf5.la
lib/libhdf5.settings
lib/libhdf5_hl.la
share/doc/hdf5/COPYING
share/doc/hdf5/HISTORY-1_0-1_8_0_rc3.txt
share/doc/hdf5/HISTORY-1_8.txt
share/doc/hdf5/RELEASE.txt
share/examples/hdf5/README
share/examples/hdf5/c/h5_attribute.c
share/examples/hdf5/c/h5_chunk_read.c
share/examples/hdf5/c/h5_compound.c
share/examples/hdf5/c/h5_drivers.c
share/examples/hdf5/c/h5_elink_unix2win.c
share/examples/hdf5/c/h5_extend_write.c
share/examples/hdf5/c/h5_extlink.c
share/examples/hdf5/c/h5_group.c
share/examples/hdf5/c/h5_mount.c
share/examples/hdf5/c/h5_read.c
share/examples/hdf5/c/h5_ref2reg.c
share/examples/hdf5/c/h5_reference.c
share/examples/hdf5/c/h5_select.c
share/examples/hdf5/c/h5_shared_mesg.c
share/examples/hdf5/c/h5_write.c
share/examples/hdf5/c/ph5example.c
share/examples/hdf5/c/run-c-ex.sh
share/examples/hdf5/hl/c/ex_ds1.c
share/examples/hdf5/hl/c/ex_image1.c
share/examples/hdf5/hl/c/ex_image2.c
share/examples/hdf5/hl/c/ex_lite1.c
share/examples/hdf5/hl/c/ex_lite2.c
share/examples/hdf5/hl/c/ex_lite3.c
share/examples/hdf5/hl/c/ex_table_01.c
share/examples/hdf5/hl/c/ex_table_02.c
share/examples/hdf5/hl/c/ex_table_03.c
share/examples/hdf5/hl/c/ex_table_04.c
share/examples/hdf5/hl/c/ex_table_05.c
share/examples/hdf5/hl/c/ex_table_06.c
share/examples/hdf5/hl/c/ex_table_07.c
share/examples/hdf5/hl/c/ex_table_08.c
share/examples/hdf5/hl/c/ex_table_09.c
share/examples/hdf5/hl/c/ex_table_10.c
share/examples/hdf5/hl/c/ex_table_11.c
share/examples/hdf5/hl/c/ex_table_12.c
share/examples/hdf5/hl/c/image24pixel.txt
share/examples/hdf5/hl/c/image8.txt
share/examples/hdf5/hl/c/pal_rgb.h
share/examples/hdf5/hl/c/ptExampleFL.c
share/examples/hdf5/hl/c/ptExampleVL.c
share/examples/hdf5/hl/c/run-hlc-ex.sh
share/examples/hdf5/hl/run-hl-ex.sh
share/examples/hdf5/run-all-ex.sh