summaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
Diffstat (limited to 'science')
-rw-r--r--science/hdf5-18/Makefile45
-rw-r--r--science/hdf5-18/distinfo3
-rw-r--r--science/hdf5-18/files/patch-c++::commence.in31
-rw-r--r--science/hdf5-18/files/patch-c++::configure10
-rw-r--r--science/hdf5-18/files/patch-commence.in32
-rw-r--r--science/hdf5-18/files/patch-configure10
-rw-r--r--science/hdf5-18/pkg-descr17
-rw-r--r--science/hdf5-18/pkg-plist116
-rw-r--r--science/kst2/Makefile30
-rw-r--r--science/kst2/distinfo3
-rw-r--r--science/kst2/files/patch-configure240
-rw-r--r--science/kst2/files/patch-kst-kst-emailthread.cpp10
-rw-r--r--science/kst2/files/patch-kst-kst-stdinsource.cpp11
-rw-r--r--science/kst2/files/patch-kst_kst-changenptsdialog.ui10
-rw-r--r--science/kst2/files/patch-kst_kst-datawizard.ui14
-rw-r--r--science/kst2/files/patch-kst_kst-psddialog.ui10
-rw-r--r--science/kst2/files/patch-kst_kst-vectordialog.ui9
-rw-r--r--science/kst2/pkg-descr19
-rw-r--r--science/kst2/pkg-plist443
-rw-r--r--science/minc2/Makefile80
-rw-r--r--science/minc2/distinfo3
-rw-r--r--science/minc2/pkg-descr10
-rw-r--r--science/minc2/pkg-message8
-rw-r--r--science/minc2/pkg-plist68
-rw-r--r--science/netcdf4/Makefile50
-rw-r--r--science/netcdf4/distinfo3
-rw-r--r--science/netcdf4/files/patch-aa19
-rw-r--r--science/netcdf4/pkg-descr9
-rw-r--r--science/netcdf4/pkg-plist17
-rw-r--r--science/py-scipy03/Makefile49
-rw-r--r--science/py-scipy03/distinfo3
-rw-r--r--science/py-scipy03/files/patch-scipy__core_scipy__base_fastumathmodule.c15
-rw-r--r--science/py-scipy03/files/patch-scipy__core_scipy__distutils_system__info.py16
-rw-r--r--science/py-scipy03/pkg-descr9
-rw-r--r--science/pyvox/Makefile35
-rw-r--r--science/pyvox/distinfo3
-rw-r--r--science/pyvox/pkg-descr10
-rw-r--r--science/pyvox/pkg-plist25
-rw-r--r--science/ruby-netcdf/Makefile38
-rw-r--r--science/ruby-netcdf/distinfo3
-rw-r--r--science/ruby-netcdf/files/patch-extconf.rb12
-rw-r--r--science/ruby-netcdf/pkg-descr5
-rw-r--r--science/ruby-netcdf/pkg-plist21
43 files changed, 0 insertions, 1574 deletions
diff --git a/science/hdf5-18/Makefile b/science/hdf5-18/Makefile
deleted file mode 100644
index 92d96178358b..000000000000
--- a/science/hdf5-18/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# ex:ts=8
-# New ports collection makefile for: HDF5
-# Date created: Jul 7, 2002
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= hdf5
-PORTVERSION= 1.6.4
-PORTREVISION= 1
-CATEGORIES= science archivers graphics
-MASTER_SITES= ftp://hdf.ncsa.uiuc.edu/pub/outgoing/hdf5/${PORTVERSION}/
-
-MAINTAINER= koziol@ncsa.uiuc.edu
-COMMENT= Hierarchical Data Format library (from NCSA)
-
-USE_REINPLACE= yes
-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
-INSTALLS_SHLIB= yes
-
-.include <bsd.port.pre.mk>
-
-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
-
-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 25f45e7f8111..000000000000
--- a/science/hdf5-18/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (hdf5-1.6.4.tar.gz) = 837de4bb977623e380d3501ab2791f02
-SHA256 (hdf5-1.6.4.tar.gz) = ad5ec13a36b56e3a6759357d5cd23cd9848bee89e719a48d5c62d0bed976a256
-SIZE (hdf5-1.6.4.tar.gz) = 4854883
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 56a3202245ce..000000000000
--- a/science/hdf5-18/pkg-plist
+++ /dev/null
@@ -1,116 +0,0 @@
-bin/gif2h5
-bin/h52gif
-bin/h5c++
-bin/h5cc
-bin/h5debug
-bin/h5diff
-bin/h5dump
-bin/h5import
-bin/h5jam
-bin/h5ls
-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%%
diff --git a/science/kst2/Makefile b/science/kst2/Makefile
deleted file mode 100644
index 7eedfb986eaf..000000000000
--- a/science/kst2/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: kst
-# Date created: Fri Apr 30 17:28:56 CEST 2004
-# Whom: Markus Brueffer <markus@FreeBSD.org>
-#
-# $FreeBSD$
-
-PORTNAME= kst
-PORTVERSION= 0.99
-PORTREVISION= 5
-CATEGORIES= science kde
-MASTER_SITES= ${MASTER_SITE_KDE} \
- http://omega.astro.utoronto.ca/${PORTNAME}/
-MASTER_SITE_SUBDIR= stable/apps/KDE3.x/scientific
-
-MAINTAINER= markus@FreeBSD.org
-COMMENT= Data viewing program for KDE
-
-LIB_DEPENDS= cfitsio.0:${PORTSDIR}/astro/cfitsio \
- gsl.7:${PORTSDIR}/math/gsl
-
-USE_KDELIBS_VER=3
-USE_GMAKE= yes
-USE_AUTOTOOLS= libtool:15
-USE_REINPLACE= yes
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
- @${REINPLACE_CMD} -e 's|xx||g' ${WRKSRC}/po/Makefile.in
-
-.include <bsd.port.mk>
diff --git a/science/kst2/distinfo b/science/kst2/distinfo
deleted file mode 100644
index 5331b0ae5556..000000000000
--- a/science/kst2/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (kst-0.99.tar.gz) = 76019eb811611503d04cff36e20aabbd
-SHA256 (kst-0.99.tar.gz) = ab35ddf1f018bb2f4377d74bc8cf215e692eae53b718cf2ccbb7ca8a1abc7bb6
-SIZE (kst-0.99.tar.gz) = 5252991
diff --git a/science/kst2/files/patch-configure b/science/kst2/files/patch-configure
deleted file mode 100644
index 03ca409fc3ef..000000000000
--- a/science/kst2/files/patch-configure
+++ /dev/null
@@ -1,240 +0,0 @@
---- configure.orig Wed Aug 18 23:51:59 2004
-+++ configure Thu Nov 11 22:25:38 2004
-@@ -26420,12 +26420,178 @@
-
-
-
-- echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
-+ LIBPTHREAD=""
-+
-+ if test -n "$PTHREAD_LIBS"; then
-+ if test "x$PTHREAD_LIBS" = "x-pthread" ; then
-+ LIBPTHREAD="PTHREAD"
-+ else
-+ PTHREAD_LIBS_save="$PTHREAD_LIBS"
-+ PTHREAD_LIBS=`echo "$PTHREAD_LIBS_save" | sed -e 's,^-l,,g'`
-+ echo "$as_me:$LINENO: checking for pthread_create in $PTHREAD_LIBS" >&5
-+echo $ECHO_N "checking for pthread_create in $PTHREAD_LIBS... $ECHO_C" >&6
-+
-+ kde_save_LDFLAGS="$LDFLAGS"
-+ kde_save_LIBS="$LIBS"
-+ LDFLAGS="$LDFLAGS $all_libraries"
-+ case $host_os in
-+ aix*) LDFLAGS="-brtl $LDFLAGS"
-+ test "$GCC" = yes && LDFLAGS="-Wl,$LDFLAGS"
-+ ;;
-+ esac
-+ as_ac_Lib=`echo "ac_cv_lib_$PTHREAD_LIBS''_pthread_create" | $as_tr_sh`
-+echo "$as_me:$LINENO: checking for pthread_create in -l$PTHREAD_LIBS" >&5
-+echo $ECHO_N "checking for pthread_create in -l$PTHREAD_LIBS... $ECHO_C" >&6
-+if eval "test \"\${$as_ac_Lib+set}\" = set"; then
-+ echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+ ac_check_lib_save_LIBS=$LIBS
-+LIBS="-l$PTHREAD_LIBS $LIBS"
-+cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h. */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h. */
-+
-+/* Override any gcc2 internal prototype to avoid an error. */
-+#ifdef __cplusplus
-+extern "C"
-+#endif
-+/* We use char because int might match the return type of a gcc2
-+ builtin and then its argument prototype would still apply. */
-+char pthread_create ();
-+int
-+main ()
-+{
-+pthread_create ();
-+ ;
-+ return 0;
-+}
-+_ACEOF
-+rm -f conftest.$ac_objext conftest$ac_exeext
-+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-+ (eval $ac_link) 2>conftest.er1
-+ ac_status=$?
-+ grep -v '^ *+' conftest.er1 >conftest.err
-+ rm -f conftest.er1
-+ cat conftest.err >&5
-+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+ (exit $ac_status); } &&
-+ { ac_try='test -z "$ac_c_werror_flag"
-+ || test ! -s conftest.err'
-+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+ (eval $ac_try) 2>&5
-+ ac_status=$?
-+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+ (exit $ac_status); }; } &&
-+ { ac_try='test -s conftest$ac_exeext'
-+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+ (eval $ac_try) 2>&5
-+ ac_status=$?
-+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+ (exit $ac_status); }; }; then
-+ eval "$as_ac_Lib=yes"
-+else
-+ echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+eval "$as_ac_Lib=no"
-+fi
-+rm -f conftest.err conftest.$ac_objext \
-+ conftest$ac_exeext conftest.$ac_ext
-+LIBS=$ac_check_lib_save_LIBS
-+fi
-+echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
-+echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
-+if test `eval echo '${'$as_ac_Lib'}'` = yes; then
-+ LIBPTHREAD="$PTHREAD_LIBS_save"
-+fi
-+
-+ LDFLAGS="$kde_save_LDFLAGS"
-+ LIBS="$kde_save_LIBS"
-+
-+ PTHREAD_LIBS="$PTHREAD_LIBS_save"
-+ fi
-+ fi
-+
-+ if test -z "$LIBPTHREAD"; then
-+ echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
-+echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6
-+if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
-+ echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+ ac_check_lib_save_LIBS=$LIBS
-+LIBS="-lpthread $LIBS"
-+cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h. */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h. */
-+
-+/* Override any gcc2 internal prototype to avoid an error. */
-+#ifdef __cplusplus
-+extern "C"
-+#endif
-+/* We use char because int might match the return type of a gcc2
-+ builtin and then its argument prototype would still apply. */
-+char pthread_create ();
-+int
-+main ()
-+{
-+pthread_create ();
-+ ;
-+ return 0;
-+}
-+_ACEOF
-+rm -f conftest.$ac_objext conftest$ac_exeext
-+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-+ (eval $ac_link) 2>conftest.er1
-+ ac_status=$?
-+ grep -v '^ *+' conftest.er1 >conftest.err
-+ rm -f conftest.er1
-+ cat conftest.err >&5
-+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+ (exit $ac_status); } &&
-+ { ac_try='test -z "$ac_c_werror_flag"
-+ || test ! -s conftest.err'
-+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+ (eval $ac_try) 2>&5
-+ ac_status=$?
-+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+ (exit $ac_status); }; } &&
-+ { ac_try='test -s conftest$ac_exeext'
-+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+ (eval $ac_try) 2>&5
-+ ac_status=$?
-+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+ (exit $ac_status); }; }; then
-+ ac_cv_lib_pthread_pthread_create=yes
-+else
-+ echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+ac_cv_lib_pthread_pthread_create=no
-+fi
-+rm -f conftest.err conftest.$ac_objext \
-+ conftest$ac_exeext conftest.$ac_ext
-+LIBS=$ac_check_lib_save_LIBS
-+fi
-+echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
-+echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6
-+if test $ac_cv_lib_pthread_pthread_create = yes; then
-+ LIBPTHREAD="-lpthread"
-+fi
-+
-+ fi
-+
-+ if test -z "$LIBPTHREAD" ; then
-+ echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
- echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6
-- kde_safe_libs=$LIBS
-- LIBS="$LIBS -lpthread"
-- cat >conftest.$ac_ext <<_ACEOF
--/* #line $LINENO "configure" */
-+ kde_safe_libs=$LIBS
-+ LIBS="$LIBS -lpthread"
-+ cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h. */
- _ACEOF
- cat confdefs.h >>conftest.$ac_ext
-@@ -26442,31 +26608,46 @@
- _ACEOF
- rm -f conftest.$ac_objext conftest$ac_exeext
- if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-- (eval $ac_link) 2>&5
-+ (eval $ac_link) 2>conftest.er1
- ac_status=$?
-+ grep -v '^ *+' conftest.er1 >conftest.err
-+ rm -f conftest.er1
-+ cat conftest.err >&5
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); } &&
-- { ac_try='test -s conftest$ac_exeext'
-+ { ac_try='test -z "$ac_c_werror_flag"
-+ || test ! -s conftest.err'
-+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+ (eval $ac_try) 2>&5
-+ ac_status=$?
-+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+ (exit $ac_status); }; } &&
-+ { ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; }; then
-
-- echo "$as_me:$LINENO: result: yes" >&5
-+ echo "$as_me:$LINENO: result: yes" >&5
- echo "${ECHO_T}yes" >&6
-- LIBPTHREAD="-lpthread"
-+ LIBPTHREAD="-lpthread"
- else
- echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
-
-
-- echo "$as_me:$LINENO: result: no" >&5
-+ echo "$as_me:$LINENO: result: no" >&5
- echo "${ECHO_T}no" >&6
- fi
--rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
-- LIBS=$kde_safe_libs
-+rm -f conftest.err conftest.$ac_objext \
-+ conftest$ac_exeext conftest.$ac_ext
-+ LIBS=$kde_safe_libs
-+ fi
-
-+ if test "x$LIBPTHREAD" = "xPTHREAD" ; then
-+ LIBPTHREAD=""
-+ fi
-
-
-
diff --git a/science/kst2/files/patch-kst-kst-emailthread.cpp b/science/kst2/files/patch-kst-kst-emailthread.cpp
deleted file mode 100644
index dce82b081375..000000000000
--- a/science/kst2/files/patch-kst-kst-emailthread.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- kst/kst/emailthread.cpp.orig Wed Oct 13 15:09:20 2004
-+++ kst/kst/emailthread.cpp Wed Oct 13 15:13:23 2004
-@@ -15,6 +15,7 @@
- * *
- ***************************************************************************/
-
-+#include <sys/types.h>
- #include <netdb.h>
- #include <sys/socket.h>
- #include <ctype.h>
diff --git a/science/kst2/files/patch-kst-kst-stdinsource.cpp b/science/kst2/files/patch-kst-kst-stdinsource.cpp
deleted file mode 100644
index 9d0d3445ecb7..000000000000
--- a/science/kst2/files/patch-kst-kst-stdinsource.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- kst/kst/stdinsource.cpp.orig Thu Apr 29 02:14:41 2004
-+++ kst/kst/stdinsource.cpp Thu Apr 29 02:15:33 2004
-@@ -28,7 +28,7 @@
- # include <sys/time.h>
- # include <time.h>
- #else
--# ifdef HAVE_SYS_TIME_H
-+# if defined(HAVE_SYS_TIME_H) || defined(__FreeBSD__)
- # include <sys/time.h>
- # else
- # include <time.h>
diff --git a/science/kst2/files/patch-kst_kst-changenptsdialog.ui b/science/kst2/files/patch-kst_kst-changenptsdialog.ui
deleted file mode 100644
index 5cd9f9a7c977..000000000000
--- a/science/kst2/files/patch-kst_kst-changenptsdialog.ui
+++ /dev/null
@@ -1,10 +0,0 @@
---- kst/kst/changenptsdialog.ui.orig Wed Sep 28 10:45:52 2005
-+++ kst/kst/changenptsdialog.ui Wed Sep 28 10:46:00 2005
-@@ -195,7 +195,4 @@
- <tabstop>Cancel</tabstop>
- </tabstops>
- <layoutdefaults spacing="6" margin="11"/>
--<includehints>
-- <includehint>kstdatarange.h</includehint>
--</includehints>
- </UI>
diff --git a/science/kst2/files/patch-kst_kst-datawizard.ui b/science/kst2/files/patch-kst_kst-datawizard.ui
deleted file mode 100644
index 9d4d9f8b44de..000000000000
--- a/science/kst2/files/patch-kst_kst-datawizard.ui
+++ /dev/null
@@ -1,14 +0,0 @@
---- kst/kst/datawizard.ui.orig Wed Sep 28 10:34:23 2005
-+++ kst/kst/datawizard.ui Wed Sep 28 10:34:42 2005
-@@ -1163,11 +1163,8 @@
- <includehint>kurlrequester.h</includehint>
- <includehint>klineedit.h</includehint>
- <includehint>kpushbutton.h</includehint>
-- <includehint>kstdatarange.h</includehint>
- <includehint>kcombobox.h</includehint>
- <includehint>klineedit.h</includehint>
-- <includehint>kstfftoptions.h</includehint>
-- <includehint>kcombobox.h</includehint>
- <includehint>kcombobox.h</includehint>
- </includehints>
- </UI>
diff --git a/science/kst2/files/patch-kst_kst-psddialog.ui b/science/kst2/files/patch-kst_kst-psddialog.ui
deleted file mode 100644
index fc3ca0cc4ab4..000000000000
--- a/science/kst2/files/patch-kst_kst-psddialog.ui
+++ /dev/null
@@ -1,10 +0,0 @@
---- kst/kst/psddialog.ui.orig Wed Sep 28 10:53:28 2005
-+++ kst/kst/psddialog.ui Wed Sep 28 10:53:37 2005
-@@ -310,7 +310,6 @@
- <layoutdefaults spacing="6" margin="11"/>
- <includehints>
- <includehint>vectorselector.h</includehint>
-- <includehint>kstfftoptions.h</includehint>
- <includehint>curveplacementwidget.h</includehint>
- <includehint>curveappearancewidget.h</includehint>
- </includehints>
diff --git a/science/kst2/files/patch-kst_kst-vectordialog.ui b/science/kst2/files/patch-kst_kst-vectordialog.ui
deleted file mode 100644
index 7f6785aeaee5..000000000000
--- a/science/kst2/files/patch-kst_kst-vectordialog.ui
+++ /dev/null
@@ -1,9 +0,0 @@
---- kst/kst/vectordialog.ui.orig Wed Sep 28 10:49:25 2005
-+++ kst/kst/vectordialog.ui Wed Sep 28 10:49:37 2005
-@@ -248,6 +248,5 @@
- <includehint>kpushbutton.h</includehint>
- <includehint>kcombobox.h</includehint>
- <includehint>klineedit.h</includehint>
-- <includehint>kstdatarange.h</includehint>
- </includehints>
- </UI>
diff --git a/science/kst2/pkg-descr b/science/kst2/pkg-descr
deleted file mode 100644
index 811af6d549e2..000000000000
--- a/science/kst2/pkg-descr
+++ /dev/null
@@ -1,19 +0,0 @@
-kst is a program for looking at data streams. It can plot:
-
- - x-y plots
- - power spectra
- - histograms
- - equations (including equations of data streams).
- - data in files which are being updated as data is being logged,
- in which case it can act as a plotter for a chart recorder.
- - much more
-
-You can use the mouse to rapidly zoom into interesting parts of the plots.
-
-In addition to a complete GUI, kst has a convenient command line interface
-for rapid access to plotting data in files. kst can read data from stdin.
-It provides a DCOP interface for remote manipulation, and supports several
-file formats in use in scientific projects around the world.
-
-WWW: http://omega.astro.utoronto.ca/kst/
-WWW: http://extragear.kde.org/apps/kst/
diff --git a/science/kst2/pkg-plist b/science/kst2/pkg-plist
deleted file mode 100644
index 000dfa595d6a..000000000000
--- a/science/kst2/pkg-plist
+++ /dev/null
@@ -1,443 +0,0 @@
-bin/d2asc
-bin/kst
-bin/kstplugineditor
-include/kstdatasource.h
-include/kstobject.h
-lib/kde3/kstdata_ascii.a
-lib/kde3/kstdata_ascii.la
-lib/kde3/kstdata_ascii.so
-lib/kde3/kstdata_dirfile.a
-lib/kde3/kstdata_dirfile.la
-lib/kde3/kstdata_dirfile.so
-lib/kde3/kstdata_frame.a
-lib/kde3/kstdata_frame.la
-lib/kde3/kstdata_frame.so
-lib/kde3/kstdata_indirect.a
-lib/kde3/kstdata_indirect.la
-lib/kde3/kstdata_indirect.so
-lib/kde3/kstdata_lfiio.a
-lib/kde3/kstdata_lfiio.la
-lib/kde3/kstdata_lfiio.so
-lib/kde3/kstextension_elog.a
-lib/kde3/kstextension_elog.la
-lib/kde3/kstextension_elog.so
-lib/kde3/kstplugins/autocorrelate.a
-lib/kde3/kstplugins/autocorrelate.la
-lib/kde3/kstplugins/autocorrelate.so
-lib/kde3/kstplugins/autocorrelate.xml
-lib/kde3/kstplugins/bin.a
-lib/kde3/kstplugins/bin.la
-lib/kde3/kstplugins/bin.so
-lib/kde3/kstplugins/bin.xml
-lib/kde3/kstplugins/butterworth_bandpass.a
-lib/kde3/kstplugins/butterworth_bandpass.la
-lib/kde3/kstplugins/butterworth_bandpass.so
-lib/kde3/kstplugins/butterworth_bandpass.xml
-lib/kde3/kstplugins/butterworth_bandstop.a
-lib/kde3/kstplugins/butterworth_bandstop.la
-lib/kde3/kstplugins/butterworth_bandstop.so
-lib/kde3/kstplugins/butterworth_bandstop.xml
-lib/kde3/kstplugins/butterworth_highpass.a
-lib/kde3/kstplugins/butterworth_highpass.la
-lib/kde3/kstplugins/butterworth_highpass.so
-lib/kde3/kstplugins/butterworth_highpass.xml
-lib/kde3/kstplugins/butterworth_lowpass.a
-lib/kde3/kstplugins/butterworth_lowpass.la
-lib/kde3/kstplugins/butterworth_lowpass.so
-lib/kde3/kstplugins/butterworth_lowpass.xml
-lib/kde3/kstplugins/chop.a
-lib/kde3/kstplugins/chop.la
-lib/kde3/kstplugins/chop.so
-lib/kde3/kstplugins/chop.xml
-lib/kde3/kstplugins/convolve.a
-lib/kde3/kstplugins/convolve.la
-lib/kde3/kstplugins/convolve.so
-lib/kde3/kstplugins/convolve.xml
-lib/kde3/kstplugins/crosscorrelate.a
-lib/kde3/kstplugins/crosscorrelate.la
-lib/kde3/kstplugins/crosscorrelate.so
-lib/kde3/kstplugins/crosscorrelate.xml
-lib/kde3/kstplugins/crossspectrum.a
-lib/kde3/kstplugins/crossspectrum.la
-lib/kde3/kstplugins/crossspectrum.so
-lib/kde3/kstplugins/crossspectrum.xml
-lib/kde3/kstplugins/deconvolve.a
-lib/kde3/kstplugins/deconvolve.la
-lib/kde3/kstplugins/deconvolve.so
-lib/kde3/kstplugins/deconvolve.xml
-lib/kde3/kstplugins/kstfit_exponential.a
-lib/kde3/kstplugins/kstfit_exponential.la
-lib/kde3/kstplugins/kstfit_exponential.so
-lib/kde3/kstplugins/kstfit_exponential.xml
-lib/kde3/kstplugins/kstfit_exponential_weighted.a
-lib/kde3/kstplugins/kstfit_exponential_weighted.la
-lib/kde3/kstplugins/kstfit_exponential_weighted.so
-lib/kde3/kstplugins/kstfit_exponential_weighted.xml
-lib/kde3/kstplugins/kstfit_gaussian.a
-lib/kde3/kstplugins/kstfit_gaussian.la
-lib/kde3/kstplugins/kstfit_gaussian.so
-lib/kde3/kstplugins/kstfit_gaussian.xml
-lib/kde3/kstplugins/kstfit_gaussian_weighted.a
-lib/kde3/kstplugins/kstfit_gaussian_weighted.la
-lib/kde3/kstplugins/kstfit_gaussian_weighted.so
-lib/kde3/kstplugins/kstfit_gaussian_weighted.xml
-lib/kde3/kstplugins/kstfit_gradient_unweighted.a
-lib/kde3/kstplugins/kstfit_gradient_unweighted.la
-lib/kde3/kstplugins/kstfit_gradient_unweighted.so
-lib/kde3/kstplugins/kstfit_gradient_unweighted.xml
-lib/kde3/kstplugins/kstfit_gradient_weighted.a
-lib/kde3/kstplugins/kstfit_gradient_weighted.la
-lib/kde3/kstplugins/kstfit_gradient_weighted.so
-lib/kde3/kstplugins/kstfit_gradient_weighted.xml
-lib/kde3/kstplugins/kstfit_linear_unweighted.a
-lib/kde3/kstplugins/kstfit_linear_unweighted.la
-lib/kde3/kstplugins/kstfit_linear_unweighted.so
-lib/kde3/kstplugins/kstfit_linear_unweighted.xml
-lib/kde3/kstplugins/kstfit_linear_weighted.a
-lib/kde3/kstplugins/kstfit_linear_weighted.la
-lib/kde3/kstplugins/kstfit_linear_weighted.so
-lib/kde3/kstplugins/kstfit_linear_weighted.xml
-lib/kde3/kstplugins/kstfit_lorentzian.a
-lib/kde3/kstplugins/kstfit_lorentzian.la
-lib/kde3/kstplugins/kstfit_lorentzian.so
-lib/kde3/kstplugins/kstfit_lorentzian.xml
-lib/kde3/kstplugins/kstfit_lorentzian_weighted.a
-lib/kde3/kstplugins/kstfit_lorentzian_weighted.la
-lib/kde3/kstplugins/kstfit_lorentzian_weighted.so
-lib/kde3/kstplugins/kstfit_lorentzian_weighted.xml
-lib/kde3/kstplugins/kstfit_polynomial_unweighted.a
-lib/kde3/kstplugins/kstfit_polynomial_unweighted.la
-lib/kde3/kstplugins/kstfit_polynomial_unweighted.so
-lib/kde3/kstplugins/kstfit_polynomial_unweighted.xml
-lib/kde3/kstplugins/kstfit_polynomial_weighted.a
-lib/kde3/kstplugins/kstfit_polynomial_weighted.la
-lib/kde3/kstplugins/kstfit_polynomial_weighted.so
-lib/kde3/kstplugins/kstfit_polynomial_weighted.xml
-lib/kde3/kstplugins/kstfit_sinusoid_unweighted.a
-lib/kde3/kstplugins/kstfit_sinusoid_unweighted.la
-lib/kde3/kstplugins/kstfit_sinusoid_unweighted.so
-lib/kde3/kstplugins/kstfit_sinusoid_unweighted.xml
-lib/kde3/kstplugins/kstfit_sinusoid_weighted.a
-lib/kde3/kstplugins/kstfit_sinusoid_weighted.la
-lib/kde3/kstplugins/kstfit_sinusoid_weighted.so
-lib/kde3/kstplugins/kstfit_sinusoid_weighted.xml
-lib/kde3/kstplugins/kstinterp_akima.a
-lib/kde3/kstplugins/kstinterp_akima.la
-lib/kde3/kstplugins/kstinterp_akima.so
-lib/kde3/kstplugins/kstinterp_akima.xml
-lib/kde3/kstplugins/kstinterp_akima_periodic.a
-lib/kde3/kstplugins/kstinterp_akima_periodic.la
-lib/kde3/kstplugins/kstinterp_akima_periodic.so
-lib/kde3/kstplugins/kstinterp_akima_periodic.xml
-lib/kde3/kstplugins/kstinterp_cspline.a
-lib/kde3/kstplugins/kstinterp_cspline.la
-lib/kde3/kstplugins/kstinterp_cspline.so
-lib/kde3/kstplugins/kstinterp_cspline.xml
-lib/kde3/kstplugins/kstinterp_cspline_periodic.a
-lib/kde3/kstplugins/kstinterp_cspline_periodic.la
-lib/kde3/kstplugins/kstinterp_cspline_periodic.so
-lib/kde3/kstplugins/kstinterp_cspline_periodic.xml
-lib/kde3/kstplugins/kstinterp_linear.a
-lib/kde3/kstplugins/kstinterp_linear.la
-lib/kde3/kstplugins/kstinterp_linear.so
-lib/kde3/kstplugins/kstinterp_linear.xml
-lib/kde3/kstplugins/kstinterp_polynomial.a
-lib/kde3/kstplugins/kstinterp_polynomial.la
-lib/kde3/kstplugins/kstinterp_polynomial.so
-lib/kde3/kstplugins/kstinterp_polynomial.xml
-lib/kde3/kstplugins/linefit.a
-lib/kde3/kstplugins/linefit.la
-lib/kde3/kstplugins/linefit.so
-lib/kde3/kstplugins/linefit.xml
-lib/kde3/kstplugins/noise_addition.a
-lib/kde3/kstplugins/noise_addition.la
-lib/kde3/kstplugins/noise_addition.so
-lib/kde3/kstplugins/noise_addition.xml
-lib/kde3/kstplugins/periodogram.a
-lib/kde3/kstplugins/periodogram.la
-lib/kde3/kstplugins/periodogram.so
-lib/kde3/kstplugins/periodogram.xml
-lib/kde3/kstplugins/phase.a
-lib/kde3/kstplugins/phase.la
-lib/kde3/kstplugins/phase.so
-lib/kde3/kstplugins/phase.xml
-lib/kde3/kstplugins/statistics.a
-lib/kde3/kstplugins/statistics.la
-lib/kde3/kstplugins/statistics.so
-lib/kde3/kstplugins/statistics.xml
-lib/libkst.a
-lib/libkst.la
-lib/libkst.so
-lib/libkst.so.1
-share/applnk/Applications/Sciences/kst.desktop
-share/apps/kst/kstui.rc
-share/config/colors/Kst Colors
-share/config/colors/Kst Grayscale 256
-share/config/colors/Kst Spectrum 1021
-share/doc/HTML/da/kst/common
-share/doc/HTML/da/kst/index.cache.bz2
-share/doc/HTML/da/kst/index.docbook
-share/doc/HTML/en/kst/Diagram-kst-array.png
-share/doc/HTML/en/kst/Diagram-kst-datatypes.png
-share/doc/HTML/en/kst/Diagram-kst-frames.png
-share/doc/HTML/en/kst/Diagram-kst-windowplotrelation.png
-share/doc/HTML/en/kst/Formula-kst-autocorrelation.png
-share/doc/HTML/en/kst/Formula-kst-autocorrelation2.png
-share/doc/HTML/en/kst/Formula-kst-bandpass.png
-share/doc/HTML/en/kst/Formula-kst-bandstop.png
-share/doc/HTML/en/kst/Formula-kst-convolution.png
-share/doc/HTML/en/kst/Formula-kst-crosscorrelation.png
-share/doc/HTML/en/kst/Formula-kst-deconvolution.png
-share/doc/HTML/en/kst/Formula-kst-exponentialfitequation.png
-share/doc/HTML/en/kst/Formula-kst-gaussianfitequation.png
-share/doc/HTML/en/kst/Formula-kst-gaussianprobability.png
-share/doc/HTML/en/kst/Formula-kst-generallinearmodel.png
-share/doc/HTML/en/kst/Formula-kst-generallinearmodelexample.png
-share/doc/HTML/en/kst/Formula-kst-gradientequation.png
-share/doc/HTML/en/kst/Formula-kst-gradientsumofsquares.png
-share/doc/HTML/en/kst/Formula-kst-highpass.png
-share/doc/HTML/en/kst/Formula-kst-linefitequation.png
-share/doc/HTML/en/kst/Formula-kst-linefitsumofsquaredresiduals.png
-share/doc/HTML/en/kst/Formula-kst-lorentzianfitequation.png
-share/doc/HTML/en/kst/Formula-kst-lowpass.png
-share/doc/HTML/en/kst/Formula-kst-polynomialfitequation.png
-share/doc/HTML/en/kst/Formula-kst-sinusoidfitequation.png
-share/doc/HTML/en/kst/Screenshot-kst-arraywindow.png
-share/doc/HTML/en/kst/Screenshot-kst-configureshortcutswindow.png
-share/doc/HTML/en/kst/Screenshot-kst-curveoptions.png
-share/doc/HTML/en/kst/Screenshot-kst-curvewindow.png
-share/doc/HTML/en/kst/Screenshot-kst-datamode.png
-share/doc/HTML/en/kst/Screenshot-kst-datawizard1.png
-share/doc/HTML/en/kst/Screenshot-kst-datawizard2.png
-share/doc/HTML/en/kst/Screenshot-kst-datawizard3.png
-share/doc/HTML/en/kst/Screenshot-kst-defineshortcutwindow.png
-share/doc/HTML/en/kst/Screenshot-kst-equationwindow.png
-share/doc/HTML/en/kst/Screenshot-kst-eventmonitor-loggingsettings.png
-share/doc/HTML/en/kst/Screenshot-kst-eventmonitor-serversettings.png
-share/doc/HTML/en/kst/Screenshot-kst-eventmonitor.png
-share/doc/HTML/en/kst/Screenshot-kst-exportgraphics.png
-share/doc/HTML/en/kst/Screenshot-kst-histogramwindow.png
-share/doc/HTML/en/kst/Screenshot-kst-imagewindow.png
-share/doc/HTML/en/kst/Screenshot-kst-labeleditor.png
-share/doc/HTML/en/kst/Screenshot-kst-mainwindow.png
-share/doc/HTML/en/kst/Screenshot-kst-mditabpage.png
-share/doc/HTML/en/kst/Screenshot-kst-mditoplevel.png
-share/doc/HTML/en/kst/Screenshot-kst-multipleselectedplots.png
-share/doc/HTML/en/kst/Screenshot-kst-plotdialogcontent.png
-share/doc/HTML/en/kst/Screenshot-kst-plotdialoglabels.png
-share/doc/HTML/en/kst/Screenshot-kst-plotdialoglegend.png
-share/doc/HTML/en/kst/Screenshot-kst-plotdialoglimits.png
-share/doc/HTML/en/kst/Screenshot-kst-plotdialogmarkers.png
-share/doc/HTML/en/kst/Screenshot-kst-plotdialogtop.png
-share/doc/HTML/en/kst/Screenshot-kst-pluginswindow.png
-share/doc/HTML/en/kst/Screenshot-kst-powerspectrawindow.png
-share/doc/HTML/en/kst/Screenshot-kst-simpledata.png
-share/doc/HTML/en/kst/Screenshot-kst-tiedzoom.png
-share/doc/HTML/en/kst/Screenshot-kst-vectorwindow.png
-share/doc/HTML/en/kst/Symbol-kst-Gamma.png
-share/doc/HTML/en/kst/Symbol-kst-lambda.png
-share/doc/HTML/en/kst/Symbol-kst-mu.png
-share/doc/HTML/en/kst/Symbol-kst-sigma.png
-share/doc/HTML/en/kst/Widget-kst-close.png
-share/doc/HTML/en/kst/Widget-kst-colourchooser.png
-share/doc/HTML/en/kst/Widget-kst-defaultcolours.png
-share/doc/HTML/en/kst/Widget-kst-maximize.png
-share/doc/HTML/en/kst/Widget-kst-minimize.png
-share/doc/HTML/en/kst/Widget-kst-swapcolour.png
-share/doc/HTML/en/kst/Widget-kst-undock.png
-share/doc/HTML/en/kst/additionalformats-chapter.docbook
-share/doc/HTML/en/kst/commandline-chapter.docbook
-share/doc/HTML/en/kst/common
-share/doc/HTML/en/kst/creatingplugins-chapter.docbook
-share/doc/HTML/en/kst/data-chapter.docbook
-share/doc/HTML/en/kst/dcop-chapter.docbook
-share/doc/HTML/en/kst/debuglog-chapter.docbook
-share/doc/HTML/en/kst/eventmonitoring-chapter.docbook
-share/doc/HTML/en/kst/index.cache.bz2
-share/doc/HTML/en/kst/index.docbook
-share/doc/HTML/en/kst/install-chapter.docbook
-share/doc/HTML/en/kst/intro-chapter.docbook
-share/doc/HTML/en/kst/license-chapter.docbook
-share/doc/HTML/en/kst/miscfeatures-chapter.docbook
-share/doc/HTML/en/kst/plotsandwindows-chapter.docbook
-share/doc/HTML/en/kst/plugins-chapter.docbook
-share/doc/HTML/en/kst/saving-chapter.docbook
-share/doc/HTML/es/kst/additionalformats-chapter.docbook
-share/doc/HTML/es/kst/commandline-chapter.docbook
-share/doc/HTML/es/kst/creatingplugins-chapter.docbook
-share/doc/HTML/es/kst/data-chapter.docbook
-share/doc/HTML/es/kst/dcop-chapter.docbook
-share/doc/HTML/es/kst/debuglog-chapter.docbook
-share/doc/HTML/es/kst/install-chapter.docbook
-share/doc/HTML/es/kst/intro-chapter.docbook
-share/doc/HTML/es/kst/license-chapter.docbook
-share/doc/HTML/es/kst/miscfeatures-chapter.docbook
-share/doc/HTML/es/kst/plotsandwindows-chapter.docbook
-share/doc/HTML/es/kst/plugins-chapter.docbook
-share/doc/HTML/es/kst/saving-chapter.docbook
-share/doc/HTML/et/kst/additionalformats-chapter.docbook
-share/doc/HTML/et/kst/commandline-chapter.docbook
-share/doc/HTML/et/kst/common
-share/doc/HTML/et/kst/creatingplugins-chapter.docbook
-share/doc/HTML/et/kst/data-chapter.docbook
-share/doc/HTML/et/kst/dcop-chapter.docbook
-share/doc/HTML/et/kst/debuglog-chapter.docbook
-share/doc/HTML/et/kst/eventmonitoring-chapter.docbook
-share/doc/HTML/et/kst/index.cache.bz2
-share/doc/HTML/et/kst/index.docbook
-share/doc/HTML/et/kst/install-chapter.docbook
-share/doc/HTML/et/kst/intro-chapter.docbook
-share/doc/HTML/et/kst/license-chapter.docbook
-share/doc/HTML/et/kst/miscfeatures-chapter.docbook
-share/doc/HTML/et/kst/plotsandwindows-chapter.docbook
-share/doc/HTML/et/kst/plugins-chapter.docbook
-share/doc/HTML/et/kst/saving-chapter.docbook
-share/doc/HTML/fr/kst/common
-share/doc/HTML/fr/kst/index.cache.bz2
-share/doc/HTML/fr/kst/index.docbook
-share/doc/HTML/it/kst/dcop-chapter.docbook
-share/doc/HTML/it/kst/eventmonitoring-chapter.docbook
-share/doc/HTML/it/kst/license-chapter.docbook
-share/doc/HTML/pt/kst/dcop-chapter.docbook
-share/doc/HTML/pt/kst/eventmonitoring-chapter.docbook
-share/doc/HTML/pt/kst/license-chapter.docbook
-share/doc/HTML/sv/kst/Diagram-kst-datatypes.png
-share/doc/HTML/sv/kst/Diagram-kst-frames.png
-share/doc/HTML/sv/kst/Diagram-kst-windowplotrelation.png
-share/doc/HTML/sv/kst/Screenshot-kst-configureshortcutswindow.png
-share/doc/HTML/sv/kst/Screenshot-kst-curveoptions.png
-share/doc/HTML/sv/kst/Screenshot-kst-curvewindow.png
-share/doc/HTML/sv/kst/Screenshot-kst-datawizard2.png
-share/doc/HTML/sv/kst/Screenshot-kst-datawizard3.png
-share/doc/HTML/sv/kst/Screenshot-kst-defineshortcutwindow.png
-share/doc/HTML/sv/kst/Screenshot-kst-equationwindow.png
-share/doc/HTML/sv/kst/Screenshot-kst-eventmonitor.png
-share/doc/HTML/sv/kst/Screenshot-kst-exportgraphics.png
-share/doc/HTML/sv/kst/Screenshot-kst-histogramwindow.png
-share/doc/HTML/sv/kst/Screenshot-kst-labeleditor.png
-share/doc/HTML/sv/kst/Screenshot-kst-mditabpage.png
-share/doc/HTML/sv/kst/Screenshot-kst-mditoplevel.png
-share/doc/HTML/sv/kst/Screenshot-kst-multipleselectedplots.png
-share/doc/HTML/sv/kst/Screenshot-kst-plotdialogcontent.png
-share/doc/HTML/sv/kst/Screenshot-kst-plotdialoglabels.png
-share/doc/HTML/sv/kst/Screenshot-kst-plotdialoglegend.png
-share/doc/HTML/sv/kst/Screenshot-kst-plotdialoglimits.png
-share/doc/HTML/sv/kst/Screenshot-kst-plotdialogtop.png
-share/doc/HTML/sv/kst/Screenshot-kst-pluginswindow.png
-share/doc/HTML/sv/kst/Screenshot-kst-powerspectrawindow.png
-share/doc/HTML/sv/kst/Screenshot-kst-simpledata.png
-share/doc/HTML/sv/kst/Screenshot-kst-vectorwindow.png
-share/doc/HTML/sv/kst/additionalformats-chapter.docbook
-share/doc/HTML/sv/kst/commandline-chapter.docbook
-share/doc/HTML/sv/kst/common
-share/doc/HTML/sv/kst/creatingplugins-chapter.docbook
-share/doc/HTML/sv/kst/data-chapter.docbook
-share/doc/HTML/sv/kst/dcop-chapter.docbook
-share/doc/HTML/sv/kst/debuglog-chapter.docbook
-share/doc/HTML/sv/kst/eventmonitoring-chapter.docbook
-share/doc/HTML/sv/kst/index.cache.bz2
-share/doc/HTML/sv/kst/index.docbook
-share/doc/HTML/sv/kst/install-chapter.docbook
-share/doc/HTML/sv/kst/intro-chapter.docbook
-share/doc/HTML/sv/kst/license-chapter.docbook
-share/doc/HTML/sv/kst/miscfeatures-chapter.docbook
-share/doc/HTML/sv/kst/plotsandwindows-chapter.docbook
-share/doc/HTML/sv/kst/plugins-chapter.docbook
-share/doc/HTML/sv/kst/saving-chapter.docbook
-share/icons/hicolor/16x16/mimetypes/kst.png
-share/icons/hicolor/22x22/actions/kst_advance.png
-share/icons/hicolor/22x22/actions/kst_back.png
-share/icons/hicolor/22x22/actions/kst_changefile.png
-share/icons/hicolor/22x22/actions/kst_changenpts.png
-share/icons/hicolor/22x22/actions/kst_datamanager.png
-share/icons/hicolor/22x22/actions/kst_datamode.png
-share/icons/hicolor/22x22/actions/kst_datawizard.png
-share/icons/hicolor/22x22/actions/kst_editplots.png
-share/icons/hicolor/22x22/actions/kst_graphfile.png
-share/icons/hicolor/22x22/actions/kst_layoutmode.png
-share/icons/hicolor/22x22/actions/kst_zoomtie.png
-share/icons/hicolor/22x22/actions/kst_zoomx.png
-share/icons/hicolor/22x22/actions/kst_zoomxy.png
-share/icons/hicolor/22x22/actions/kst_zoomy.png
-share/icons/hicolor/32x32/mimetypes/kst.png
-share/icons/locolor/16x16/apps/kst.png
-share/icons/locolor/16x16/mimetypes/kst.png
-share/icons/locolor/32x32/apps/kst.png
-share/icons/locolor/32x32/mimetypes/kst.png
-share/locale/ca/LC_MESSAGES/kst.mo
-share/locale/da/LC_MESSAGES/kst.mo
-share/locale/de/LC_MESSAGES/kst.mo
-share/locale/en_GB/LC_MESSAGES/kst.mo
-share/locale/es/LC_MESSAGES/kst.mo
-share/locale/et/LC_MESSAGES/kst.mo
-share/locale/is/LC_MESSAGES/kst.mo
-share/locale/it/LC_MESSAGES/kst.mo
-share/locale/nb/LC_MESSAGES/kst.mo
-share/locale/nl/LC_MESSAGES/kst.mo
-share/locale/pl/LC_MESSAGES/kst.mo
-share/locale/pt/LC_MESSAGES/kst.mo
-share/locale/pt_BR/LC_MESSAGES/kst.mo
-share/locale/ro/LC_MESSAGES/kst.mo
-share/locale/ru/LC_MESSAGES/kst.mo
-share/locale/sr/LC_MESSAGES/kst.mo
-share/locale/sv/LC_MESSAGES/kst.mo
-share/locale/ta/LC_MESSAGES/kst.mo
-share/locale/tr/LC_MESSAGES/kst.mo
-share/locale/zh_CN/LC_MESSAGES/kst.mo
-share/mimelnk/application/x-kst.desktop
-share/services/kst/kstdata_ascii.desktop
-share/services/kst/kstdata_dirfile.desktop
-share/services/kst/kstdata_frame.desktop
-share/services/kst/kstdata_indirect.desktop
-share/services/kst/kstdata_lfiio.desktop
-share/services/kst/kstextension_elog.desktop
-share/servicetypes/kst/kstdatasourceplugin.desktop
-share/servicetypes/kst/kstextension.desktop
-share/servicetypes/kst/kstfilter.desktop
-share/servicetypes/kst/kstplugin.desktop
-@dirrm share/servicetypes/kst
-@dirrmtry share/servicetypes
-@dirrm share/services/kst
-@dirrmtry share/services
-@dirrmtry share/mimelnk/application
-@dirrmtry share/mimelnk
-@dirrmtry share/icons/locolor/32x32/mimetypes
-@dirrmtry share/icons/locolor/32x32/apps
-@dirrmtry share/icons/locolor/32x32
-@dirrmtry share/icons/locolor/16x16/mimetypes
-@dirrmtry share/icons/locolor/16x16/apps
-@dirrmtry share/icons/locolor/16x16
-@dirrmtry share/icons/locolor
-@dirrmtry share/icons/hicolor/32x32/mimetypes
-@dirrmtry share/icons/hicolor/32x32
-@dirrmtry share/icons/hicolor/22x22/actions
-@dirrmtry share/icons/hicolor/22x22
-@dirrmtry share/icons/hicolor/16x16/mimetypes
-@dirrmtry share/icons/hicolor/16x16
-@dirrmtry share/icons/hicolor
-@dirrmtry share/icons
-@dirrm share/doc/HTML/sv/kst
-@dirrmtry share/doc/HTML/sv
-@dirrm share/doc/HTML/pt/kst
-@dirrmtry share/doc/HTML/pt
-@dirrm share/doc/HTML/it/kst
-@dirrmtry share/doc/HTML/it
-@dirrm share/doc/HTML/fr/kst
-@dirrmtry share/doc/HTML/fr
-@dirrm share/doc/HTML/et/kst
-@dirrmtry share/doc/HTML/et
-@dirrm share/doc/HTML/es/kst
-@dirrmtry share/doc/HTML/es
-@dirrm share/doc/HTML/en/kst
-@dirrmtry share/doc/HTML/en
-@dirrm share/doc/HTML/da/kst
-@dirrmtry share/doc/HTML/da
-@dirrmtry share/doc/HTML
-@dirrmtry share/config/colors
-@dirrmtry share/config
-@dirrm share/apps/kst
-@dirrmtry share/apps
-@dirrmtry share/applnk/Applications/Sciences
-@dirrmtry share/applnk/Applications
-@dirrmtry share/applnk
-@dirrm lib/kde3/kstplugins
diff --git a/science/minc2/Makefile b/science/minc2/Makefile
deleted file mode 100644
index b933be9b67c0..000000000000
--- a/science/minc2/Makefile
+++ /dev/null
@@ -1,80 +0,0 @@
-############################################################################
-# New ports collection Makefile for: minc 1.x (Medical Imaging NetCDF)
-# Date created: 21 Dec 2005
-# Whom: jbacon
-#
-# $FreeBSD$
-#
-
-############################################################################
-# http://www.bic.mni.mcgill.ca/software/minc/
-# is the ultimate source for MINC, and will always contain the latest
-# source release. If this port is not up to date enough for you,
-# you can download the latest sources and build manually. On FreeBSD,
-# you must configure with the environment variable LDFLAGS set to
-# ${LOCALBASE}/lib so that the configure script will find libnetcdf.
-# Of course, the netcdf port must be installed first.
-
-PORTNAME= minc
-PORTVERSION= 1.4
-PORTREVISION= 1
-CATEGORIES= science biology
-MASTER_SITES= http://www.bic.mni.mcgill.ca/software/distribution/packages/ \
- http://www.neuro.mcw.edu/~bacon/Ports/distfiles/
-
-MAINTAINER= bacon@smithers.neuro.mcw.edu
-COMMENT= Medical Imaging NetCDF
-
-LIB_DEPENDS= netcdf.1:${PORTSDIR}/science/netcdf
-
-INSTALLS_SHLIB= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
-CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ARGS= --enable-static=yes --enable-shared=yes
-
-# Build parameters
-#WRKSRC= ${WRKDIR}/minc-${PORTVERSION}
-
-MAN1= dcm2mnc.1 \
- ecattominc.1 \
- invert_raw_image.1 \
- minc_modify_header.1 \
- mincaverage.1 \
- minccalc.1 \
- mincconcat.1 \
- minccopy.1 \
- mincdiff.1 \
- mincedit.1 \
- mincexpand.1 \
- mincextract.1 \
- mincheader.1 \
- mincinfo.1 \
- minclookup.1 \
- mincmakescalar.1 \
- mincmakevector.1 \
- mincmath.1 \
- mincpik.1 \
- mincresample.1 \
- mincreshape.1 \
- mincstats.1 \
- minctoecat.1 \
- minctoraw.1 \
- mincview.1 \
- mincwindow.1 \
- mnc2nii.1 \
- nii2mnc.1 \
- rawtominc.1 \
- transformtags.1 \
- upet2mnc.1 \
- voxeltoworld.1 \
- xfmconcat.1 \
- xfminvert.1
-
-MAN3= ParseArgv.3
-
-post-install:
- ${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>
diff --git a/science/minc2/distinfo b/science/minc2/distinfo
deleted file mode 100644
index c73ee7c2269b..000000000000
--- a/science/minc2/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (minc-1.4.tar.gz) = 873a6deed8109f95d29a197bad9f6070
-SHA256 (minc-1.4.tar.gz) = a07c9523f232c823f38275bc8bb23011e70a29a0a45071dad0dec81317a75c4f
-SIZE (minc-1.4.tar.gz) = 1213768
diff --git a/science/minc2/pkg-descr b/science/minc2/pkg-descr
deleted file mode 100644
index 9e5380b9987a..000000000000
--- a/science/minc2/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-MINC (Medical Imaging NetCDF) is a medical imaging data format and an
-associated set of tools and libraries. MINC was created in 1993 by Peter
-Neelin at the McConnell Brain Imaging Centre of the Montreal Neurological
-Institute. Many others have contributed to the design and implementation
-MINC over the years.
-
-WWW: http://www.bic.mni.mcgill.ca/software/minc/
-
-Port maintainer: Jason W. Bacon
- bacon@smithers.neuro.mcw.edu
diff --git a/science/minc2/pkg-message b/science/minc2/pkg-message
deleted file mode 100644
index 645690e94543..000000000000
--- a/science/minc2/pkg-message
+++ /dev/null
@@ -1,8 +0,0 @@
-=============================================================================
-For questions or comments regarding this port, please contact the
-port maintainer: bacon@smithers.neuro.mcw.edu
-
-For MINC usage, please visit the MINC WEB site at
-
-http://www.bic.mni.mcgill.ca/software/minc/
-=============================================================================
diff --git a/science/minc2/pkg-plist b/science/minc2/pkg-plist
deleted file mode 100644
index 293bf89a7dff..000000000000
--- a/science/minc2/pkg-plist
+++ /dev/null
@@ -1,68 +0,0 @@
-bin/dcm2mnc
-bin/ecattominc
-bin/invert_raw_image
-bin/minc_modify_header
-bin/mincaverage
-bin/minccalc
-bin/mincconcat
-bin/minccopy
-bin/mincdiff
-bin/mincedit
-bin/mincexpand
-bin/mincextract
-bin/mincheader
-bin/minchistory
-bin/mincinfo
-bin/minclookup
-bin/mincmakescalar
-bin/mincmakevector
-bin/mincmath
-bin/mincpik
-bin/mincresample
-bin/mincreshape
-bin/mincstats
-bin/minctoecat
-bin/minctoraw
-bin/mincview
-bin/mincwindow
-bin/mnc2nii
-bin/nii2mnc
-bin/rawtominc
-bin/transformtags
-bin/upet2mnc
-bin/voxeltoworld
-bin/worldtovoxel
-bin/xfmconcat
-bin/xfminvert
-include/ParseArgv.h
-include/minc.h
-include/minc_simple.h
-include/nd_loop.h
-include/time_stamp.h
-include/volume_io.h
-include/volume_io/alloc.h
-include/volume_io/arrays.h
-include/volume_io/basic.h
-include/volume_io/def_math.h
-include/volume_io/files.h
-include/volume_io/geom_structs.h
-include/volume_io/geometry.h
-include/volume_io/internal_volume_io.h
-include/volume_io/multidim.h
-include/volume_io/progress.h
-include/volume_io/string_funcs.h
-include/volume_io/system_dependent.h
-include/volume_io/transforms.h
-include/volume_io/vol_io_prototypes.h
-include/volume_io/volume.h
-include/volume_io/volume_cache.h
-include/voxel_loop.h
-lib/libminc.a
-lib/libminc.la
-lib/libminc.so
-lib/libminc.so.1
-lib/libvolume_io.a
-lib/libvolume_io.la
-lib/libvolume_io.so
-lib/libvolume_io.so.0
-@dirrm include/volume_io
diff --git a/science/netcdf4/Makefile b/science/netcdf4/Makefile
deleted file mode 100644
index 45c61fd487d6..000000000000
--- a/science/netcdf4/Makefile
+++ /dev/null
@@ -1,50 +0,0 @@
-# New ports collection makefile for: netcdf
-# Date created: 29 July 1999
-# Whom: Thomas Gellekum <tg@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= netcdf
-PORTVERSION= 3.6.0p1
-CATEGORIES= science
-MASTER_SITES= ftp://ftp.unidata.ucar.edu/pub/netcdf/%SUBDIR%/
-MASTER_SITE_SUBDIR= . old
-DISTNAME= ${PORTNAME}-${PORTVERSION:S/p/-p/}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Library for machine-independent, array-oriented data access
-
-WRKSRC= ${WRKDIR}/${DISTNAME}/src
-
-CONFLICTS= hdf-4.*
-
-GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ENV= CPPFLAGS="-fPIC -DPIC -Df2cFortran"
-INSTALLS_SHLIB= yes
-
-MAN1= ncdump.1 ncgen.1
-MAN3= netcdf.3 netcdf.3f
-
-post-build:
- @(cd ${WRKSRC}/libsrc && \
- ${SETENV} ${MAKE_ENV} ${MAKE} linux_shared_library)
- @(cd ${WRKSRC}/cxx && \
- ${SETENV} ${MAKE_ENV} ${MAKE} linux_shared_library)
-
-post-install:
- @${STRIP_CMD} ${PREFIX}/bin/ncdump
- @${STRIP_CMD} ${PREFIX}/bin/ncgen
- ${INSTALL_DATA} ${WRKSRC}/libsrc/libnetcdf.so ${PREFIX}/lib/libnetcdf.so.1
- ${LN} -sf libnetcdf.so.1 ${PREFIX}/lib/libnetcdf.so
- ${INSTALL_DATA} ${WRKSRC}/cxx/libnetcdf_c++.so ${PREFIX}/lib/libnetcdf_c++.so.1
- ${LN} -sf libnetcdf_c++.so.1 ${PREFIX}/lib/libnetcdf_c++.so
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
-.for file in COPYRIGHT README RELEASE_NOTES
- ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
-.endfor
-.endif
-
-.include <bsd.port.mk>
diff --git a/science/netcdf4/distinfo b/science/netcdf4/distinfo
deleted file mode 100644
index c95930469808..000000000000
--- a/science/netcdf4/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (netcdf-3.6.0-p1.tar.gz) = 27c193e0462d9979406d167a01a5ee95
-SHA256 (netcdf-3.6.0-p1.tar.gz) = a9e6105ed89ce6cfd2edc78e8184232a2f950e674c5241c28cae361a1fe1adfe
-SIZE (netcdf-3.6.0-p1.tar.gz) = 842025
diff --git a/science/netcdf4/files/patch-aa b/science/netcdf4/files/patch-aa
deleted file mode 100644
index 4c9e564dc054..000000000000
--- a/science/netcdf4/files/patch-aa
+++ /dev/null
@@ -1,19 +0,0 @@
---- rules.make.orig Sat Dec 18 05:34:48 2004
-+++ rules.make Thu Jan 6 15:12:59 2005
-@@ -145,14 +145,8 @@
- $(INSTALL) $(MANUAL) $@
- $(MANDIR)/man3/$(MANUAL): $(MANDIR)/man3 $(MANUAL)
- $(INSTALL) $(MANUAL) $@
--$(MANDIR)/man3f/$(MANUAL): $(MANDIR)/man3 $(MANDIR)/man3/$(MANUAL) \
-- $(MANDIR)/man3f
-- rm -f $@
-- ln -s $(MANDIR)/man3/$(MANUAL) $@
--$(MANDIR)/man3f90/$(MANUAL): $(MANDIR)/man3 $(MANDIR)/man3/$(MANUAL) \
-- $(MANDIR)/man3f90
-- rm -f $@
-- ln -s $(MANDIR)/man3/$(MANUAL) $@
-+$(MANDIR)/man3f/$(MANUAL): $(MANDIR)/man3 $(MANDIR)/man3/$(MANUAL)
-+$(MANDIR)/man3f90/$(MANUAL): $(MANDIR)/man3 $(MANDIR)/man3/$(MANUAL)
-
- ################################################################################
- # Cleanup:
diff --git a/science/netcdf4/pkg-descr b/science/netcdf4/pkg-descr
deleted file mode 100644
index a8ab96607da6..000000000000
--- a/science/netcdf4/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-NetCDF (network Common Data Form) is an interface for array-oriented
-data access and a library that provides an implementation of the
-interface. The netCDF library also defines a machine-independent
-format for representing scientific data. Together, the interface,
-library, and format support the creation, access, and sharing of
-scientific data. The netCDF software was developed at the Unidata
-Program Center in Boulder, Colorado.
-
-WWW: http://www.unidata.ucar.edu/packages/netcdf/
diff --git a/science/netcdf4/pkg-plist b/science/netcdf4/pkg-plist
deleted file mode 100644
index fcbebdf8999f..000000000000
--- a/science/netcdf4/pkg-plist
+++ /dev/null
@@ -1,17 +0,0 @@
-bin/ncdump
-bin/ncgen
-include/ncvalues.h
-include/netcdf.h
-include/netcdf.hh
-include/netcdf.inc
-include/netcdfcpp.h
-lib/libnetcdf.a
-lib/libnetcdf.so
-lib/libnetcdf.so.1
-lib/libnetcdf_c++.a
-lib/libnetcdf_c++.so
-lib/libnetcdf_c++.so.1
-%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/RELEASE_NOTES
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
diff --git a/science/py-scipy03/Makefile b/science/py-scipy03/Makefile
deleted file mode 100644
index 3c04b5f61942..000000000000
--- a/science/py-scipy03/Makefile
+++ /dev/null
@@ -1,49 +0,0 @@
-# ex:ts=8
-# Ports collection makefile for: SciPy
-# Date created: Jun 8, 2004
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= scipy
-PORTVERSION= 0.3.2
-PORTREVISION= 1
-CATEGORIES= science python
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= scipy
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= SciPy_complete-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Scientific tools for Python
-
-BUILD_DEPENDS= ${PYNUMERIC} \
- ${LOCALBASE}/lib/libdjbfft.a:${PORTSDIR}/math/djbfft \
- f2py:${PORTSDIR}/lang/f2py \
- ${PYTHON_SITELIBDIR}/wx/__init__.py:${PORTSDIR}/x11-toolkits/py-wxPython24
-LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw \
- atlas.1:${PORTSDIR}/math/atlas
-
-USE_REINPLACE= yes
-USE_PYTHON= 2.3+
-USE_PYDISTUTILS= yes
-
-post-patch:
- @${GREP} -lR "malloc\.h" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} \
- -e "s@malloc\.h@stdlib.h@"
-
-.include <bsd.port.pre.mk>
-
-post-install:
- @${RMDIR} ${PYTHON_SITELIBDIR}/weave/swig # empty
-.for dir in ${PYTHON_SITELIBDIR}/gui_thread ${PYTHON_SITELIBDIR}/scipy \
- ${PYTHON_SITELIBDIR}/scipy_base ${PYTHON_SITELIBDIR}/scipy_distutils \
- ${PYTHON_SITELIBDIR}/scipy_test ${PYTHON_SITELIBDIR}/weave
- @${FIND} ${dir} ! -type d | \
- ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
- @${FIND} ${dir} -type d | ${SORT} -r | \
- ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
-.endfor
-
-.include <bsd.port.post.mk>
diff --git a/science/py-scipy03/distinfo b/science/py-scipy03/distinfo
deleted file mode 100644
index d0a627fa7fd2..000000000000
--- a/science/py-scipy03/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (SciPy_complete-0.3.2.tar.gz) = 5ae2280ab2c4c653cb0ff8479e81284a
-SHA256 (SciPy_complete-0.3.2.tar.gz) = bd1addc8d41d79f8866e7960cea391cfbfc3c6b36d5af205864d7f30a2fb98e8
-SIZE (SciPy_complete-0.3.2.tar.gz) = 3368595
diff --git a/science/py-scipy03/files/patch-scipy__core_scipy__base_fastumathmodule.c b/science/py-scipy03/files/patch-scipy__core_scipy__base_fastumathmodule.c
deleted file mode 100644
index 3d3320dcbb4a..000000000000
--- a/science/py-scipy03/files/patch-scipy__core_scipy__base_fastumathmodule.c
+++ /dev/null
@@ -1,15 +0,0 @@
-
-$FreeBSD$
-
---- scipy_core/scipy_base/fastumathmodule.c.orig
-+++ scipy_core/scipy_base/fastumathmodule.c
-@@ -1,8 +1,8 @@
-+#include <math.h>
- #include "Python.h"
- #include "Numeric/arrayobject.h"
- #include "Numeric/ufuncobject.h"
- #include "abstract.h"
--#include <math.h>
- #include "mconf_lite.h"
-
- /* Fast umath module whose functions do not check for range and domain
diff --git a/science/py-scipy03/files/patch-scipy__core_scipy__distutils_system__info.py b/science/py-scipy03/files/patch-scipy__core_scipy__distutils_system__info.py
deleted file mode 100644
index 5b960f4c52c4..000000000000
--- a/science/py-scipy03/files/patch-scipy__core_scipy__distutils_system__info.py
+++ /dev/null
@@ -1,16 +0,0 @@
-
-$FreeBSD$
-
---- scipy_core/scipy_distutils/system_info.py.orig
-+++ scipy_core/scipy_distutils/system_info.py
-@@ -548,8 +548,8 @@
- lib_dirs = self.get_lib_dirs()
- info = {}
- atlas_libs = self.get_libs('atlas_libs',
-- self._lib_names + ['atlas'])
-- lapack_libs = self.get_libs('lapack_libs',['lapack'])
-+ self._lib_names + ['atlas_r'])
-+ lapack_libs = self.get_libs('lapack_libs',['alapack_r'])
- atlas = None
- lapack = None
- atlas_1 = None
diff --git a/science/py-scipy03/pkg-descr b/science/py-scipy03/pkg-descr
deleted file mode 100644
index 8b83bd7baeec..000000000000
--- a/science/py-scipy03/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-SciPy is an open source library of scientific tools for Python. SciPy
-supplements the popular Numeric module, gathering a variety of high level
-science and engineering modules together as a single package.
-
-SciPy includes modules for graphics and plotting, optimization, integration,
-special functions, signal and image processing, genetic algorithms, ODE
-solvers, and others.
-
-WWW: http://www.scipy.org/
diff --git a/science/pyvox/Makefile b/science/pyvox/Makefile
deleted file mode 100644
index 3366f03fc3dd..000000000000
--- a/science/pyvox/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# ex:ts=8
-# Ports collection Makefile for: bblimage
-# Date created: Jul 22, 2002
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= bblimage
-PORTVERSION= 0.66
-PORTREVISION= 1
-CATEGORIES= science
-MASTER_SITES= http://www.med.upenn.edu/bbl/software/files/
-EXTRACT_SUFX= .src.tgz
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A set of software tools for medical image processing
-
-LIB_DEPENDS= Xm.2:${PORTSDIR}/x11-toolkits/lesstif
-
-USE_PYTHON= yes
-USE_REINPLACE= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-lapack --with-python
-USE_GMAKE= yes
-
-MAN1= anonbblanz.1 bblimage.1 binnseg.1 conseg.1 decomment.1 dumpbblanz.1 \
- imstack.1 inleav2.1 lovar.1 qdv.1 rpsamp.1 skmiv.1 swab.1 usb2uc.1 \
- vibihist.1 vihist.1
-MAN5= cdata.5 mri_data.5 param.5
-
-post-patch:
- @${REINPLACE_CMD} -e "s|python1\.5|${PYTHON_VERSION}|g" ${WRKSRC}/configure ${WRKSRC}/Makefile.in
-
-.include <bsd.port.mk>
diff --git a/science/pyvox/distinfo b/science/pyvox/distinfo
deleted file mode 100644
index 7da85ab0f456..000000000000
--- a/science/pyvox/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (bblimage-0.66.src.tgz) = 9b01e8128c4009984300453ee00d601c
-SHA256 (bblimage-0.66.src.tgz) = d645cda214076dc9977b7ed099f3643b19fe5552eab4a2ea9ddae6cec5d37f11
-SIZE (bblimage-0.66.src.tgz) = 967079
diff --git a/science/pyvox/pkg-descr b/science/pyvox/pkg-descr
deleted file mode 100644
index 9753cc4f0d55..000000000000
--- a/science/pyvox/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-BBLimage is a set of software tools for medical image processing, particularly
-skull stripping and segmentation of MR brain images; tools to support other
-applications may be added later. These tools are intended to support
-researchers who need to prototype new image analysis algorithms or to develop
-automated image analysis tools for specific image analysis applications. The
-sequence of processing operations is specified through a scripting language
-which can be used interactively or in command files; the language used is an
-extension of Python.
-
-WWW: http://www.uphs.upenn.edu/bbl/software/bblimage/
diff --git a/science/pyvox/pkg-plist b/science/pyvox/pkg-plist
deleted file mode 100644
index 114ca046c741..000000000000
--- a/science/pyvox/pkg-plist
+++ /dev/null
@@ -1,25 +0,0 @@
-bin/anonbblanz
-bin/binnseg
-bin/conseg
-bin/decomment
-bin/dumpbblanz
-bin/imstack
-bin/inleav2
-bin/lovar
-bin/qdv
-bin/rowcol
-bin/rpsamp
-bin/skmiv
-bin/swab
-bin/usb2uc
-bin/vibihist
-bin/vihist
-lib/libbbli.so
-%%PYTHON_SITELIBDIR%%/exim.so
-%%PYTHON_SITELIBDIR%%/optim.py
-%%PYTHON_SITELIBDIR%%/optim.pyc
-%%PYTHON_SITELIBDIR%%/pyvox.py
-%%PYTHON_SITELIBDIR%%/pyvox.pyc
-%%PYTHON_SITELIBDIR%%/pyvoxC.so
-%%PYTHON_SITELIBDIR%%/regis.py
-%%PYTHON_SITELIBDIR%%/regis.pyc
diff --git a/science/ruby-netcdf/Makefile b/science/ruby-netcdf/Makefile
deleted file mode 100644
index 542145c820d1..000000000000
--- a/science/ruby-netcdf/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# New ports collection makefile for: RubyNetCDF
-# Date created: 11 June 2002
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= netcdf
-PORTVERSION= 0.6.2
-CATEGORIES= math ruby
-MASTER_SITES= http://ruby.gfd-dennou.org/products/ruby-netcdf/
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
-DIST_SUBDIR= ruby
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A Ruby interface to the NetCDF scientific IO library
-
-BUILD_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray
-LIB_DEPENDS= netcdf.1:${PORTSDIR}/science/netcdf
-RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray
-
-USE_RUBY= yes
-USE_RUBY_EXTCONF= yes
-
-DOCS= ChangeLog ToDo doc/*
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_MODEXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/demo/* ${RUBY_MODEXAMPLESDIR}/
- ${MKDIR} ${RUBY_MODDOCDIR}
-.for f in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
-.endfor
-.endif
-
-.include <bsd.port.mk>
diff --git a/science/ruby-netcdf/distinfo b/science/ruby-netcdf/distinfo
deleted file mode 100644
index d7d6f46f3a5e..000000000000
--- a/science/ruby-netcdf/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (ruby/ruby-netcdf-0.6.2.tar.gz) = 5393f04572a978e70edf9f6e7cbc52d4
-SHA256 (ruby/ruby-netcdf-0.6.2.tar.gz) = 0552033e0e9e3007cf62cb085166ce74de3ee51988acd4134c128119a82dfb37
-SIZE (ruby/ruby-netcdf-0.6.2.tar.gz) = 75466
diff --git a/science/ruby-netcdf/files/patch-extconf.rb b/science/ruby-netcdf/files/patch-extconf.rb
deleted file mode 100644
index d0708cf8702a..000000000000
--- a/science/ruby-netcdf/files/patch-extconf.rb
+++ /dev/null
@@ -1,12 +0,0 @@
---- extconf.rb.orig Thu Jun 23 09:20:15 2005
-+++ extconf.rb Tue Jan 17 13:36:39 2006
-@@ -105,9 +105,6 @@
- newmkfl.puts("")
- newmkfl.puts("test: all") # insert the "test" target
- newmkfl.puts("\t\t@cd test && ruby test.rb && echo 'test did not fail :-p (please ignore the warnings)' && cd ..")
-- when /lib\/netcdf/
-- line = line.chomp! + "/"
-- newmkfl.puts(line)
- else
- newmkfl.puts(line)
- end
diff --git a/science/ruby-netcdf/pkg-descr b/science/ruby-netcdf/pkg-descr
deleted file mode 100644
index f89d48a0bdc3..000000000000
--- a/science/ruby-netcdf/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-This is a Ruby interface to the NetCDF scientific IO library.
-
-Author: Takeshi Horinouchi <horinout@kurasc.kyoto-u.ac.jp>
- & Dennou Ruby Project
-WWW: http://ruby.gfd-dennou.org/products/ruby-netcdf
diff --git a/science/ruby-netcdf/pkg-plist b/science/ruby-netcdf/pkg-plist
deleted file mode 100644
index 139c9f991a09..000000000000
--- a/science/ruby-netcdf/pkg-plist
+++ /dev/null
@@ -1,21 +0,0 @@
-%%RUBY_SITEARCHLIBDIR%%/numru/netcdfraw.so
-@unexec rmdir %B 2>/dev/null || true
-%%RUBY_SITELIBDIR%%/numru/netcdf.rb
-%%RUBY_SITELIBDIR%%/numru/netcdf_miss.rb
-@unexec rmdir %B 2>/dev/null || true
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/README
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/demo1-create-alt.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/demo1-create.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/demo2-graphic.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/demo3-ncepclim.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/demo4-copy.rb
-%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ToDo
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README_JP.txt
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/Ref_man.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/Ref_man.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/Ref_man_jp.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/Ref_man_jp.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/to_html
-%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%