aboutsummaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-02-25 22:53:22 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-02-25 22:53:22 +0000
commit62a65c8a914839eb054b7a74d90e95868acdfe5b (patch)
treef78644746d0da5a8cbe25a16031b92f586e41a1d /science
parent345619cc613e3a87c3729394633b1626f60e4b57 (diff)
downloadports-62a65c8a914839eb054b7a74d90e95868acdfe5b.tar.gz
ports-62a65c8a914839eb054b7a74d90e95868acdfe5b.zip
After repocopy from graphics/hdf5,
- Update to 1.6.2 - Pass maintainership to submitter PR: ports/63252 Submitted by: Quincey Koziol <koziol@ncsa.uiuc.edu>
Notes
Notes: svn path=/head/; revision=102143
Diffstat (limited to 'science')
-rw-r--r--science/hdf5-18/Makefile27
-rw-r--r--science/hdf5-18/distinfo4
-rw-r--r--science/hdf5-18/pkg-plist57
-rw-r--r--science/hdf5/Makefile27
-rw-r--r--science/hdf5/distinfo4
-rw-r--r--science/hdf5/pkg-plist57
6 files changed, 88 insertions, 88 deletions
diff --git a/science/hdf5-18/Makefile b/science/hdf5-18/Makefile
index 044c72cee4b6..4d23e7fdc9c0 100644
--- a/science/hdf5-18/Makefile
+++ b/science/hdf5-18/Makefile
@@ -7,36 +7,37 @@
#
PORTNAME= hdf5
-PORTVERSION= 1.6.1
-CATEGORIES= graphics
-MASTER_SITES= http://fresh.t-systems-sfr.com/unix/src/misc/
+PORTVERSION= 1.6.2
+CATEGORIES= science archivers graphics
+MASTER_SITES= ftp://hdf.ncsa.uiuc.edu/pub/outgoing/hdf5/snapshots/
+DISTNAME= ${PORTNAME}-${PORTVERSION}-post1
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= koziol@ncsa.uiuc.edu
COMMENT= Hierarchical Data Format library (from NCSA)
+USE_BZIP2= yes
USE_REINPLACE= yes
-USE_PERL5= yes
-USE_OPENSSL= yes
USE_LIBTOOL= yes
LIBTOOLFILES= configure c++/configure
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} ${PTHREAD_CFLAGS}"
CONFIGURE_ARGS= --enable-cxx --enable-production \
--enable-threadsafe --disable-debug \
- --with-ssl --with-pthread
+ --with-pthread
+ALL_TARGET= lib progs
INSTALLS_SHLIB= yes
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's|[\$$]CFLAGS -pthread|\$$CFLAGS|g ; \
- s|-D_THREAD_SAFE|${PTHREAD_CFLAGS}|g ; \
- s|[\$$]LDFLAGS -pthread|\$$LDFLAGS ${PTHREAD_LIBS}|g ; \
- s|-lcipher||g' \
+ @${REINPLACE_CMD} -e 's|-D_THREAD_SAFE|${PTHREAD_CFLAGS}|g ; \
+ s|[\$$]LDFLAGS -pthread|\$$LDFLAGS ${PTHREAD_LIBS}|g' \
${WRKSRC}/config/freebsd
+ @${REINPLACE_CMD} -e 's|-D_THREAD_SAFE|${PTHREAD_CFLAGS}|g ; \
+ s|[\$$]LDFLAGS -pthread|\$$LDFLAGS ${PTHREAD_LIBS}|g' \
+ ${WRKSRC}/c++/config/freebsd
@${REINPLACE_CMD} -e 's|-O3||g' ${WRKSRC}/config/gnu-flags
post-install:
-.for i in gif2h5 h52gif h5createU8 h5debug h5diff h5dump h5import h5ls h5repart
+.for i in gif2h5 h52gif h5debug h5diff h5dump h5import h5ls h5repart
@${STRIP_CMD} ${PREFIX}/bin/${i}
.endfor
diff --git a/science/hdf5-18/distinfo b/science/hdf5-18/distinfo
index 50f5da0ce57b..c56bd609d0af 100644
--- a/science/hdf5-18/distinfo
+++ b/science/hdf5-18/distinfo
@@ -1,2 +1,2 @@
-MD5 (hdf5-1.6.1.tar.gz) = db1ea5374572412b6e75f7916effe064
-SIZE (hdf5-1.6.1.tar.gz) = 3865040
+MD5 (hdf5-1.6.2-post1.tar.bz2) = 21034e876db6e0da14114e5f645b4294
+SIZE (hdf5-1.6.2-post1.tar.bz2) = 3201684
diff --git a/science/hdf5-18/pkg-plist b/science/hdf5-18/pkg-plist
index 2f6647a1c46a..ba1fdc96c512 100644
--- a/science/hdf5-18/pkg-plist
+++ b/science/hdf5-18/pkg-plist
@@ -2,7 +2,6 @@ bin/gif2h5
bin/h52gif
bin/h5c++
bin/h5cc
-bin/h5createU8
bin/h5debug
bin/h5diff
bin/h5dump
@@ -78,31 +77,31 @@ lib/libhdf5.settings
lib/libhdf5.so
lib/libhdf5.so.0
lib/libhdf5_cpp.a
-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_extend_write.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_reference.c
-share/examples/hdf5/c/h5_select.c
-share/examples/hdf5/c/h5_write.c
-share/examples/hdf5/c/ph5example.c
-share/examples/hdf5/c++/Attributes.h5
-share/examples/hdf5/c++/Group.h5
-share/examples/hdf5/c++/SDS.h5
-share/examples/hdf5/c++/SDScompound.h5
-share/examples/hdf5/c++/SDSextendible.h5
-share/examples/hdf5/c++/Select.h5
-share/examples/hdf5/c++/chunks.cpp
-share/examples/hdf5/c++/compound.cpp
-share/examples/hdf5/c++/create.cpp
-share/examples/hdf5/c++/extend_ds.cpp
-share/examples/hdf5/c++/h5group.cpp
-share/examples/hdf5/c++/readdata.cpp
-share/examples/hdf5/c++/writedata.cpp
-@dirrm share/examples/hdf5/c
-@dirrm share/examples/hdf5/c++
-@dirrm share/examples/hdf5
+%%EXAMPLESDIR%%/c/h5_attribute.c
+%%EXAMPLESDIR%%/c/h5_chunk_read.c
+%%EXAMPLESDIR%%/c/h5_compound.c
+%%EXAMPLESDIR%%/c/h5_drivers.c
+%%EXAMPLESDIR%%/c/h5_extend_write.c
+%%EXAMPLESDIR%%/c/h5_group.c
+%%EXAMPLESDIR%%/c/h5_mount.c
+%%EXAMPLESDIR%%/c/h5_read.c
+%%EXAMPLESDIR%%/c/h5_reference.c
+%%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
+%%EXAMPLESDIR%%/c++/extend_ds.cpp
+%%EXAMPLESDIR%%/c++/h5group.cpp
+%%EXAMPLESDIR%%/c++/readdata.cpp
+%%EXAMPLESDIR%%/c++/writedata.cpp
+@dirrm %%EXAMPLESDIR%%/c
+@dirrm %%EXAMPLESDIR%%/c++
+@dirrm %%EXAMPLESDIR%%
diff --git a/science/hdf5/Makefile b/science/hdf5/Makefile
index 044c72cee4b6..4d23e7fdc9c0 100644
--- a/science/hdf5/Makefile
+++ b/science/hdf5/Makefile
@@ -7,36 +7,37 @@
#
PORTNAME= hdf5
-PORTVERSION= 1.6.1
-CATEGORIES= graphics
-MASTER_SITES= http://fresh.t-systems-sfr.com/unix/src/misc/
+PORTVERSION= 1.6.2
+CATEGORIES= science archivers graphics
+MASTER_SITES= ftp://hdf.ncsa.uiuc.edu/pub/outgoing/hdf5/snapshots/
+DISTNAME= ${PORTNAME}-${PORTVERSION}-post1
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= koziol@ncsa.uiuc.edu
COMMENT= Hierarchical Data Format library (from NCSA)
+USE_BZIP2= yes
USE_REINPLACE= yes
-USE_PERL5= yes
-USE_OPENSSL= yes
USE_LIBTOOL= yes
LIBTOOLFILES= configure c++/configure
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} ${PTHREAD_CFLAGS}"
CONFIGURE_ARGS= --enable-cxx --enable-production \
--enable-threadsafe --disable-debug \
- --with-ssl --with-pthread
+ --with-pthread
+ALL_TARGET= lib progs
INSTALLS_SHLIB= yes
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's|[\$$]CFLAGS -pthread|\$$CFLAGS|g ; \
- s|-D_THREAD_SAFE|${PTHREAD_CFLAGS}|g ; \
- s|[\$$]LDFLAGS -pthread|\$$LDFLAGS ${PTHREAD_LIBS}|g ; \
- s|-lcipher||g' \
+ @${REINPLACE_CMD} -e 's|-D_THREAD_SAFE|${PTHREAD_CFLAGS}|g ; \
+ s|[\$$]LDFLAGS -pthread|\$$LDFLAGS ${PTHREAD_LIBS}|g' \
${WRKSRC}/config/freebsd
+ @${REINPLACE_CMD} -e 's|-D_THREAD_SAFE|${PTHREAD_CFLAGS}|g ; \
+ s|[\$$]LDFLAGS -pthread|\$$LDFLAGS ${PTHREAD_LIBS}|g' \
+ ${WRKSRC}/c++/config/freebsd
@${REINPLACE_CMD} -e 's|-O3||g' ${WRKSRC}/config/gnu-flags
post-install:
-.for i in gif2h5 h52gif h5createU8 h5debug h5diff h5dump h5import h5ls h5repart
+.for i in gif2h5 h52gif h5debug h5diff h5dump h5import h5ls h5repart
@${STRIP_CMD} ${PREFIX}/bin/${i}
.endfor
diff --git a/science/hdf5/distinfo b/science/hdf5/distinfo
index 50f5da0ce57b..c56bd609d0af 100644
--- a/science/hdf5/distinfo
+++ b/science/hdf5/distinfo
@@ -1,2 +1,2 @@
-MD5 (hdf5-1.6.1.tar.gz) = db1ea5374572412b6e75f7916effe064
-SIZE (hdf5-1.6.1.tar.gz) = 3865040
+MD5 (hdf5-1.6.2-post1.tar.bz2) = 21034e876db6e0da14114e5f645b4294
+SIZE (hdf5-1.6.2-post1.tar.bz2) = 3201684
diff --git a/science/hdf5/pkg-plist b/science/hdf5/pkg-plist
index 2f6647a1c46a..ba1fdc96c512 100644
--- a/science/hdf5/pkg-plist
+++ b/science/hdf5/pkg-plist
@@ -2,7 +2,6 @@ bin/gif2h5
bin/h52gif
bin/h5c++
bin/h5cc
-bin/h5createU8
bin/h5debug
bin/h5diff
bin/h5dump
@@ -78,31 +77,31 @@ lib/libhdf5.settings
lib/libhdf5.so
lib/libhdf5.so.0
lib/libhdf5_cpp.a
-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_extend_write.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_reference.c
-share/examples/hdf5/c/h5_select.c
-share/examples/hdf5/c/h5_write.c
-share/examples/hdf5/c/ph5example.c
-share/examples/hdf5/c++/Attributes.h5
-share/examples/hdf5/c++/Group.h5
-share/examples/hdf5/c++/SDS.h5
-share/examples/hdf5/c++/SDScompound.h5
-share/examples/hdf5/c++/SDSextendible.h5
-share/examples/hdf5/c++/Select.h5
-share/examples/hdf5/c++/chunks.cpp
-share/examples/hdf5/c++/compound.cpp
-share/examples/hdf5/c++/create.cpp
-share/examples/hdf5/c++/extend_ds.cpp
-share/examples/hdf5/c++/h5group.cpp
-share/examples/hdf5/c++/readdata.cpp
-share/examples/hdf5/c++/writedata.cpp
-@dirrm share/examples/hdf5/c
-@dirrm share/examples/hdf5/c++
-@dirrm share/examples/hdf5
+%%EXAMPLESDIR%%/c/h5_attribute.c
+%%EXAMPLESDIR%%/c/h5_chunk_read.c
+%%EXAMPLESDIR%%/c/h5_compound.c
+%%EXAMPLESDIR%%/c/h5_drivers.c
+%%EXAMPLESDIR%%/c/h5_extend_write.c
+%%EXAMPLESDIR%%/c/h5_group.c
+%%EXAMPLESDIR%%/c/h5_mount.c
+%%EXAMPLESDIR%%/c/h5_read.c
+%%EXAMPLESDIR%%/c/h5_reference.c
+%%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
+%%EXAMPLESDIR%%/c++/extend_ds.cpp
+%%EXAMPLESDIR%%/c++/h5group.cpp
+%%EXAMPLESDIR%%/c++/readdata.cpp
+%%EXAMPLESDIR%%/c++/writedata.cpp
+@dirrm %%EXAMPLESDIR%%/c
+@dirrm %%EXAMPLESDIR%%/c++
+@dirrm %%EXAMPLESDIR%%