diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-15 20:11:35 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-15 20:11:35 +0000 |
commit | 6cc822c527ddc61b0db517b6af5deca2e2a387d3 (patch) | |
tree | 4b6dc45aa375cb7a7b7b0cb593720eb4fff43cdd /science/hdf5-18 | |
parent | ae6c63182e4bfc3ec4d89985ce63f78737b33962 (diff) | |
download | ports-6cc822c527ddc61b0db517b6af5deca2e2a387d3.tar.gz ports-6cc822c527ddc61b0db517b6af5deca2e2a387d3.zip |
Notes
Diffstat (limited to 'science/hdf5-18')
-rw-r--r-- | science/hdf5-18/Makefile | 7 | ||||
-rw-r--r-- | science/hdf5-18/distinfo | 4 | ||||
-rw-r--r-- | science/hdf5-18/pkg-plist | 13 |
3 files changed, 9 insertions, 15 deletions
diff --git a/science/hdf5-18/Makefile b/science/hdf5-18/Makefile index 63f5db57d87a..f10f7545dce2 100644 --- a/science/hdf5-18/Makefile +++ b/science/hdf5-18/Makefile @@ -7,16 +7,13 @@ # PORTNAME= hdf5 -PORTVERSION= 1.6.2 -PORTREVISION= 1 +PORTVERSION= 1.6.3 CATEGORIES= science archivers graphics -MASTER_SITES= ftp://hdf.ncsa.uiuc.edu/pub/outgoing/hdf5/snapshots/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-post2 +MASTER_SITES= ftp://hdf.ncsa.uiuc.edu/pub/outgoing/hdf5/${PORTVERSION}/ MAINTAINER= koziol@ncsa.uiuc.edu COMMENT= Hierarchical Data Format library (from NCSA) -USE_BZIP2= yes USE_REINPLACE= yes USE_LIBTOOL_VER=13 LIBTOOLFILES= configure c++/configure diff --git a/science/hdf5-18/distinfo b/science/hdf5-18/distinfo index 1e1bcfa0dfbd..d7e28b1e6e0b 100644 --- a/science/hdf5-18/distinfo +++ b/science/hdf5-18/distinfo @@ -1,2 +1,2 @@ -MD5 (hdf5-1.6.2-post2.tar.bz2) = 7982990e60baccb5dfde0d07147658fe -SIZE (hdf5-1.6.2-post2.tar.bz2) = 3204824 +MD5 (hdf5-1.6.3.tar.gz) = 8f7f7164ed75536318c2d0fd051c6ea4 +SIZE (hdf5-1.6.3.tar.gz) = 4733419 diff --git a/science/hdf5-18/pkg-plist b/science/hdf5-18/pkg-plist index ba1fdc96c512..36150b1b3352 100644 --- a/science/hdf5-18/pkg-plist +++ b/science/hdf5-18/pkg-plist @@ -8,10 +8,12 @@ bin/h5dump bin/h5import bin/h5ls bin/h5redeploy +bin/h5repack bin/h5repart include/H5ACpublic.h include/H5AbstractDs.h include/H5Apublic.h +include/H5ArrayType.h include/H5AtomType.h include/H5Attribute.h include/H5Bpublic.h @@ -19,6 +21,7 @@ include/H5Classes.h include/H5CommonFG.h include/H5CompType.h include/H5Cpp.h +include/H5CppDoc.h include/H5DataSet.h include/H5DataSpace.h include/H5DataType.h @@ -30,9 +33,9 @@ include/H5Epublic.h include/H5Exception.h include/H5FDcore.h include/H5FDfamily.h -include/H5FDfphdf5.h include/H5FDgass.h include/H5FDlog.h +include/H5FDmpi.h include/H5FDmpio.h include/H5FDmpiposix.h include/H5FDmulti.h @@ -41,7 +44,6 @@ include/H5FDsec2.h include/H5FDsrb.h include/H5FDstdio.h include/H5FDstream.h -include/H5FPpublic.h include/H5FaccProp.h include/H5FcreatProp.h include/H5File.h @@ -67,6 +69,7 @@ include/H5Rpublic.h include/H5Spublic.h include/H5StrType.h include/H5Tpublic.h +include/H5VarLenType.h include/H5Zpublic.h include/H5api_adpt.h include/H5pubconf.h @@ -89,12 +92,6 @@ lib/libhdf5_cpp.a %%EXAMPLESDIR%%/c/h5_select.c %%EXAMPLESDIR%%/c/h5_write.c %%EXAMPLESDIR%%/c/ph5example.c -%%EXAMPLESDIR%%/c++/Attributes.h5 -%%EXAMPLESDIR%%/c++/Group.h5 -%%EXAMPLESDIR%%/c++/SDS.h5 -%%EXAMPLESDIR%%/c++/SDScompound.h5 -%%EXAMPLESDIR%%/c++/SDSextendible.h5 -%%EXAMPLESDIR%%/c++/Select.h5 %%EXAMPLESDIR%%/c++/chunks.cpp %%EXAMPLESDIR%%/c++/compound.cpp %%EXAMPLESDIR%%/c++/create.cpp |