diff options
Diffstat (limited to 'science/hdf5-18')
-rw-r--r-- | science/hdf5-18/Makefile | 53 | ||||
-rw-r--r-- | science/hdf5-18/distinfo | 3 | ||||
-rw-r--r-- | science/hdf5-18/files/patch-c++::commence.in | 31 | ||||
-rw-r--r-- | science/hdf5-18/files/patch-c++::configure | 10 | ||||
-rw-r--r-- | science/hdf5-18/files/patch-commence.in | 32 | ||||
-rw-r--r-- | science/hdf5-18/files/patch-configure | 10 | ||||
-rw-r--r-- | science/hdf5-18/pkg-descr | 17 | ||||
-rw-r--r-- | science/hdf5-18/pkg-plist | 117 |
8 files changed, 0 insertions, 273 deletions
diff --git a/science/hdf5-18/Makefile b/science/hdf5-18/Makefile deleted file mode 100644 index d66de419fc1d..000000000000 --- a/science/hdf5-18/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -# ex:ts=8 -# New ports collection makefile for: HDF5 -# Date created: Jul 7, 2002 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= hdf5 -PORTVERSION= 1.6.5 -CATEGORIES= science archivers graphics -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= erwin - -MAINTAINER= koziol@hdfgroup.org -COMMENT= Hierarchical Data Format library (from NCSA) - -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:15 -GNU_CONFIGURE= yes -LIBTOOLFILES= configure c++/configure -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --enable-cxx --enable-production \ - --enable-threadsafe --disable-debug \ - --with-pthread -ALL_TARGET= lib progs - -.include <bsd.port.pre.mk> - -.if ${ARCH} == "sparc64" -BROKEN= Does not compile on ${ARCH} -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure - @${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 - @${REINPLACE_CMD} -e 's|objformat=|#objformat=|g' ${WRKSRC}/aclocal.m4 - @${REINPLACE_CMD} -e 's|objformat=|#objformat=|g' ${WRKSRC}/configure - @${REINPLACE_CMD} -e '/version_type=freebsd-/s|=.*|=freebsd-elf|g' ${WRKSRC}/aclocal.m4 - @${REINPLACE_CMD} -e '/version_type=freebsd-/s|=.*|=freebsd-elf|g' ${WRKSRC}/configure - -post-install: -.for i in gif2h5 h52gif h5debug h5diff h5dump h5import h5ls h5repart h5jam h5unjam - @${STRIP_CMD} ${PREFIX}/bin/${i} -.endfor - -.include <bsd.port.post.mk> diff --git a/science/hdf5-18/distinfo b/science/hdf5-18/distinfo deleted file mode 100644 index 9bf9267301c8..000000000000 --- a/science/hdf5-18/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (hdf5-1.6.5.tar.gz) = 67187b3253b89f1f41756b7fd4396ecf -SHA256 (hdf5-1.6.5.tar.gz) = 85b7cfc1e34db544fa93f5bf7effe189a5e1eb97f0cfa7b212adc11915a756b2 -SIZE (hdf5-1.6.5.tar.gz) = 4930666 diff --git a/science/hdf5-18/files/patch-c++::commence.in b/science/hdf5-18/files/patch-c++::commence.in deleted file mode 100644 index 393adc30cc0f..000000000000 --- a/science/hdf5-18/files/patch-c++::commence.in +++ /dev/null @@ -1,31 +0,0 @@ ---- c++/config/commence.in.orig Mon Jun 30 16:19:35 2003 -+++ c++/config/commence.in Mon Oct 20 23:44:08 2003 -@@ -27,7 +27,7 @@ - RM=rm -f - CP=cp - INSTALL=@INSTALL@ --INSTALL_PROGRAM=@INSTALL_PROGRAM@ -+INSTALL_PROGRAM=@INSTALL_SCRIPT@ - INSTALL_DATA=@INSTALL_DATA@ - TRACE=: - -@@ -37,7 +37,7 @@ - bindir=@bindir@ - libdir=@libdir@ - includedir=@includedir@ --docdir=@exec_prefix@/doc -+docdir=@exec_prefix@/share - PUB_LIB=$(LIB) - - ## Obtain default library; the current version of libtool does not fully -@@ -60,8 +60,8 @@ - ## Optional variables. We must declare them here because Irix pmake - ## complains if it sees a reference to a variable which has never been - ## defined. The main makefile is free to redefine these to something else. --DOCDIR=$(docdir) --EXAMPLEDIR=$(docdir)/hdf5/examples/c++ -+DOCDIR=$(docdir)/doc/hdf5 -+EXAMPLEDIR=$(docdir)/examples/hdf5/c++ - LIB= - LIB_SRC= - LIB_OBJ= diff --git a/science/hdf5-18/files/patch-c++::configure b/science/hdf5-18/files/patch-c++::configure deleted file mode 100644 index ae57d3016cd8..000000000000 --- a/science/hdf5-18/files/patch-c++::configure +++ /dev/null @@ -1,10 +0,0 @@ ---- c++/configure.orig Fri Jun 28 03:42:45 2002 -+++ c++/configure Wed Jul 10 01:41:13 2002 -@@ -7563,6 +7563,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/science/hdf5-18/files/patch-commence.in b/science/hdf5-18/files/patch-commence.in deleted file mode 100644 index 0795dcb37f66..000000000000 --- a/science/hdf5-18/files/patch-commence.in +++ /dev/null @@ -1,32 +0,0 @@ ---- config/commence.in.orig Tue Jul 22 23:39:43 2003 -+++ config/commence.in Mon Oct 20 23:45:00 2003 -@@ -26,7 +26,7 @@ - RM=rm -f - CP=cp - INSTALL=@INSTALL@ --INSTALL_PROGRAM=@INSTALL_PROGRAM@ -+INSTALL_PROGRAM=@INSTALL_SCRIPT@ - INSTALL_DATA=@INSTALL_DATA@ - RUNSERIAL=@RUNSERIAL@ - RUNPARALLEL=@RUNPARALLEL@ -@@ -39,7 +39,7 @@ - bindir=@bindir@ - libdir=@libdir@ - includedir=@includedir@ --docdir=@exec_prefix@/doc -+docdir=@exec_prefix@/share - PUB_LIB=$(LIB) - - ## Shared libraries -@@ -57,9 +57,9 @@ - ## Optional variables. We must declare them here because Irix pmake - ## complains if it sees a reference to a variable which has never been - ## defined. The main makefile is free to redefine these to something else. --DOCDIR=$(docdir) -+DOCDIR=$(docdir)/doc/hdf5 - SUBDOCDIR= --EXAMPLEDIR=$(docdir)/hdf5/examples/c -+EXAMPLEDIR=$(docdir)/examples/hdf5/c - LIB= - LIB_SRC= - LIB_OBJ= diff --git a/science/hdf5-18/files/patch-configure b/science/hdf5-18/files/patch-configure deleted file mode 100644 index 2ee407ec215f..000000000000 --- a/science/hdf5-18/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Sat Jun 29 05:03:55 2002 -+++ configure Wed Jul 10 01:40:52 2002 -@@ -7263,6 +7263,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/science/hdf5-18/pkg-descr b/science/hdf5-18/pkg-descr deleted file mode 100644 index 35a0fc9e23cf..000000000000 --- a/science/hdf5-18/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -HDF5 is a completely new Hierarchical Data Format product consisting of a -data format specification and a supporting library implementation. HDF5 is -designed to address some of the limitations of the older HDF product and to -address current and anticipated requirements of modern systems and -applications. - -HDF5 includes the following improvements. - - A new file format designed to address some of the deficiencies of HDF4.x, - particularly the need to store larger files and more objects per file. - - A simpler, more comprehensive data model that includes only two basic - structures: a multidimensional array of record structures, and a grouping - structure. - - A simpler, better-engineered library and API, with improved support for - parallel I/O, threads, and other requirements imposed by modern systems - and applications. - -WWW: http://hdf.ncsa.uiuc.edu/HDF5/ diff --git a/science/hdf5-18/pkg-plist b/science/hdf5-18/pkg-plist deleted file mode 100644 index 399051b3c2ef..000000000000 --- a/science/hdf5-18/pkg-plist +++ /dev/null @@ -1,117 +0,0 @@ -bin/gif2h5 -bin/h52gif -bin/h5c++ -bin/h5cc -bin/h5debug -bin/h5diff -bin/h5dump -bin/h5import -bin/h5jam -bin/h5ls -bin/h5perf -bin/h5redeploy -bin/h5repack -bin/h5repart -bin/h5unjam -include/H5ACpublic.h -include/H5AbstractDs.h -include/H5Apublic.h -include/H5ArrayType.h -include/H5AtomType.h -include/H5Attribute.h -include/H5Bpublic.h -include/H5Classes.h -include/H5CommonFG.h -include/H5CompType.h -include/H5Cpp.h -include/H5CppDoc.h -include/H5Cpublic.h -include/H5DataSet.h -include/H5DataSpace.h -include/H5DataType.h -include/H5DcreatProp.h -include/H5Dpublic.h -include/H5DxferProp.h -include/H5EnumType.h -include/H5Epublic.h -include/H5Exception.h -include/H5FDcore.h -include/H5FDfamily.h -include/H5FDgass.h -include/H5FDlog.h -include/H5FDmpi.h -include/H5FDmpio.h -include/H5FDmpiposix.h -include/H5FDmulti.h -include/H5FDpublic.h -include/H5FDsec2.h -include/H5FDsrb.h -include/H5FDstdio.h -include/H5FDstream.h -include/H5FaccProp.h -include/H5FcreatProp.h -include/H5File.h -include/H5FloatType.h -include/H5Fpublic.h -include/H5Gpublic.h -include/H5Group.h -include/H5HGpublic.h -include/H5HLpublic.h -include/H5IM.h -include/H5IdComponent.h -include/H5Include.h -include/H5IntType.h -include/H5Ipublic.h -include/H5LT.h -include/H5Library.h -include/H5MMpublic.h -include/H5Object.h -include/H5Opublic.h -include/H5Ppublic.h -include/H5PredType.h -include/H5PropList.h -include/H5Rpublic.h -include/H5Spublic.h -include/H5StrType.h -include/H5TA.h -include/H5Tpublic.h -include/H5VarLenType.h -include/H5Zpublic.h -include/H5api_adpt.h -include/H5pubconf.h -include/H5public.h -include/hdf5.h -lib/libhdf5.a -lib/libhdf5.la -lib/libhdf5.settings -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 -lib/libhdf5_hl.so.0 -%%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++/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%% |