Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id BE67963E3B8 for ; Sat, 27 Oct 2012 08:54:55 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9416D14A180; Sat, 27 Oct 2012 08:54:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 25CC114A17F for ; Sat, 27 Oct 2012 08:54:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id FkKdpjmFaBQN for ; Sat, 27 Oct 2012 08:54:49 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 4C5E914A168 for ; Sat, 27 Oct 2012 08:54:49 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 2A0EF175DD; Sat, 27 Oct 2012 08:54:49 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sat, 27 Oct 2012 08:54:49 +0000 From: "Aleksej Saushev" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: asau@netbsd.org X-Mailer: log_accum Message-Id: <20121027085449.2A0EF175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: asau Date: Sat Oct 27 08:54:48 UTC 2012 Modified Files: pkgsrc/devel/hdf5: Makefile.common PLIST distinfo Added Files: pkgsrc/devel/hdf5/patches: patch-tools_h5copy_testh5copy.sh patch-tools_h5diff_testh5diff.sh patch-tools_h5dump_testh5dump.sh.in patch-tools_h5import_h5importtestutil.sh patch-tools_h5jam_testh5jam.sh.in patch-tools_h5ls_testh5ls.sh.in patch-tools_h5repack_h5repack.sh.in patch-tools_h5stat_testh5stat.sh.in Removed Files: pkgsrc/devel/hdf5-c++: distinfo Log Message: 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). To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/hdf5/Makefile.common cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/hdf5/PLIST cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/hdf5/distinfo cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/devel/hdf5-c++/distinfo cvs rdiff -u -r0 -r1.1 \ pkgsrc/devel/hdf5/patches/patch-tools_h5copy_testh5copy.sh \ pkgsrc/devel/hdf5/patches/patch-tools_h5diff_testh5diff.sh \ pkgsrc/devel/hdf5/patches/patch-tools_h5dump_testh5dump.sh.in \ pkgsrc/devel/hdf5/patches/patch-tools_h5import_h5importtestutil.sh \ pkgsrc/devel/hdf5/patches/patch-tools_h5jam_testh5jam.sh.in \ pkgsrc/devel/hdf5/patches/patch-tools_h5ls_testh5ls.sh.in \ pkgsrc/devel/hdf5/patches/patch-tools_h5repack_h5repack.sh.in \ pkgsrc/devel/hdf5/patches/patch-tools_h5stat_testh5stat.sh.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.