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>
This commit is contained in:
parent
345619cc61
commit
62a65c8a91
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102143
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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%%
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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%%
|
||||
|
Loading…
Reference in New Issue
Block a user