summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
Diffstat (limited to 'math')
-rw-r--r--math/gmp/Makefile30
-rw-r--r--math/gmp/distinfo3
-rw-r--r--math/gmp/pkg-descr22
-rw-r--r--math/gmp/pkg-plist10
-rw-r--r--math/goblin/Makefile56
-rw-r--r--math/goblin/distinfo3
-rw-r--r--math/goblin/pkg-descr21
-rw-r--r--math/goblin/pkg-plist355
-rw-r--r--math/kcalc/Makefile51
-rw-r--r--math/kcalc/distinfo3
-rw-r--r--math/kcalc/files/patch-kdelirc_irkick-klircclient.cpp20
-rw-r--r--math/kcalc/files/patch-ksim_monitors_filesystem-filesystemstats.cpp46
-rw-r--r--math/kcalc/pkg-descr1
-rw-r--r--math/kcalc/pkg-plist572
-rw-r--r--math/librandlib/Makefile30
-rw-r--r--math/librandlib/distinfo3
-rw-r--r--math/librandlib/files/Makefile.lib17
-rw-r--r--math/librandlib/pkg-descr20
-rw-r--r--math/librandlib/pkg-plist8
-rw-r--r--math/metis4/Makefile54
-rw-r--r--math/metis4/distinfo3
-rw-r--r--math/metis4/files/patch-aa23
-rw-r--r--math/metis4/files/patch-ab19
-rw-r--r--math/metis4/files/patch-ac19
-rw-r--r--math/metis4/files/patch-ad19
-rw-r--r--math/metis4/pkg-descr9
-rw-r--r--math/metis4/pkg-plist21
-rw-r--r--math/qhull5/Makefile35
-rw-r--r--math/qhull5/distinfo3
-rw-r--r--math/qhull5/files/patch-configure10
-rw-r--r--math/qhull5/files/patch-eg::Makefile.in11
-rw-r--r--math/qhull5/files/patch-src::Makefile.in11
-rw-r--r--math/qhull5/pkg-descr9
-rw-r--r--math/qhull5/pkg-plist79
-rw-r--r--math/randlib/Makefile30
-rw-r--r--math/randlib/distinfo3
-rw-r--r--math/randlib/files/Makefile.lib17
-rw-r--r--math/randlib/pkg-descr20
-rw-r--r--math/randlib/pkg-plist8
-rw-r--r--math/rkward-kde4/Makefile60
-rw-r--r--math/rkward-kde4/distinfo3
-rw-r--r--math/rkward-kde4/files/patch-configure38
-rw-r--r--math/rkward-kde4/pkg-descr7
-rw-r--r--math/rkward-kde4/pkg-plist489
-rw-r--r--math/rpy2/Makefile30
-rw-r--r--math/rpy2/distinfo3
-rw-r--r--math/rpy2/pkg-descr8
-rw-r--r--math/rpy2/pkg-plist10
-rw-r--r--math/vtk5/Makefile220
-rw-r--r--math/vtk5/distinfo3
-rw-r--r--math/vtk5/pkg-descr15
-rw-r--r--math/vtk5/pkg-message4
-rw-r--r--math/vtk5/pkg-plist45
53 files changed, 0 insertions, 2609 deletions
diff --git a/math/gmp/Makefile b/math/gmp/Makefile
deleted file mode 100644
index e5cee1c823c3..000000000000
--- a/math/gmp/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# ex:ts=8
-# New ports collection makefile for: libgmp3
-# Date created: Jan 11, 2001
-# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= libgmp
-PORTVERSION= 4.2.2
-CATEGORIES= math devel
-MASTER_SITES= ${MASTER_SITE_GNU}
-MASTER_SITE_SUBDIR= gmp
-DISTNAME= gmp-${PORTVERSION}
-
-MAINTAINER= ale@FreeBSD.org
-COMMENT= A free library for arbitrary precision arithmetic
-
-USE_AUTOTOOLS= libtool:15
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
-CONFIGURE_ARGS= --enable-cxx
-USE_LDCONFIG= yes
-
-INFO= gmp
-
-post-extract:
- @${RM} -f ${WRKSRC}/doc/gmp.info*
-
-.include <bsd.port.mk>
diff --git a/math/gmp/distinfo b/math/gmp/distinfo
deleted file mode 100644
index dcb12714f169..000000000000
--- a/math/gmp/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gmp-4.2.2.tar.gz) = 1def49df60248a08374ecd6cdcaa5d3d
-SHA256 (gmp-4.2.2.tar.gz) = db1663aefaa37e6fe69898729ece2a86568792b9009cc1ae4b6b189e0f0fce6a
-SIZE (gmp-4.2.2.tar.gz) = 2279978
diff --git a/math/gmp/pkg-descr b/math/gmp/pkg-descr
deleted file mode 100644
index 1570d9e11eda..000000000000
--- a/math/gmp/pkg-descr
+++ /dev/null
@@ -1,22 +0,0 @@
-GMP is a free library for arbitrary precision arithmetic, operating
-on signed integers, rational numbers, and floating point numbers.
-There is no limit to the precision except the ones implied by the
-available memory in the machine GMP runs on. GMP has a rich set of
-functions, and the functions have a regular interface.
-
-GMP is designed to be as fast as possible, both for small operands
-and for huge operands. The speed is achieved by using fullwords as
-the basic arithmetic type, by using fast algorithms, with carefully
-optimized assembly code for the most common inner loops for a lot of
-CPUs, and by a general emphasis on speed (instead of simplicity or
-elegance).
-
-GMP is believed to be faster than any other similar library. The
-advantage for GMP increases with the operand sizes for certain
-operations, since GMP in many cases has asymptotically faster
-algorithms.
-
-WWW: http://www.swox.com/gmp/
-
-- Alex Dupre
-ale@FreeBSD.org
diff --git a/math/gmp/pkg-plist b/math/gmp/pkg-plist
deleted file mode 100644
index eb741d5be53e..000000000000
--- a/math/gmp/pkg-plist
+++ /dev/null
@@ -1,10 +0,0 @@
-include/gmp.h
-include/gmpxx.h
-lib/libgmp.a
-lib/libgmp.la
-lib/libgmp.so
-lib/libgmp.so.7
-lib/libgmpxx.a
-lib/libgmpxx.la
-lib/libgmpxx.so
-lib/libgmpxx.so.4
diff --git a/math/goblin/Makefile b/math/goblin/Makefile
deleted file mode 100644
index 3857c72f81ad..000000000000
--- a/math/goblin/Makefile
+++ /dev/null
@@ -1,56 +0,0 @@
-# ex:ts=8
-# Ports collection makefile for: goblin
-# Date created: Mar 3, 2002
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= goblin
-PORTVERSION= 2.6.4
-PORTREVISION= 1
-CATEGORIES= misc
-MASTER_SITES= http://www.math.uni-augsburg.de/~fremuth/goblin.docs/ \
- ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= miwi
-DISTNAME= ${PORTNAME}.${PORTVERSION}
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A Graph Object Library for Network Programming Problems
-
-LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83
-
-CONFLICTS= ImageMagick-[0-9]* display-*
-
-USE_GMAKE= yes
-USE_GCC= 3.2
-MAKE_ARGS= CC="${CC}" CCFLAGS="${CFLAGS}" \
- CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" \
- LD="${CXX}" LIBS="-lm ${LDFLAGS}" LISShared="-lm ${LDFLAGS}" \
- libtcl=83 libtk=83 prefix=${PREFIX}
-ALL_TARGET= all goblin.a glpk.a
-PLIST_SUB+= VERSION=${PORTVERSION:R}
-
-CFLAGS+= -I${LOCALBASE}/include/tcl8.3 -I${LOCALBASE}/include/tk8.3 \
- -I${X11BASE}/include ${PTHREAD_CFLAGS}
-LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}
-
-WISH= ${LOCALBASE}/bin/wish8.3
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500035
-CXXFLAGS+= -fhuge-objects
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-lpthread||g' ${WRKSRC}/Makefile
- @${REINPLACE_CMD} -e 's|/usr/bin/wish|${WISH}|g' ${WRKSRC}/display
- @${GREP} -lR "malloc\.h" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
- 's|malloc\.h|stdlib.h|g'
-
-post-install:
- @${STRIP_CMD} ${PREFIX}/bin/gosh
-
-.include <bsd.port.post.mk>
diff --git a/math/goblin/distinfo b/math/goblin/distinfo
deleted file mode 100644
index 246d2f05c2a0..000000000000
--- a/math/goblin/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (goblin.2.6.4.tgz) = 68a46985e401b2552c2a3c86ceba877a
-SHA256 (goblin.2.6.4.tgz) = 834d892c7ad44e5179bf36ba85808dd59d4fc7a4f2226f3d9bc525b132a0eb72
-SIZE (goblin.2.6.4.tgz) = 1125983
diff --git a/math/goblin/pkg-descr b/math/goblin/pkg-descr
deleted file mode 100644
index cc422adae004..000000000000
--- a/math/goblin/pkg-descr
+++ /dev/null
@@ -1,21 +0,0 @@
-GOBLIN is a C++ class library focussed on graph optimization and network
-programming problems. It deals with all of the standard graph optimization
-problems discussed by textbooks and in courses on combinatorial optimization.
-
-Today, GOBLIN provides strongly polynomial algorithms for the following graph
-optimization problems:
- - Shortest paths in graphs and digraphs with negative lengths.
- - Negative cycles and minimum mean cycles.
- - Strong and 2-connected components.
- - Minimum spanning trees, arborescences and 1-trees.
- - Maximum st-flows, feasible circulations and b-flows.
- - Min-cost st-flows, b-flows and circulations.
- - Assignment problems of any kind.
- - 1-matchings, b-matchings, capacitated b-matchings, f-factors and
- degree-constrained subgraphs.
- - Directed and undirected Chinese postman problems, T-joins.
-
-The library also includes methods for NP-hard problems, namely TSP, ATSP,
-stable sets and graph colouring.
-
-WWW: http://www.math.uni-augsburg.de/opt/goblin.html
diff --git a/math/goblin/pkg-plist b/math/goblin/pkg-plist
deleted file mode 100644
index d9a55c65a945..000000000000
--- a/math/goblin/pkg-plist
+++ /dev/null
@@ -1,355 +0,0 @@
-bin/display
-bin/goblet
-bin/goblin.%%VERSION%%/LGPL
-bin/goblin.%%VERSION%%/arrowDown.gif
-bin/goblin.%%VERSION%%/arrowUp.gif
-bin/goblin.%%VERSION%%/binocs.gif
-bin/goblin.%%VERSION%%/browseDelete.gif
-bin/goblin.%%VERSION%%/browseFirst.gif
-bin/goblin.%%VERSION%%/browseLast.gif
-bin/goblin.%%VERSION%%/browseMinus.gif
-bin/goblin.%%VERSION%%/browseNext.gif
-bin/goblin.%%VERSION%%/browsePlus.gif
-bin/goblin.%%VERSION%%/browsePrev.gif
-bin/goblin.%%VERSION%%/browserDefaults.tk
-bin/goblin.%%VERSION%%/browserLogOpt.tk
-bin/goblin.%%VERSION%%/browserOptions.tk
-bin/goblin.%%VERSION%%/browserTraceOpt.tk
-bin/goblin.%%VERSION%%/camera.gif
-bin/goblin.%%VERSION%%/composeRandom.tk
-bin/goblin.%%VERSION%%/delButton.gif
-bin/goblin.%%VERSION%%/editArcLabels.tk
-bin/goblin.%%VERSION%%/editColours.gif
-bin/goblin.%%VERSION%%/editConstants.tk
-bin/goblin.%%VERSION%%/editDelete.gif
-bin/goblin.%%VERSION%%/editDelete.tk
-bin/goblin.%%VERSION%%/editExtract.tk
-bin/goblin.%%VERSION%%/editIncidences.gif
-bin/goblin.%%VERSION%%/editLabel.gif
-bin/goblin.%%VERSION%%/editMove.gif
-bin/goblin.%%VERSION%%/editNewArc.gif
-bin/goblin.%%VERSION%%/editNewNode.gif
-bin/goblin.%%VERSION%%/editNodeLabels.tk
-bin/goblin.%%VERSION%%/editPivot.tk
-bin/goblin.%%VERSION%%/editPred.gif
-bin/goblin.%%VERSION%%/editRedirect.gif
-bin/goblin.%%VERSION%%/editRow.tk
-bin/goblin.%%VERSION%%/editVar.tk
-bin/goblin.%%VERSION%%/eraseButton.gif
-bin/goblin.%%VERSION%%/fileChanges.tk
-bin/goblin.%%VERSION%%/fileExport.tk
-bin/goblin.%%VERSION%%/fileImport.tk
-bin/goblin.%%VERSION%%/fileNew.tk
-bin/goblin.%%VERSION%%/fileOpen.gif
-bin/goblin.%%VERSION%%/fileOpen.tk
-bin/goblin.%%VERSION%%/filePrint.gif
-bin/goblin.%%VERSION%%/fileReset.gif
-bin/goblin.%%VERSION%%/fileSave.gif
-bin/goblin.%%VERSION%%/fileSaveAs.tk
-bin/goblin.%%VERSION%%/foldClose.gif
-bin/goblin.%%VERSION%%/foldOpen.gif
-bin/goblin.%%VERSION%%/gobletTitle.gif
-bin/goblin.%%VERSION%%/infoAuthors.tk
-bin/goblin.%%VERSION%%/infoBibliography.tk
-bin/goblin.%%VERSION%%/infoModules.tk
-bin/goblin.%%VERSION%%/infoRessources.tk
-bin/goblin.%%VERSION%%/infoStatistics.tk
-bin/goblin.%%VERSION%%/infoTimers.tk
-bin/goblin.%%VERSION%%/layoutArcs.tk
-bin/goblin.%%VERSION%%/layoutLPOpt.tk
-bin/goblin.%%VERSION%%/layoutMeasures.tk
-bin/goblin.%%VERSION%%/layoutNodes.tk
-bin/goblin.%%VERSION%%/lightsGreen.gif
-bin/goblin.%%VERSION%%/lightsRed.gif
-bin/goblin.%%VERSION%%/lightsYellow.gif
-bin/goblin.%%VERSION%%/linkButton.gif
-bin/goblin.%%VERSION%%/logFirst.gif
-bin/goblin.%%VERSION%%/logLast.gif
-bin/goblin.%%VERSION%%/logNext.gif
-bin/goblin.%%VERSION%%/logPrev.gif
-bin/goblin.%%VERSION%%/logSearch.gif
-bin/goblin.%%VERSION%%/logSee.gif
-bin/goblin.%%VERSION%%/mainEditor.tk
-bin/goblin.%%VERSION%%/mainGoblet.tk
-bin/goblin.%%VERSION%%/mainIconbars.tk
-bin/goblin.%%VERSION%%/mainMessenger.tk
-bin/goblin.%%VERSION%%/mainStatus.tk
-bin/goblin.%%VERSION%%/mainTitle.tk
-bin/goblin.%%VERSION%%/mainWorkspace.tk
-bin/goblin.%%VERSION%%/menuBrowser.tk
-bin/goblin.%%VERSION%%/menuCompose.tk
-bin/goblin.%%VERSION%%/menuEdit.tk
-bin/goblin.%%VERSION%%/menuFile.tk
-bin/goblin.%%VERSION%%/menuInfo.tk
-bin/goblin.%%VERSION%%/menuLayout.tk
-bin/goblin.%%VERSION%%/menuOptimize.tk
-bin/goblin.%%VERSION%%/msgStop.gif
-bin/goblin.%%VERSION%%/msgWarn.gif
-bin/goblin.%%VERSION%%/newButton.gif
-bin/goblin.%%VERSION%%/okButton.gif
-bin/goblin.%%VERSION%%/optimizeDataStruct.tk
-bin/goblin.%%VERSION%%/optimizeLevel.tk
-bin/goblin.%%VERSION%%/optimizeMethods.tk
-bin/goblin.%%VERSION%%/samples/acyclic.gob
-bin/goblin.%%VERSION%%/samples/adlittle.gob
-bin/goblin.%%VERSION%%/samples/afiro.gob
-bin/goblin.%%VERSION%%/samples/atsp1.gob
-bin/goblin.%%VERSION%%/samples/atsp2.gob
-bin/goblin.%%VERSION%%/samples/balanced1.gob
-bin/goblin.%%VERSION%%/samples/bipartite1.gob
-bin/goblin.%%VERSION%%/samples/birkhoff.gob
-bin/goblin.%%VERSION%%/samples/branch1.gob
-bin/goblin.%%VERSION%%/samples/branch10.gob
-bin/goblin.%%VERSION%%/samples/branch2.gob
-bin/goblin.%%VERSION%%/samples/branch20.gob
-bin/goblin.%%VERSION%%/samples/branch3.gob
-bin/goblin.%%VERSION%%/samples/branch4.gob
-bin/goblin.%%VERSION%%/samples/branch40.gob
-bin/goblin.%%VERSION%%/samples/branchtree.gob
-bin/goblin.%%VERSION%%/samples/canonical.gob
-bin/goblin.%%VERSION%%/samples/clcover.gob
-bin/goblin.%%VERSION%%/samples/colour1.gob
-bin/goblin.%%VERSION%%/samples/colour2.gob
-bin/goblin.%%VERSION%%/samples/colour3.gob
-bin/goblin.%%VERSION%%/samples/colour4.gob
-bin/goblin.%%VERSION%%/samples/colour5.gob
-bin/goblin.%%VERSION%%/samples/colour6.gob
-bin/goblin.%%VERSION%%/samples/colour8.gob
-bin/goblin.%%VERSION%%/samples/connect1.gob
-bin/goblin.%%VERSION%%/samples/connect3.gob
-bin/goblin.%%VERSION%%/samples/connect4.gob
-bin/goblin.%%VERSION%%/samples/connect5.gob
-bin/goblin.%%VERSION%%/samples/connect6.gob
-bin/goblin.%%VERSION%%/samples/connect7.gob
-bin/goblin.%%VERSION%%/samples/dag1.gob
-bin/goblin.%%VERSION%%/samples/dodeka.gob
-bin/goblin.%%VERSION%%/samples/dsearch1.gob
-bin/goblin.%%VERSION%%/samples/dual1.gob
-bin/goblin.%%VERSION%%/samples/dual2.gob
-bin/goblin.%%VERSION%%/samples/dual4.gob
-bin/goblin.%%VERSION%%/samples/euler1.gob
-bin/goblin.%%VERSION%%/samples/euler2.gob
-bin/goblin.%%VERSION%%/samples/euler3.gob
-bin/goblin.%%VERSION%%/samples/europe.gob
-bin/goblin.%%VERSION%%/samples/gedecomp1.gob
-bin/goblin.%%VERSION%%/samples/gedecomp2.gob
-bin/goblin.%%VERSION%%/samples/geom1.gob
-bin/goblin.%%VERSION%%/samples/geom2.gob
-bin/goblin.%%VERSION%%/samples/geom3.gob
-bin/goblin.%%VERSION%%/samples/geom4.gob
-bin/goblin.%%VERSION%%/samples/geom5.gob
-bin/goblin.%%VERSION%%/samples/geom6.gob
-bin/goblin.%%VERSION%%/samples/geom7.gob
-bin/goblin.%%VERSION%%/samples/geom8.gob
-bin/goblin.%%VERSION%%/samples/goblet.gob
-bin/goblin.%%VERSION%%/samples/gsearch1.gob
-bin/goblin.%%VERSION%%/samples/hamilton57.gob
-bin/goblin.%%VERSION%%/samples/icosa.gob
-bin/goblin.%%VERSION%%/samples/lp1.gob
-bin/goblin.%%VERSION%%/samples/lp2.gob
-bin/goblin.%%VERSION%%/samples/lp3.gob
-bin/goblin.%%VERSION%%/samples/lp3a.gob
-bin/goblin.%%VERSION%%/samples/lp4.gob
-bin/goblin.%%VERSION%%/samples/maxbflow1.gob
-bin/goblin.%%VERSION%%/samples/maxbflow2.gob
-bin/goblin.%%VERSION%%/samples/maxbflow3.gob
-bin/goblin.%%VERSION%%/samples/maxbflow4.gob
-bin/goblin.%%VERSION%%/samples/maxbflow5.gob
-bin/goblin.%%VERSION%%/samples/maxcut1.gob
-bin/goblin.%%VERSION%%/samples/maxcut2.gob
-bin/goblin.%%VERSION%%/samples/maxflow1.gob
-bin/goblin.%%VERSION%%/samples/maxflow2.gob
-bin/goblin.%%VERSION%%/samples/maxflow3.gob
-bin/goblin.%%VERSION%%/samples/maxflow4.1.gob
-bin/goblin.%%VERSION%%/samples/maxflow4.gob
-bin/goblin.%%VERSION%%/samples/maxflow6.gob
-bin/goblin.%%VERSION%%/samples/maxflow7.gob
-bin/goblin.%%VERSION%%/samples/maxflow8.gob
-bin/goblin.%%VERSION%%/samples/maxflow9.gob
-bin/goblin.%%VERSION%%/samples/maxmean1.gob
-bin/goblin.%%VERSION%%/samples/maxmean2.gob
-bin/goblin.%%VERSION%%/samples/mclosure.gob
-bin/goblin.%%VERSION%%/samples/mincut1.gob
-bin/goblin.%%VERSION%%/samples/mincut2.gob
-bin/goblin.%%VERSION%%/samples/mincut3.gob
-bin/goblin.%%VERSION%%/samples/mintree1.gob
-bin/goblin.%%VERSION%%/samples/mintree2.gob
-bin/goblin.%%VERSION%%/samples/optasgn1.gob
-bin/goblin.%%VERSION%%/samples/optasgn2.gob
-bin/goblin.%%VERSION%%/samples/optasgn3.gob
-bin/goblin.%%VERSION%%/samples/optbcirc1.gob
-bin/goblin.%%VERSION%%/samples/optbcirc2.gob
-bin/goblin.%%VERSION%%/samples/optbcirc3.gob
-bin/goblin.%%VERSION%%/samples/optbflow3.gob
-bin/goblin.%%VERSION%%/samples/optcirc1.gob
-bin/goblin.%%VERSION%%/samples/optcirc2.gob
-bin/goblin.%%VERSION%%/samples/optcirc3.gob
-bin/goblin.%%VERSION%%/samples/optcirc4.gob
-bin/goblin.%%VERSION%%/samples/optcirc5.gob
-bin/goblin.%%VERSION%%/samples/optcirc6.gob
-bin/goblin.%%VERSION%%/samples/optcirc7.gob
-bin/goblin.%%VERSION%%/samples/optcirc8.gob
-bin/goblin.%%VERSION%%/samples/optcirc9.gob
-bin/goblin.%%VERSION%%/samples/optflow1.gob
-bin/goblin.%%VERSION%%/samples/optflow2.gob
-bin/goblin.%%VERSION%%/samples/optflow3.gob
-bin/goblin.%%VERSION%%/samples/optflow4.gob
-bin/goblin.%%VERSION%%/samples/optmatch0.gob
-bin/goblin.%%VERSION%%/samples/optmatch1.gob
-bin/goblin.%%VERSION%%/samples/optmatch10.gob
-bin/goblin.%%VERSION%%/samples/optmatch11.gob
-bin/goblin.%%VERSION%%/samples/optmatch12.gob
-bin/goblin.%%VERSION%%/samples/optmatch2.gob
-bin/goblin.%%VERSION%%/samples/optmatch3.gob
-bin/goblin.%%VERSION%%/samples/optmatch4.gob
-bin/goblin.%%VERSION%%/samples/optmatch5.gob
-bin/goblin.%%VERSION%%/samples/optmatch6.gob
-bin/goblin.%%VERSION%%/samples/optmatch7.gob
-bin/goblin.%%VERSION%%/samples/optmatch8.gob
-bin/goblin.%%VERSION%%/samples/optmatch9.gob
-bin/goblin.%%VERSION%%/samples/outer1.gob
-bin/goblin.%%VERSION%%/samples/outer2.gob
-bin/goblin.%%VERSION%%/samples/outer3.gob
-bin/goblin.%%VERSION%%/samples/outer4.gob
-bin/goblin.%%VERSION%%/samples/outer5.gob
-bin/goblin.%%VERSION%%/samples/petersen.gob
-bin/goblin.%%VERSION%%/samples/planar1.gob
-bin/goblin.%%VERSION%%/samples/planar2.gob
-bin/goblin.%%VERSION%%/samples/planar3.gob
-bin/goblin.%%VERSION%%/samples/postman1.gob
-bin/goblin.%%VERSION%%/samples/postman2.gob
-bin/goblin.%%VERSION%%/samples/postman3.gob
-bin/goblin.%%VERSION%%/samples/regular3.gob
-bin/goblin.%%VERSION%%/samples/share2b.gob
-bin/goblin.%%VERSION%%/samples/spring1.gob
-bin/goblin.%%VERSION%%/samples/spring2.gob
-bin/goblin.%%VERSION%%/samples/spring3.gob
-bin/goblin.%%VERSION%%/samples/sptree.gob
-bin/goblin.%%VERSION%%/samples/steiner1.gob
-bin/goblin.%%VERSION%%/samples/steiner2.gob
-bin/goblin.%%VERSION%%/samples/steiner3.gob
-bin/goblin.%%VERSION%%/samples/steiner4.gob
-bin/goblin.%%VERSION%%/samples/steiner5.gob
-bin/goblin.%%VERSION%%/samples/strong1.gob
-bin/goblin.%%VERSION%%/samples/strong2.gob
-bin/goblin.%%VERSION%%/samples/strong3.gob
-bin/goblin.%%VERSION%%/samples/strong4.gob
-bin/goblin.%%VERSION%%/samples/strong5.gob
-bin/goblin.%%VERSION%%/samples/tile0.gob
-bin/goblin.%%VERSION%%/samples/tile1.gob
-bin/goblin.%%VERSION%%/samples/tile2.gob
-bin/goblin.%%VERSION%%/samples/tile3.gob
-bin/goblin.%%VERSION%%/samples/tile4.gob
-bin/goblin.%%VERSION%%/samples/tile5.gob
-bin/goblin.%%VERSION%%/samples/tile6.gob
-bin/goblin.%%VERSION%%/samples/tile7.gob
-bin/goblin.%%VERSION%%/samples/tjoin1.gob
-bin/goblin.%%VERSION%%/samples/tjoin2.gob
-bin/goblin.%%VERSION%%/samples/tjoin3.gob
-bin/goblin.%%VERSION%%/samples/tjoin4.gob
-bin/goblin.%%VERSION%%/samples/triang4.gob
-bin/goblin.%%VERSION%%/samples/triplanar1.gob
-bin/goblin.%%VERSION%%/samples/triplanar2.gob
-bin/goblin.%%VERSION%%/samples/triplanar3.gob
-bin/goblin.%%VERSION%%/samples/triplanar4.gob
-bin/goblin.%%VERSION%%/samples/triplanar5.gob
-bin/goblin.%%VERSION%%/samples/tsp23.gob
-bin/goblin.%%VERSION%%/samples/tsp4.gob
-bin/goblin.%%VERSION%%/samples/tsp41.gob
-bin/goblin.%%VERSION%%/samples/tsp75.gob
-bin/goblin.%%VERSION%%/samples/tsp8.gob
-bin/goblin.%%VERSION%%/samples/tutte.gob
-bin/goblin.%%VERSION%%/stepAuto.gif
-bin/goblin.%%VERSION%%/stepClock.gif
-bin/goblin.%%VERSION%%/stepClock2.gif
-bin/goblin.%%VERSION%%/stepInto.gif
-bin/goblin.%%VERSION%%/stepOut.gif
-bin/goblin.%%VERSION%%/stepOver.gif
-bin/goblin.%%VERSION%%/stepOver2.gif
-bin/goblin.%%VERSION%%/stepSingle.gif
-bin/goblin.%%VERSION%%/stepSingle2.gif
-bin/goblin.%%VERSION%%/tableauCol.gif
-bin/goblin.%%VERSION%%/tableauObj.gif
-bin/goblin.%%VERSION%%/tableauPivot.gif
-bin/goblin.%%VERSION%%/tableauRHS.gif
-bin/goblin.%%VERSION%%/tableauRow.gif
-bin/goblin.%%VERSION%%/tclLogo.gif
-bin/goblin.%%VERSION%%/toggleBrowser.gif
-bin/goblin.%%VERSION%%/toggleEditor.gif
-bin/goblin.%%VERSION%%/toggleScript.gif
-bin/gosh
-include/goblin.%%VERSION%%/absbal.h
-include/goblin.%%VERSION%%/absbig.h
-include/goblin.%%VERSION%%/absdig.h
-include/goblin.%%VERSION%%/absfam.h
-include/goblin.%%VERSION%%/absgra.h
-include/goblin.%%VERSION%%/absmix.h
-include/goblin.%%VERSION%%/absobj.h
-include/goblin.%%VERSION%%/abstractSubgraph.h
-include/goblin.%%VERSION%%/auxnet.h
-include/goblin.%%VERSION%%/bal2bal.h
-include/goblin.%%VERSION%%/basheap.h
-include/goblin.%%VERSION%%/bbatsp.h
-include/goblin.%%VERSION%%/bbcolour.h
-include/goblin.%%VERSION%%/bbscheme.h
-include/goblin.%%VERSION%%/bbstable.h
-include/goblin.%%VERSION%%/bbstsp.h
-include/goblin.%%VERSION%%/big2fnw.h
-include/goblin.%%VERSION%%/binheap.h
-include/goblin.%%VERSION%%/branchMaxCut.h
-include/goblin.%%VERSION%%/complement.h
-include/goblin.%%VERSION%%/config.h
-include/goblin.%%VERSION%%/context.h
-include/goblin.%%VERSION%%/deleteNode.h
-include/goblin.%%VERSION%%/dictionary.h
-include/goblin.%%VERSION%%/display.h
-include/goblin.%%VERSION%%/dnsbig.h
-include/goblin.%%VERSION%%/dnsdig.h
-include/goblin.%%VERSION%%/dnsgra.h
-include/goblin.%%VERSION%%/dnsincl.h
-include/goblin.%%VERSION%%/dnsstruc.h
-include/goblin.%%VERSION%%/dynq.h
-include/goblin.%%VERSION%%/dynstaq.h
-include/goblin.%%VERSION%%/exp2tk.h
-include/goblin.%%VERSION%%/exp2xfig.h
-include/goblin.%%VERSION%%/export.h
-include/goblin.%%VERSION%%/fibheap.h
-include/goblin.%%VERSION%%/fnw2fnw.h
-include/goblin.%%VERSION%%/genincl.h
-include/goblin.%%VERSION%%/genstruc.h
-include/goblin.%%VERSION%%/globals.h
-include/goblin.%%VERSION%%/glpkWrap.h
-include/goblin.%%VERSION%%/goblin.h
-include/goblin.%%VERSION%%/gosh.h
-include/goblin.%%VERSION%%/gra2bal.h
-include/goblin.%%VERSION%%/hashtbl.h
-include/goblin.%%VERSION%%/ilpWrapper.h
-include/goblin.%%VERSION%%/import.h
-include/goblin.%%VERSION%%/iterator.h
-include/goblin.%%VERSION%%/lpSolve.h
-include/goblin.%%VERSION%%/matrix.h
-include/goblin.%%VERSION%%/messenger.h
-include/goblin.%%VERSION%%/networkSimplex.h
-include/goblin.%%VERSION%%/queue.h
-include/goblin.%%VERSION%%/segment.h
-include/goblin.%%VERSION%%/setfam.h
-include/goblin.%%VERSION%%/shrfam.h
-include/goblin.%%VERSION%%/shrnet.h
-include/goblin.%%VERSION%%/spsbal.h
-include/goblin.%%VERSION%%/spsbig.h
-include/goblin.%%VERSION%%/spsdig.h
-include/goblin.%%VERSION%%/spsgra.h
-include/goblin.%%VERSION%%/spsincl.h
-include/goblin.%%VERSION%%/spsmix.h
-include/goblin.%%VERSION%%/spsstruc.h
-include/goblin.%%VERSION%%/statq.h
-include/goblin.%%VERSION%%/statstaq.h
-include/goblin.%%VERSION%%/subgraph.h
-include/goblin.%%VERSION%%/surgra.h
-include/goblin.%%VERSION%%/timers.h
-include/goblin.%%VERSION%%/treeView.h
-lib/libglpk.a
-lib/libgoblin%%VERSION%%.a
-@dirrm include/goblin.%%VERSION%%
-@dirrm bin/goblin.%%VERSION%%/samples
-@dirrm bin/goblin.%%VERSION%%
diff --git a/math/kcalc/Makefile b/math/kcalc/Makefile
deleted file mode 100644
index d2a8b1c1613f..000000000000
--- a/math/kcalc/Makefile
+++ /dev/null
@@ -1,51 +0,0 @@
-# New ports collection makefile for: kdeutils3
-# Date created: 3 November 2001
-# Whom: will@cvs.kde.org
-#
-# $FreeBSD$
-#
-
-PORTNAME= kdeutils
-PORTVERSION= ${KDE_VERSION}
-CATEGORIES?= misc kde
-MASTER_SITES= ${MASTER_SITE_KDE}
-MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src
-DIST_SUBDIR= KDE
-
-MAINTAINER?= kde@FreeBSD.org
-COMMENT= Utilities for the KDE integrated X11 desktop
-
-LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 \
- netsnmp:${PORTSDIR}/net-mgmt/net-snmp
-RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg
-
-CONFLICTS= kgpg-[0-9]* superkaramba-[0-9]*
-
-USE_KDELIBS_VER=3
-USE_KDEBASE_VER=3
-PREFIX= ${KDE_PREFIX}
-
-USE_PYTHON= yes
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_GETOPT_LONG=yes
-USE_AUTOTOOLS= libtool:15
-DO_NOT_COMPILE+=klaptopdaemon kmilo
-CONFIGURE_ENV+= DO_NOT_COMPILE="${DO_NOT_COMPILE}"
-CONFIGURE_ARGS+=--with-pythondir=${LOCALBASE}
-
-USE_LDCONFIG= yes
-LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3
-
-.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} > 501102
-. if ${OSVERSION} > 600021
-RUN_DEPENDS+= gtar:${PORTSDIR}/archivers/gtar
-. endif
-post-patch:
- ${REINPLACE_CMD} -e 's|>tar<|>gtar<|g' ${WRKSRC}/ark/ark.kcfg
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/math/kcalc/distinfo b/math/kcalc/distinfo
deleted file mode 100644
index 5c3d382e1973..000000000000
--- a/math/kcalc/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (KDE/kdeutils-3.5.8.tar.bz2) = d1a0fcc83f35428a76cf7523a04ba19c
-SHA256 (KDE/kdeutils-3.5.8.tar.bz2) = 7dcbe3361cc53f9dac4c1bf6f45952d3d2518bec56cd8c07b8e07b4c4f12d0ac
-SIZE (KDE/kdeutils-3.5.8.tar.bz2) = 3059172
diff --git a/math/kcalc/files/patch-kdelirc_irkick-klircclient.cpp b/math/kcalc/files/patch-kdelirc_irkick-klircclient.cpp
deleted file mode 100644
index 76174cb1ed0d..000000000000
--- a/math/kcalc/files/patch-kdelirc_irkick-klircclient.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
---- kdelirc/irkick/klircclient.cpp.orig Sat Sep 10 10:21:34 2005
-+++ kdelirc/irkick/klircclient.cpp Mon Jun 5 16:16:51 2006
-@@ -55,15 +55,10 @@
-
- sockaddr_un addr;
- addr.sun_family = AF_UNIX;
-- strcpy(addr.sun_path, "/dev/lircd");
-+ strcpy(addr.sun_path, "/var/run/lirc/lircd");
- if(::connect(sock, (struct sockaddr *)(&addr), sizeof(addr)) == -1)
- { ::close(sock);
-- // in case of mandrake...
-- strcpy(addr.sun_path, "/tmp/.lircd");
-- if(::connect(sock, (struct sockaddr *)(&addr), sizeof(addr)) == -1)
-- { ::close(sock);
-- return false;
-- }
-+ return false;
- }
-
- theSocket = new QSocket;
diff --git a/math/kcalc/files/patch-ksim_monitors_filesystem-filesystemstats.cpp b/math/kcalc/files/patch-ksim_monitors_filesystem-filesystemstats.cpp
deleted file mode 100644
index 7a29e570a1b7..000000000000
--- a/math/kcalc/files/patch-ksim_monitors_filesystem-filesystemstats.cpp
+++ /dev/null
@@ -1,46 +0,0 @@
---- ksim/monitors/filesystem/filesystemstats.cpp.orig 2007-10-08 11:49:45.000000000 +0200
-+++ ksim/monitors/filesystem/filesystemstats.cpp 2007-10-26 19:32:09.000000000 +0200
-@@ -30,7 +30,7 @@
- #include <sys/types.h>
- #include <sys/param.h>
-
--#if defined(HAVE_SYS_STATVFS_H) && !defined(__DragonFly__)
-+#ifdef HAVE_SYS_STATVFS_H
- #include <sys/statvfs.h>
- #elif defined( HAVE_SYS_STATFS_H )
- #include <sys/statfs.h>
-@@ -59,12 +59,10 @@
- #include <stdio.h>
- #include <unistd.h>
-
--#if defined(HAVE_STATVFS) && !defined(__DragonFly__)
-+#ifdef HAVE_STATVFS
- typedef struct statvfs ksim_statfs;
--#define ksim_getfsstat getvfsstat
- #elif defined( HAVE_STATFS ) || defined( Q_OS_FREEBSD )
- typedef struct statfs ksim_statfs;
--#define ksim_getfsstat getfsstat
- #else
- typedef struct // fall back for (possibly) non-supported systems
- {
-@@ -75,7 +73,7 @@
-
- int fsystemStats( const char * file, ksim_statfs & stats )
- {
--#if defined(HAVE_STATVFS) && !defined(__DragonFly__)
-+#ifdef HAVE_STATVFS
- return statvfs( file, &stats );
- #elif defined( HAVE_STATFS ) || defined( Q_OS_FREEBSD )
- return statfs( file, &stats );
-@@ -164,9 +162,9 @@
- #endif
-
- #ifdef USE_FSSTAT
-- ksim_statfs sfs[32];
-+ struct statfs sfs[32];
- int fs_count;
-- if ( ( fs_count = ksim_getfsstat( sfs, sizeof( sfs ), 0 ) ) != -1 )
-+ if ( ( fs_count = getfsstat( sfs, sizeof( sfs ), 0 ) ) != -1 )
- {
- for ( int i = 0; i < fs_count; i++ )
- {
diff --git a/math/kcalc/pkg-descr b/math/kcalc/pkg-descr
deleted file mode 100644
index 90ae45773bea..000000000000
--- a/math/kcalc/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-KDE provides an integrated X11 based environment, much like CDE.
diff --git a/math/kcalc/pkg-plist b/math/kcalc/pkg-plist
deleted file mode 100644
index 782d19b830c1..000000000000
--- a/math/kcalc/pkg-plist
+++ /dev/null
@@ -1,572 +0,0 @@
-bin/ark
-bin/irkick
-bin/kcalc
-bin/kcharselect
-bin/kdessh
-bin/kdf
-bin/kedit
-bin/kfloppy
-bin/kgpg
-bin/khexedit
-bin/kjots
-bin/kregexpeditor
-bin/ktimer
-bin/kwalletmanager
-bin/kwikdisk
-bin/superkaramba
-include/kmultiformlistbox.h
-include/kmultiformlistboxentry.h
-include/kmultiformlistboxfactory.h
-include/ksim/chart.h
-include/ksim/common.h
-include/ksim/ksimconfig.h
-include/ksim/label.h
-include/ksim/led.h
-include/ksim/pluginglobal.h
-include/ksim/pluginloader.h
-include/ksim/pluginmodule.h
-include/ksim/progress.h
-include/ksim/themeloader.h
-include/ksim/themetypes.h
-include/kwidgetstreamer.h
-lib/kde3/ark.a
-lib/kde3/ark.la
-lib/kde3/ark.so
-lib/kde3/irkick.a
-lib/kde3/irkick.la
-lib/kde3/irkick.so
-lib/kde3/kcalc.a
-lib/kde3/kcalc.la
-lib/kde3/kcalc.so
-lib/kde3/kcharselect_panelapplet.a
-lib/kde3/kcharselect_panelapplet.la
-lib/kde3/kcharselect_panelapplet.so
-lib/kde3/kcm_kcmlirc.a
-lib/kde3/kcm_kcmlirc.la
-lib/kde3/kcm_kcmlirc.so
-lib/kde3/kcm_kdf.a
-lib/kde3/kcm_kdf.la
-lib/kde3/kcm_kdf.so
-lib/kde3/kcm_kwallet.a
-lib/kde3/kcm_kwallet.la
-lib/kde3/kcm_kwallet.so
-lib/kde3/kedit.a
-lib/kde3/kedit.la
-lib/kde3/kedit.so
-lib/kde3/ksim_cpu.a
-lib/kde3/ksim_cpu.la
-lib/kde3/ksim_cpu.so
-lib/kde3/ksim_disk.a
-lib/kde3/ksim_disk.la
-lib/kde3/ksim_disk.so
-lib/kde3/ksim_filesystem.a
-lib/kde3/ksim_filesystem.la
-lib/kde3/ksim_filesystem.so
-lib/kde3/ksim_net.a
-lib/kde3/ksim_net.la
-lib/kde3/ksim_net.so
-lib/kde3/ksim_panelextension.a
-lib/kde3/ksim_panelextension.la
-lib/kde3/ksim_panelextension.so
-lib/kde3/ksim_sensors.a
-lib/kde3/ksim_sensors.la
-lib/kde3/ksim_sensors.so
-lib/kde3/ksim_snmp.a
-lib/kde3/ksim_snmp.la
-lib/kde3/ksim_snmp.so
-lib/kde3/libarkpart.a
-lib/kde3/libarkpart.la
-lib/kde3/libarkpart.so
-lib/kde3/libkbyteseditwidget.a
-lib/kde3/libkbyteseditwidget.la
-lib/kde3/libkbyteseditwidget.so
-lib/kde3/libkhexedit2part.a
-lib/kde3/libkhexedit2part.la
-lib/kde3/libkhexedit2part.so
-lib/kde3/libkregexpeditorgui.a
-lib/kde3/libkregexpeditorgui.la
-lib/kde3/libkregexpeditorgui.so
-lib/libkdeinit_ark.a
-lib/libkdeinit_ark.la
-lib/libkdeinit_ark.so
-lib/libkdeinit_irkick.a
-lib/libkdeinit_irkick.la
-lib/libkdeinit_irkick.so
-lib/libkdeinit_kcalc.a
-lib/libkdeinit_kcalc.la
-lib/libkdeinit_kcalc.so
-lib/libkdeinit_kedit.a
-lib/libkdeinit_kedit.la
-lib/libkdeinit_kedit.so
-lib/libkhexeditcommon.a
-lib/libkhexeditcommon.la
-lib/libkhexeditcommon.so
-lib/libkhexeditcommon.so.0
-lib/libkregexpeditorcommon.a
-lib/libkregexpeditorcommon.la
-lib/libkregexpeditorcommon.so
-lib/libkregexpeditorcommon.so.1
-lib/libksimcore.a
-lib/libksimcore.la
-lib/libksimcore.so
-lib/libksimcore.so.1
-share/applications/kde/KCharSelect.desktop
-share/applications/kde/KEdit.desktop
-share/applications/kde/KFloppy.desktop
-share/applications/kde/Kjots.desktop
-share/applications/kde/ark.desktop
-share/applications/kde/irkick.desktop
-share/applications/kde/kcalc.desktop
-share/applications/kde/kcmdf.desktop
-share/applications/kde/kcmlirc.desktop
-share/applications/kde/kdf.desktop
-share/applications/kde/kgpg.desktop
-share/applications/kde/khexedit.desktop
-share/applications/kde/kregexpeditor.desktop
-share/applications/kde/ktimer.desktop
-share/applications/kde/kwalletconfig.desktop
-share/applications/kde/kwalletmanager-kwalletd.desktop
-share/applications/kde/kwalletmanager.desktop
-share/applications/kde/kwikdisk.desktop
-share/applnk/Utilities/superkaramba.desktop
-share/apps/ark/ark_part.rc
-share/apps/ark/ark_part_readonly.rc
-share/apps/ark/arkui.rc
-share/apps/ark/icons/crystalsvg/22x22/actions/ark_adddir.png
-share/apps/ark/icons/crystalsvg/22x22/actions/ark_addfile.png
-share/apps/ark/icons/crystalsvg/22x22/actions/ark_delete.png
-share/apps/ark/icons/crystalsvg/22x22/actions/ark_extract.png
-share/apps/ark/icons/crystalsvg/22x22/actions/ark_selectall.png
-share/apps/ark/icons/crystalsvg/22x22/actions/ark_view.png
-share/apps/ark/icons/crystalsvg/32x32/actions/ark_adddir.png
-share/apps/ark/icons/crystalsvg/32x32/actions/ark_addfile.png
-share/apps/ark/icons/crystalsvg/32x32/actions/ark_delete.png
-share/apps/ark/icons/crystalsvg/32x32/actions/ark_extract.png
-share/apps/ark/icons/crystalsvg/32x32/actions/ark_view.png
-share/apps/irkick/icons/hicolor/16x16/actions/irkick.png
-share/apps/irkick/icons/hicolor/16x16/actions/irkickflash.png
-share/apps/irkick/icons/hicolor/16x16/actions/irkickoff.png
-share/apps/irkick/icons/hicolor/16x16/actions/ledblue.png
-share/apps/irkick/icons/hicolor/16x16/actions/ledgreen.png
-share/apps/irkick/icons/hicolor/16x16/actions/ledlightblue.png
-share/apps/irkick/icons/hicolor/16x16/actions/ledlightgreen.png
-share/apps/irkick/icons/hicolor/16x16/actions/ledorange.png
-share/apps/irkick/icons/hicolor/16x16/actions/ledpurple.png
-share/apps/irkick/icons/hicolor/16x16/actions/ledred.png
-share/apps/irkick/icons/hicolor/16x16/actions/ledyellow.png
-share/apps/irkick/icons/hicolor/32x32/actions/ledblue.png
-share/apps/irkick/icons/hicolor/32x32/actions/ledgreen.png
-share/apps/irkick/icons/hicolor/32x32/actions/ledlightblue.png
-share/apps/irkick/icons/hicolor/32x32/actions/ledlightgreen.png
-share/apps/irkick/icons/hicolor/32x32/actions/ledorange.png
-share/apps/irkick/icons/hicolor/32x32/actions/ledpurple.png
-share/apps/irkick/icons/hicolor/32x32/actions/ledred.png
-share/apps/irkick/icons/hicolor/32x32/actions/ledyellow.png
-share/apps/kcalc/kcalcui.rc
-share/apps/kcharselect/kcharselectui.rc
-share/apps/kconf_update/kcalcrc.upd
-share/apps/kconf_update/kcharselect.upd
-share/apps/kdf/kdfui.rc
-share/apps/kdf/pics/delete.png
-share/apps/kdf/pics/tick.png
-share/apps/kedit/keditui.rc
-share/apps/kgpg/icons/crystalsvg/16x16/actions/kgpg_key1.png
-share/apps/kgpg/icons/crystalsvg/16x16/actions/kgpg_key2.png
-share/apps/kgpg/icons/crystalsvg/16x16/actions/kgpg_key3.png
-share/apps/kgpg/icons/crystalsvg/16x16/actions/kgpg_key4.png
-share/apps/kgpg/icons/crystalsvg/22x22/actions/kgpg_edit.png
-share/apps/kgpg/icons/crystalsvg/22x22/actions/kgpg_export.png
-share/apps/kgpg/icons/crystalsvg/22x22/actions/kgpg_gen.png
-share/apps/kgpg/icons/crystalsvg/22x22/actions/kgpg_identity.png
-share/apps/kgpg/icons/crystalsvg/22x22/actions/kgpg_import.png
-share/apps/kgpg/icons/crystalsvg/22x22/actions/kgpg_info.png
-share/apps/kgpg/icons/crystalsvg/22x22/actions/kgpg_photo.png
-share/apps/kgpg/icons/crystalsvg/22x22/actions/kgpg_show.png
-share/apps/kgpg/icons/crystalsvg/22x22/actions/kgpg_sign.png
-share/apps/kgpg/icons/crystalsvg/22x22/actions/kgpg_term.png
-share/apps/kgpg/kgpg.rc
-share/apps/kgpg/listkeys.rc
-share/apps/kgpg/pics/kgpg_anim.gif
-share/apps/kgpg/pics/kgpg_blank.png
-share/apps/kgpg/pics/kgpg_docked.gif
-share/apps/kgpg/pics/kgpg_docked.png
-share/apps/kgpg/pics/kgpg_fill.png
-share/apps/kgpg/tips
-share/apps/khexedit/khexeditui.rc
-share/apps/khexedit/pics/hexdrag.png
-share/apps/khexedit/pics/hexmask.png
-share/apps/khexedit/pics/hexwrite.png
-share/apps/khexedit2part/khexedit2partui.rc
-share/apps/kicker/applets/kcharselectapplet.desktop
-share/apps/kicker/extensions/ksim.desktop
-share/apps/kjots/kjotsui.rc
-share/apps/kjots/pics/filedel.png
-share/apps/konqueror/servicemenus/encryptfile.desktop
-share/apps/konqueror/servicemenus/encryptfolder.desktop
-share/apps/konqueror/servicemenus/floppy_format.desktop
-share/apps/kregexpeditor/pics/altn.png
-share/apps/kregexpeditor/pics/anychar.png
-share/apps/kregexpeditor/pics/autoverify.png
-share/apps/kregexpeditor/pics/begline.png
-share/apps/kregexpeditor/pics/characters.png
-share/apps/kregexpeditor/pics/compound.png
-share/apps/kregexpeditor/pics/endline.png
-share/apps/kregexpeditor/pics/error.png
-share/apps/kregexpeditor/pics/neglookahead.png
-share/apps/kregexpeditor/pics/nonwordboundary.png
-share/apps/kregexpeditor/pics/poslookahead.png
-share/apps/kregexpeditor/pics/repeat.png
-share/apps/kregexpeditor/pics/select.png
-share/apps/kregexpeditor/pics/text.png
-share/apps/kregexpeditor/pics/verify.png
-share/apps/kregexpeditor/pics/wordboundary.png
-share/apps/kregexpeditor/predefined/general/anything.regexp
-share/apps/kregexpeditor/predefined/general/spaces.regexp
-share/apps/ksim/monitors/DFree.desktop
-share/apps/ksim/monitors/Lm_sensors.desktop
-share/apps/ksim/monitors/Net.desktop
-share/apps/ksim/monitors/Snmp.desktop
-share/apps/ksim/monitors/cpu.desktop
-share/apps/ksim/monitors/disk.desktop
-share/apps/ksim/pics/clock.png
-share/apps/ksim/pics/uptime.png
-share/apps/ksim/themes/ksim/bg_chart.png
-share/apps/ksim/themes/ksim/bg_grid.png
-share/apps/ksim/themes/ksim/bg_meter.png
-share/apps/ksim/themes/ksim/bg_panel.png
-share/apps/ksim/themes/ksim/frame_bottom.png
-share/apps/ksim/themes/ksim/frame_left.png
-share/apps/ksim/themes/ksim/frame_right.png
-share/apps/ksim/themes/ksim/frame_top.png
-share/apps/ksim/themes/ksim/gkrellmrc
-share/apps/ksim/themes/ksim/gkrellmrc_ksim
-share/apps/ksim/themes/ksim/host/bg_meter.png
-share/apps/ksim/themes/ksim/krell_meter.png
-share/apps/ksim/themes/ksim/krell_panel.png
-share/apps/ksim/themes/ksim/krell_slider.png
-share/apps/ksim/themes/ksim/mail/decal_mail.png
-share/apps/ksim/themes/ksim/mail/krell_mail.png
-share/apps/ksim/themes/ksim/mail/krell_mail_daemon.png
-share/apps/ksim/themes/ksim/net/decal_net_leds.png
-share/apps/kwalletmanager/icons/crystalsvg/22x22/actions/folder_closed.png
-share/apps/kwalletmanager/icons/crystalsvg/22x22/actions/folder_open.png
-share/apps/kwalletmanager/icons/crystalsvg/22x22/actions/wallet_closed.png
-share/apps/kwalletmanager/icons/crystalsvg/22x22/actions/wallet_open.png
-share/apps/kwalletmanager/kwalleteditor.rc
-share/apps/kwalletmanager/kwalletmanager.rc
-share/apps/profiles/klauncher.profile.xml
-share/apps/profiles/konqueror.profile.xml
-share/apps/profiles/noatun.profile.xml
-share/apps/profiles/profile.dtd
-share/apps/remotes/RM-0010.remote.xml
-share/apps/remotes/cimr100.remote.xml
-share/apps/remotes/hauppauge.remote.xml
-share/apps/remotes/remote.dtd
-share/apps/remotes/sherwood.remote.xml
-share/apps/remotes/sonytv.remote.xml
-share/apps/superkaramba/superkarambaui.rc
-share/autostart/irkick.desktop
-share/autostart/kgpg.desktop
-share/config.kcfg/ark.kcfg
-share/config.kcfg/kcalc.kcfg
-share/config.kcfg/kedit.kcfg
-share/config.kcfg/kgpg.kcfg
-share/config.kcfg/kjots.kcfg
-share/config/ksim_panelextensionrc
-share/doc/HTML/en/KRegExpEditor/altn.png
-share/doc/HTML/en/KRegExpEditor/altntool.png
-share/doc/HTML/en/KRegExpEditor/anychar.png
-share/doc/HTML/en/KRegExpEditor/anychartool.png
-share/doc/HTML/en/KRegExpEditor/begline.png
-share/doc/HTML/en/KRegExpEditor/boundarytools.png
-share/doc/HTML/en/KRegExpEditor/characters.png
-share/doc/HTML/en/KRegExpEditor/charactertool.png
-share/doc/HTML/en/KRegExpEditor/common
-share/doc/HTML/en/KRegExpEditor/compound.png
-share/doc/HTML/en/KRegExpEditor/compoundtool.png
-share/doc/HTML/en/KRegExpEditor/endline.png
-share/doc/HTML/en/KRegExpEditor/index.cache.bz2
-share/doc/HTML/en/KRegExpEditor/index.docbook
-share/doc/HTML/en/KRegExpEditor/linestartendtool.png
-share/doc/HTML/en/KRegExpEditor/lookaheadtools.png
-share/doc/HTML/en/KRegExpEditor/neglookahead.png
-share/doc/HTML/en/KRegExpEditor/nonwordboundary.png
-share/doc/HTML/en/KRegExpEditor/poslookahead.png
-share/doc/HTML/en/KRegExpEditor/repeat.png
-share/doc/HTML/en/KRegExpEditor/repeattool.png
-share/doc/HTML/en/KRegExpEditor/select.png
-share/doc/HTML/en/KRegExpEditor/text.png
-share/doc/HTML/en/KRegExpEditor/texttool.png
-share/doc/HTML/en/KRegExpEditor/theEditor.png
-share/doc/HTML/en/KRegExpEditor/wordboundary.png
-share/doc/HTML/en/ark/common
-share/doc/HTML/en/ark/index.cache.bz2
-share/doc/HTML/en/ark/index.docbook
-share/doc/HTML/en/ark/man-ark.1.docbook
-share/doc/HTML/en/irkick/common
-share/doc/HTML/en/irkick/index.cache.bz2
-share/doc/HTML/en/irkick/index.docbook
-share/doc/HTML/en/kcalc/commands.docbook
-share/doc/HTML/en/kcalc/common
-share/doc/HTML/en/kcalc/index.cache.bz2
-share/doc/HTML/en/kcalc/index.docbook
-share/doc/HTML/en/kcalc/kcalc_on_Aix.txt
-share/doc/HTML/en/kcalc/kcalc_on_OSF.txt
-share/doc/HTML/en/kcharselect/common
-share/doc/HTML/en/kcharselect/index.cache.bz2
-share/doc/HTML/en/kcharselect/index.docbook
-share/doc/HTML/en/kcmlirc/common
-share/doc/HTML/en/kcmlirc/index.cache.bz2
-share/doc/HTML/en/kcmlirc/index.docbook
-share/doc/HTML/en/kcontrol/kcmlowbatcrit/common
-share/doc/HTML/en/kcontrol/kcmlowbatcrit/index.cache.bz2
-share/doc/HTML/en/kcontrol/kcmlowbatcrit/index.docbook
-share/doc/HTML/en/kcontrol/kcmlowbatwarn/common
-share/doc/HTML/en/kcontrol/kcmlowbatwarn/index.cache.bz2
-share/doc/HTML/en/kcontrol/kcmlowbatwarn/index.docbook
-share/doc/HTML/en/kcontrol/laptop/common
-share/doc/HTML/en/kcontrol/laptop/index.cache.bz2
-share/doc/HTML/en/kcontrol/laptop/index.docbook
-share/doc/HTML/en/kcontrol/powerctrl/common
-share/doc/HTML/en/kcontrol/powerctrl/index.cache.bz2
-share/doc/HTML/en/kcontrol/powerctrl/index.docbook
-share/doc/HTML/en/kdf/common
-share/doc/HTML/en/kdf/index.cache.bz2
-share/doc/HTML/en/kdf/index.docbook
-share/doc/HTML/en/kdf/kdf.png
-share/doc/HTML/en/kdf/kdf_config.png
-share/doc/HTML/en/kedit/common
-share/doc/HTML/en/kedit/index.cache.bz2
-share/doc/HTML/en/kedit/index.docbook
-share/doc/HTML/en/kfloppy/common
-share/doc/HTML/en/kfloppy/index.cache.bz2
-share/doc/HTML/en/kfloppy/index.docbook
-share/doc/HTML/en/kgpg/common
-share/doc/HTML/en/kgpg/editor.png
-share/doc/HTML/en/kgpg/index.cache.bz2
-share/doc/HTML/en/kgpg/index.docbook
-share/doc/HTML/en/kgpg/keygen.png
-share/doc/HTML/en/kgpg/keymanage.png
-share/doc/HTML/en/kgpg/keys.png
-share/doc/HTML/en/kgpg/kicker.png
-share/doc/HTML/en/kgpg/options.png
-share/doc/HTML/en/khexedit/common
-share/doc/HTML/en/khexedit/index.cache.bz2
-share/doc/HTML/en/khexedit/index.docbook
-share/doc/HTML/en/khexedit/khexedit1.png
-share/doc/HTML/en/kinfocenter/blockdevices/common
-share/doc/HTML/en/kinfocenter/blockdevices/index.cache.bz2
-share/doc/HTML/en/kinfocenter/blockdevices/index.docbook
-share/doc/HTML/en/kjots/common
-share/doc/HTML/en/kjots/index.cache.bz2
-share/doc/HTML/en/kjots/index.docbook
-share/doc/HTML/en/ksim/common
-share/doc/HTML/en/ksim/index.cache.bz2
-share/doc/HTML/en/ksim/index.docbook
-share/doc/HTML/en/ktimer/common
-share/doc/HTML/en/ktimer/index.cache.bz2
-share/doc/HTML/en/ktimer/index.docbook
-share/doc/HTML/en/kwallet/common
-share/doc/HTML/en/kwallet/cr22-action-wallet_closed.png
-share/doc/HTML/en/kwallet/cr22-action-wallet_open.png
-share/doc/HTML/en/kwallet/edit1.png
-share/doc/HTML/en/kwallet/edit2.png
-share/doc/HTML/en/kwallet/edit3.png
-share/doc/HTML/en/kwallet/index.cache.bz2
-share/doc/HTML/en/kwallet/index.docbook
-share/doc/HTML/en/kwallet/kwalletmanager.png
-share/doc/HTML/en/kwallet/password1.png
-share/doc/HTML/en/kwallet/password2.png
-share/doc/HTML/en/superkaramba/common
-share/doc/HTML/en/superkaramba/index.cache.bz2
-share/doc/HTML/en/superkaramba/index.docbook
-share/icons/crystalsvg/128x128/apps/superkaramba.png
-share/icons/crystalsvg/128x128/mimetypes/superkaramba_theme.png
-share/icons/crystalsvg/16x16/apps/kcmdf.png
-share/icons/crystalsvg/16x16/apps/ksim.png
-share/icons/crystalsvg/16x16/apps/superkaramba.png
-share/icons/crystalsvg/16x16/devices/ksim_cpu.png
-share/icons/crystalsvg/16x16/mimetypes/superkaramba_theme.png
-share/icons/crystalsvg/22x22/apps/kcmdf.png
-share/icons/crystalsvg/22x22/apps/superkaramba.png
-share/icons/crystalsvg/22x22/mimetypes/superkaramba_theme.png
-share/icons/crystalsvg/32x32/apps/kcmdf.png
-share/icons/crystalsvg/32x32/apps/ksim.png
-share/icons/crystalsvg/32x32/apps/superkaramba.png
-share/icons/crystalsvg/32x32/mimetypes/superkaramba_theme.png
-share/icons/crystalsvg/48x48/apps/ksim.png
-share/icons/crystalsvg/48x48/apps/superkaramba.png
-share/icons/crystalsvg/48x48/mimetypes/superkaramba_theme.png
-share/icons/crystalsvg/64x64/apps/superkaramba.png
-share/icons/crystalsvg/64x64/mimetypes/superkaramba_theme.png
-share/icons/crystalsvg/scalable/apps/superkaramba.svgz
-share/icons/crystalsvg/scalable/mimetypes/superkaramba_theme.svgz
-share/icons/hicolor/128x128/apps/ark.png
-share/icons/hicolor/128x128/apps/kdf.png
-share/icons/hicolor/128x128/apps/kfloppy.png
-share/icons/hicolor/128x128/apps/kregexpeditor.png
-share/icons/hicolor/128x128/apps/ktimer.png
-share/icons/hicolor/128x128/apps/kwalletmanager.png
-share/icons/hicolor/128x128/apps/kwikdisk.png
-share/icons/hicolor/16x16/apps/ark.png
-share/icons/hicolor/16x16/apps/irkick.png
-share/icons/hicolor/16x16/apps/kcalc.png
-share/icons/hicolor/16x16/apps/kcharselect.png
-share/icons/hicolor/16x16/apps/kdf.png
-share/icons/hicolor/16x16/apps/kedit.png
-share/icons/hicolor/16x16/apps/kfloppy.png
-share/icons/hicolor/16x16/apps/kgpg.png
-share/icons/hicolor/16x16/apps/khexedit.png
-share/icons/hicolor/16x16/apps/kjots.png
-share/icons/hicolor/16x16/apps/kregexpeditor.png
-share/icons/hicolor/16x16/apps/ktimer.png
-share/icons/hicolor/16x16/apps/kwalletmanager.png
-share/icons/hicolor/16x16/apps/kwikdisk.png
-share/icons/hicolor/22x22/apps/ark.png
-share/icons/hicolor/22x22/apps/irkick.png
-share/icons/hicolor/22x22/apps/kcalc.png
-share/icons/hicolor/22x22/apps/kdf.png
-share/icons/hicolor/22x22/apps/kedit.png
-share/icons/hicolor/22x22/apps/kfloppy.png
-share/icons/hicolor/22x22/apps/kgpg.png
-share/icons/hicolor/22x22/apps/kjots.png
-share/icons/hicolor/22x22/apps/kregexpeditor.png
-share/icons/hicolor/22x22/apps/kwalletmanager.png
-share/icons/hicolor/22x22/apps/kwikdisk.png
-share/icons/hicolor/32x32/apps/ark.png
-share/icons/hicolor/32x32/apps/irkick.png
-share/icons/hicolor/32x32/apps/kcalc.png
-share/icons/hicolor/32x32/apps/kcharselect.png
-share/icons/hicolor/32x32/apps/kdf.png
-share/icons/hicolor/32x32/apps/kedit.png
-share/icons/hicolor/32x32/apps/kfloppy.png
-share/icons/hicolor/32x32/apps/kgpg.png
-share/icons/hicolor/32x32/apps/khexedit.png
-share/icons/hicolor/32x32/apps/kjots.png
-share/icons/hicolor/32x32/apps/kregexpeditor.png
-share/icons/hicolor/32x32/apps/ktimer.png
-share/icons/hicolor/32x32/apps/kwalletmanager.png
-share/icons/hicolor/32x32/apps/kwikdisk.png
-share/icons/hicolor/48x48/apps/ark.png
-share/icons/hicolor/48x48/apps/kcalc.png
-share/icons/hicolor/48x48/apps/kcharselect.png
-share/icons/hicolor/48x48/apps/kdf.png
-share/icons/hicolor/48x48/apps/kedit.png
-share/icons/hicolor/48x48/apps/kfloppy.png
-share/icons/hicolor/48x48/apps/kgpg.png
-share/icons/hicolor/48x48/apps/khexedit.png
-share/icons/hicolor/48x48/apps/kjots.png
-share/icons/hicolor/48x48/apps/kregexpeditor.png
-share/icons/hicolor/48x48/apps/ktimer.png
-share/icons/hicolor/48x48/apps/kwalletmanager.png
-share/icons/hicolor/48x48/apps/kwikdisk.png
-share/icons/hicolor/64x64/apps/ark.png
-share/icons/hicolor/64x64/apps/kcalc.png
-share/icons/hicolor/64x64/apps/kdf.png
-share/icons/hicolor/64x64/apps/kedit.png
-share/icons/hicolor/64x64/apps/kfloppy.png
-share/icons/hicolor/64x64/apps/kjots.png
-share/icons/hicolor/64x64/apps/kregexpeditor.png
-share/icons/hicolor/64x64/apps/kwalletmanager.png
-share/icons/hicolor/64x64/apps/kwikdisk.png
-share/icons/hicolor/scalable/apps/ark.svgz
-share/icons/hicolor/scalable/apps/kcalc.svgz
-share/icons/locolor/16x16/apps/irkick.png
-share/icons/locolor/32x32/apps/irkick.png
-share/mimelnk/application/x-superkaramba.desktop
-share/services/ark_part.desktop
-share/services/kbyteseditwidget.desktop
-share/services/khexedit2part.desktop
-share/services/kregexpeditorgui.desktop
-share/services/kwallet_config.desktop
-share/services/kwalletmanager_show.desktop
-@exec /bin/mkdir -p %D/share/doc/HTML/en/kdeutils-apidocs/superkaramba/html
-@exec /bin/mkdir -p %D/share/doc/HTML/en/kdeutils-apidocs/superkaramba/html
-@exec /bin/mkdir -p %D/share/doc/HTML/en/kdeutils-apidocs/kcalc/knumber/html
-@exec /bin/mkdir -p %D/share/doc/HTML/en/kdeutils-apidocs/kcalc/knumber/html
-@exec /bin/mkdir -p %D/share/doc/HTML/en/kdeutils-apidocs/kcalc/html
-@exec /bin/mkdir -p %D/share/doc/HTML/en/kdeutils-apidocs/kcalc/knumber/html
-@exec /bin/mkdir -p %D/share/doc/HTML/en/kdeutils-apidocs/kcalc/html
-@exec /bin/mkdir -p %D/share/doc/HTML/en/kdeutils-apidocs/kcalc/knumber/html
-@exec /bin/mkdir -p %D/share/doc/HTML/en/kdeutils-apidocs/kcalc/html
-@exec /bin/mkdir -p %D/share/doc/HTML/en/kdeutils-apidocs/superkaramba/html
-@dirrm share/doc/HTML/en/superkaramba
-@dirrm share/doc/HTML/en/kwallet
-@dirrm share/doc/HTML/en/ktimer
-@dirrm share/doc/HTML/en/ksim
-@dirrm share/doc/HTML/en/kjots
-@dirrm share/doc/HTML/en/kinfocenter/blockdevices
-@dirrm share/doc/HTML/en/khexedit
-@dirrm share/doc/HTML/en/kgpg
-@dirrm share/doc/HTML/en/kfloppy
-@dirrm share/doc/HTML/en/kedit
-@dirrm share/doc/HTML/en/kdf
-@dirrm share/doc/HTML/en/kdeutils-apidocs/superkaramba/html
-@dirrm share/doc/HTML/en/kdeutils-apidocs/superkaramba
-@dirrm share/doc/HTML/en/kdeutils-apidocs/kcalc/knumber/html
-@dirrm share/doc/HTML/en/kdeutils-apidocs/kcalc/knumber
-@dirrm share/doc/HTML/en/kdeutils-apidocs/kcalc/html
-@dirrm share/doc/HTML/en/kdeutils-apidocs/kcalc
-@dirrm share/doc/HTML/en/kdeutils-apidocs
-@dirrm share/doc/HTML/en/kcontrol/powerctrl
-@dirrm share/doc/HTML/en/kcontrol/laptop
-@dirrm share/doc/HTML/en/kcontrol/kcmlowbatwarn
-@dirrm share/doc/HTML/en/kcontrol/kcmlowbatcrit
-@dirrm share/doc/HTML/en/kcmlirc
-@dirrm share/doc/HTML/en/kcharselect
-@dirrm share/doc/HTML/en/kcalc
-@dirrm share/doc/HTML/en/irkick
-@dirrm share/doc/HTML/en/ark
-@dirrm share/doc/HTML/en/KRegExpEditor
-@dirrm share/apps/superkaramba
-@dirrm share/apps/remotes
-@dirrm share/apps/kwalletmanager/icons/crystalsvg/22x22/actions
-@dirrm share/apps/kwalletmanager/icons/crystalsvg/22x22
-@dirrm share/apps/kwalletmanager/icons/crystalsvg
-@dirrm share/apps/kwalletmanager/icons
-@dirrm share/apps/kwalletmanager
-@dirrm share/apps/ksim/themes/ksim/net
-@dirrm share/apps/ksim/themes/ksim/mail
-@dirrm share/apps/ksim/themes/ksim/host
-@dirrm share/apps/ksim/themes/ksim
-@dirrm share/apps/ksim/themes
-@dirrm share/apps/ksim/pics
-@dirrm share/apps/ksim/monitors
-@dirrm share/apps/ksim
-@dirrm share/apps/kregexpeditor/predefined/general
-@dirrm share/apps/kregexpeditor/predefined
-@dirrm share/apps/kregexpeditor/pics
-@dirrm share/apps/kregexpeditor
-@dirrm share/apps/kjots/pics
-@dirrm share/apps/kjots
-@dirrm share/apps/khexedit2part
-@dirrm share/apps/khexedit/pics
-@dirrm share/apps/khexedit
-@dirrm share/apps/kgpg/pics
-@dirrm share/apps/kgpg/icons/crystalsvg/22x22/actions
-@dirrm share/apps/kgpg/icons/crystalsvg/22x22
-@dirrm share/apps/kgpg/icons/crystalsvg/16x16/actions
-@dirrm share/apps/kgpg/icons/crystalsvg/16x16
-@dirrm share/apps/kgpg/icons/crystalsvg
-@dirrm share/apps/kgpg/icons
-@dirrm share/apps/kgpg
-@dirrm share/apps/kedit
-@dirrm share/apps/kdf/pics
-@dirrm share/apps/kdf
-@dirrm share/apps/kcharselect
-@dirrm share/apps/kcalc
-@dirrm share/apps/irkick/icons/hicolor/32x32/actions
-@dirrm share/apps/irkick/icons/hicolor/32x32
-@dirrm share/apps/irkick/icons/hicolor/16x16/actions
-@dirrm share/apps/irkick/icons/hicolor/16x16
-@dirrm share/apps/irkick/icons/hicolor
-@dirrm share/apps/irkick/icons
-@dirrm share/apps/irkick
-@dirrm share/apps/ark/icons/crystalsvg/32x32/actions
-@dirrm share/apps/ark/icons/crystalsvg/32x32
-@dirrm share/apps/ark/icons/crystalsvg/22x22/actions
-@dirrm share/apps/ark/icons/crystalsvg/22x22
-@dirrm share/apps/ark/icons/crystalsvg
-@dirrm share/apps/ark/icons
-@dirrm share/apps/ark
-@dirrm include/ksim
diff --git a/math/librandlib/Makefile b/math/librandlib/Makefile
deleted file mode 100644
index e1647bcbda71..000000000000
--- a/math/librandlib/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: ranlib
-# Date created: 06 April 1997
-# Whom: Thomas Gellekum <tg@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= ranlib
-PORTVERSION= 1.0
-CATEGORIES= math
-MASTER_SITES= ftp://ftp.netlib.org/random/
-DISTNAME= ranlib.c
-
-MAINTAINER= tg@FreeBSD.org
-COMMENT= Library of Routines for Random Number Generation
-
-USE_LDCONFIG= yes
-MAKE_ENV= NOPROFILE=true
-WRKSRC= ${WRKDIR}/${DISTNAME}/src
-
-post-extract:
- @${CP} ${FILESDIR}/Makefile.lib ${WRKSRC}/Makefile
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/ranlib
- @${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/doc/* ${PREFIX}/share/doc/ranlib
-.endif
-
-.include <bsd.port.mk>
diff --git a/math/librandlib/distinfo b/math/librandlib/distinfo
deleted file mode 100644
index 3834e8c8a355..000000000000
--- a/math/librandlib/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (ranlib.c.tar.gz) = 110d02ab91eb834e45044bb0368dfb7e
-SHA256 (ranlib.c.tar.gz) = a99b5d4b43c456ef9a73515f19d7a0a00903829f32f12f1294282f79675bcf8a
-SIZE (ranlib.c.tar.gz) = 38033
diff --git a/math/librandlib/files/Makefile.lib b/math/librandlib/files/Makefile.lib
deleted file mode 100644
index 8e5483bf9dba..000000000000
--- a/math/librandlib/files/Makefile.lib
+++ /dev/null
@@ -1,17 +0,0 @@
-# bmake'd makefile for ranlib sources
-
-LIBDIR = $(PREFIX)/lib
-
-SHLIB_MAJOR= 1
-SHLIB_MINOR= 0
-LIB= ranlib
-
-.PATH: ${.CURDIR}/../linpack
-
-SRCS= linpack.c com.c ranlib.c
-
-beforeinstall:
- ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/ranlib.h \
- ${PREFIX}/include
-
-.include <bsd.lib.mk>
diff --git a/math/librandlib/pkg-descr b/math/librandlib/pkg-descr
deleted file mode 100644
index e42d51236e6b..000000000000
--- a/math/librandlib/pkg-descr
+++ /dev/null
@@ -1,20 +0,0 @@
-This library provides routines that return:
- (1) Beta random deviates
- (2) Chi-square random deviates
- (3) Exponential random deviates
- (4) F random deviates
- (5) Gamma random deviates
- (6) Multivariate normal random deviates (mean and covariance
- matrix specified)
- (7) Noncentral chi-square random deviates
- (8) Noncentral F random deviates
- (9) Univariate normal random deviates
- (10) Random permutations of an integer array
- (11) Real uniform random deviates between specif
- (12) Binomial random deviates
- (13) Negative Binomial random deviates
- (14) Multinomial random deviates
- (15) Poisson random deviates
- (16) Integer uniform deviates between specified limits
- (17) Seeds for the random number generator calculated from a
- character string
diff --git a/math/librandlib/pkg-plist b/math/librandlib/pkg-plist
deleted file mode 100644
index f59969270e13..000000000000
--- a/math/librandlib/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-include/ranlib.h
-lib/libranlib.a
-lib/libranlib.so
-lib/libranlib.so.1
-share/doc/ranlib/Basegen.c.doc
-share/doc/ranlib/ranlib.c.chs
-share/doc/ranlib/ranlib.c.fdoc
-@dirrm share/doc/ranlib
diff --git a/math/metis4/Makefile b/math/metis4/Makefile
deleted file mode 100644
index a0bf37dc7659..000000000000
--- a/math/metis4/Makefile
+++ /dev/null
@@ -1,54 +0,0 @@
-# New ports collection makefile for: METIS
-# Date created: 26 Oct 97
-# Whom: Pedro Giffuni <giffunip@asme.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= metis
-PORTVERSION= 4.0
-PORTREVISION= 2
-CATEGORIES= math
-MASTER_SITES= http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/ \
- http://www-users.cs.umn.edu/~karypis/metis/metis/files/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A package for unstructured graph partitioning
-
-CONFLICTS= metis-edf-[0-9]*
-
-ALL_TARGET=
-
-PROGRAMS= graphchk kmetis mesh2dual mesh2nodal \
- oemetis onmetis partnmesh partdmesh pmetis
-
-.include <bsd.port.pre.mk>
-.if ${ARCH} == "sparc64"
-PICFLAG?= -fPIC
-.else
-PICFLAG?= -fpic
-.endif
-
-post-patch:
- ${MKDIR} ${WRKSRC}_SHARED ; ${CP} -r ${WRKSRC}/* ${WRKSRC}_SHARED
-
-do-build:
- cd ${WRKSRC} ; ${MAKE}
- cd ${WRKSRC}_SHARED ; ${SETENV} CFLAGS="${CFLAGS} ${PICFLAG}" ${MAKE} ; ld -Bshareable -o libmetis.so.1 -x -soname libmetis.so.1 --whole-archive libmetis.a
-
-do-install:
-.for p in ${PROGRAMS}
- ${INSTALL_PROGRAM} ${WRKSRC}/${p} ${PREFIX}/bin
-.endfor
- @${MKDIR} ${PREFIX}/include/metis
- ${INSTALL_DATA} ${WRKSRC}/Lib/*.h ${PREFIX}/include/metis
- ${INSTALL_DATA} ${WRKSRC}/libmetis.a ${PREFIX}/lib
- ${INSTALL_DATA} ${WRKSRC}_SHARED/libmetis.so.1 ${PREFIX}/lib
- ${LN} -sf libmetis.so.1 ${PREFIX}/lib/libmetis.so
-
-.ifndef NOPORTDOCS
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/Doc/manual.ps ${DOCSDIR}
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/math/metis4/distinfo b/math/metis4/distinfo
deleted file mode 100644
index 87b9e93b7ed9..000000000000
--- a/math/metis4/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (metis-4.0.tar.gz) = 0aa546419ff7ef50bd86ce1ec7f727c7
-SHA256 (metis-4.0.tar.gz) = 60c792b3fd22684ef16e336d654466753365006b6f9932e031ded79a9b6bd352
-SIZE (metis-4.0.tar.gz) = 508601
diff --git a/math/metis4/files/patch-aa b/math/metis4/files/patch-aa
deleted file mode 100644
index ecee4b3c3833..000000000000
--- a/math/metis4/files/patch-aa
+++ /dev/null
@@ -1,23 +0,0 @@
-*** Makefile.in.orig Fri Oct 2 16:28:35 1998
---- Makefile.in Wed Jan 27 21:48:36 1999
-***************
-*** 1,9 ****
-
- # Which compiler to use
-! CC = cc
-
- # What optimization level to use
-! OPTFLAGS = -O2
-
- # What options to be used by the compiler
- COPTIONS =
---- 1,9 ----
-
- # Which compiler to use
-! CC ?= cc
-
- # What optimization level to use
-! OPTFLAGS += -O2
-
- # What options to be used by the compiler
- COPTIONS =
diff --git a/math/metis4/files/patch-ab b/math/metis4/files/patch-ab
deleted file mode 100644
index 133b607e0b18..000000000000
--- a/math/metis4/files/patch-ab
+++ /dev/null
@@ -1,19 +0,0 @@
-*** Lib/Makefile.orig Fri Oct 9 20:19:01 1998
---- Lib/Makefile Fri Oct 9 20:20:32 1998
-***************
-*** 2,8 ****
-
- INCLUDES = -I.
-
-! CFLAGS = $(COPTIONS) $(OPTFLAGS) $(INCLUDES)
- LD = $(CC) -L.
-
-
---- 2,8 ----
-
- INCLUDES = -I.
-
-! CFLAGS += $(COPTIONS) $(OPTFLAGS) $(INCLUDES)
- LD = $(CC) -L.
-
-
diff --git a/math/metis4/files/patch-ac b/math/metis4/files/patch-ac
deleted file mode 100644
index 1bb1f4662175..000000000000
--- a/math/metis4/files/patch-ac
+++ /dev/null
@@ -1,19 +0,0 @@
-*** Programs/Makefile.orig Fri Oct 9 20:21:48 1998
---- Programs/Makefile Fri Oct 9 20:22:16 1998
-***************
-*** 3,9 ****
- BINDIR = ..
-
- INCLUDES = -I../Lib
-! CFLAGS = $(COPTIONS) $(OPTFLAGS) $(INCLUDES)
-
- LIBS = -lmetis -lm
- LD = $(CC) $(LDOPTIONS) -L. -L..
---- 3,9 ----
- BINDIR = ..
-
- INCLUDES = -I../Lib
-! CFLAGS += $(COPTIONS) $(OPTFLAGS) $(INCLUDES)
-
- LIBS = -lmetis -lm
- LD = $(CC) $(LDOPTIONS) -L. -L..
diff --git a/math/metis4/files/patch-ad b/math/metis4/files/patch-ad
deleted file mode 100644
index 0e0032718205..000000000000
--- a/math/metis4/files/patch-ad
+++ /dev/null
@@ -1,19 +0,0 @@
-*** Test/Makefile.orig Fri Oct 9 20:23:24 1998
---- Test/Makefile Fri Oct 9 20:23:40 1998
-***************
-*** 3,9 ****
- BINDIR = ../Graphs
-
- INCLUDES = -I../Lib
-! CFLAGS = $(COPTIONS) $(OPTFLAGS) $(INCLUDES)
-
- LIBS = -lmetis -lm
- LD = $(CC) $(LDOPTIONS) -L. -L..
---- 3,9 ----
- BINDIR = ../Graphs
-
- INCLUDES = -I../Lib
-! CFLAGS += $(COPTIONS) $(OPTFLAGS) $(INCLUDES)
-
- LIBS = -lmetis -lm
- LD = $(CC) $(LDOPTIONS) -L. -L..
diff --git a/math/metis4/pkg-descr b/math/metis4/pkg-descr
deleted file mode 100644
index 3268fab747bb..000000000000
--- a/math/metis4/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-METIS is a set of programs for partitioning graphs and for producing fill
-reducing orderings for sparse matrices. The algorithms implemented by METIS
-are based on the multilevel graph partitioning scheme described in [KK95a]
-and [KK95e].
-
-METIS provides high quality partitions, is extremely fast, and produces
-low fill orderings.
-
-WWW: http://www-users.cs.umn.edu/~karypis/metis/metis/
diff --git a/math/metis4/pkg-plist b/math/metis4/pkg-plist
deleted file mode 100644
index ebcb4534b1c8..000000000000
--- a/math/metis4/pkg-plist
+++ /dev/null
@@ -1,21 +0,0 @@
-bin/graphchk
-bin/kmetis
-bin/mesh2dual
-bin/mesh2nodal
-bin/oemetis
-bin/onmetis
-bin/partdmesh
-bin/partnmesh
-bin/pmetis
-lib/libmetis.a
-lib/libmetis.so
-lib/libmetis.so.1
-include/metis/defs.h
-include/metis/macros.h
-include/metis/metis.h
-include/metis/proto.h
-include/metis/rename.h
-include/metis/struct.h
-@dirrm include/metis
-%%PORTDOCS%%%%DOCSDIR%%/manual.ps
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
diff --git a/math/qhull5/Makefile b/math/qhull5/Makefile
deleted file mode 100644
index a4662c83ef5e..000000000000
--- a/math/qhull5/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# New ports collection makefile for: qhull
-# Date created: 3 March 2004
-# Whom: pusto@web.de
-#
-# $FreeBSD$
-
-PORTNAME= qhull
-PORTVERSION= 1.0
-PORTREVISION= 1
-CATEGORIES= math
-MASTER_SITES= http://www.qhull.org/download/
-DISTNAME= ${PORTNAME}-2003.1
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Qhull computes convex hulls, Delaunay triangulations and halfspaces
-
-USE_AUTOTOOLS= libtool:15
-USE_GMAKE= yes
-USE_LDCONFIG= yes
-GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
-
-.if !defined(NOPORTDOCS)
-MAN1= qhull.1 rbox.1
-.endif
-
-pre-configure:
-.if defined(NOPORTDOCS)
- @${REINPLACE_CMD} -e "s|src html eg config|src config|" \
- ${WRKSRC}/Makefile.in
- @${REINPLACE_CMD} -e "s|install-docDATA install-examplesDATA||" \
- ${WRKSRC}/src/Makefile.in
-.endif
-
-.include <bsd.port.mk>
diff --git a/math/qhull5/distinfo b/math/qhull5/distinfo
deleted file mode 100644
index d87977456382..000000000000
--- a/math/qhull5/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (qhull-2003.1.tar.gz) = 48228e26422bff85ef1f45df5b6e3314
-SHA256 (qhull-2003.1.tar.gz) = 68725c96603a426da748d38d0f83e7a9dd6a0bfc483525debe04001846475b0b
-SIZE (qhull-2003.1.tar.gz) = 724313
diff --git a/math/qhull5/files/patch-configure b/math/qhull5/files/patch-configure
deleted file mode 100644
index 5bb34aa5fe4c..000000000000
--- a/math/qhull5/files/patch-configure
+++ /dev/null
@@ -1,10 +0,0 @@
---- configure.orig Fri Feb 6 16:33:25 2004
-+++ configure Wed Apr 28 23:45:04 2004
-@@ -18958,6 +18958,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/math/qhull5/files/patch-eg::Makefile.in b/math/qhull5/files/patch-eg::Makefile.in
deleted file mode 100644
index f9877a8061e3..000000000000
--- a/math/qhull5/files/patch-eg::Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- eg/Makefile.in.orig Fri Feb 6 16:33:23 2004
-+++ eg/Makefile.in Wed Apr 28 23:06:27 2004
-@@ -138,7 +138,7 @@
-
- # to:
- docdir = $(prefix)/share/doc/$(PACKAGE)
--examplesdir = $(docdir)/examples
-+examplesdir = $(prefix)/share/examples/$(PACKAGE)
-
- # which:
- examples_DATA = \
diff --git a/math/qhull5/files/patch-src::Makefile.in b/math/qhull5/files/patch-src::Makefile.in
deleted file mode 100644
index 9623670c7d08..000000000000
--- a/math/qhull5/files/patch-src::Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/Makefile.in.orig Fri Feb 6 16:33:23 2004
-+++ src/Makefile.in Wed Apr 28 23:37:31 2004
-@@ -198,7 +198,7 @@
-
- # to:
- docdir = $(prefix)/share/doc/$(PACKAGE)
--examplesdir = $(docdir)/examples
-+examplesdir = $(prefix)/share/examples/$(PACKAGE)
-
- # which:
- examples_DATA = \
diff --git a/math/qhull5/pkg-descr b/math/qhull5/pkg-descr
deleted file mode 100644
index 08361b27cc71..000000000000
--- a/math/qhull5/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-Qhull computes convex hulls, Delaunay triangulations, halfspace
-intersections about a point, Voronoi diagrams, furthest-site Delaunay
-triangulations, and furthest-site Voronoi diagrams. It runs in 2-d,
-3-d, 4-d, and higher dimensions. It implements the Quickhull algorithm
-for computing the convex hull. Qhull handles roundoff errors from
-floating point arithmetic. It computes volumes, surface areas, and
-approximations to the convex hull.
-
-WWW: http://www.qhull.org
diff --git a/math/qhull5/pkg-plist b/math/qhull5/pkg-plist
deleted file mode 100644
index 75d2a12ad700..000000000000
--- a/math/qhull5/pkg-plist
+++ /dev/null
@@ -1,79 +0,0 @@
-bin/qconvex
-bin/qdelaunay
-bin/qhalf
-bin/qhull
-bin/qvoronoi
-bin/rbox
-include/qhull/geom.h
-include/qhull/mem.h
-include/qhull/poly.h
-include/qhull/qhull_a.h
-include/qhull/stat.h
-include/qhull/io.h
-include/qhull/merge.h
-include/qhull/qhull.h
-include/qhull/qset.h
-include/qhull/user.h
-lib/libqhull.a
-lib/libqhull.la
-lib/libqhull.so
-lib/libqhull.so.5
-@comment These doc files must be ditributed even with NOPORTDOCS
-%%DOCSDIR%%/Announce.txt
-%%DOCSDIR%%/COPYING.txt
-%%DOCSDIR%%/README.txt
-%%DOCSDIR%%/REGISTER.txt
-%%DOCSDIR%%/index.htm
-%%PORTDOCS%%%%DOCSDIR%%/Changes.txt
-%%PORTDOCS%%%%DOCSDIR%%/qh-geom.htm
-%%PORTDOCS%%%%DOCSDIR%%/qh-globa.htm
-%%PORTDOCS%%%%DOCSDIR%%/qh-io.htm
-%%PORTDOCS%%%%DOCSDIR%%/qh-mem.htm
-%%PORTDOCS%%%%DOCSDIR%%/qh-merge.htm
-%%PORTDOCS%%%%DOCSDIR%%/qh-poly.htm
-%%PORTDOCS%%%%DOCSDIR%%/qh-qhull.htm
-%%PORTDOCS%%%%DOCSDIR%%/qh-set.htm
-%%PORTDOCS%%%%DOCSDIR%%/qh-stat.htm
-%%PORTDOCS%%%%DOCSDIR%%/qh-user.htm
-%%PORTDOCS%%%%EXAMPLESDIR%%/user_eg.c
-%%PORTDOCS%%%%EXAMPLESDIR%%/user_eg2.c
-%%PORTDOCS%%%%EXAMPLESDIR%%/qhull_interface.cpp
-%%PORTDOCS%%%%EXAMPLESDIR%%/Makefile.txt
-%%PORTDOCS%%%%EXAMPLESDIR%%/Mborland
-%%PORTDOCS%%%%EXAMPLESDIR%%/q_eg
-%%PORTDOCS%%%%EXAMPLESDIR%%/q_egtest
-%%PORTDOCS%%%%EXAMPLESDIR%%/q_test
-%%PORTDOCS%%%%EXAMPLESDIR%%/Qhull-go.bat
-%%PORTDOCS%%%%EXAMPLESDIR%%/q_test.bat
-%%PORTDOCS%%%%DOCSDIR%%/html/index.htm
-%%PORTDOCS%%%%DOCSDIR%%/html/qconvex.htm
-%%PORTDOCS%%%%DOCSDIR%%/html/qdelau_f.htm
-%%PORTDOCS%%%%DOCSDIR%%/html/qdelaun.htm
-%%PORTDOCS%%%%DOCSDIR%%/html/qh--4d.gif
-%%PORTDOCS%%%%DOCSDIR%%/html/qh--cone.gif
-%%PORTDOCS%%%%DOCSDIR%%/html/qh--dt.gif
-%%PORTDOCS%%%%DOCSDIR%%/html/qh--geom.gif
-%%PORTDOCS%%%%DOCSDIR%%/html/qh--half.gif
-%%PORTDOCS%%%%DOCSDIR%%/html/qh--rand.gif
-%%PORTDOCS%%%%DOCSDIR%%/html/qh-eg.htm
-%%PORTDOCS%%%%DOCSDIR%%/html/qh-faq.htm
-%%PORTDOCS%%%%DOCSDIR%%/html/qh-get.htm
-%%PORTDOCS%%%%DOCSDIR%%/html/qh-impre.htm
-%%PORTDOCS%%%%DOCSDIR%%/html/qh-in.htm
-%%PORTDOCS%%%%DOCSDIR%%/html/qh-optc.htm
-%%PORTDOCS%%%%DOCSDIR%%/html/qh-optf.htm
-%%PORTDOCS%%%%DOCSDIR%%/html/qh-optg.htm
-%%PORTDOCS%%%%DOCSDIR%%/html/qh-opto.htm
-%%PORTDOCS%%%%DOCSDIR%%/html/qh-optp.htm
-%%PORTDOCS%%%%DOCSDIR%%/html/qh-optq.htm
-%%PORTDOCS%%%%DOCSDIR%%/html/qh-optt.htm
-%%PORTDOCS%%%%DOCSDIR%%/html/qh-quick.htm
-%%PORTDOCS%%%%DOCSDIR%%/html/qhalf.htm
-%%PORTDOCS%%%%DOCSDIR%%/html/qhull.htm
-%%PORTDOCS%%%%DOCSDIR%%/html/qvoron_f.htm
-%%PORTDOCS%%%%DOCSDIR%%/html/qvoronoi.htm
-%%PORTDOCS%%%%DOCSDIR%%/html/rbox.htm
-@dirrm include/qhull
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html
-%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
-@dirrm %%DOCSDIR%%
diff --git a/math/randlib/Makefile b/math/randlib/Makefile
deleted file mode 100644
index e1647bcbda71..000000000000
--- a/math/randlib/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: ranlib
-# Date created: 06 April 1997
-# Whom: Thomas Gellekum <tg@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= ranlib
-PORTVERSION= 1.0
-CATEGORIES= math
-MASTER_SITES= ftp://ftp.netlib.org/random/
-DISTNAME= ranlib.c
-
-MAINTAINER= tg@FreeBSD.org
-COMMENT= Library of Routines for Random Number Generation
-
-USE_LDCONFIG= yes
-MAKE_ENV= NOPROFILE=true
-WRKSRC= ${WRKDIR}/${DISTNAME}/src
-
-post-extract:
- @${CP} ${FILESDIR}/Makefile.lib ${WRKSRC}/Makefile
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/ranlib
- @${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/doc/* ${PREFIX}/share/doc/ranlib
-.endif
-
-.include <bsd.port.mk>
diff --git a/math/randlib/distinfo b/math/randlib/distinfo
deleted file mode 100644
index 3834e8c8a355..000000000000
--- a/math/randlib/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (ranlib.c.tar.gz) = 110d02ab91eb834e45044bb0368dfb7e
-SHA256 (ranlib.c.tar.gz) = a99b5d4b43c456ef9a73515f19d7a0a00903829f32f12f1294282f79675bcf8a
-SIZE (ranlib.c.tar.gz) = 38033
diff --git a/math/randlib/files/Makefile.lib b/math/randlib/files/Makefile.lib
deleted file mode 100644
index 8e5483bf9dba..000000000000
--- a/math/randlib/files/Makefile.lib
+++ /dev/null
@@ -1,17 +0,0 @@
-# bmake'd makefile for ranlib sources
-
-LIBDIR = $(PREFIX)/lib
-
-SHLIB_MAJOR= 1
-SHLIB_MINOR= 0
-LIB= ranlib
-
-.PATH: ${.CURDIR}/../linpack
-
-SRCS= linpack.c com.c ranlib.c
-
-beforeinstall:
- ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/ranlib.h \
- ${PREFIX}/include
-
-.include <bsd.lib.mk>
diff --git a/math/randlib/pkg-descr b/math/randlib/pkg-descr
deleted file mode 100644
index e42d51236e6b..000000000000
--- a/math/randlib/pkg-descr
+++ /dev/null
@@ -1,20 +0,0 @@
-This library provides routines that return:
- (1) Beta random deviates
- (2) Chi-square random deviates
- (3) Exponential random deviates
- (4) F random deviates
- (5) Gamma random deviates
- (6) Multivariate normal random deviates (mean and covariance
- matrix specified)
- (7) Noncentral chi-square random deviates
- (8) Noncentral F random deviates
- (9) Univariate normal random deviates
- (10) Random permutations of an integer array
- (11) Real uniform random deviates between specif
- (12) Binomial random deviates
- (13) Negative Binomial random deviates
- (14) Multinomial random deviates
- (15) Poisson random deviates
- (16) Integer uniform deviates between specified limits
- (17) Seeds for the random number generator calculated from a
- character string
diff --git a/math/randlib/pkg-plist b/math/randlib/pkg-plist
deleted file mode 100644
index f59969270e13..000000000000
--- a/math/randlib/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-include/ranlib.h
-lib/libranlib.a
-lib/libranlib.so
-lib/libranlib.so.1
-share/doc/ranlib/Basegen.c.doc
-share/doc/ranlib/ranlib.c.chs
-share/doc/ranlib/ranlib.c.fdoc
-@dirrm share/doc/ranlib
diff --git a/math/rkward-kde4/Makefile b/math/rkward-kde4/Makefile
deleted file mode 100644
index c0cbc7745089..000000000000
--- a/math/rkward-kde4/Makefile
+++ /dev/null
@@ -1,60 +0,0 @@
-# New ports collection makefile for: RKWard
-# Date created: 19 April 2006
-# Whom: thierry@pompo.net
-#
-# $FreeBSD$
-#
-
-PORTNAME= rkward
-DISTVERSION= 0.4.8
-PORTEPOCH= 1
-CATEGORIES= math
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= thierry@FreeBSD.org
-COMMENT= IDE/GUI for the R-project
-
-LIB_DEPENDS= R.0:${PORTSDIR}/math/R
-
-USE_KDELIBS_VER=3
-USE_PHP= yes
-WANT_PHP_CLI= yes
-USE_GETTEXT= yes
-USE_AUTOTOOLS= libtool:15
-CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
- PTHREAD_LIBS="${PTHREAD_LIBS}"
-CONFIGURE_ARGS= --disable-fast-perl
-INSTALLS_ICONS= yes
-
-USE_FORTRAN= yes
-FORTRANLIBDIR2= `${DIRNAME} \\`gfortran42 -print-libgcc-file-name\\``/../../../
-CONFIGURE_ENV+= FC="${FC}" F77="${F77}" FFLAGS="${FFLAGS}"
-
-DOCSDIR= ${PREFIX}/share/doc/HTML/en/rkward
-
-.if defined(WITHOUT_NLS)
-NLS= "@comment "
-.else
-NLS= ""
-.endif
-PLIST_SUB+= NLS=${NLS}
-
-PHP2FIX= rkward/plugins/makemakefileam.php \
- rkward/settings/rksettingsmodulephp.cpp
-
-pre-configure:
- ${REINPLACE_CMD} -e 's|/usr/bin/php|${LOCALBASE}/bin/php|' \
- ${PHP2FIX:S|^|${WRKSRC}/|}
- ${REINPLACE_CMD} -e 's|-lgfortran|-L${FORTRANLIBDIR2} -lgfortran|' \
- ${WRKSRC}/${CONFIGURE_SCRIPT}
-.if defined(NOPORTDOCS)
- ${REINPLACE_CMD} -e 's|rkward po doc debian|rkward po debian|' \
- ${WRKSRC}/Makefile.in
-.endif
-.if defined(WITHOUT_NLS)
- ${REINPLACE_CMD} -e 's|SUBDIRS = rkward po|SUBDIRS = rkward|' \
- ${WRKSRC}/Makefile.in
-.endif
-
-.include <bsd.port.mk>
diff --git a/math/rkward-kde4/distinfo b/math/rkward-kde4/distinfo
deleted file mode 100644
index 617dcd36cdae..000000000000
--- a/math/rkward-kde4/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (rkward-0.4.8.tar.gz) = d3ed9e280773c44af46f23a1c66a3df0
-SHA256 (rkward-0.4.8.tar.gz) = c282951441c3da47b030a16c896cc5c144e99b7f8d28e06f2e6c8bd48a8d4d88
-SIZE (rkward-0.4.8.tar.gz) = 1657383
diff --git a/math/rkward-kde4/files/patch-configure b/math/rkward-kde4/files/patch-configure
deleted file mode 100644
index 83de4447987c..000000000000
--- a/math/rkward-kde4/files/patch-configure
+++ /dev/null
@@ -1,38 +0,0 @@
---- configure.orig Mon May 7 13:10:22 2007
-+++ configure Mon May 21 17:03:34 2007
-@@ -29251,7 +29251,7 @@
- echo $ECHO_N "(cached) $ECHO_C" >&6
- else
- ac_check_lib_save_LIBS=$LIBS
--LIBS="-l$PTHREAD_LIBS $LIBS"
-+LIBS="$PTHREAD_LIBS $LIBS"
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h. */
- _ACEOF
-@@ -31110,7 +31110,7 @@
- withval=$with_r_home; use_r_home="$withval"
- else
- use_r_home=`R CMD sh -c 'echo $R_HOME'`
-- if test "$use_r_home" == "" ; then use_r_home="/usr/local/lib/R" ; fi
-+ if test "$use_r_home" = "" ; then use_r_home="/usr/local/lib/R" ; fi
-
- fi
-
-@@ -31189,7 +31189,7 @@
- withval=$with_r_includes; use_r_includes="$withval"
- else
- use_r_includes=`$R_HOMEDIR/bin/R CMD sh -c 'echo $R_INCLUDE_DIR'`
-- if test "$use_r_includes" == "" ; then use_r_includes="$R_HOMEDIR/include" ; fi
-+ if test "$use_r_includes" = "" ; then use_r_includes="$R_HOMEDIR/include" ; fi
-
- fi
-
-@@ -33235,7 +33235,7 @@
-
-
-
--CPPFLAGS+=" -DQT_NO_ASCII_CAST"
-+CPPFLAGS="$CPPFLAGS -DQT_NO_ASCII_CAST"
-
-
-
diff --git a/math/rkward-kde4/pkg-descr b/math/rkward-kde4/pkg-descr
deleted file mode 100644
index ddedbdeb6af4..000000000000
--- a/math/rkward-kde4/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-RKWard aims to provide an easily extensible, easy to use IDE/GUI for the
-R-project.
-
-RKWard tries to combine the power of the R-language with the (relative) ease of
-use of commercial statistics tools.
-
-WWW: http://sourceforge.net/projects/rkward/
diff --git a/math/rkward-kde4/pkg-plist b/math/rkward-kde4/pkg-plist
deleted file mode 100644
index bf9d7669b724..000000000000
--- a/math/rkward-kde4/pkg-plist
+++ /dev/null
@@ -1,489 +0,0 @@
-bin/rkward
-bin/rkward.bin
-share/applnk/Applications/rkward.desktop
-share/apps/katepart/syntax/rkward.xml
-share/apps/rkward/00saveload/import/import_csv.php
-share/apps/rkward/00saveload/import/import_csv.rkh
-share/apps/rkward/00saveload/import/import_csv.xml
-share/apps/rkward/00saveload/import/import_spss.php
-share/apps/rkward/00saveload/import/import_spss.rkh
-share/apps/rkward/00saveload/import/import_spss.xml
-share/apps/rkward/00saveload/import/load_data.php
-share/apps/rkward/00saveload/import/load_data.rkh
-share/apps/rkward/00saveload/import/load_data.xml
-share/apps/rkward/00saveload/import/source.php
-share/apps/rkward/00saveload/import/source.rkh
-share/apps/rkward/00saveload/import/source.xml
-share/apps/rkward/00saveload/save/save/code.php
-share/apps/rkward/00saveload/save/save/description.xml
-share/apps/rkward/00saveload/save/skeleton/code.php
-share/apps/rkward/00saveload/save/skeleton/description.xml
-share/apps/rkward/00saveload/save/write/code.php
-share/apps/rkward/00saveload/save/write/description.xml
-share/apps/rkward/00saveload/save/write_table.php
-share/apps/rkward/00saveload/save/write_table.xml
-share/apps/rkward/00saveload/setworkdir.php
-share/apps/rkward/00saveload/setworkdir.rkh
-share/apps/rkward/00saveload/setworkdir.xml
-share/apps/rkward/all.pluginmap
-share/apps/rkward/analysis.pluginmap
-share/apps/rkward/analysis/TESTS/PP_test.php
-share/apps/rkward/analysis/TESTS/PP_test.rkh
-share/apps/rkward/analysis/TESTS/PP_test.xml
-share/apps/rkward/analysis/TESTS/mood_test.php
-share/apps/rkward/analysis/TESTS/mood_test.rkh
-share/apps/rkward/analysis/TESTS/mood_test.xml
-share/apps/rkward/analysis/ansari_bradley/ansari_bradley_exact_test.php
-share/apps/rkward/analysis/ansari_bradley/ansari_bradley_exact_test.rkh
-share/apps/rkward/analysis/ansari_bradley/ansari_bradley_exact_test.xml
-share/apps/rkward/analysis/ansari_bradley/ansari_bradley_test.php
-share/apps/rkward/analysis/ansari_bradley/ansari_bradley_test.rkh
-share/apps/rkward/analysis/ansari_bradley/ansari_bradley_test.xml
-share/apps/rkward/analysis/corr_matrix.php
-share/apps/rkward/analysis/corr_matrix.rkh
-share/apps/rkward/analysis/corr_matrix.xml
-share/apps/rkward/analysis/crosstab.php
-share/apps/rkward/analysis/crosstab.rkh
-share/apps/rkward/analysis/crosstab.xml
-share/apps/rkward/analysis/crosstab_multi.php
-share/apps/rkward/analysis/crosstab_multi.rkh
-share/apps/rkward/analysis/crosstab_multi.xml
-share/apps/rkward/analysis/moments/agostino_test.php
-share/apps/rkward/analysis/moments/agostino_test.rkh
-share/apps/rkward/analysis/moments/agostino_test.xml
-share/apps/rkward/analysis/moments/anscombe_test.php
-share/apps/rkward/analysis/moments/anscombe_test.rkh
-share/apps/rkward/analysis/moments/anscombe_test.xml
-share/apps/rkward/analysis/moments/bonett_test.php
-share/apps/rkward/analysis/moments/bonett_test.rkh
-share/apps/rkward/analysis/moments/bonett_test.xml
-share/apps/rkward/analysis/moments/moment.php
-share/apps/rkward/analysis/moments/moment.rkh
-share/apps/rkward/analysis/moments/moment.xml
-share/apps/rkward/analysis/moments/skewness_kurtosis_test.php
-share/apps/rkward/analysis/moments/skewness_kurtosis_test.rkh
-share/apps/rkward/analysis/moments/skewness_kurtosis_test.xml
-share/apps/rkward/analysis/outliers/chisq_out_test.php
-share/apps/rkward/analysis/outliers/chisq_out_test.rkh
-share/apps/rkward/analysis/outliers/chisq_out_test.xml
-share/apps/rkward/analysis/outliers/dixon_test.php
-share/apps/rkward/analysis/outliers/dixon_test.rkh
-share/apps/rkward/analysis/outliers/dixon_test.xml
-share/apps/rkward/analysis/outliers/grubbs_test.php
-share/apps/rkward/analysis/outliers/grubbs_test.rkh
-share/apps/rkward/analysis/outliers/grubbs_test.xml
-share/apps/rkward/analysis/outliers/outlier.php
-share/apps/rkward/analysis/outliers/outlier.rkh
-share/apps/rkward/analysis/outliers/outlier.xml
-share/apps/rkward/analysis/regression/linear_regression.php
-share/apps/rkward/analysis/regression/linear_regression.rkh
-share/apps/rkward/analysis/regression/linear_regression.xml
-share/apps/rkward/analysis/t_test_two_vars.php
-share/apps/rkward/analysis/t_test_two_vars.rkh
-share/apps/rkward/analysis/t_test_two_vars.xml
-share/apps/rkward/analysis/time_series/Box_test.php
-share/apps/rkward/analysis/time_series/Box_test.rkh
-share/apps/rkward/analysis/time_series/Box_test.xml
-share/apps/rkward/analysis/time_series/kpss_test.php
-share/apps/rkward/analysis/time_series/kpss_test.rkh
-share/apps/rkward/analysis/time_series/kpss_test.xml
-share/apps/rkward/analysis/variances/F_test.php
-share/apps/rkward/analysis/variances/F_test.rkh
-share/apps/rkward/analysis/variances/F_test.xml
-share/apps/rkward/analysis/variances/bartlett_test.php
-share/apps/rkward/analysis/variances/bartlett_test.rkh
-share/apps/rkward/analysis/variances/bartlett_test.xml
-share/apps/rkward/analysis/variances/fligner_test.php
-share/apps/rkward/analysis/variances/fligner_test.rkh
-share/apps/rkward/analysis/variances/fligner_test.xml
-share/apps/rkward/analysis/wilcoxon/wilcoxon_exact_test.php
-share/apps/rkward/analysis/wilcoxon/wilcoxon_exact_test.xml
-share/apps/rkward/analysis/wilcoxon/wilcoxon_test.php
-share/apps/rkward/analysis/wilcoxon/wilcoxon_test.rkh
-share/apps/rkward/analysis/wilcoxon/wilcoxon_test.xml
-share/apps/rkward/descriptive/descriptive_statistics.php
-share/apps/rkward/descriptive/descriptive_statistics.rkh
-share/apps/rkward/descriptive/descriptive_statistics.xml
-share/apps/rkward/detachedwindowcontainer.rc
-share/apps/rkward/distributions.pluginmap
-share/apps/rkward/distributions/beta_probabilities.php
-share/apps/rkward/distributions/beta_probabilities.xml
-share/apps/rkward/distributions/beta_quantiles.php
-share/apps/rkward/distributions/beta_quantiles.xml
-share/apps/rkward/distributions/binomial_quantiles.php
-share/apps/rkward/distributions/binomial_quantiles.xml
-share/apps/rkward/distributions/binomial_tail_probabilities.php
-share/apps/rkward/distributions/binomial_tail_probabilities.xml
-share/apps/rkward/distributions/cauchy_probabilities.php
-share/apps/rkward/distributions/cauchy_probabilities.xml
-share/apps/rkward/distributions/cauchy_quantiles.php
-share/apps/rkward/distributions/cauchy_quantiles.xml
-share/apps/rkward/distributions/chi_squared_probabilities.php
-share/apps/rkward/distributions/chi_squared_probabilities.xml
-share/apps/rkward/distributions/chi_squared_quantiles.php
-share/apps/rkward/distributions/chi_squared_quantiles.xml
-share/apps/rkward/distributions/clt/plot_beta_clt.php
-share/apps/rkward/distributions/clt/plot_beta_clt.rkh
-share/apps/rkward/distributions/clt/plot_beta_clt.xml
-share/apps/rkward/distributions/clt/plot_binomial_clt.php
-share/apps/rkward/distributions/clt/plot_binomial_clt.rkh
-share/apps/rkward/distributions/clt/plot_binomial_clt.xml
-share/apps/rkward/distributions/clt/plot_chi_squared_clt.php
-share/apps/rkward/distributions/clt/plot_chi_squared_clt.rkh
-share/apps/rkward/distributions/clt/plot_chi_squared_clt.xml
-share/apps/rkward/distributions/clt/plot_clt_common.php
-share/apps/rkward/distributions/clt/plot_clt_help_snippets.xml
-share/apps/rkward/distributions/clt/plot_clt_snippets.xml
-share/apps/rkward/distributions/clt/plot_exponential_clt.php
-share/apps/rkward/distributions/clt/plot_exponential_clt.rkh
-share/apps/rkward/distributions/clt/plot_exponential_clt.xml
-share/apps/rkward/distributions/clt/plot_f_clt.php
-share/apps/rkward/distributions/clt/plot_f_clt.rkh
-share/apps/rkward/distributions/clt/plot_f_clt.xml
-share/apps/rkward/distributions/clt/plot_gamma_clt.php
-share/apps/rkward/distributions/clt/plot_gamma_clt.rkh
-share/apps/rkward/distributions/clt/plot_gamma_clt.xml
-share/apps/rkward/distributions/clt/plot_geometric_clt.php
-share/apps/rkward/distributions/clt/plot_geometric_clt.rkh
-share/apps/rkward/distributions/clt/plot_geometric_clt.xml
-share/apps/rkward/distributions/clt/plot_hypergeometric_clt.php
-share/apps/rkward/distributions/clt/plot_hypergeometric_clt.rkh
-share/apps/rkward/distributions/clt/plot_hypergeometric_clt.xml
-share/apps/rkward/distributions/clt/plot_logistic_clt.php
-share/apps/rkward/distributions/clt/plot_logistic_clt.rkh
-share/apps/rkward/distributions/clt/plot_logistic_clt.xml
-share/apps/rkward/distributions/clt/plot_lognormal_clt.php
-share/apps/rkward/distributions/clt/plot_lognormal_clt.rkh
-share/apps/rkward/distributions/clt/plot_lognormal_clt.xml
-share/apps/rkward/distributions/clt/plot_negbinomial_clt.php
-share/apps/rkward/distributions/clt/plot_negbinomial_clt.rkh
-share/apps/rkward/distributions/clt/plot_negbinomial_clt.xml
-share/apps/rkward/distributions/clt/plot_normal_clt.php
-share/apps/rkward/distributions/clt/plot_normal_clt.rkh
-share/apps/rkward/distributions/clt/plot_normal_clt.xml
-share/apps/rkward/distributions/clt/plot_poisson_clt.php
-share/apps/rkward/distributions/clt/plot_poisson_clt.rkh
-share/apps/rkward/distributions/clt/plot_poisson_clt.xml
-share/apps/rkward/distributions/clt/plot_t_clt.php
-share/apps/rkward/distributions/clt/plot_t_clt.rkh
-share/apps/rkward/distributions/clt/plot_t_clt.xml
-share/apps/rkward/distributions/clt/plot_uniform_clt.php
-share/apps/rkward/distributions/clt/plot_uniform_clt.rkh
-share/apps/rkward/distributions/clt/plot_uniform_clt.xml
-share/apps/rkward/distributions/clt/plot_weibull_clt.php
-share/apps/rkward/distributions/clt/plot_weibull_clt.rkh
-share/apps/rkward/distributions/clt/plot_weibull_clt.xml
-share/apps/rkward/distributions/clt/plot_wilcoxon_clt.php
-share/apps/rkward/distributions/clt/plot_wilcoxon_clt.rkh
-share/apps/rkward/distributions/clt/plot_wilcoxon_clt.xml
-share/apps/rkward/distributions/dist_snippets.xml
-share/apps/rkward/distributions/exponential_probabilities.php
-share/apps/rkward/distributions/exponential_probabilities.xml
-share/apps/rkward/distributions/exponential_quantiles.php
-share/apps/rkward/distributions/exponential_quantiles.xml
-share/apps/rkward/distributions/f_probabilities.php
-share/apps/rkward/distributions/f_probabilities.xml
-share/apps/rkward/distributions/f_quantiles.php
-share/apps/rkward/distributions/f_quantiles.xml
-share/apps/rkward/distributions/gamma_probabilities.php
-share/apps/rkward/distributions/gamma_probabilities.xml
-share/apps/rkward/distributions/gamma_quantiles.php
-share/apps/rkward/distributions/gamma_quantiles.xml
-share/apps/rkward/distributions/geom_probabilities.php
-share/apps/rkward/distributions/geom_probabilities.xml
-share/apps/rkward/distributions/geom_quantiles.php
-share/apps/rkward/distributions/geom_quantiles.xml
-share/apps/rkward/distributions/gumbel_probabilities.php
-share/apps/rkward/distributions/gumbel_probabilities.xml
-share/apps/rkward/distributions/gumbel_quantiles.php
-share/apps/rkward/distributions/gumbel_quantiles.xml
-share/apps/rkward/distributions/hypergeometric_probabilities.php
-share/apps/rkward/distributions/hypergeometric_probabilities.xml
-share/apps/rkward/distributions/hypergeometric_quantiles.php
-share/apps/rkward/distributions/hypergeometric_quantiles.xml
-share/apps/rkward/distributions/log_normal_probabilities.php
-share/apps/rkward/distributions/log_normal_probabilities.xml
-share/apps/rkward/distributions/log_normal_quantiles.php
-share/apps/rkward/distributions/log_normal_quantiles.xml
-share/apps/rkward/distributions/logistic_probabilities.php
-share/apps/rkward/distributions/logistic_probabilities.xml
-share/apps/rkward/distributions/logistic_quantiles.php
-share/apps/rkward/distributions/logistic_quantiles.xml
-share/apps/rkward/distributions/negative_binomial_probabilities.php
-share/apps/rkward/distributions/negative_binomial_probabilities.xml
-share/apps/rkward/distributions/negative_binomial_quantiles.php
-share/apps/rkward/distributions/negative_binomial_quantiles.xml
-share/apps/rkward/distributions/normal_probabilities.php
-share/apps/rkward/distributions/normal_probabilities.xml
-share/apps/rkward/distributions/normal_quantiles.php
-share/apps/rkward/distributions/normal_quantiles.xml
-share/apps/rkward/distributions/plot_beta_distribution.php
-share/apps/rkward/distributions/plot_beta_distribution.rkh
-share/apps/rkward/distributions/plot_beta_distribution.xml
-share/apps/rkward/distributions/plot_binomial_distribution.php
-share/apps/rkward/distributions/plot_binomial_distribution.rkh
-share/apps/rkward/distributions/plot_binomial_distribution.xml
-share/apps/rkward/distributions/plot_cauchy_distribution.php
-share/apps/rkward/distributions/plot_cauchy_distribution.rkh
-share/apps/rkward/distributions/plot_cauchy_distribution.xml
-share/apps/rkward/distributions/plot_chi_squared_distribution.php
-share/apps/rkward/distributions/plot_chi_squared_distribution.rkh
-share/apps/rkward/distributions/plot_chi_squared_distribution.xml
-share/apps/rkward/distributions/plot_dist_common.php
-share/apps/rkward/distributions/plot_dist_common_snippets.xml
-share/apps/rkward/distributions/plot_exponential_distribution.php
-share/apps/rkward/distributions/plot_exponential_distribution.rkh
-share/apps/rkward/distributions/plot_exponential_distribution.xml
-share/apps/rkward/distributions/plot_f_distribution.php
-share/apps/rkward/distributions/plot_f_distribution.rkh
-share/apps/rkward/distributions/plot_f_distribution.xml
-share/apps/rkward/distributions/plot_gamma_distribution.php
-share/apps/rkward/distributions/plot_gamma_distribution.rkh
-share/apps/rkward/distributions/plot_gamma_distribution.xml
-share/apps/rkward/distributions/plot_geometric_distribution.php
-share/apps/rkward/distributions/plot_geometric_distribution.rkh
-share/apps/rkward/distributions/plot_geometric_distribution.xml
-share/apps/rkward/distributions/plot_hypergeometric_distribution.php
-share/apps/rkward/distributions/plot_hypergeometric_distribution.rkh
-share/apps/rkward/distributions/plot_hypergeometric_distribution.xml
-share/apps/rkward/distributions/plot_logistic_distribution.php
-share/apps/rkward/distributions/plot_logistic_distribution.rkh
-share/apps/rkward/distributions/plot_logistic_distribution.xml
-share/apps/rkward/distributions/plot_lognormal_distribution.php
-share/apps/rkward/distributions/plot_lognormal_distribution.rkh
-share/apps/rkward/distributions/plot_lognormal_distribution.xml
-share/apps/rkward/distributions/plot_negbinomial_distribution.php
-share/apps/rkward/distributions/plot_negbinomial_distribution.rkh
-share/apps/rkward/distributions/plot_negbinomial_distribution.xml
-share/apps/rkward/distributions/plot_normal_distribution.php
-share/apps/rkward/distributions/plot_normal_distribution.rkh
-share/apps/rkward/distributions/plot_normal_distribution.xml
-share/apps/rkward/distributions/plot_poisson_distribution.php
-share/apps/rkward/distributions/plot_poisson_distribution.rkh
-share/apps/rkward/distributions/plot_poisson_distribution.xml
-share/apps/rkward/distributions/plot_t_distribution.php
-share/apps/rkward/distributions/plot_t_distribution.rkh
-share/apps/rkward/distributions/plot_t_distribution.xml
-share/apps/rkward/distributions/plot_tukey_distribution.php
-share/apps/rkward/distributions/plot_tukey_distribution.rkh
-share/apps/rkward/distributions/plot_tukey_distribution.xml
-share/apps/rkward/distributions/plot_uniform_distribution.php
-share/apps/rkward/distributions/plot_uniform_distribution.rkh
-share/apps/rkward/distributions/plot_uniform_distribution.xml
-share/apps/rkward/distributions/plot_weibull_distribution.php
-share/apps/rkward/distributions/plot_weibull_distribution.rkh
-share/apps/rkward/distributions/plot_weibull_distribution.xml
-share/apps/rkward/distributions/plot_wilcoxon_distribution.php
-share/apps/rkward/distributions/plot_wilcoxon_distribution.rkh
-share/apps/rkward/distributions/plot_wilcoxon_distribution.xml
-share/apps/rkward/distributions/poisson_probabilities.php
-share/apps/rkward/distributions/poisson_probabilities.xml
-share/apps/rkward/distributions/poisson_quantiles.php
-share/apps/rkward/distributions/poisson_quantiles.xml
-share/apps/rkward/distributions/t_probabilities.php
-share/apps/rkward/distributions/t_probabilities.xml
-share/apps/rkward/distributions/t_quantiles.php
-share/apps/rkward/distributions/t_quantiles.xml
-share/apps/rkward/distributions/tests/ad_test.php
-share/apps/rkward/distributions/tests/ad_test.xml
-share/apps/rkward/distributions/tests/cvm_test.php
-share/apps/rkward/distributions/tests/cvm_test.xml
-share/apps/rkward/distributions/tests/lillie_test.php
-share/apps/rkward/distributions/tests/lillie_test.xml
-share/apps/rkward/distributions/tests/pearson_test.php
-share/apps/rkward/distributions/tests/pearson_test.xml
-share/apps/rkward/distributions/tests/sf_test.php
-share/apps/rkward/distributions/tests/sf_test.xml
-share/apps/rkward/distributions/tests/shapiro_test.php
-share/apps/rkward/distributions/tests/shapiro_test.xml
-share/apps/rkward/distributions/tukey_probabilities.php
-share/apps/rkward/distributions/tukey_probabilities.xml
-share/apps/rkward/distributions/tukey_quantiles.php
-share/apps/rkward/distributions/tukey_quantiles.xml
-share/apps/rkward/distributions/uniform_probabilities.php
-share/apps/rkward/distributions/uniform_probabilities.xml
-share/apps/rkward/distributions/uniform_quantiles.php
-share/apps/rkward/distributions/uniform_quantiles.xml
-share/apps/rkward/distributions/weibull_probabilities.php
-share/apps/rkward/distributions/weibull_probabilities.xml
-share/apps/rkward/distributions/weibull_quantiles.php
-share/apps/rkward/distributions/weibull_quantiles.xml
-share/apps/rkward/distributions/wilcoxon_probabilities.php
-share/apps/rkward/distributions/wilcoxon_probabilities.xml
-share/apps/rkward/distributions/wilcoxon_quantiles.php
-share/apps/rkward/distributions/wilcoxon_quantiles.xml
-share/apps/rkward/embedded.pluginmap
-share/apps/rkward/icons/function.png
-share/apps/rkward/icons/list.png
-share/apps/rkward/icons/rkward_logo.png
-share/apps/rkward/icons/run_all.png
-share/apps/rkward/icons/run_line.png
-share/apps/rkward/icons/run_selection.png
-share/apps/rkward/icons/window_back.png
-share/apps/rkward/icons/window_forward.png
-share/apps/rkward/import_export.pluginmap
-share/apps/rkward/pages/rkward_console.rkh
-share/apps/rkward/pages/rkward_for_new_users.rkh
-share/apps/rkward/pages/rkward_for_r_users.rkh
-share/apps/rkward/pages/rkward_help.css
-share/apps/rkward/pages/rkward_output.rkh
-share/apps/rkward/pages/rkward_shortcuts.rkh
-share/apps/rkward/pages/rkward_trouble_shooting.rkh
-share/apps/rkward/pages/rkward_welcome.rkh
-share/apps/rkward/pages/rkward_workspace_browser.rkh
-share/apps/rkward/phpfiles/common.php
-share/apps/rkward/phpfiles/php.ini
-share/apps/rkward/plots.pluginmap
-share/apps/rkward/plots/barplot.php
-share/apps/rkward/plots/barplot.rkh
-share/apps/rkward/plots/barplot.xml
-share/apps/rkward/plots/barplot_embed.php
-share/apps/rkward/plots/barplot_embed.rkh
-share/apps/rkward/plots/barplot_embed.xml
-share/apps/rkward/plots/box_plot.php
-share/apps/rkward/plots/box_plot.xml
-share/apps/rkward/plots/color_chooser.php
-share/apps/rkward/plots/color_chooser.rkh
-share/apps/rkward/plots/color_chooser.xml
-share/apps/rkward/plots/cor_graph.php
-share/apps/rkward/plots/cor_graph.rkh
-share/apps/rkward/plots/cor_graph.xml
-share/apps/rkward/plots/density_plot.php
-share/apps/rkward/plots/density_plot.rkh
-share/apps/rkward/plots/density_plot.xml
-share/apps/rkward/plots/dotchart.php
-share/apps/rkward/plots/dotchart.rkh
-share/apps/rkward/plots/dotchart.xml
-share/apps/rkward/plots/ecdf_plot.php
-share/apps/rkward/plots/ecdf_plot.rkh
-share/apps/rkward/plots/ecdf_plot.xml
-share/apps/rkward/plots/histogram.php
-share/apps/rkward/plots/histogram.rkh
-share/apps/rkward/plots/histogram.xml
-share/apps/rkward/plots/histogram_options.php
-share/apps/rkward/plots/histogram_options.rkh
-share/apps/rkward/plots/histogram_options.xml
-share/apps/rkward/plots/pareto.php
-share/apps/rkward/plots/pareto.rkh
-share/apps/rkward/plots/pareto.xml
-share/apps/rkward/plots/piechart.php
-share/apps/rkward/plots/piechart.rkh
-share/apps/rkward/plots/piechart.xml
-share/apps/rkward/plots/plot.php
-share/apps/rkward/plots/plot.rkh
-share/apps/rkward/plots/plot.xml
-share/apps/rkward/plots/plot_options.php
-share/apps/rkward/plots/plot_options.rkh
-share/apps/rkward/plots/plot_options.xml
-share/apps/rkward/plots/plot_stepfun_options.php
-share/apps/rkward/plots/plot_stepfun_options.rkh
-share/apps/rkward/plots/plot_stepfun_options.xml
-share/apps/rkward/plots/scatterplot.php
-share/apps/rkward/plots/scatterplot.xml
-share/apps/rkward/plots/scatterplot_matrix.php
-share/apps/rkward/plots/scatterplot_matrix.rkh
-share/apps/rkward/plots/scatterplot_matrix.xml
-share/apps/rkward/plots/stem.php
-share/apps/rkward/plots/stem.rkh
-share/apps/rkward/plots/stem.xml
-share/apps/rkward/plots/stripchart_plot.php
-share/apps/rkward/plots/stripchart_plot.xml
-share/apps/rkward/rkcatchedx11windowpart.rc
-share/apps/rkward/rkcommandeditorwindowpart.rc
-share/apps/rkward/rkcommandlogpart.rc
-share/apps/rkward/rkconsolepart.rc
-share/apps/rkward/rkeditordataframepart.rc
-share/apps/rkward/rkhelpwindow.rc
-share/apps/rkward/rkoutputwindow.rc
-share/apps/rkward/rktoplevelwindowgui.rc
-share/apps/rkward/rkwardui.rc
-share/apps/rkward/simple_anova/code.php
-share/apps/rkward/simple_anova/description.xml
-share/apps/rkward/under_development.pluginmap
-share/apps/rkward/uni1.2/code.php
-share/apps/rkward/uni1.2/description.xml
-share/apps/rkward/x11device.pluginmap
-share/apps/rkward/x11device/export.php
-share/apps/rkward/x11device/export.rkh
-share/apps/rkward/x11device/export.xml
-share/apps/rkward/x11device/grid.php
-share/apps/rkward/x11device/grid.rkh
-share/apps/rkward/x11device/grid.xml
-%%PORTDOCS%%%%DOCSDIR%%/common
-%%PORTDOCS%%%%DOCSDIR%%/index.cache.bz2
-%%PORTDOCS%%%%DOCSDIR%%/index.docbook
-%%PORTDOCS%%%%DOCSDIR%%/menu_hierarchy_example.png
-%%PORTDOCS%%%%DOCSDIR%%/t_test_plugin_example.png
-%%PORTDOCS%%%%DOCSDIR%%/writing_plugins_introduction.docbook
-share/icons/crystalsvg/128x128/apps/rkward.png
-share/icons/crystalsvg/16x16/apps/rkward.png
-share/icons/crystalsvg/22x22/apps/rkward.png
-share/icons/crystalsvg/32x32/apps/rkward.png
-share/icons/crystalsvg/48x48/apps/rkward.png
-share/icons/crystalsvg/64x64/apps/rkward.png
-share/icons/locolor/16x16/apps/rkward.png
-share/icons/locolor/32x32/apps/rkward.png
-%%NLS%%share/locale/ca/LC_MESSAGES/rkward.mo
-%%NLS%%share/locale/de/LC_MESSAGES/rkward.mo
-%%NLS%%share/locale/el/LC_MESSAGES/rkward.mo
-%%NLS%%share/locale/es/LC_MESSAGES/rkward.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/rkward.mo
-%%NLS%%share/locale/it/LC_MESSAGES/rkward.mo
-%%NLS%%share/locale/pl/LC_MESSAGES/rkward.mo
-%%NLS%%share/locale/tr/LC_MESSAGES/rkward.mo
-%%NLS%%share/locale/zh_CN/LC_MESSAGES/rkward.mo
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
-@dirrm share/apps/rkward/x11device
-@dirrm share/apps/rkward/uni1.2
-@dirrm share/apps/rkward/simple_anova
-@dirrm share/apps/rkward/pages
-@dirrm share/apps/rkward/plots
-@dirrm share/apps/rkward/phpfiles
-@dirrm share/apps/rkward/icons
-@dirrm share/apps/rkward/descriptive
-@dirrm share/apps/rkward/distributions/tests
-@dirrm share/apps/rkward/distributions/clt
-@dirrm share/apps/rkward/distributions
-@dirrm share/apps/rkward/analysis/wilcoxon
-@dirrm share/apps/rkward/analysis/variances
-@dirrm share/apps/rkward/analysis/time_series
-@dirrm share/apps/rkward/analysis/regression
-@dirrm share/apps/rkward/analysis/outliers
-@dirrm share/apps/rkward/analysis/moments
-@dirrm share/apps/rkward/analysis/ansari_bradley
-@dirrm share/apps/rkward/analysis/TESTS
-@dirrm share/apps/rkward/analysis
-@dirrm share/apps/rkward/00saveload/save/write
-@dirrm share/apps/rkward/00saveload/save/skeleton
-@dirrm share/apps/rkward/00saveload/save/save
-@dirrm share/apps/rkward/00saveload/save
-@dirrm share/apps/rkward/00saveload/import
-@dirrm share/apps/rkward/00saveload
-@dirrm share/apps/rkward
-@dirrmtry share/apps/katepart/syntax
-@dirrmtry share/apps/katepart
-@cwd %%LOCALBASE%%
-lib/R/library/rkward/DESCRIPTION
-lib/R/library/rkward/Meta/package.rds
-lib/R/library/rkward/Meta/Rd.rds
-lib/R/library/rkward/Meta/hsearch.rds
-lib/R/library/rkward/libs/rkward.so
-lib/R/library/rkward/R/rkward
-lib/R/library/rkward/man/rkward.Rd.gz
-lib/R/library/rkward/help/AnIndex
-lib/R/library/rkward/help/public
-lib/R/library/rkward/html/00Index.html
-lib/R/library/rkward/html/public.html
-lib/R/library/rkward/latex/public.tex
-lib/R/library/rkward/R-ex/public.R
-lib/R/library/rkward/CONTENTS
-lib/R/library/rkward/INDEX
-@dirrm lib/R/library/rkward/man
-@dirrm lib/R/library/rkward/libs
-@dirrm lib/R/library/rkward/latex
-@dirrm lib/R/library/rkward/html
-@dirrm lib/R/library/rkward/help
-@dirrm lib/R/library/rkward/R-ex
-@dirrm lib/R/library/rkward/R
-@dirrm lib/R/library/rkward/Meta
-@dirrm lib/R/library/rkward
diff --git a/math/rpy2/Makefile b/math/rpy2/Makefile
deleted file mode 100644
index 9eec83745a2c..000000000000
--- a/math/rpy2/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# ex:ts=8
-# Ports collection makefile for: rpy
-# Date created: Jan 14, 2003
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= rpy
-PORTVERSION= 0.3.5
-PORTREVISION= 1
-CATEGORIES= math
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Python interface to the R Programming Language
-
-BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Numeric.pth:${PORTSDIR}/math/py-numeric \
- R:${PORTSDIR}/math/R
-RUN_DEPENDS= ${BUILD_DEPENDS}
-
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-MAKE_ENV= LDFLAGS="-L${LOCALBASE}/lib/R/modules -L${LOCALBASE}/lib/R/lib"
-
-post-patch:
- @${REINPLACE_CMD} -e 's,^statichere ,,' ${WRKSRC}/src/rpymodule.c
-
-.include <bsd.port.mk>
diff --git a/math/rpy2/distinfo b/math/rpy2/distinfo
deleted file mode 100644
index 1ac4af2a4a5a..000000000000
--- a/math/rpy2/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (rpy-0.3.5.tar.gz) = afc9ee721007ab1f04d4948f5e4c3787
-SHA256 (rpy-0.3.5.tar.gz) = a01697cc8b6f459c27a69bbb2dd8b5be4cdb7158bc53aa9eb9173241d2394f14
-SIZE (rpy-0.3.5.tar.gz) = 72829
diff --git a/math/rpy2/pkg-descr b/math/rpy2/pkg-descr
deleted file mode 100644
index d0dfbb55b2bf..000000000000
--- a/math/rpy2/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-RPy is a very simple, yet robust, Python interface to the R Programming
-Language. It can manage all kinds of R objects and can execute arbitrary
-R functions (including the graphic functions). All the errors from the
-R language are converted to Python exceptions. Any module that later were
-installed on the R system, can easily be used from within Python, without
-introducing any changes.
-
-WWW: http://rpy.sourceforge.net/
diff --git a/math/rpy2/pkg-plist b/math/rpy2/pkg-plist
deleted file mode 100644
index 079bb8361364..000000000000
--- a/math/rpy2/pkg-plist
+++ /dev/null
@@ -1,10 +0,0 @@
-%%PYTHON_SITELIBDIR%%/_rpy.so
-%%PYTHON_SITELIBDIR%%/rpy.py
-%%PYTHON_SITELIBDIR%%/rpy.pyc
-%%PYTHON_SITELIBDIR%%/rpy.pyo
-%%PYTHON_SITELIBDIR%%/rpy_io.py
-%%PYTHON_SITELIBDIR%%/rpy_io.pyc
-%%PYTHON_SITELIBDIR%%/rpy_io.pyo
-%%PYTHON_SITELIBDIR%%/rpy_version.py
-%%PYTHON_SITELIBDIR%%/rpy_version.pyc
-%%PYTHON_SITELIBDIR%%/rpy_version.pyo
diff --git a/math/vtk5/Makefile b/math/vtk5/Makefile
deleted file mode 100644
index e7ec8ecbb6c5..000000000000
--- a/math/vtk5/Makefile
+++ /dev/null
@@ -1,220 +0,0 @@
-# New ports collection makefile for: vtk
-# Date created: 10 Oct 2003
-# Whom: Mykola Khotyaintsev <ko@irfu.se>
-#
-# $FreeBSD$
-#
-# By default
-#
-# There are some options to tune VTK towards your specific needs.
-# You can activate a feature by typing something like
-# "make -DKNOB" or "make KNOB=yes" instead of just "make"
-#
-# WITH_TESTING build the testing binaries (only for vtk and vtk-java port)
-#
-
-PORTNAME= vtk
-PORTVERSION= 4.4
-PORTREVISION= 2
-CATEGORIES= math graphics
-MASTER_SITES= http://ovt.irfu.se/vtk/files/
-DISTFILES?= VTK-${PORTVERSION}-LatestRelease.tar.gz
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT?= The Visualization Toolkit shared libs
-
-LIBVER= 1
-VTKSRCDIR= ${WRKDIR}/VTK
-TESTINGDIR= ${EXAMPLESDIR}/Testing
-VTKDATAROOT= ${EXAMPLESDIR}/VTKData
-DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX}
-PLIST= ${.CURDIR}/pkg-plist
-FILESDIR= ${.CURDIR}/files
-
-VTK_KITS= Common Filtering Graphics Hybrid IO Imaging Rendering Parallel Patented
-
-PLIST_SUB+= LIBVER=${LIBVER} PKGNAME=${PKGNAME}
-
-.include <bsd.port.pre.mk>
-
-.if defined(WRAP) || !defined(PKGNAMESUFFIX) || ${PKGNAMESUFFIX}=="-headers"
-
-PATCH_WRKSRC= ${WRKDIR}/VTK
-WRKSRC= ${WRKDIR}/${PORTNAME}${PKGNAMESUFFIX}-build
-
-BUILD_DEPENDS+= ${CMAKE}:${PORTSDIR}/devel/cmake
-
-LIB_DEPENDS+= expat.6:${PORTSDIR}/textproc/expat2 \
- jpeg.9:${PORTSDIR}/graphics/jpeg \
- png.5:${PORTSDIR}/graphics/png \
- tiff.4:${PORTSDIR}/graphics/tiff
-
-.if defined(WITH_TESTING) && (!defined(PKGNAMESUFFIX) || ${PKGNAMESUFFIX}=="-java")
-RUN_DEPENDS+= ${VTKDATAROOT}/VTKData.readme:${PORTSDIR}/math/vtk-data
-BUILD_DEPENDS+= ${VTKDATAROOT}/VTKData.readme:${PORTSDIR}/math/vtk-data
-.endif
-
-USE_GMAKE= yes
-USE_GL= yes
-INSTALLS_SHLIB= yes
-
-CMAKE?= ${LOCALBASE}/bin/cmake
-CXXFLAGS+= -Wno-deprecated
-CMAKE_DEFS+= -DCMAKE_INSTALL_PREFIX:PATH=${PREFIX} \
- -DBUILD_SHARED_LIBS:BOOL=ON \
- -DCMAKE_BUILD_TYPE:STRING=Release \
- -DCMAKE_SHARED_LINKER_FLAGS:STRING="${LINKERFLAGS}" \
- -DCMAKE_EXE_LINKER_FLAGS:STRING="${LINKERFLAGS} ${PTHREAD_LIBS}" \
- -DCMAKE_THREAD_LIBS:STRING="${PTHREAD_LIBS}"\
- -DCMAKE_USE_PTHREADS:BOOL=ON \
- -DCMAKE_C_COMPILER:STRING='${CC}' \
- -DCMAKE_CXX_COMPILER:STRING=${CXX} \
- -DCMAKE_C_FLAGS:STRING="${CFLAGS} ${PTHREAD_CFLAGS}" \
- -DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS} ${PTHREAD_CFLAGS}" \
- -DVTK_USE_RENDERING:BOOL=ON \
- -DVTK_USE_HYBRID:BOOL=ON \
- -DVTK_USE_PARALLEL:BOOL=ON \
- -DVTK_USE_PATENTED:BOOL=ON \
- -DVTK_USE_SYSTEM_EXPAT:BOOL=ON \
- -DVTK_USE_SYSTEM_JPEG:BOOL=ON \
- -DVTK_USE_SYSTEM_PNG:BOOL=ON \
- -DVTK_USE_SYSTEM_TIFF:BOOL=ON \
- -DVTK_USE_SYSTEM_ZLIB:BOOL=ON \
- -DVTK_DATA_ROOT:PATH=${VTKDATAROOT}
-
-.if defined(WITH_TESTING)
-CMAKE_DEFS+= -DBUILD_TESTING:BOOL=ON
-PLIST_SUB+= TESTING_ONLY=""
-.else
-CMAKE_DEFS+= -DBUILD_TESTING:BOOL=OFF
-PLIST_SUB+= TESTING_ONLY="@comment "
-.endif
-
-################################# vtk port start #############################################
-
-.ifndef(PKGNAMESUFFIX)
-
-EXTRA_LIBS= DICOMParser freetype ftgl
-
-.if defined(WITH_TESTING)
-BINARIES= ${VTK_KITS:C/Parallel//:C/Patented//:S/$/CxxTests/}
-BINARIES+= TestCxxFeatures TestInstantiator TimeRenderer TimeRenderer2 ParallelIsoTest
-BINARIES+= SocketClient SocketServer GenericCommunicator ThreadedCommunicator TestPStream
-.endif
-
-.ifndef(WITH_TESTING)
-pre-everything::
- @${ECHO_MSG} "---------------------- N O T E ------------------------"
- @${ECHO_MSG} ""
- @${ECHO_MSG} "If you want to build C++ Testing binaries press Ctrl-C now"
- @${ECHO_MSG} "and execute \"make WITH_TESTING=yes\""
- @${ECHO_MSG} ""
- @${ECHO_MSG} "-------------------------------------------------------------"
-.endif
-
-post-patch: patch-common
-
-do-install: install-cnotice install-binaries install-libs
-
-.endif
-
-################################# vtk port end #############################################
-
-pre-configure:
- ${MKDIR} ${WRKSRC}
-
-do-configure:
- cd ${WRKSRC} && ${CMAKE} ${VTKSRCDIR} ${CMAKE_DEFS}
-
-patch-common:
- @${FIND} ${VTKSRCDIR} -name "*.cxx" | ${XARGS} ${REINPLACE_CMD} -e \
- 's|malloc.h|stdlib.h|g'
- @${REINPLACE_CMD} -E 's|lib/vtk\)|lib\)|g' \
- ${VTKSRCDIR}/vtkGenerateVTKConfig.cmake
-.if defined(WRAP)
-# No need to build many libs, such as: vtkCommon,... Better link to those ones installed by vtk port.
-# Patch (MAIN_KIT_LIB = [Common_LIB Filtering_LIB ...]:
-# ${VTKSRCDIR}/CMakeLists.txt :
-# -SUBDIRS(Wrapping Utilities)
-# +SUBDIRS(Wrapping)
-#
-# ${VTKSRCDIR}/[Common Filtering IO ...]/CMakeLists.txt :
-# -ADD_LIBRARY(vtk${KIT} ...
-# +FIND_LIBRARY(MAIN_KIT_LIB NAMES vtk${KIT} PATHS ${PREFIX}/lib)
-#
-# -TARGET_LINK_LIBRARIES(vtk${KIT}Python vtk${KIT} ...
-# +TARGET_LINK_LIBRARIES(vtk${KIT}Python ${MAIN_KIT_LIB} ...
-#
-# Sometimes TARGET_LINK_LIBRARIES(vtk${KIT}Python vtk${KIT} can be separated to two lines:
-# TARGET_LINK_LIBRARIES(vtk${KIT}Python
-# vtk${KIT}
-# -^[spaces or tabs]vtk${KIT}[spaces or tabs]$
-# +[space]${MAIN_KIT_LIB}
-#
-# -TARGET_LINK_LIBRARIES(vtk${KIT} ${KIT_LIBS})
-#
-# -INSTALL_TARGETS(/lib/vtk vtk${KIT})
-#
-# ${VTKSRCDIR}/[Common Filtering IO ...]/Tests/CMakeLists.txt :
-# -SUBDIRS(Cxx)
-#
- @${REINPLACE_CMD} -E 's|SUBDIRS\(Wrapping Utilities\)|SUBDIRS\(Wrapping\)|g' \
- ${VTKSRCDIR}/CMakeLists.txt
-
- @for dir in ${VTK_KITS} ; do \
- ${ECHO_MSG} "Patching ${WRKDIR}/${VTKSRCDIR}/$$dir/CMakeLists.txt ..." ; \
- ${REINPLACE_CMD} -E 's|ADD_LIBRARY *\(vtk\$$\{KIT\} .*$$|FIND_LIBRARY\('$$dir'_LIB NAMES vtk\$$\{KIT\} PATHS ${PREFIX}/lib\)|g ; s|TARGET_LINK_LIBRARIES *\(vtk\$$\{KIT\}${WRAP} vtk\$$\{KIT\}|TARGET_LINK_LIBRARIES\(vtk\$$\{KIT\}${WRAP} \$$\{'$$dir'_LIB\}|g ; s|^[ \t]*vtk\$$\{KIT\}[ \t]*$$| \$$\{'$$dir'_LIB\}|g ; s|TARGET_LINK_LIBRARIES *\(vtk\$$\{KIT\} .*$$||g ; s|INSTALL_TARGETS *\(.* vtk\$$\{KIT\}\)||g' \
- ${VTKSRCDIR}/$$dir/CMakeLists.txt ; \
- done
-
-.if defined(WITH_TESTING)
- @for dir in ${VTK_KITS} ; do \
- ${ECHO_MSG} "Patching ${VTKSRCDIR}/$$dir/Testing/CMakeLists.txt ..." ; \
- ${REINPLACE_CMD} -E 's|SUBDIRS *\(Cxx\).*$$||g' \
- ${VTKSRCDIR}/$$dir/Testing/CMakeLists.txt ; \
- done
-.endif
-.endif #end of patch-common
-
-install-binaries:
-.if defined(BINARIES)
- @${ECHO_MSG} "Installing binaries to ${PREFIX}/bin :"
-.for i in ${BINARIES}
- @${ECHO_MSG} "Installing ${i} ..."
- @${INSTALL_PROGRAM} ${WRKSRC}/bin/${i} ${PREFIX}/bin
-.endfor
-.endif
-
-install-libs:
- @${ECHO_MSG} "Installing shared libraries to ${PREFIX}/lib ..."
-.for i in ${VTK_KITS:S/$/${WRAP}/} ${EXTRA_LIBS}
- @${ECHO_MSG} "Installing libvtk${i}.so ..."
- @${INSTALL_PROGRAM} ${WRKSRC}/bin/libvtk${i}.so \
- ${PREFIX}/lib/libvtk${i}.so.${LIBVER}
- @${LN} -sf ${PREFIX}/lib/libvtk${i}.so.${LIBVER} \
- ${PREFIX}/lib/libvtk${i}.so
-.endfor
-
-.endif
-
-install-cnotice:
- @${ECHO_MSG} "Installing copyright notice to ${DOCSDIR} ..."
- @${MKDIR} ${DOCSDIR}
- @${INSTALL_DATA} ${VTKSRCDIR}/README.html ${DOCSDIR}
- @${INSTALL_DATA} ${VTKSRCDIR}/vtkLogo.jpg ${DOCSDIR}
- @${ECHO_MSG} -e "A list of the patented classes.\n\n" > ${WRKDIR}/README.patented-classes
- @cd ${VTKSRCDIR} ; ${LS} Patented/*.h >> ${WRKDIR}/README.patented-classes
- @${INSTALL_DATA} ${WRKDIR}/README.patented-classes ${DOCSDIR}
-
-print-pkg-message:
- @if ${TEST} -f ${PKGMESSAGE} ; then \
- ${ECHO_MSG} -e "-- V T K - N O T E ----------------------------------------------------\n\n" ; \
- ${CAT} ${PKGMESSAGE} | ${SED} -e 's|%%PREFIX%%|${PREFIX}|' ; \
- ${ECHO_MSG} -e "\n\n-----------------------------------------------------------------------" ; \
- fi
-
-post-install: print-pkg-message
-
-.ifndef(PKGNAMESUFFIX)
-.include <bsd.port.post.mk>
-.endif
diff --git a/math/vtk5/distinfo b/math/vtk5/distinfo
deleted file mode 100644
index 9fa85691141b..000000000000
--- a/math/vtk5/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (VTK-4.4-LatestRelease.tar.gz) = 17a5006c4d7acca3e74d32e0e27f4739
-SHA256 (VTK-4.4-LatestRelease.tar.gz) = 4a6062ce65a0563aa7009220e1e58c3a8c1264e4d468376a20229db055d1a27b
-SIZE (VTK-4.4-LatestRelease.tar.gz) = 6323955
diff --git a/math/vtk5/pkg-descr b/math/vtk5/pkg-descr
deleted file mode 100644
index 0d62b9340521..000000000000
--- a/math/vtk5/pkg-descr
+++ /dev/null
@@ -1,15 +0,0 @@
- VTK - the Visualization Toolkit is an object oriented, high
-level library that allows one to easily write programs in C++, Tcl,
-Python and Java that do 3D visualization.
-
- VTK enables users to concentrate on their work by providing a
-large number of excellent and feature packed high level functions that
-do visualization. The library needs OpenGL to render the graphics and
-for FreeBSD machines Mesa is necessary.
-
-The terms/copyright can be read in the docs dir/README.html. The patented
-classes (few in number) are not to be used in commercial application
-without a license from the patent/copyright holder (listed in the class
-header). Patented classes are listed in README.patented-classes.
-
-WWW: http://www.vtk.org
diff --git a/math/vtk5/pkg-message b/math/vtk5/pkg-message
deleted file mode 100644
index d87a38d092e1..000000000000
--- a/math/vtk5/pkg-message
+++ /dev/null
@@ -1,4 +0,0 @@
-The terms/copyright can be read in the docs dir/README.html. The patented
-classes (few in number) are not to be used in commercial application
-without a license from the patent/copyright holder (listed in the class
-header). Patented classes are listed in README.patented-classes.
diff --git a/math/vtk5/pkg-plist b/math/vtk5/pkg-plist
deleted file mode 100644
index 0966f8547f5c..000000000000
--- a/math/vtk5/pkg-plist
+++ /dev/null
@@ -1,45 +0,0 @@
-lib/libvtkCommon.so
-lib/libvtkCommon.so.%%LIBVER%%
-lib/libvtkDICOMParser.so
-lib/libvtkDICOMParser.so.%%LIBVER%%
-lib/libvtkFiltering.so
-lib/libvtkFiltering.so.%%LIBVER%%
-lib/libvtkGraphics.so
-lib/libvtkGraphics.so.%%LIBVER%%
-lib/libvtkHybrid.so
-lib/libvtkHybrid.so.%%LIBVER%%
-lib/libvtkIO.so
-lib/libvtkIO.so.%%LIBVER%%
-lib/libvtkImaging.so
-lib/libvtkImaging.so.%%LIBVER%%
-lib/libvtkParallel.so
-lib/libvtkParallel.so.%%LIBVER%%
-lib/libvtkPatented.so
-lib/libvtkPatented.so.%%LIBVER%%
-lib/libvtkRendering.so
-lib/libvtkRendering.so.%%LIBVER%%
-lib/libvtkfreetype.so
-lib/libvtkfreetype.so.%%LIBVER%%
-lib/libvtkftgl.so
-lib/libvtkftgl.so.%%LIBVER%%
-%%TESTING_ONLY%%bin/CommonCxxTests
-%%TESTING_ONLY%%bin/FilteringCxxTests
-%%TESTING_ONLY%%bin/GenericCommunicator
-%%TESTING_ONLY%%bin/GraphicsCxxTests
-%%TESTING_ONLY%%bin/HybridCxxTests
-%%TESTING_ONLY%%bin/IOCxxTests
-%%TESTING_ONLY%%bin/ImagingCxxTests
-%%TESTING_ONLY%%bin/ParallelIsoTest
-%%TESTING_ONLY%%bin/RenderingCxxTests
-%%TESTING_ONLY%%bin/SocketClient
-%%TESTING_ONLY%%bin/SocketServer
-%%TESTING_ONLY%%bin/TestCxxFeatures
-%%TESTING_ONLY%%bin/TestInstantiator
-%%TESTING_ONLY%%bin/TestPStream
-%%TESTING_ONLY%%bin/ThreadedCommunicator
-%%TESTING_ONLY%%bin/TimeRenderer
-%%TESTING_ONLY%%bin/TimeRenderer2
-%%DOCSDIR%%/README.html
-%%DOCSDIR%%/README.patented-classes
-%%DOCSDIR%%/vtkLogo.jpg
-@dirrmtry %%DOCSDIR%%