diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2007-12-13 18:55:03 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2007-12-13 18:55:03 +0000 |
commit | 07f109dccc6f0a43baa863934ebd6a5c9268c5bf (patch) | |
tree | 4234529ea7cee5d66073a6492eef2824c3d0e014 /science/hdf5-18 | |
parent | 9c48b96b27ae7cb06d793ecb403ce606655ac146 (diff) | |
download | ports-07f109dccc6f0a43baa863934ebd6a5c9268c5bf.tar.gz ports-07f109dccc6f0a43baa863934ebd6a5c9268c5bf.zip |
- Update to 1.6.6.
PR: ports/118228
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Approved by: Quincey Koziol <koziol@hdfgroup.org> (maintainer), stas (mentor, implicit)
Notes
Notes:
svn path=/head/; revision=203494
Diffstat (limited to 'science/hdf5-18')
-rw-r--r-- | science/hdf5-18/Makefile | 2 | ||||
-rw-r--r-- | science/hdf5-18/distinfo | 6 | ||||
-rw-r--r-- | science/hdf5-18/pkg-plist | 21 |
3 files changed, 23 insertions, 6 deletions
diff --git a/science/hdf5-18/Makefile b/science/hdf5-18/Makefile index d66de419fc1d..7bcfb84d9074 100644 --- a/science/hdf5-18/Makefile +++ b/science/hdf5-18/Makefile @@ -7,7 +7,7 @@ # PORTNAME= hdf5 -PORTVERSION= 1.6.5 +PORTVERSION= 1.6.6 CATEGORIES= science archivers graphics MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= erwin diff --git a/science/hdf5-18/distinfo b/science/hdf5-18/distinfo index 9bf9267301c8..8da119903467 100644 --- a/science/hdf5-18/distinfo +++ b/science/hdf5-18/distinfo @@ -1,3 +1,3 @@ -MD5 (hdf5-1.6.5.tar.gz) = 67187b3253b89f1f41756b7fd4396ecf -SHA256 (hdf5-1.6.5.tar.gz) = 85b7cfc1e34db544fa93f5bf7effe189a5e1eb97f0cfa7b212adc11915a756b2 -SIZE (hdf5-1.6.5.tar.gz) = 4930666 +MD5 (hdf5-1.6.6.tar.gz) = 6c7fcc91f1579555d88bb10c6c9a33a9 +SHA256 (hdf5-1.6.6.tar.gz) = 432d02f2d6988999d3d18caa6680af3cef14c8a7537c98e7adbaa8f873fba2a7 +SIZE (hdf5-1.6.6.tar.gz) = 5299558 diff --git a/science/hdf5-18/pkg-plist b/science/hdf5-18/pkg-plist index 399051b3c2ef..4084f8ac104a 100644 --- a/science/hdf5-18/pkg-plist +++ b/science/hdf5-18/pkg-plist @@ -8,7 +8,6 @@ bin/h5dump bin/h5import bin/h5jam bin/h5ls -bin/h5perf bin/h5redeploy bin/h5repack bin/h5repart @@ -78,6 +77,7 @@ include/H5Tpublic.h include/H5VarLenType.h include/H5Zpublic.h include/H5api_adpt.h +include/H5cxx_pubconf.h include/H5pubconf.h include/H5public.h include/hdf5.h @@ -88,7 +88,6 @@ lib/libhdf5.so lib/libhdf5.so.0 lib/libhdf5_cpp.a lib/libhdf5_cpp.la -lib/libhdf5_cpp.settings lib/libhdf5_hl.a lib/libhdf5_hl.la lib/libhdf5_hl.so @@ -105,12 +104,30 @@ lib/libhdf5_hl.so.0 %%EXAMPLESDIR%%/c/h5_select.c %%EXAMPLESDIR%%/c/h5_write.c %%EXAMPLESDIR%%/c/ph5example.c +%%EXAMPLESDIR%%/c/ex_lite1.c +%%EXAMPLESDIR%%/c/ex_lite2.c +%%EXAMPLESDIR%%/c/ex_lite3.c +%%EXAMPLESDIR%%/c/ex_image1.c +%%EXAMPLESDIR%%/c/ex_image2.c +%%EXAMPLESDIR%%/c/ex_table_01.c +%%EXAMPLESDIR%%/c/ex_table_02.c +%%EXAMPLESDIR%%/c/ex_table_03.c +%%EXAMPLESDIR%%/c/ex_table_04.c +%%EXAMPLESDIR%%/c/ex_table_05.c +%%EXAMPLESDIR%%/c/ex_table_06.c +%%EXAMPLESDIR%%/c/ex_table_07.c +%%EXAMPLESDIR%%/c/ex_table_08.c +%%EXAMPLESDIR%%/c/ex_table_09.c +%%EXAMPLESDIR%%/c/ex_table_10.c +%%EXAMPLESDIR%%/c/ex_table_11.c +%%EXAMPLESDIR%%/c/ex_table_12.c %%EXAMPLESDIR%%/c++/chunks.cpp %%EXAMPLESDIR%%/c++/compound.cpp %%EXAMPLESDIR%%/c++/create.cpp %%EXAMPLESDIR%%/c++/extend_ds.cpp %%EXAMPLESDIR%%/c++/h5group.cpp %%EXAMPLESDIR%%/c++/readdata.cpp +%%EXAMPLESDIR%%/c++/strtype.cpp %%EXAMPLESDIR%%/c++/writedata.cpp @dirrm %%EXAMPLESDIR%%/c @dirrm %%EXAMPLESDIR%%/c++ |