diff options
Diffstat (limited to 'math')
82 files changed, 0 insertions, 5604 deletions
diff --git a/math/gmp/Makefile b/math/gmp/Makefile deleted file mode 100644 index 5e67f7f2c229..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.1.4 -PORTREVISION= 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 - -GNU_CONFIGURE= yes -CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" -CONFIGURE_ARGS= --enable-cxx -INSTALLS_SHLIB= yes - -INFO= gmp - -post-extract: - @${RM} -f ${WRKSRC}/gmp.info* - -.include <bsd.port.mk> diff --git a/math/gmp/distinfo b/math/gmp/distinfo deleted file mode 100644 index 2deb8db49f80..000000000000 --- a/math/gmp/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gmp-4.1.4.tar.gz) = aa5e5fb3a7cdebe8c5b681a6cf4a670e -SHA256 (gmp-4.1.4.tar.gz) = ce71ebe8ad0e328c7c188803a726b2ddaad9b2ff072cfbaee9c788c733983cb8 -SIZE (gmp-4.1.4.tar.gz) = 2201302 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 3bf4cc6efb26..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.6 -lib/libgmpxx.a -lib/libgmpxx.la -lib/libgmpxx.so -lib/libgmpxx.so.3 diff --git a/math/goblin/Makefile b/math/goblin/Makefile deleted file mode 100644 index 31a67f2b98eb..000000000000 --- a/math/goblin/Makefile +++ /dev/null @@ -1,57 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: goblin -# Date created: Mar 3, 2002 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= goblin -PORTVERSION= 2.6.4 -CATEGORIES= misc -MASTER_SITES= http://www.math.uni-augsburg.de/opt/goblin.docs/ -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_REINPLACE= yes -USE_GMAKE= yes -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} >= 502126 -BROKEN= "Does not compile on FreeBSD >= 5.x" -.endif - -.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/gretl/Makefile b/math/gretl/Makefile deleted file mode 100644 index a0b76ca139cd..000000000000 --- a/math/gretl/Makefile +++ /dev/null @@ -1,56 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: gretl -# Date created: Mar 22, 2002 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= gretl -PORTVERSION= 1.5.0 -CATEGORIES= misc -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Gnu Regression, Econometrics and Time-series Library - -BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot -LIB_DEPENDS= lapack.3:${PORTSDIR}/math/lapack \ - gmp.6:${PORTSDIR}/math/libgmp4 -RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot - -USE_BZIP2= yes -USE_X_PREFIX= yes -WANT_GNOME= yes -USE_GNOME= gnometarget gtk20 libxml2 -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -DGNUPLOT_PNG" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --enable-static --enable-shared --with-gmake -ALL_TARGET= # empty -INSTALLS_SHLIB= yes - -MAN1= gretl.1 gretl-config.1 - -.include <bsd.port.pre.mk> - -.if ${ARCH} == "alpha" -BROKEN= "math/lapack appears to be broken on alpha" -.endif - -.if ${OSVERSION} < 500018 -LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline -.endif - -.if ${HAVE_GNOME:Mlibgnomeui}!="" -PKGNAMESUFFIX= -gnome -USE_GNOME+= gnomeprefix gtksourceview libgnomeui -GCONF_SCHEMAS= gretl.schemas -DATADIR= ${PREFIX}/share/gnome/${PORTNAME} -.else -CONFIGURE_ARGS+= --without-gnome --without-gtksourceview -.endif - -.include <bsd.port.post.mk> diff --git a/math/gretl/distinfo b/math/gretl/distinfo deleted file mode 100644 index 013c1461ff63..000000000000 --- a/math/gretl/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gretl-1.5.0.tar.bz2) = 8bfbdf21565c7e3fa751b5630975367f -SHA256 (gretl-1.5.0.tar.bz2) = d2d3b2a0d7abcd6b30ab76ceb151f4b48eb39dfb882534d9c4fdec2fa8ac5c65 -SIZE (gretl-1.5.0.tar.bz2) = 4176894 diff --git a/math/gretl/files/patch-Makefile.in b/math/gretl/files/patch-Makefile.in deleted file mode 100644 index c4dab95e3ebc..000000000000 --- a/math/gretl/files/patch-Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ ---- Makefile.in.orig Thu Sep 12 00:35:22 2002 -+++ Makefile.in Mon Oct 21 10:02:37 2002 -@@ -22,8 +22,9 @@ - GUIDIR = gui - endif - --INSTALL_PROGRAM = ${INSTALL} -m 755 --INSTALL_DATA = ${INSTALL} -m 644 -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_DATA = @INSTALL_DATA@ - - export - diff --git a/math/gretl/files/patch-cli::Makefile.in b/math/gretl/files/patch-cli::Makefile.in deleted file mode 100644 index 67f5a701a191..000000000000 --- a/math/gretl/files/patch-cli::Makefile.in +++ /dev/null @@ -1,38 +0,0 @@ ---- cli/Makefile.in.orig Fri Sep 10 22:16:11 2004 -+++ cli/Makefile.in Sun Jan 15 14:18:39 2006 -@@ -9,12 +9,16 @@ - exec_prefix = @exec_prefix@ - bindir = @bindir@ - datadir = @datadir@ --localedir = $(datadir)/locale -+localedir = $(prefix)/share/locale - - have_readline = @have_readline@ - READLINE_LIBS = @READLINE_LIBS@ - READLINE_CFLAGS = @READLINE_CFLAGS@ - -+CPPFLAGS = @CPPFLAGS@ -+LDFLAGS = @LDFLAGS@ -+INTL_LIBS = @LTLIBINTL@ -+ - ifeq ($(CC),) - CC = gcc - endif -@@ -40,7 +44,7 @@ - - DEFS = -DLOCALEDIR=\"$(localedir)\" -DHAVE_CONFIG_H - --override CFLAGS += -I.. -I$(topsrc) -I$(libsrc) $(READLINE_CFLAGS) $(DEFS) -+override CFLAGS += -I.. -I$(topsrc) -I$(libsrc) $(READLINE_CFLAGS) $(DEFS) $(CPPFLAGS) - - CLI = gretlcli - LIBTOOL = ../libtool -@@ -50,7 +54,7 @@ - $(CC) $(CFLAGS) -MM $< > .deps/$*.d - - $(CLI): .deps $(OBJS) -- $(LIBTOOL) --mode=link $(CC) -o $@ $(OBJS) $(GRETLLIB) $(READLINE_LIBS) -+ $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $@ $(OBJS) $(GRETLLIB) $(READLINE_LIBS) $(INTL_LIBS) - - .deps: - mkdir $@ diff --git a/math/gretl/files/patch-configure b/math/gretl/files/patch-configure deleted file mode 100644 index 984588eccc50..000000000000 --- a/math/gretl/files/patch-configure +++ /dev/null @@ -1,30 +0,0 @@ ---- configure.orig Tue Dec 13 22:30:07 2005 -+++ configure Wed Feb 8 13:36:33 2006 -@@ -24725,27 +24725,6 @@ - have_gnuplot=yes - fi - --gnuplot_png=no --if test "$build_gui" = "yes" ; then -- echo "$as_me:$LINENO: checking for PNG support in gnuplot" >&5 --echo $ECHO_N "checking for PNG support in gnuplot... $ECHO_C" >&6 -- echo "set term png" | `which gnuplot` 2>/dev/null && gnuplot_png=yes -- if test "$gnuplot_png" = yes ; then -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -- cat >>confdefs.h <<\_ACEOF --#define GNUPLOT_PNG 1 --_ACEOF -- -- else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -- echo -- echo "* gretl needs PNG support in gnuplot." -- echo "* The current version of gnuplot is available from www.gnuplot.info" -- exit -- fi --fi - - - diff --git a/math/gretl/files/patch-gnome::Makefile.in b/math/gretl/files/patch-gnome::Makefile.in deleted file mode 100644 index 942dba413e23..000000000000 --- a/math/gretl/files/patch-gnome::Makefile.in +++ /dev/null @@ -1,30 +0,0 @@ ---- gnome/Makefile.in.orig Tue Nov 22 03:45:16 2005 -+++ gnome/Makefile.in Fri Jan 6 22:54:18 2006 -@@ -4,10 +4,10 @@ - docdir = $(topsrc)/doc - - INSTALL = @INSTALL@ --gnome_prefix = @gnome_prefix@ -+datadir = @datadir@ - have_gnome = @have_gnome@ - --sysconfdir = $(gnome_prefix)/etc -+sysconfdir = @sysconfdir@ - - GCONFTOOL = @GCONFTOOL@ - GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@ -@@ -23,10 +23,10 @@ - schemadir = $(GCONF_SCHEMA_FILE_DIR) - endif - --desktopdir = $(gnome_prefix)/share/applications --mimedir = $(gnome_prefix)/share/mime-info --gpixmaps = $(gnome_prefix)/share/pixmaps --schemadir = $(gnome_prefix)/etc/gconf/schemas -+desktopdir = $(datadir)/applications -+mimedir = $(datadir)/mime-info -+gpixmaps = $(datadir)/pixmaps -+schemadir = $(sysconfdir)/gconf/schemas - - install: install-images install-misc $(install_schemas) - diff --git a/math/gretl/files/patch-gui2::Makefile.in b/math/gretl/files/patch-gui2::Makefile.in deleted file mode 100644 index c327571c73af..000000000000 --- a/math/gretl/files/patch-gui2::Makefile.in +++ /dev/null @@ -1,91 +0,0 @@ ---- gui2/Makefile.in.orig Mon Nov 21 23:02:28 2005 -+++ gui2/Makefile.in Sun Jan 15 14:51:18 2006 -@@ -4,6 +4,7 @@ - exec_prefix = @exec_prefix@ - bindir = @bindir@ - libdir = @libdir@ -+datadir = @datadir@ - CC = @CC@ - CFLAGS = @CFLAGS@ - MAKE = @MAKE@ -@@ -47,7 +48,7 @@ - - ifeq ($(have_gtksourceview),yes) - langbase := $(shell pkg-config --variable=prefix gtksourceview-1.0) -- langdir = $(langbase)/share/gtksourceview-1.0/language-specs -+ langdir = $(datadir)/gtksourceview-1.0/language-specs - query_install_lang = install-lang - endif - -@@ -56,7 +57,7 @@ - GTKSOURCEVIEW_CFLAGS = -I$(topsrc)/gui2 - GTKSOURCEVIEW_LIBS = -L./gtksourceview -lgtksourceview-lite - MY_SOURCEVIEW_LIB = gtksourceview/libgtksourceview-lite.a -- langdir = $(prefix)/share/gretl/gtksourceview -+ langdir = $(datadir)/gretl/gtksourceview - query_install_lang = install-lang - endif - endif -@@ -66,14 +67,14 @@ - ../lib/libgretl-1.0.la - GUI_CFLAGS = $(GNOME_CFLAGS) $(GTKSOURCEVIEW_CFLAGS) $(GTK_EXTRA_CFLAGS) - query_install_gnome = install-gnome -- GNOMEDEF = -DDATADIR=\"$(gnome_prefix)/share\" -+ GNOMEDEF = -DDATADIR=\"$(datadir)\" - else - LIBS = $(GTK_LIBS) $(GTKSOURCEVIEW_LIBS) $(GTK_EXTRA_LIB) ../lib/libgretl-1.0.la - GUI_CFLAGS = $(GTK_CFLAGS) $(GTKSOURCEVIEW_CFLAGS) $(GTK_EXTRA_CFLAGS) - endif - ifeq ($(USE_NLS),yes) - datadir = @datadir@ -- localedir = $(datadir)/locale -+ localedir = $(prefix)/share/locale - NLSDEF = -DLOCALEDIR=\"$(localedir)\" - endif - -@@ -85,7 +86,7 @@ - - # Directories - bindir = $(prefix)/bin --gretldir = $(prefix)/share/gretl -+gretldir = $(datadir)/gretl - tooldir = $(topsrc)/tools - libsrc = $(topsrc)/lib/src - clisrc = $(topsrc)/cli -@@ -149,23 +150,23 @@ - $(CC) $(CFLAGS) -MM $< > .deps/$*.d - - $(PROG): .deps $(OBJS) $(HACK_OBJ) $(GTKEXTRA_LITE) $(MY_SOURCEVIEW_LIB) -- $(LIBTOOL) --mode=link $(CC) -o $@ $(OBJS) $(HACK_OBJ) $(LIBS) $(INETLIB) -+ $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $@ $(OBJS) $(HACK_OBJ) $(LIBS) $(INETLIB) - - $(HACK_OBJ): $(HACK_SRC) $(HACK_HDR) - $(CC) $(CFLAGS) $(GTK_CFLAGS) -c $< - - mklang: mklang.c - $(CC) -c -I.. -I$(libsrc) $< -- $(LIBTOOL) --mode=link $(CC) -o $@ mklang.o ../lib/libgretl-1.0.la -+ $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $@ mklang.o ../lib/libgretl-1.0.la - - gretl.lang: mklang - ./mklang > $@ - - $(GTKEXTRA_LITE): -- make -C gtkextra-lite -+ $(MAKE) -C gtkextra-lite - - gtksourceview/libgtksourceview-lite.a: -- make -C gtksourceview -+ $(MAKE) -C gtksourceview - - .deps: - mkdir $@ -@@ -180,7 +181,7 @@ - $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) -s $(PROG) $(bindir)/$(PROG) - - install-data: installdirs -- $(INSTALL_PROGRAM) ../gretl_sh $(bindir)/gretl -+ $(INSTALL_SCRIPT) ../gretl_sh $(bindir)/gretl - $(INSTALL_DATA) $(topsrc)/pixmaps/gretl-logo.xpm $(gretldir) - $(INSTALL_DATA) $(topsrc)/COPYING $(gretldir) - diff --git a/math/gretl/files/patch-gui2::omf-install::Makefile.in b/math/gretl/files/patch-gui2::omf-install::Makefile.in deleted file mode 100644 index c365f12bc2c0..000000000000 --- a/math/gretl/files/patch-gui2::omf-install::Makefile.in +++ /dev/null @@ -1,29 +0,0 @@ ---- gui2/omf-install/Makefile.in.orig Wed Apr 9 01:11:18 2003 -+++ gui2/omf-install/Makefile.in Mon Apr 14 17:37:41 2003 -@@ -1,13 +1,14 @@ --topsrc = $top_srcdir@ -+topsrc = @top_srcdir@ - tooldir = $(topsrc)/tools - - INSTALL = @INSTALL@ --gnome_prefix = @gnome_prefix@ -+INSTALL_DATA = @INSTALL_DATA@ -+datadir = @datadir@ - - VPATH = $(topsrc)/gui2/omf-install - --docdir = $(gnome_prefix)/share/gnome/help/gretl/C --omfdir = $(gnome_prefix)/share/omf/gretl -+docdir = $(datadir)/help/gretl/C -+omfdir = $(datadir)/omf/gretl - - gretl-C.omf: gretl-C.omf.in - scrollkeeper-preinstall $(docdir)/`awk 'BEGIN {RS = ">" } \ -@@ -16,5 +17,5 @@ - - install: gretl-C.omf - $(tooldir)/mkinstalldirs $(omfdir) -- $(INSTALL) -m 644 $< $(omfdir) -- scrollkeeper-update -p $(gnome_prefix)/var/scrollkeeper -+ $(INSTALL_DATA) $< $(omfdir) -+ scrollkeeper-update -p /var/db/scrollkeeper diff --git a/math/gretl/files/patch-lib::Makefile.in b/math/gretl/files/patch-lib::Makefile.in deleted file mode 100644 index bde274933e66..000000000000 --- a/math/gretl/files/patch-lib::Makefile.in +++ /dev/null @@ -1,52 +0,0 @@ ---- lib/Makefile.in.orig Thu Dec 8 00:25:48 2005 -+++ lib/Makefile.in Sun Jan 15 14:54:18 2006 -@@ -22,6 +22,11 @@ - - have_gtk = @have_gtk@ - -+datadir = @datadir@ -+CPPFLAGS = @CPPFLAGS@ -DDATADIR=\"$(datadir)\" -+LDFLAGS = @LDFLAGS@ -+INTL_LIBS = @LTLIBINTL@ -+ - ifeq ($(INSTALL_PROGRAM),) - INSTALL_PROGRAM = $(INSTALL) -m 755 - endif -@@ -36,7 +41,7 @@ - libdir = $(prefix)/lib - includedir = $(prefix)/include/gretl - aclocaldir = $(prefix)/share/aclocal --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - - INSTALLDIRS = $(libdir) $(includedir) $(aclocaldir) - -@@ -52,8 +57,8 @@ - - # hard-coded -L/usr/local/lib is a bodge!! - --LIBS = $(LAPACK_LIBS) -lm -ldl -L/usr/local/lib -lz $(XML_LIBS) \ -- $(GLIB_LIBS) $(GMP_LIBS) -+LIBS = $(LAPACK_LIBS) -lm -lz $(XML_LIBS) \ -+ $(GLIB_LIBS) $(GMP_LIBS) $(INTL_LIBS) - - #### End of system configuration section. #### - -@@ -186,7 +191,7 @@ - LIBTOOL = ../libtool - - override CFLAGS += -I.. -I$(topsrc) -I$(libsrc) $(XML_CFLAGS) $(GLIB_CFLAGS) \ -- $(GMP_CFLAGS) -DHAVE_CONFIG_H -+ $(GMP_CFLAGS) -DHAVE_CONFIG_H $(CPPFLAGS) - - COMPILE = $(LIBTOOL) --mode=compile $(CC) -c $(CFLAGS) - -@@ -195,7 +200,7 @@ - $(CC) $(CFLAGS) -MM -MT $*.lo $< > .deps/$*.d - - $(LIBGRETL): .deps $(LOBJS) $(AUX_LOBJ) -- $(LIBTOOL) --mode=link $(CC) -o $@ $(LOBJS) $(AUX_LOBJ) \ -+ $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $@ $(LOBJS) $(AUX_LOBJ) \ - -rpath $(prefix)/lib $(LIBS) \ - -version-info $(CURRENT):$(REVISION):$(AGE) - diff --git a/math/gretl/files/patch-lib::src::gretl_paths.c b/math/gretl/files/patch-lib::src::gretl_paths.c deleted file mode 100644 index 12770b080297..000000000000 --- a/math/gretl/files/patch-lib::src::gretl_paths.c +++ /dev/null @@ -1,13 +0,0 @@ ---- lib/src/gretl_paths.c.orig Wed Feb 11 06:14:36 2004 -+++ lib/src/gretl_paths.c Sun Feb 29 18:10:53 2004 -@@ -432,8 +432,8 @@ - if (home != NULL) { - strcpy(ppaths->gretldir, home); - } else { -- strcpy(ppaths->gretldir, GRETL_PREFIX); -- strcat(ppaths->gretldir, "/share/gretl/"); -+ strcpy(ppaths->gretldir, DATADIR); -+ strcat(ppaths->gretldir, "/gretl/"); - } - - sprintf(ppaths->binbase, "%sdb/", ppaths->gretldir); diff --git a/math/gretl/files/patch-plugin::Makefile.in b/math/gretl/files/patch-plugin::Makefile.in deleted file mode 100644 index 583ba44c4101..000000000000 --- a/math/gretl/files/patch-plugin::Makefile.in +++ /dev/null @@ -1,37 +0,0 @@ ---- plugin/Makefile.in.orig Sun May 22 12:11:20 2005 -+++ plugin/Makefile.in Wed Jul 6 02:05:05 2005 -@@ -8,6 +8,10 @@ - INSTALL = @INSTALL@ - LN = @LN_S@ - -+CPPFLAGS = @CPPFLAGS@ -+LDFLAGS = @LDFLAGS@ -+INTL_LIBS = @LTLIBINTL@ -+ - build_gui = @build_gui@ - have_gtk = @have_gtk@ - have_gmp = @have_gmp@ -@@ -145,7 +149,7 @@ - URCDATA = $(topsrc)/plugin/data/urcdata.gz - - override CFLAGS += $(GRETLINC) $(GTK_CFLAGS) $(GMP_CFLAGS) $(XML_CFLAGS) \ -- $(LIBOLE2_CFLAGS) $(AUDIO_CFLAGS) -I. $(GMPDEF) -+ $(LIBOLE2_CFLAGS) $(AUDIO_CFLAGS) -I. $(GMPDEF) $(CPPFLAGS) - - %.lo: %.c - $(COMPILE) $< -@@ -239,12 +243,12 @@ - .PHONY: - - install: $(GRETLLIB) $(PLUGINS) $(URCDATA) installdirs -- $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) \ -+ $(LIBTOOL) --mode=install $(INSTALL_DATA) \ - $(PLUGINS) $(plugindir) - $(INSTALL_DATA) $(URCDATA) $(plugindir)/data - - install-strip: $(GRETLLIB) $(PLUGINS) installdirs -- $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) -s \ -+ $(LIBTOOL) --mode=install $(INSTALL_DATA) -s \ - $(PLUGINS) $(plugindir) - - installdirs: diff --git a/math/gretl/files/patch-plugin::libole2::ms-ole2.h b/math/gretl/files/patch-plugin::libole2::ms-ole2.h deleted file mode 100644 index dc25fd58bcaf..000000000000 --- a/math/gretl/files/patch-plugin::libole2::ms-ole2.h +++ /dev/null @@ -1,14 +0,0 @@ ---- plugin/libole2/ms-ole.h.orig Fri Apr 12 03:41:50 2002 -+++ plugin/libole2/ms-ole.h Thu Dec 19 06:28:05 2002 -@@ -13,10 +13,10 @@ - - /* This should be done in glib */ - /* Allin Cottrell modifications here */ -+# include <sys/types.h> - #ifndef _WIN32 - # include <fcntl.h> /* for mode_t */ - #else --# include <sys/types.h> - # ifdef notdef - typedef unsigned long mode_t; - typedef /* signed */ long off_t; diff --git a/math/gretl/files/patch-plugin::workbook.c b/math/gretl/files/patch-plugin::workbook.c deleted file mode 100644 index d91482092391..000000000000 --- a/math/gretl/files/patch-plugin::workbook.c +++ /dev/null @@ -1,10 +0,0 @@ ---- plugin/workbook.c.orig Fri May 31 22:22:42 2002 -+++ plugin/workbook.c Sat Jul 27 08:45:00 2002 -@@ -24,6 +24,7 @@ - #include <stdio.h> - #include <stdlib.h> - #include <glib.h> -+#include <wchar.h> - - #ifdef G_OS_WIN32 - # include "../winconfig.h" diff --git a/math/gretl/files/patch-po::Makefile.in.in b/math/gretl/files/patch-po::Makefile.in.in deleted file mode 100644 index 53fa2d5ede09..000000000000 --- a/math/gretl/files/patch-po::Makefile.in.in +++ /dev/null @@ -1,11 +0,0 @@ ---- po/Makefile.in.in.orig Fri May 24 05:03:49 2002 -+++ po/Makefile.in.in Mon Oct 21 08:10:04 2002 -@@ -21,7 +21,7 @@ - prefix = @prefix@ - exec_prefix = @exec_prefix@ - datadir = @datadir@ --localedir = $(datadir)/locale -+localedir = $(prefix)/share/locale - gettextsrcdir = $(datadir)/gettext/po - - INSTALL = @INSTALL@ diff --git a/math/gretl/files/patch-share::Makefile.in b/math/gretl/files/patch-share::Makefile.in deleted file mode 100644 index b7eda4cfefb6..000000000000 --- a/math/gretl/files/patch-share::Makefile.in +++ /dev/null @@ -1,49 +0,0 @@ ---- share/Makefile.in.orig Wed Dec 14 00:24:43 2005 -+++ share/Makefile.in Fri Jan 6 22:59:04 2006 -@@ -1,15 +1,16 @@ - topsrc = @top_srcdir@ - - prefix = @prefix@ -+datadir = @datadir@ - have_gtk = @have_gtk@ - build_docs = @build_docs@ - --gretldir = $(prefix)/share/gretl -+gretldir = $(datadir)/gretl - tooldir = $(topsrc)/tools - sharesrc = $(topsrc)/share - pdfdir = $(topsrc)/doc/tex - --INSTALL_DATA = cp -fp -+INSTALL_DATA = @INSTALL_DATA@ - - ifeq ($(build_docs),yes) - AUTO_HELPFILES = \ -@@ -46,14 +47,14 @@ - all: $(AUTO_HELPFILES) - - $(AUTO_HELPFILES): -- make -C ../doc/commands help-all -+ $(MAKE) -C ../doc/commands help-all - - .PHONY : - - install: installdirs install_datafiles install_scripts install_help \ - $(INSTALL_GUI_SCRIPT_HELP) $(INSTALL_HELP_FIGS) - $(INSTALL_DATA) $(sharesrc)/gretl.stamp $(gretldir)/gretl.stamp -- make -C bcih install -+ $(MAKE) -C bcih install - - install-strip: install - -@@ -76,8 +77,8 @@ - $(INSTALL_DATA) $$f $(gretldir)/scripts/misc ; done - - install_man: gretl.1 -- $(tooldir)/mkinstalldirs $(prefix)/share/man/man1 -- $(INSTALL_DATA) $(topsrc)/gretl.1 $(prefix)/share/man/man1 -+ $(tooldir)/mkinstalldirs $(prefix)/man/man1 -+ $(INSTALL_DATA) $(topsrc)/gretl.1 $(prefix)/man/man1 - - install_helpfigs: - $(tooldir)/mkinstalldirs $(gretldir)/helpfigs diff --git a/math/gretl/files/patch-share::bcih::Makefile.in b/math/gretl/files/patch-share::bcih::Makefile.in deleted file mode 100644 index 0be68fd9f6f1..000000000000 --- a/math/gretl/files/patch-share::bcih::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ ---- share/bcih/Makefile.in.orig Sat Apr 26 04:32:37 2003 -+++ share/bcih/Makefile.in Sun May 4 03:16:24 2003 -@@ -4,7 +4,10 @@ - INSTALL_DATA = cp -fp - - prefix = @prefix@ --gretldir = $(prefix)/share/gretl -+datadir = @datadir@ -+gretldir = $(datadir)/gretl -+INSTALL_DATA = @INSTALL_DATA@ -+ - VPATH = $(topsrc)/share/bcih - - bcih.bin: mkbin bcih.dat diff --git a/math/gretl/files/patch-tools::ltmain.sh b/math/gretl/files/patch-tools::ltmain.sh deleted file mode 100644 index ab2039515415..000000000000 --- a/math/gretl/files/patch-tools::ltmain.sh +++ /dev/null @@ -1,23 +0,0 @@ ---- tools/ltmain.sh.orig Mon Feb 10 02:23:55 2003 -+++ tools/ltmain.sh Mon Apr 14 12:23:06 2003 -@@ -967,6 +967,7 @@ - ;; - - -avoid-version) -+ build_old_libs=no - avoid_version=yes - continue - ;; -@@ -4280,10 +4281,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/math/gretl/pkg-descr b/math/gretl/pkg-descr deleted file mode 100644 index b0fbe9f62440..000000000000 --- a/math/gretl/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -Gnu Regression, Econometrics and Time-series Library - -Features - - A wide variety of least-squares based estimators (including two-stage - least squares). - - Easy intuitive interface. - - Single commands to launch things like augmented Dickey-Fuller test, Chow - test for structural stability, Vector Autoregression. - - Reads own format ascii data files, Comma Separated Values files, BOX1 - files, own format binary databases (allowing mixed data frequencies and - series lengths) and RATS 4 databases. Includes a US macro database and a - perl script to create a database off economagic.com. See also the gretl - data page. - - Output models as LaTeX files, in tabular or equation format (not very - flexible yet). - - Integrated scripting language: enter commands either via the gui or via - script. - - Command loop structure for Monte Carlo simulations. - - GUI controller for fine-tuning Gnuplot graphs. - - Link to GNU R for further data analysis. - -WWW: http://gretl.sourceforge.net/ diff --git a/math/gretl/pkg-plist b/math/gretl/pkg-plist deleted file mode 100644 index 4bcc36ad86ad..000000000000 --- a/math/gretl/pkg-plist +++ /dev/null @@ -1,408 +0,0 @@ -bin/gretl -bin/gretl_x11 -bin/gretlcli -include/gretl/adf_kpss.h -include/gretl/bhhh_max.h -include/gretl/calendar.h -include/gretl/compare.h -include/gretl/compat.h -include/gretl/dataio.h -include/gretl/dataset.h -include/gretl/dbread.h -include/gretl/describe.h -include/gretl/discrete.h -include/gretl/estimate.h -include/gretl/forecast.h -include/gretl/generate.h -include/gretl/genrfuncs.h -include/gretl/genstack.h -include/gretl/graphing.h -include/gretl/gretl_commands.h -include/gretl/gretl_errors.h -include/gretl/gretl_func.h -include/gretl/gretl_intl.h -include/gretl/gretl_list.h -include/gretl/gretl_matrix.h -include/gretl/gretl_model.h -include/gretl/gretl_paths.h -include/gretl/gretl_prn.h -include/gretl/gretl_restrict.h -include/gretl/gretl_string_table.h -include/gretl/gretl_utils.h -include/gretl/gretl_win32.h -include/gretl/gretl_xml.h -include/gretl/interact.h -include/gretl/libgretl.h -include/gretl/libset.h -include/gretl/missing.h -include/gretl/modelprint.h -include/gretl/modelspec.h -include/gretl/monte_carlo.h -include/gretl/nls.h -include/gretl/nonparam.h -include/gretl/objstack.h -include/gretl/options.h -include/gretl/plugins.h -include/gretl/printout.h -include/gretl/pvalues.h -include/gretl/qr_estimate.h -include/gretl/random.h -include/gretl/strutils.h -include/gretl/subsample.h -include/gretl/system.h -include/gretl/texprint.h -include/gretl/transforms.h -include/gretl/tsls.h -include/gretl/var.h -include/gretl/varprint.h -lib/gretl-gtk2/arma.so -lib/gretl-gtk2/arma_x12.so -lib/gretl-gtk2/data/urcdata.gz -lib/gretl-gtk2/eviews_import.so -lib/gretl-gtk2/excel_import.so -lib/gretl-gtk2/fractals.so -lib/gretl-gtk2/garch.so -lib/gretl-gtk2/gnumeric_import.so -lib/gretl-gtk2/johansen.so -lib/gretl-gtk2/kernel.so -lib/gretl-gtk2/lad.so -lib/gretl-gtk2/leverage.so -lib/gretl-gtk2/mailer.so -lib/gretl-gtk2/mp_ols.so -lib/gretl-gtk2/nistcheck.so -lib/gretl-gtk2/panel_data.so -lib/gretl-gtk2/pca.so -lib/gretl-gtk2/poisson.so -lib/gretl-gtk2/progress_bar.so -lib/gretl-gtk2/range-mean.so -lib/gretl-gtk2/stata_import.so -lib/gretl-gtk2/stats_tables.so -lib/gretl-gtk2/sysest.so -lib/gretl-gtk2/tobit.so -lib/gretl-gtk2/tramo-x12a.so -lib/gretl-gtk2/urcdist.so -lib/gretl-gtk2/vif.so -lib/libgretl-1.0.a -lib/libgretl-1.0.so -lib/libgretl-1.0.so.0 -libdata/pkgconfig/gretl.pc -%%GNOME:%%share/gnome/applications/gretl.desktop -%%DATADIR%%/COPYING -%%DATADIR%%/data/data10-1.gdt -%%DATADIR%%/data/data10-2.gdt -%%DATADIR%%/data/data10-3.gdt -%%DATADIR%%/data/data10-4.gdt -%%DATADIR%%/data/data10-5.gdt -%%DATADIR%%/data/data10-6.gdt -%%DATADIR%%/data/data10-7.gdt -%%DATADIR%%/data/data10-8.gdt -%%DATADIR%%/data/data11-1.gdt -%%DATADIR%%/data/data12-1.gdt -%%DATADIR%%/data/data13-1.gdt -%%DATADIR%%/data/data2-1.gdt -%%DATADIR%%/data/data2-2.gdt -%%DATADIR%%/data/data2-3.gdt -%%DATADIR%%/data/data3-1.gdt -%%DATADIR%%/data/data3-10.gdt -%%DATADIR%%/data/data3-11.gdt -%%DATADIR%%/data/data3-12.gdt -%%DATADIR%%/data/data3-13.gdt -%%DATADIR%%/data/data3-14.gdt -%%DATADIR%%/data/data3-15.gdt -%%DATADIR%%/data/data3-2.gdt -%%DATADIR%%/data/data3-3.gdt -%%DATADIR%%/data/data3-4.gdt -%%DATADIR%%/data/data3-5.gdt -%%DATADIR%%/data/data3-6.gdt -%%DATADIR%%/data/data3-7.gdt -%%DATADIR%%/data/data3-8.gdt -%%DATADIR%%/data/data3-9.gdt -%%DATADIR%%/data/data4-1.gdt -%%DATADIR%%/data/data4-10.gdt -%%DATADIR%%/data/data4-11.gdt -%%DATADIR%%/data/data4-12.gdt -%%DATADIR%%/data/data4-13.gdt -%%DATADIR%%/data/data4-14.gdt -%%DATADIR%%/data/data4-15.gdt -%%DATADIR%%/data/data4-16.gdt -%%DATADIR%%/data/data4-17.gdt -%%DATADIR%%/data/data4-2.gdt -%%DATADIR%%/data/data4-3.gdt -%%DATADIR%%/data/data4-3a.gdt -%%DATADIR%%/data/data4-4.gdt -%%DATADIR%%/data/data4-5.gdt -%%DATADIR%%/data/data4-6.gdt -%%DATADIR%%/data/data4-7.gdt -%%DATADIR%%/data/data4-8.gdt -%%DATADIR%%/data/data4-9.gdt -%%DATADIR%%/data/data6-1.gdt -%%DATADIR%%/data/data6-2.gdt -%%DATADIR%%/data/data6-3.gdt -%%DATADIR%%/data/data6-4.gdt -%%DATADIR%%/data/data6-5.gdt -%%DATADIR%%/data/data6-6.gdt -%%DATADIR%%/data/data7-1.gdt -%%DATADIR%%/data/data7-10.gdt -%%DATADIR%%/data/data7-11.gdt -%%DATADIR%%/data/data7-12.gdt -%%DATADIR%%/data/data7-13.gdt -%%DATADIR%%/data/data7-14.gdt -%%DATADIR%%/data/data7-15.gdt -%%DATADIR%%/data/data7-16.gdt -%%DATADIR%%/data/data7-17.gdt -%%DATADIR%%/data/data7-18.gdt -%%DATADIR%%/data/data7-19.gdt -%%DATADIR%%/data/data7-2.gdt -%%DATADIR%%/data/data7-20.gdt -%%DATADIR%%/data/data7-21.gdt -%%DATADIR%%/data/data7-22.gdt -%%DATADIR%%/data/data7-23.gdt -%%DATADIR%%/data/data7-24.gdt -%%DATADIR%%/data/data7-26.gdt -%%DATADIR%%/data/data7-3.gdt -%%DATADIR%%/data/data7-4.gdt -%%DATADIR%%/data/data7-5.gdt -%%DATADIR%%/data/data7-6.gdt -%%DATADIR%%/data/data7-7.gdt -%%DATADIR%%/data/data7-8.gdt -%%DATADIR%%/data/data7-9.gdt -%%DATADIR%%/data/data8-1.gdt -%%DATADIR%%/data/data8-2.gdt -%%DATADIR%%/data/data8-3.gdt -%%DATADIR%%/data/data9-1.gdt -%%DATADIR%%/data/data9-10.gdt -%%DATADIR%%/data/data9-11.gdt -%%DATADIR%%/data/data9-12.gdt -%%DATADIR%%/data/data9-13.gdt -%%DATADIR%%/data/data9-2.gdt -%%DATADIR%%/data/data9-3.gdt -%%DATADIR%%/data/data9-4.gdt -%%DATADIR%%/data/data9-5.gdt -%%DATADIR%%/data/data9-6.gdt -%%DATADIR%%/data/data9-7.gdt -%%DATADIR%%/data/data9-8.gdt -%%DATADIR%%/data/data9-9.gdt -%%DATADIR%%/data/descriptions -%%DATADIR%%/data/greene/greene10_3.gdt -%%DATADIR%%/data/greene/greene11_3.gdt -%%DATADIR%%/data/greene/greene12_1.gdt -%%DATADIR%%/data/greene/greene13_1.gdt -%%DATADIR%%/data/greene/greene14_1.gdt -%%DATADIR%%/data/greene/greene18_1.gdt -%%DATADIR%%/data/greene/greene18_2.gdt -%%DATADIR%%/data/greene/greene19_1.gdt -%%DATADIR%%/data/greene/greene22_2.gdt -%%DATADIR%%/data/greene/greene5_1.gdt -%%DATADIR%%/data/greene/greene7_8.gdt -%%DATADIR%%/data/greene/greene8_3.gdt -%%DATADIR%%/data/greene/greene9_1.gdt -%%DATADIR%%/data/greene/wg_descriptions -%%DATADIR%%/data/gretldata.dtd -%%DATADIR%%/data/misc/anscombe.gdt -%%DATADIR%%/data/misc/arma.gdt -%%DATADIR%%/data/misc/armaloop.gdt -%%DATADIR%%/data/misc/b-g.gdt -%%DATADIR%%/data/misc/denmark.gdt -%%DATADIR%%/data/misc/descriptions -%%DATADIR%%/data/misc/djclose.gdt -%%DATADIR%%/data/misc/ects_nls.gdt -%%DATADIR%%/data/misc/hamilton.gdt -%%DATADIR%%/data/misc/jgm-data.gdt -%%DATADIR%%/data/misc/klein.gdt -%%DATADIR%%/data/misc/kmenta.gdt -%%DATADIR%%/data/misc/leverage.gdt -%%DATADIR%%/data/misc/longley.gdt -%%DATADIR%%/data/misc/mccullagh.gdt -%%DATADIR%%/data/misc/mrw.gdt -%%DATADIR%%/data/misc/np.gdt -%%DATADIR%%/data/misc/poisson.gdt -%%DATADIR%%/data/misc/sw_ch12.gdt -%%DATADIR%%/data/misc/sw_ch14.gdt -%%DATADIR%%/data/nist/Filip.dat -%%DATADIR%%/data/nist/Longley.dat -%%DATADIR%%/data/nist/NoInt1.dat -%%DATADIR%%/data/nist/NoInt2.dat -%%DATADIR%%/data/nist/Norris.dat -%%DATADIR%%/data/nist/Pontius.dat -%%DATADIR%%/data/nist/Wampler1.dat -%%DATADIR%%/data/nist/Wampler2.dat -%%DATADIR%%/data/nist/Wampler3.dat -%%DATADIR%%/data/nist/Wampler4.dat -%%DATADIR%%/data/nist/Wampler5.dat -%%DATADIR%%/db/fedstl.bin -%%DATADIR%%/db/fedstl.idx -%%DATADIR%%/doc/gretl-guide.pdf -%%DATADIR%%/doc/gretl-ref.pdf -%%DATADIR%%/gretl-logo.xpm -%%DATADIR%%/gretl.stamp -%%DATADIR%%/gretlcli.hlp -%%DATADIR%%/gretlcli.hlp.es -%%DATADIR%%/gretlcli.hlp.it -%%DATADIR%%/gretlcmd.hlp -%%DATADIR%%/gretlcmd.hlp.es -%%DATADIR%%/gretlcmd.hlp.it -%%DATADIR%%/gretlgui.hlp -%%DATADIR%%/gretlgui.hlp.es -%%DATADIR%%/gretlgui.hlp.it -%%DATADIR%%/helpfigs/adf1.png -%%DATADIR%%/helpfigs/aic.png -%%DATADIR%%/helpfigs/arlags.png -%%DATADIR%%/helpfigs/autocorr.png -%%DATADIR%%/helpfigs/bic_orig.png -%%DATADIR%%/helpfigs/cumulate.png -%%DATADIR%%/helpfigs/dffit.png -%%DATADIR%%/helpfigs/ell.png -%%DATADIR%%/helpfigs/garch_h.png -%%DATADIR%%/helpfigs/greene_Cfunc.png -%%DATADIR%%/helpfigs/hsk.png -%%DATADIR%%/helpfigs/hurst.png -%%DATADIR%%/helpfigs/influence.png -%%DATADIR%%/helpfigs/kernel1.png -%%DATADIR%%/helpfigs/kernel2.png -%%DATADIR%%/helpfigs/lambda.png -%%DATADIR%%/helpfigs/logistic1.png -%%DATADIR%%/helpfigs/logistic2.png -%%DATADIR%%/helpfigs/mahal.png -%%DATADIR%%/helpfigs/mahal2.png -%%DATADIR%%/helpfigs/nw1.png -%%DATADIR%%/helpfigs/nw2.png -%%DATADIR%%/helpfigs/poisson1.png -%%DATADIR%%/helpfigs/poisson2.png -%%DATADIR%%/helpfigs/simformula.png -%%DATADIR%%/helpfigs/syssigma1.png -%%DATADIR%%/helpfigs/syssigma2.png -%%DATADIR%%/helpfigs/vif.png -%%DATADIR%%/scripts/greene11_3.inp -%%DATADIR%%/scripts/greene12_1.inp -%%DATADIR%%/scripts/greene14_1.inp -%%DATADIR%%/scripts/greene14_2.inp -%%DATADIR%%/scripts/greene18_6.inp -%%DATADIR%%/scripts/greene19_1.inp -%%DATADIR%%/scripts/greene19_3.inp -%%DATADIR%%/scripts/greene22_2.inp -%%DATADIR%%/scripts/greene7_8.inp -%%DATADIR%%/scripts/greene8_3.inp -%%DATADIR%%/scripts/greene9_1.inp -%%DATADIR%%/scripts/greene9_3.inp -%%DATADIR%%/scripts/misc/arma.inp -%%DATADIR%%/scripts/misc/armaloop.inp -%%DATADIR%%/scripts/misc/ects_nls.inp -%%DATADIR%%/scripts/misc/garch.inp -%%DATADIR%%/scripts/misc/jgm-1996.inp -%%DATADIR%%/scripts/misc/klein.inp -%%DATADIR%%/scripts/misc/kmenta.inp -%%DATADIR%%/scripts/misc/leverage.inp -%%DATADIR%%/scripts/misc/longley.inp -%%DATADIR%%/scripts/misc/mrw.inp -%%DATADIR%%/scripts/misc/perron97.inp -%%DATADIR%%/scripts/misc/ps_descriptions -%%DATADIR%%/scripts/misc/pscoin.inp -%%DATADIR%%/scripts/misc/restrict.inp -%%DATADIR%%/scripts/misc/sw_ch12.inp -%%DATADIR%%/scripts/misc/sw_ch14.inp -%%DATADIR%%/scripts/ps10-1.inp -%%DATADIR%%/scripts/ps10-10.inp -%%DATADIR%%/scripts/ps10-11.inp -%%DATADIR%%/scripts/ps10-2.inp -%%DATADIR%%/scripts/ps10-3.inp -%%DATADIR%%/scripts/ps10-4.inp -%%DATADIR%%/scripts/ps10-5a.inp -%%DATADIR%%/scripts/ps10-5b.inp -%%DATADIR%%/scripts/ps10-6.inp -%%DATADIR%%/scripts/ps10-7.inp -%%DATADIR%%/scripts/ps10-8.inp -%%DATADIR%%/scripts/ps10-9.inp -%%DATADIR%%/scripts/ps11-1.inp -%%DATADIR%%/scripts/ps11-2.inp -%%DATADIR%%/scripts/ps11-3.inp -%%DATADIR%%/scripts/ps12-1.inp -%%DATADIR%%/scripts/ps13-1.inp -%%DATADIR%%/scripts/ps2-1.inp -%%DATADIR%%/scripts/ps2-2.inp -%%DATADIR%%/scripts/ps2-3.inp -%%DATADIR%%/scripts/ps3-1.inp -%%DATADIR%%/scripts/ps3-2.inp -%%DATADIR%%/scripts/ps3-3.inp -%%DATADIR%%/scripts/ps3-4.inp -%%DATADIR%%/scripts/ps3-5.inp -%%DATADIR%%/scripts/ps3-6.inp -%%DATADIR%%/scripts/ps4-1.inp -%%DATADIR%%/scripts/ps4-2.inp -%%DATADIR%%/scripts/ps4-3.inp -%%DATADIR%%/scripts/ps4-4.inp -%%DATADIR%%/scripts/ps4-5.inp -%%DATADIR%%/scripts/ps5-1.inp -%%DATADIR%%/scripts/ps5-2.inp -%%DATADIR%%/scripts/ps5-3.inp -%%DATADIR%%/scripts/ps5-4.inp -%%DATADIR%%/scripts/ps5-5.inp -%%DATADIR%%/scripts/ps6-1.inp -%%DATADIR%%/scripts/ps6-10.inp -%%DATADIR%%/scripts/ps6-11.inp -%%DATADIR%%/scripts/ps6-12.inp -%%DATADIR%%/scripts/ps6-2.inp -%%DATADIR%%/scripts/ps6-3.inp -%%DATADIR%%/scripts/ps6-4.inp -%%DATADIR%%/scripts/ps6-5.inp -%%DATADIR%%/scripts/ps6-6.inp -%%DATADIR%%/scripts/ps6-7.inp -%%DATADIR%%/scripts/ps6-8.inp -%%DATADIR%%/scripts/ps6-9.inp -%%DATADIR%%/scripts/ps7-1.inp -%%DATADIR%%/scripts/ps7-2.inp -%%DATADIR%%/scripts/ps7-3.inp -%%DATADIR%%/scripts/ps7-4.inp -%%DATADIR%%/scripts/ps7-5.inp -%%DATADIR%%/scripts/ps7-6.inp -%%DATADIR%%/scripts/ps7-7.inp -%%DATADIR%%/scripts/ps8-1.inp -%%DATADIR%%/scripts/ps8-2.inp -%%DATADIR%%/scripts/ps8-3.inp -%%DATADIR%%/scripts/ps8-4.inp -%%DATADIR%%/scripts/ps8-5.inp -%%DATADIR%%/scripts/ps8-6.inp -%%DATADIR%%/scripts/ps8-7.inp -%%DATADIR%%/scripts/ps8-8.inp -%%DATADIR%%/scripts/ps9-1.inp -%%DATADIR%%/scripts/ps9-10.inp -%%DATADIR%%/scripts/ps9-2.inp -%%DATADIR%%/scripts/ps9-3.inp -%%DATADIR%%/scripts/ps9-4.inp -%%DATADIR%%/scripts/ps9-5.inp -%%DATADIR%%/scripts/ps9-6.inp -%%DATADIR%%/scripts/ps9-7.inp -%%DATADIR%%/scripts/ps9-8.inp -%%DATADIR%%/scripts/ps9-9.inp -%%DATADIR%%/scripts/ps_descriptions -%%DATADIR%%/scripts/testinp -%%DATADIR%%/scripts/wg_ps_descriptions -%%GNOME:%%share/gnome/gtksourceview-1.0/language-specs/gnuplot.lang -%%GNOME:%%share/gnome/gtksourceview-1.0/language-specs/gretl.lang -%%GNOME:%%share/gnome/mime-info/gretl.keys -%%GNOME:%%share/gnome/mime-info/gretl.mime -%%GNOME:%%share/gnome/pixmaps/gnome-application-x-gretldata.png -%%GNOME:%%share/gnome/pixmaps/gnome-application-x-gretlsession.png -%%GNOME:%%share/gnome/pixmaps/gretl-logo.xpm -%%GNOME:%%share/gnome/pixmaps/gretl.png -share/locale/de/LC_MESSAGES/gretl.mo -share/locale/es/LC_MESSAGES/gretl.mo -share/locale/eu/LC_MESSAGES/gretl.mo -share/locale/fr/LC_MESSAGES/gretl.mo -share/locale/it/LC_MESSAGES/gretl.mo -share/locale/ja/LC_MESSAGES/gretl.mo -share/locale/pl/LC_MESSAGES/gretl.mo -share/locale/rw/LC_MESSAGES/gretl.mo -share/locale/tr/LC_MESSAGES/gretl.mo -@dirrm %%DATADIR%%/scripts/misc -@dirrm %%DATADIR%%/scripts -@dirrm %%DATADIR%%/helpfigs -@dirrm %%DATADIR%%/doc -@dirrm %%DATADIR%%/db -@dirrm %%DATADIR%%/data/nist -@dirrm %%DATADIR%%/data/misc -@dirrm %%DATADIR%%/data/greene -@dirrm %%DATADIR%%/data -@dirrm %%DATADIR%% -@dirrm lib/gretl-gtk2/data -@dirrm lib/gretl-gtk2 -@dirrm include/gretl diff --git a/math/kcalc/Makefile b/math/kcalc/Makefile deleted file mode 100644 index e2e833f5a58e..000000000000 --- a/math/kcalc/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -# New ports collection makefile for: kdeutils3 -# Date created: 3 November 2001 -# Whom: will@cvs.kde.org -# -# $FreeBSD$ -# - -PORTNAME= kdeutils -PORTVERSION= ${KDE_VERSION} -PORTREVISION= 1 -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.6:${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 -USE_REINPLACE= yes -DO_NOT_COMPILE+=klaptopdaemon kmilo -CONFIGURE_ENV+= DO_NOT_COMPILE="${DO_NOT_COMPILE}" -CONFIGURE_ARGS+=--with-pythondir=${LOCALBASE} - -INSTALLS_SHLIB= 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 5faa42cb5708..000000000000 --- a/math/kcalc/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (KDE/kdeutils-3.5.1.tar.bz2) = 1286c6a09b04452adfe492de2fad79bd -SHA256 (KDE/kdeutils-3.5.1.tar.bz2) = 4d94e79f4fff451474ce94d354ac8b591114d5c7ac1644dbd3852ee97e773ca5 -SIZE (KDE/kdeutils-3.5.1.tar.bz2) = 2974660 diff --git a/math/kcalc/files/patch-post-3.5.1-superkaramba b/math/kcalc/files/patch-post-3.5.1-superkaramba deleted file mode 100644 index 264523346184..000000000000 --- a/math/kcalc/files/patch-post-3.5.1-superkaramba +++ /dev/null @@ -1,64 +0,0 @@ ---- superkaramba/src/karamba.cpp.orig Sun Jan 29 20:28:05 2006 -+++ superkaramba/src/karamba.cpp Sun Jan 29 20:55:33 2006 -@@ -544,7 +544,7 @@ - QFileInfo info(path); - if( info.isRelative()) - path = m_theme.path() +"/" + path; -- (new karamba( path, false ))->show(); -+ (new karamba( path, QString() ))->show(); - } - - if(lineParser.meter() == "<GROUP>") ---- superkaramba/src/karambaapp.cpp.orig Sun Jan 29 21:01:46 2006 -+++ superkaramba/src/karambaapp.cpp Sun Jan 29 21:02:23 2006 -@@ -279,7 +279,7 @@ - { - karamba *mainWin = 0; - -- mainWin = new karamba(*it , false); -+ mainWin = new karamba(*it , QString()); - mainWin->show(); - result = true; - } ---- superkaramba/src/karambainterface.cpp.orig Sun Jan 29 21:00:35 2006 -+++ superkaramba/src/karambainterface.cpp Sun Jan 29 21:01:06 2006 -@@ -72,7 +72,7 @@ - QFileInfo file(filename); - if(file.exists()) - { -- (new karamba(filename, false))->show(); -+ (new karamba(filename, QString()))->show(); - } - } - ---- superkaramba/src/misc_python.cpp.orig Sun Jan 29 20:58:06 2006 -+++ superkaramba/src/misc_python.cpp Sun Jan 29 20:58:23 2006 -@@ -459,7 +459,7 @@ - - if( file.exists() ) - { -- currTheme = new karamba( filename, false ); -+ currTheme = new karamba( filename, QString() ); - currTheme->show(); - } - ---- superkaramba/src/themesdlg.cpp.orig Sun Jan 29 21:03:36 2006 -+++ superkaramba/src/themesdlg.cpp Sun Jan 29 21:04:22 2006 -@@ -195,7 +195,7 @@ - ThemeFile* tf = w->themeFile(); - if(tf) - { -- (new karamba(tf->file(), false))->show(); -+ (new karamba(tf->file(), QString()))->show(); - } - } - } -@@ -210,7 +210,7 @@ - { - ThemeFile file(*it); - if(file.isValid()) -- (new karamba(*it, false))->show(); -+ (new karamba(*it, QString()))->show(); - } - } - 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 e7f5117ec760..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/ksim.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/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 bb888416f71d..000000000000 --- a/math/librandlib/Makefile +++ /dev/null @@ -1,35 +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 - -INSTALLS_SHLIB= yes -MAKE_ENV= NOPROFILE=true -WRKSRC= ${WRKDIR}/${DISTNAME}/src - -.include <bsd.port.pre.mk> - -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 -.if ${PORTOBJFORMAT} == "aout" - ${LN} -sf libranlib.so.1.0 ${PREFIX}/lib/libranlib.so -.endif - -.include <bsd.port.post.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 84a6d2c1cdcd..000000000000 --- a/math/metis4/Makefile +++ /dev/null @@ -1,44 +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 -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} == "amd64" -post-configure: - @${REINPLACE_CMD} -e 's+COPTIONS =+COPTIONS = -fPIC+;' \ - ${WRKSRC}/Makefile.in -.endif - -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 -.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 83491793c815..000000000000 --- a/math/metis4/pkg-plist +++ /dev/null @@ -1,19 +0,0 @@ -bin/graphchk -bin/kmetis -bin/mesh2dual -bin/mesh2nodal -bin/oemetis -bin/onmetis -bin/partdmesh -bin/partnmesh -bin/pmetis -lib/libmetis.a -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/octave-devel/Makefile b/math/octave-devel/Makefile deleted file mode 100644 index 1035777d5287..000000000000 --- a/math/octave-devel/Makefile +++ /dev/null @@ -1,69 +0,0 @@ -# New ports collection makefile for: octave -# Date created: 8 September 1998 -# Whom: chuckr@freebsd.org -# -# $FreeBSD$ -# - -PORTNAME= octave -PORTVERSION= 2.1.71 -CATEGORIES= math -MASTER_SITES= ftp://ftp.octave.org/pub/octave/bleeding-edge/ \ - ftp://ftp.eos.hokudai.ac.jp/pub/GNU/misc/octave/bleeding-edge/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= High-level interactive language for numerical computations - -BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot -RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot -LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw \ - atlas.1:${PORTSDIR}/math/atlas - -USE_BZIP2= yes -USE_PERL5_BUILD=yes -USE_GMAKE= yes -GNU_CONFIGURE= yes - -INFO= octave liboctave -MAN1= octave.1 octave-bug.1 mkoctfile.1 octave-config.1 - -OCTAVE_VERSION= ${PORTVERSION} -GNU_HOST= ${ARCH}-portbld-freebsd${OSREL} -PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION} GNU_HOST=${GNU_HOST} - -F77?= f77 - -CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \ - CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ - F77="${F77}" \ - FFLAGS="${FFLAGS}" -CONFIGURE_ARGS= --host=${GNU_HOST} \ - --with-blas="-L${LOCALBASE}/lib -lf77blas -lcblas -latlas" \ - --with-lapack=-lalapack \ - --enable-shared - -SUB_FILES= octave -SUB_LIST= OCTAVE_VERSION="${OCTAVE_VERSION}" - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= "Does not compile on FreeBSD 4.x" -.endif - -.if ${OSVERSION} < 500000 -CONFIGURE_ARGS+= --disable-readline -.endif - -post-install: - ${INSTALL_SCRIPT} ${WRKDIR}/octave ${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/doc/liboctave/liboctave.info ${PREFIX}/info -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for file in faq/Octave-FAQ.ps interpreter/octave.ps liboctave/liboctave.ps \ - refcard/refcard-a4.ps refcard/refcard-legal.ps refcard/refcard-letter.ps - ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.post.mk> diff --git a/math/octave-devel/distinfo b/math/octave-devel/distinfo deleted file mode 100644 index f0452868e8a8..000000000000 --- a/math/octave-devel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (octave-2.1.71.tar.bz2) = 2ab06912017c833549035111f0ab592f -SHA256 (octave-2.1.71.tar.bz2) = c3a47eada5132bef4043cc9730466c133e1f3793f2b7f8e0e6c9620553747337 -SIZE (octave-2.1.71.tar.bz2) = 5784751 diff --git a/math/octave-devel/files/octave.in b/math/octave-devel/files/octave.in deleted file mode 100644 index 02b15598e3da..000000000000 --- a/math/octave-devel/files/octave.in +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -# -# $FreeBSD: /tmp/pcvs/ports/math/octave-devel/files/octave.in,v 1.1 2005-05-26 17:32:40 jylefort Exp $ - -OCTAVE_EXEC=%%PREFIX%%/bin/octave-%%OCTAVE_VERSION%% -LD_LIBRARY_PATH=%%PREFIX%%/lib/octave-%%OCTAVE_VERSION%%; export LD_LIBRARY_PATH - -exec $OCTAVE_EXEC "$@" diff --git a/math/octave-devel/files/patch-aa b/math/octave-devel/files/patch-aa deleted file mode 100644 index 2e4bfbb01073..000000000000 --- a/math/octave-devel/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/liboctave/Makefile.in.orig Wed May 25 22:19:58 2005 -+++ doc/liboctave/Makefile.in Wed May 25 22:52:46 2005 -@@ -43,7 +43,7 @@ - .PHONY: all - - liboctave.info: $(TEXINFO) ../conf.texi -- -$(MAKEINFO) -I$(srcdir) -I$(srcdir)/.. $(srcdir)/liboctave.texi -+ -$(MAKEINFO) --force --no-split -I$(srcdir) -I$(srcdir)/.. $(srcdir)/liboctave.texi - - liboctave.dvi: $(TEXINFO) ../conf.texi - -TEXINPUTS="$(srcdir):$(srcdir)/..:$(TEXINPUTS):"; \ diff --git a/math/octave-devel/files/patch-ab b/math/octave-devel/files/patch-ab deleted file mode 100644 index 37667cf58d8c..000000000000 --- a/math/octave-devel/files/patch-ab +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig Wed May 7 04:08:03 2003 -+++ configure Tue Jun 10 01:14:35 2003 -@@ -700,7 +700,6 @@ - fi - - ac_tool_prefix= --test -n "$host_alias" && ac_tool_prefix=$host_alias- - - test "$silent" = yes && exec 6>/dev/null - -@@ -18767,6 +18766,9 @@ - $(CXX) -c $(CPPFLAGS) $(CXXFLAGS_NO_PT_FLAGS) $< - - unwind-prot.o: unwind-prot.cc -+ $(CXX) -c $(CPPFLAGS) $(CXXFLAGS_NO_PT_FLAGS) $< -+ -+xdiv.o: xdiv.cc - $(CXX) -c $(CPPFLAGS) $(CXXFLAGS_NO_PT_FLAGS) $< - - EOF diff --git a/math/octave-devel/files/patch-ag b/math/octave-devel/files/patch-ag deleted file mode 100644 index dbabcbe42134..000000000000 --- a/math/octave-devel/files/patch-ag +++ /dev/null @@ -1,14 +0,0 @@ ---- src/sysdep.cc.orig Sat Jan 4 15:21:29 2003 -+++ src/sysdep.cc Tue Jun 10 01:23:09 2003 -@@ -98,7 +98,11 @@ - #ifndef FP_X_DNML - #define FP_X_DNML 0 - #endif -+#if defined(__alpha__) -+ fpsetmask (~(FP_X_OFL|FP_X_INV|FP_X_DZ|FP_X_UFL|FP_X_IMP)); -+#else - fpsetmask (~(FP_X_OFL|FP_X_INV|FP_X_DZ|FP_X_DNML|FP_X_UFL|FP_X_IMP)); -+#endif - #endif - } - #endif diff --git a/math/octave-devel/files/patch-doc:interpreter:Makefile.in b/math/octave-devel/files/patch-doc:interpreter:Makefile.in deleted file mode 100644 index f5e55d53ac7f..000000000000 --- a/math/octave-devel/files/patch-doc:interpreter:Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/interpreter/Makefile.in.orig Wed May 25 22:21:11 2005 -+++ doc/interpreter/Makefile.in Wed May 25 22:21:04 2005 -@@ -89,7 +89,7 @@ - @$(top_srcdir)/move-if-change $@.t $@ - - octave.info: $(MAIN_TEXINFO) $(SUB_TEXINFO) ../conf.texi -- -$(MAKEINFO) -I$(srcdir) -I$(srcdir)/.. $< -+ -$(MAKEINFO) --no-split -I$(srcdir) -I$(srcdir)/.. $< - - octave.dvi: $(MAIN_TEXINFO) $(SUB_TEXINFO) ../conf.texi - -TEXINPUTS="$(srcdir):$(srcdir)/..:$(TEXINPUTS):"; \ diff --git a/math/octave-devel/files/patch-mkoctfile.in b/math/octave-devel/files/patch-mkoctfile.in deleted file mode 100644 index 23a1315142df..000000000000 --- a/math/octave-devel/files/patch-mkoctfile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- mkoctfile.in.orig Sun Mar 27 14:13:29 2005 -+++ mkoctfile.in Wed May 25 23:00:43 2005 -@@ -184,7 +184,7 @@ - -D*) - defs="$defs $1" - ;; -- -[lLR]*) -+ -[lLR]* | -pthread) - ldflags="$ldflags $1" - ;; - -M | --depend) diff --git a/math/octave-devel/pkg-descr b/math/octave-devel/pkg-descr deleted file mode 100644 index 8932a90d1885..000000000000 --- a/math/octave-devel/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Octave is a high-level language, primarily intended for numerical -computations. It provides a convenient command line interface for -solving linear and nonlinear problems numerically, and for performing -other numerical experiments. It may also be used as a batch-oriented -language. - -WWW: http://www.octave.org/ diff --git a/math/octave-devel/pkg-plist b/math/octave-devel/pkg-plist deleted file mode 100644 index 76b1a506c616..000000000000 --- a/math/octave-devel/pkg-plist +++ /dev/null @@ -1,1347 +0,0 @@ -bin/mkoctfile -bin/mkoctfile-%%OCTAVE_VERSION%% -bin/octave -bin/octave-%%OCTAVE_VERSION%% -bin/octave-bug -bin/octave-bug-%%OCTAVE_VERSION%% -bin/octave-config -bin/octave-config-%%OCTAVE_VERSION%% -include/octave-%%OCTAVE_VERSION%%/octave/Array-flags.h -include/octave-%%OCTAVE_VERSION%%/octave/Array-util.h -include/octave-%%OCTAVE_VERSION%%/octave/Array.cc -include/octave-%%OCTAVE_VERSION%%/octave/Array.h -include/octave-%%OCTAVE_VERSION%%/octave/Array2.h -include/octave-%%OCTAVE_VERSION%%/octave/Array3.h -include/octave-%%OCTAVE_VERSION%%/octave/ArrayN-idx.h -include/octave-%%OCTAVE_VERSION%%/octave/ArrayN.cc -include/octave-%%OCTAVE_VERSION%%/octave/ArrayN.h -include/octave-%%OCTAVE_VERSION%%/octave/Bounds.h -include/octave-%%OCTAVE_VERSION%%/octave/CColVector.h -include/octave-%%OCTAVE_VERSION%%/octave/CDiagMatrix.h -include/octave-%%OCTAVE_VERSION%%/octave/CMatrix.h -include/octave-%%OCTAVE_VERSION%%/octave/CNDArray.h -include/octave-%%OCTAVE_VERSION%%/octave/CRowVector.h -include/octave-%%OCTAVE_VERSION%%/octave/Cell.h -include/octave-%%OCTAVE_VERSION%%/octave/CmplxAEPBAL.h -include/octave-%%OCTAVE_VERSION%%/octave/CmplxCHOL.h -include/octave-%%OCTAVE_VERSION%%/octave/CmplxDET.h -include/octave-%%OCTAVE_VERSION%%/octave/CmplxHESS.h -include/octave-%%OCTAVE_VERSION%%/octave/CmplxLU.h -include/octave-%%OCTAVE_VERSION%%/octave/CmplxQR.h -include/octave-%%OCTAVE_VERSION%%/octave/CmplxQRP.h -include/octave-%%OCTAVE_VERSION%%/octave/CmplxSCHUR.h -include/octave-%%OCTAVE_VERSION%%/octave/CmplxSVD.h -include/octave-%%OCTAVE_VERSION%%/octave/CollocWt.h -include/octave-%%OCTAVE_VERSION%%/octave/DAE.h -include/octave-%%OCTAVE_VERSION%%/octave/DAEFunc.h -include/octave-%%OCTAVE_VERSION%%/octave/DAERT.h -include/octave-%%OCTAVE_VERSION%%/octave/DAERTFunc.h -include/octave-%%OCTAVE_VERSION%%/octave/DASPK-opts.h -include/octave-%%OCTAVE_VERSION%%/octave/DASPK.h -include/octave-%%OCTAVE_VERSION%%/octave/DASRT-opts.h -include/octave-%%OCTAVE_VERSION%%/octave/DASRT.h -include/octave-%%OCTAVE_VERSION%%/octave/DASSL-opts.h -include/octave-%%OCTAVE_VERSION%%/octave/DASSL.h -include/octave-%%OCTAVE_VERSION%%/octave/DiagArray2.cc -include/octave-%%OCTAVE_VERSION%%/octave/DiagArray2.h -include/octave-%%OCTAVE_VERSION%%/octave/EIG.h -include/octave-%%OCTAVE_VERSION%%/octave/FEGrid.h -include/octave-%%OCTAVE_VERSION%%/octave/LP.h -include/octave-%%OCTAVE_VERSION%%/octave/LPsolve.h -include/octave-%%OCTAVE_VERSION%%/octave/LSODE-opts.h -include/octave-%%OCTAVE_VERSION%%/octave/LSODE.h -include/octave-%%OCTAVE_VERSION%%/octave/LinConst.h -include/octave-%%OCTAVE_VERSION%%/octave/MArray-defs.h -include/octave-%%OCTAVE_VERSION%%/octave/MArray.cc -include/octave-%%OCTAVE_VERSION%%/octave/MArray.h -include/octave-%%OCTAVE_VERSION%%/octave/MArray2.cc -include/octave-%%OCTAVE_VERSION%%/octave/MArray2.h -include/octave-%%OCTAVE_VERSION%%/octave/MArrayN.cc -include/octave-%%OCTAVE_VERSION%%/octave/MArrayN.h -include/octave-%%OCTAVE_VERSION%%/octave/MDiagArray2.cc -include/octave-%%OCTAVE_VERSION%%/octave/MDiagArray2.h -include/octave-%%OCTAVE_VERSION%%/octave/Matrix.h -include/octave-%%OCTAVE_VERSION%%/octave/NLConst.h -include/octave-%%OCTAVE_VERSION%%/octave/NLEqn-opts.h -include/octave-%%OCTAVE_VERSION%%/octave/NLEqn.h -include/octave-%%OCTAVE_VERSION%%/octave/NLFunc.h -include/octave-%%OCTAVE_VERSION%%/octave/NLP.h -include/octave-%%OCTAVE_VERSION%%/octave/ODE.h -include/octave-%%OCTAVE_VERSION%%/octave/ODEFunc.h -include/octave-%%OCTAVE_VERSION%%/octave/ODES.h -include/octave-%%OCTAVE_VERSION%%/octave/ODESFunc.h -include/octave-%%OCTAVE_VERSION%%/octave/Objective.h -include/octave-%%OCTAVE_VERSION%%/octave/QP.h -include/octave-%%OCTAVE_VERSION%%/octave/Quad-opts.h -include/octave-%%OCTAVE_VERSION%%/octave/Quad.h -include/octave-%%OCTAVE_VERSION%%/octave/Range.h -include/octave-%%OCTAVE_VERSION%%/octave/base-dae.h -include/octave-%%OCTAVE_VERSION%%/octave/base-de.h -include/octave-%%OCTAVE_VERSION%%/octave/base-list.h -include/octave-%%OCTAVE_VERSION%%/octave/base-lu.cc -include/octave-%%OCTAVE_VERSION%%/octave/base-lu.h -include/octave-%%OCTAVE_VERSION%%/octave/base-min.h -include/octave-%%OCTAVE_VERSION%%/octave/boolMatrix.h -include/octave-%%OCTAVE_VERSION%%/octave/boolNDArray.h -include/octave-%%OCTAVE_VERSION%%/octave/byte-swap.h -include/octave-%%OCTAVE_VERSION%%/octave/c-file-ptr-stream.h -include/octave-%%OCTAVE_VERSION%%/octave/chMatrix.h -include/octave-%%OCTAVE_VERSION%%/octave/chNDArray.h -include/octave-%%OCTAVE_VERSION%%/octave/cmd-edit.h -include/octave-%%OCTAVE_VERSION%%/octave/cmd-hist.h -include/octave-%%OCTAVE_VERSION%%/octave/comment-list.h -include/octave-%%OCTAVE_VERSION%%/octave/config.h -include/octave-%%OCTAVE_VERSION%%/octave/dColVector.h -include/octave-%%OCTAVE_VERSION%%/octave/dDiagMatrix.h -include/octave-%%OCTAVE_VERSION%%/octave/dMatrix.h -include/octave-%%OCTAVE_VERSION%%/octave/dNDArray.h -include/octave-%%OCTAVE_VERSION%%/octave/dRowVector.h -include/octave-%%OCTAVE_VERSION%%/octave/data-conv.h -include/octave-%%OCTAVE_VERSION%%/octave/dbleAEPBAL.h -include/octave-%%OCTAVE_VERSION%%/octave/dbleCHOL.h -include/octave-%%OCTAVE_VERSION%%/octave/dbleDET.h -include/octave-%%OCTAVE_VERSION%%/octave/dbleHESS.h -include/octave-%%OCTAVE_VERSION%%/octave/dbleLU.h -include/octave-%%OCTAVE_VERSION%%/octave/dbleQR.h -include/octave-%%OCTAVE_VERSION%%/octave/dbleQRP.h -include/octave-%%OCTAVE_VERSION%%/octave/dbleSCHUR.h -include/octave-%%OCTAVE_VERSION%%/octave/dbleSVD.h -include/octave-%%OCTAVE_VERSION%%/octave/defaults.h -include/octave-%%OCTAVE_VERSION%%/octave/defun-dld.h -include/octave-%%OCTAVE_VERSION%%/octave/defun-int.h -include/octave-%%OCTAVE_VERSION%%/octave/defun.h -include/octave-%%OCTAVE_VERSION%%/octave/dim-vector.h -include/octave-%%OCTAVE_VERSION%%/octave/dir-ops.h -include/octave-%%OCTAVE_VERSION%%/octave/dirfns.h -include/octave-%%OCTAVE_VERSION%%/octave/dynamic-ld.h -include/octave-%%OCTAVE_VERSION%%/octave/error.h -include/octave-%%OCTAVE_VERSION%%/octave/f77-fcn.h -include/octave-%%OCTAVE_VERSION%%/octave/file-io.h -include/octave-%%OCTAVE_VERSION%%/octave/file-ops.h -include/octave-%%OCTAVE_VERSION%%/octave/file-stat.h -include/octave-%%OCTAVE_VERSION%%/octave/fn-cache.h -include/octave-%%OCTAVE_VERSION%%/octave/getopt.h -include/octave-%%OCTAVE_VERSION%%/octave/glob-match.h -include/octave-%%OCTAVE_VERSION%%/octave/gripes.h -include/octave-%%OCTAVE_VERSION%%/octave/help.h -include/octave-%%OCTAVE_VERSION%%/octave/idx-vector.h -include/octave-%%OCTAVE_VERSION%%/octave/input.h -include/octave-%%OCTAVE_VERSION%%/octave/int16NDArray.h -include/octave-%%OCTAVE_VERSION%%/octave/int32NDArray.h -include/octave-%%OCTAVE_VERSION%%/octave/int64NDArray.h -include/octave-%%OCTAVE_VERSION%%/octave/int8NDArray.h -include/octave-%%OCTAVE_VERSION%%/octave/intNDArray.cc -include/octave-%%OCTAVE_VERSION%%/octave/intNDArray.h -include/octave-%%OCTAVE_VERSION%%/octave/kpse-xfns.h -include/octave-%%OCTAVE_VERSION%%/octave/kpse.cc -include/octave-%%OCTAVE_VERSION%%/octave/lex.h -include/octave-%%OCTAVE_VERSION%%/octave/lo-error.h -include/octave-%%OCTAVE_VERSION%%/octave/lo-ieee.h -include/octave-%%OCTAVE_VERSION%%/octave/lo-mappers.h -include/octave-%%OCTAVE_VERSION%%/octave/lo-specfun.h -include/octave-%%OCTAVE_VERSION%%/octave/lo-sstream.h -include/octave-%%OCTAVE_VERSION%%/octave/lo-sysdep.h -include/octave-%%OCTAVE_VERSION%%/octave/lo-utils.h -include/octave-%%OCTAVE_VERSION%%/octave/load-save.h -include/octave-%%OCTAVE_VERSION%%/octave/ls-hdf5.h -include/octave-%%OCTAVE_VERSION%%/octave/ls-mat-ascii.h -include/octave-%%OCTAVE_VERSION%%/octave/ls-mat4.h -include/octave-%%OCTAVE_VERSION%%/octave/ls-mat5.h -include/octave-%%OCTAVE_VERSION%%/octave/ls-oct-ascii.h -include/octave-%%OCTAVE_VERSION%%/octave/ls-oct-binary.h -include/octave-%%OCTAVE_VERSION%%/octave/ls-utils.h -include/octave-%%OCTAVE_VERSION%%/octave/mach-info.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-base.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-cdm-cm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-cdm-cs.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-cdm-dm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-cdm-m.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-cdm-s.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-cm-cdm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-cm-dm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-cm-m.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-cm-s.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-cnda-nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-cnda-s.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-cs-cdm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-cs-dm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-cs-m.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-cs-nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-defs.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-dm-cdm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-dm-cm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-dm-cs.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-dm-m.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-dm-s.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ext.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i16-i32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i16-i64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i16-i8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i16-nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i16-ui16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i16-ui32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i16-ui64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i16-ui8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-i32.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-i32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-i64.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-i64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-i8.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-i8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-s.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-ui16.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-ui16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-ui32.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-ui32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-ui64.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-ui64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-ui8.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-ui8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i32-i16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i32-i64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i32-i8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i32-nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i32-ui16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i32-ui32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i32-ui64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i32-ui8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-i16.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-i16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-i64.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-i64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-i8.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-i8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-s.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-ui16.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-ui16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-ui32.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-ui32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-ui64.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-ui64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-ui8.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-ui8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i64-i16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i64-i32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i64-i8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i64-nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i64-ui16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i64-ui32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i64-ui64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i64-ui8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-i16.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-i16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-i32.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-i32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-i8.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-i8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-s.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-ui16.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-ui16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-ui32.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-ui32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-ui64.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-ui64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-ui8.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-ui8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i8-i16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i8-i32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i8-i64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i8-nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i8-ui16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i8-ui32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i8-ui64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i8-ui8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-i16.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-i16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-i32.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-i32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-i64.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-i64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-s.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-ui16.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-ui16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-ui32.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-ui32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-ui64.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-ui64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-ui8.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-ui8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-inlines.cc -include/octave-%%OCTAVE_VERSION%%/octave/mx-m-cdm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-m-cm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-m-cs.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-m-dm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-cnda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-cs.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-i16.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-i16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-i32.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-i32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-i64.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-i64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-i8.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-i8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-ui16.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-ui16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-ui32.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-ui32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-ui64.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-ui64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-ui8.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-ui8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-op-defs.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ops.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-s-cdm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-s-cm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-s-cnda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-s-dm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-s-i16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-s-i32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-s-i64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-s-i8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-s-ui16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-s-ui32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-s-ui64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-s-ui8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16-i16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16-i32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16-i64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16-i8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16-nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16-ui32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16-ui64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16-ui8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-i16.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-i16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-i32.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-i32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-i64.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-i64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-i8.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-i8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-s.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-ui32.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-ui32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-ui64.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-ui64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-ui8.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-ui8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32-i16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32-i32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32-i64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32-i8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32-nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32-ui16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32-ui64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32-ui8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-i16.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-i16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-i32.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-i32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-i64.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-i64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-i8.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-i8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-s.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-ui16.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-ui16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-ui64.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-ui64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-ui8.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-ui8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64-i16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64-i32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64-i64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64-i8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64-nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64-ui16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64-ui32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64-ui8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-i16.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-i16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-i32.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-i32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-i64.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-i64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-i8.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-i8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-s.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-ui16.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-ui16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-ui32.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-ui32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-ui8.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-ui8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8-i16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8-i32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8-i64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8-i8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8-nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8-ui16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8-ui32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8-ui64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-i16.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-i16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-i32.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-i32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-i64.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-i64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-i8.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-i8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-s.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-ui16.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-ui16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-ui32.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-ui32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-ui64.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-ui64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-alloc.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-cmplx.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-conf.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-env.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-fftw.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-fstrm.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-getopt.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-gperf.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-group.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-hist.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-inttypes.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-iostrm.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-lvalue.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-map.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-obj.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-passwd.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-prcstrm.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-procbuf.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-rand.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-rl-edit.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-rl-hist.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-shlib.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-sort.cc -include/octave-%%OCTAVE_VERSION%%/octave/oct-sort.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-stdstrm.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-stream.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-strstrm.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-syscalls.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-time.h -include/octave-%%OCTAVE_VERSION%%/octave/oct.h -include/octave-%%OCTAVE_VERSION%%/octave/octave.h -include/octave-%%OCTAVE_VERSION%%/octave/ops.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-base-int.cc -include/octave-%%OCTAVE_VERSION%%/octave/ov-base-int.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-base-mat.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-base-mat.cc -include/octave-%%OCTAVE_VERSION%%/octave/ov-base-scalar.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-base-scalar.cc -include/octave-%%OCTAVE_VERSION%%/octave/ov-base.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-bool-mat.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-bool.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-builtin.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-cell.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-ch-mat.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-colon.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-complex.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-cs-list.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-cx-mat.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-dld-fcn.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-fcn-handle.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-fcn-inline.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-fcn.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-file.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-int-traits.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-int16.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-int32.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-int64.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-int8.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-intx.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-list.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-mapper.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-range.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-re-mat.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-scalar.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-str-mat.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-streamoff.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-struct.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-type-conv.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-typeinfo.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-uint16.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-uint32.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-uint64.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-uint8.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-usr-fcn.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-va-args.h -include/octave-%%OCTAVE_VERSION%%/octave/ov.h -include/octave-%%OCTAVE_VERSION%%/octave/pager.h -include/octave-%%OCTAVE_VERSION%%/octave/parse.h -include/octave-%%OCTAVE_VERSION%%/octave/pathlen.h -include/octave-%%OCTAVE_VERSION%%/octave/pathsearch.h -include/octave-%%OCTAVE_VERSION%%/octave/pr-output.h -include/octave-%%OCTAVE_VERSION%%/octave/procstream.h -include/octave-%%OCTAVE_VERSION%%/octave/prog-args.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-all.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-arg-list.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-assign.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-binop.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-bp.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-cell.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-check.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-cmd.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-colon.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-const.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-decl.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-except.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-exp.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-fcn-handle.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-id.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-idx.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-jump.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-loop.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-mat.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-misc.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-plot.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-pr-code.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-select.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-stmt.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-unop.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-walk.h -include/octave-%%OCTAVE_VERSION%%/octave/pt.h -include/octave-%%OCTAVE_VERSION%%/octave/quit.h -include/octave-%%OCTAVE_VERSION%%/octave/sighandlers.h -include/octave-%%OCTAVE_VERSION%%/octave/siglist.h -include/octave-%%OCTAVE_VERSION%%/octave/so-array.h -include/octave-%%OCTAVE_VERSION%%/octave/statdefs.h -include/octave-%%OCTAVE_VERSION%%/octave/str-vec.h -include/octave-%%OCTAVE_VERSION%%/octave/sun-utils.h -include/octave-%%OCTAVE_VERSION%%/octave/symtab.h -include/octave-%%OCTAVE_VERSION%%/octave/sysdep.h -include/octave-%%OCTAVE_VERSION%%/octave/sysdir.h -include/octave-%%OCTAVE_VERSION%%/octave/systime.h -include/octave-%%OCTAVE_VERSION%%/octave/syswait.h -include/octave-%%OCTAVE_VERSION%%/octave/token.h -include/octave-%%OCTAVE_VERSION%%/octave/toplev.h -include/octave-%%OCTAVE_VERSION%%/octave/uint16NDArray.h -include/octave-%%OCTAVE_VERSION%%/octave/uint32NDArray.h -include/octave-%%OCTAVE_VERSION%%/octave/uint64NDArray.h -include/octave-%%OCTAVE_VERSION%%/octave/uint8NDArray.h -include/octave-%%OCTAVE_VERSION%%/octave/unwind-prot.h -include/octave-%%OCTAVE_VERSION%%/octave/utils.h -include/octave-%%OCTAVE_VERSION%%/octave/variables.h -include/octave-%%OCTAVE_VERSION%%/octave/version.h -include/octave-%%OCTAVE_VERSION%%/octave/vx-ccv-cv.h -include/octave-%%OCTAVE_VERSION%%/octave/vx-ccv-s.h -include/octave-%%OCTAVE_VERSION%%/octave/vx-crv-rv.h -include/octave-%%OCTAVE_VERSION%%/octave/vx-crv-s.h -include/octave-%%OCTAVE_VERSION%%/octave/vx-cs-cv.h -include/octave-%%OCTAVE_VERSION%%/octave/vx-cs-rv.h -include/octave-%%OCTAVE_VERSION%%/octave/vx-cv-ccv.h -include/octave-%%OCTAVE_VERSION%%/octave/vx-cv-cs.h -include/octave-%%OCTAVE_VERSION%%/octave/vx-rv-crv.h -include/octave-%%OCTAVE_VERSION%%/octave/vx-rv-cs.h -include/octave-%%OCTAVE_VERSION%%/octave/vx-s-ccv.h -include/octave-%%OCTAVE_VERSION%%/octave/vx-s-crv.h -include/octave-%%OCTAVE_VERSION%%/octave/xdiv.h -include/octave-%%OCTAVE_VERSION%%/octave/xpow.h -lib/octave-%%OCTAVE_VERSION%%/libcruft.a -lib/octave-%%OCTAVE_VERSION%%/libcruft.so -lib/octave-%%OCTAVE_VERSION%%/libcruft.so.%%OCTAVE_VERSION%% -lib/octave-%%OCTAVE_VERSION%%/liboctave.a -lib/octave-%%OCTAVE_VERSION%%/liboctave.so -lib/octave-%%OCTAVE_VERSION%%/liboctave.so.%%OCTAVE_VERSION%% -lib/octave-%%OCTAVE_VERSION%%/liboctinterp.a -lib/octave-%%OCTAVE_VERSION%%/liboctinterp.so -lib/octave-%%OCTAVE_VERSION%%/liboctinterp.so.%%OCTAVE_VERSION%% -lib/octave-%%OCTAVE_VERSION%%/octave-%%OCTAVE_VERSION%% -@unexec rm -f %D/lib/octave -@exec ln -sf octave-%%OCTAVE_VERSION%% %D/lib/octave -libexec/octave/%%OCTAVE_VERSION%%/exec/%%GNU_HOST%%/info-emacs-info -libexec/octave/%%OCTAVE_VERSION%%/exec/%%GNU_HOST%%/info-emacs-octave-help -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/airy.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/balance.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/besselh.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/besseli.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/besselj.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/besselk.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/bessely.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/betainc.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/chol.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/colloc.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/daspk.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/daspk_options.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/dasrt.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/dasrt_options.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/dassl.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/dassl_options.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/det.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/eig.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/endgrent.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/endpwent.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/expm.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/fft.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/fft2.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/fftn.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/fftw_wisdom.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/filter.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/find.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/fsolve.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/fsolve_options.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/gammainc.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/gcd.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/getgrent.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/getgrgid.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/getgrnam.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/getpwent.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/getpwnam.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/getpwuid.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/getrusage.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/givens.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/gmtime.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/hess.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/ifft.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/ifft2.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/ifftn.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/inv.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/inverse.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/kron.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/localtime.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/lpsolve.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/lpsolve_options.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/lsode.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/lsode_options.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/lu.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/max.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/min.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/minmax.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/mktime.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/pinv.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/qr.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/quad.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/quad_options.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/qz.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/rand.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/randn.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/schur.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/setgrent.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/setpwent.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/sort.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/sqrtm.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/strftime.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/strptime.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/svd.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/syl.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/time.oct -libexec/octave/ls-R -%%PORTDOCS%%%%DOCSDIR%%/Octave-FAQ.ps -%%PORTDOCS%%%%DOCSDIR%%/liboctave.ps -%%PORTDOCS%%%%DOCSDIR%%/octave.ps -%%PORTDOCS%%%%DOCSDIR%%/refcard-a4.ps -%%PORTDOCS%%%%DOCSDIR%%/refcard-legal.ps -%%PORTDOCS%%%%DOCSDIR%%/refcard-letter.ps -share/octave/site/m/startup/octaverc -share/octave/%%OCTAVE_VERSION%%/m/audio/lin2mu.m -share/octave/%%OCTAVE_VERSION%%/m/audio/loadaudio.m -share/octave/%%OCTAVE_VERSION%%/m/audio/mu2lin.m -share/octave/%%OCTAVE_VERSION%%/m/audio/playaudio.m -share/octave/%%OCTAVE_VERSION%%/m/audio/record.m -share/octave/%%OCTAVE_VERSION%%/m/audio/saveaudio.m -share/octave/%%OCTAVE_VERSION%%/m/audio/setaudio.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/DEMOcontrol.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/__bodquist__.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/__freqresp__.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/__stepimp__.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/analdemo.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/are.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/bddemo.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/bode.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/bode_bounds.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/controldemo.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/ctrb.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/damp.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/dare.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/dcgain.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/dgram.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/dkalman.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/dlqe.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/dlqr.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/dlyap.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/dre.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/frdemo.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/freqchkw.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/gram.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/impulse.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/lqe.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/lqg.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/lqr.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/lsim.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/ltifr.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/lyap.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/nichols.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/nyquist.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/obsv.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/place.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/pzmap.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/rldemo.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/rlocus.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/step.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/tzero.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/tzero2.m -share/octave/%%OCTAVE_VERSION%%/m/control/hinf/dgkfdemo.m -share/octave/%%OCTAVE_VERSION%%/m/control/hinf/dhinfdemo.m -share/octave/%%OCTAVE_VERSION%%/m/control/hinf/h2norm.m -share/octave/%%OCTAVE_VERSION%%/m/control/hinf/h2syn.m -share/octave/%%OCTAVE_VERSION%%/m/control/hinf/hinf_ctr.m -share/octave/%%OCTAVE_VERSION%%/m/control/hinf/hinfdemo.m -share/octave/%%OCTAVE_VERSION%%/m/control/hinf/hinfnorm.m -share/octave/%%OCTAVE_VERSION%%/m/control/hinf/hinfsyn.m -share/octave/%%OCTAVE_VERSION%%/m/control/hinf/hinfsyn_chk.m -share/octave/%%OCTAVE_VERSION%%/m/control/hinf/hinfsyn_ric.m -share/octave/%%OCTAVE_VERSION%%/m/control/hinf/is_dgkf.m -share/octave/%%OCTAVE_VERSION%%/m/control/hinf/wgt1o.m -share/octave/%%OCTAVE_VERSION%%/m/control/obsolete/dezero.m -share/octave/%%OCTAVE_VERSION%%/m/control/obsolete/dlqg.m -share/octave/%%OCTAVE_VERSION%%/m/control/obsolete/minfo.m -share/octave/%%OCTAVE_VERSION%%/m/control/obsolete/packsys.m -share/octave/%%OCTAVE_VERSION%%/m/control/obsolete/qzval.m -share/octave/%%OCTAVE_VERSION%%/m/control/obsolete/rotg.m -share/octave/%%OCTAVE_VERSION%%/m/control/obsolete/series.m -share/octave/%%OCTAVE_VERSION%%/m/control/obsolete/swapcols.m -share/octave/%%OCTAVE_VERSION%%/m/control/obsolete/swaprows.m -share/octave/%%OCTAVE_VERSION%%/m/control/obsolete/syschnames.m -share/octave/%%OCTAVE_VERSION%%/m/control/obsolete/unpacksys.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/__abcddims__.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/__syschnamesl__.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/__sysconcat__.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/__syscont_disc__.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/__sysdefioname__.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/__sysdefstname__.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/__sysgroupn__.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/__tf2sysl__.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/__tfl__.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/__zp2ssg2__.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/abcddim.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/buildssic.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/c2d.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/cellidx.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/d2c.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/dmr2d.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/fir2sys.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/is_abcd.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/is_controllable.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/is_detectable.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/is_digital.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/is_observable.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/is_sample.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/is_signal_list.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/is_siso.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/is_stabilizable.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/is_stable.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/jet707.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/listidx.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/moddemo.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/ord2.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/packedform.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/parallel.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/ss.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/ss2sys.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/ss2tf.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/ss2zp.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/starp.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sys2fir.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sys2ss.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sys2tf.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sys2zp.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysadd.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysappend.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/syschtsam.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysconnect.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/syscont.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysdimensions.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysdisc.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysdup.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysgetsignals.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysgettsam.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysgettype.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysgroup.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysidx.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysmin.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysmult.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysout.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysprune.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysreorder.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysrepdemo.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysscale.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/syssetsignals.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/syssub.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysupdate.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/tf.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/tf2ss.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/tf2sys.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/tf2zp.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/tfout.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/ugain.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/zp.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/zp2ss.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/zp2sys.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/zp2tf.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/zpout.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/__outlist__.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/__zgpbal__.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/axis2dlim.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/prompt.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/run_cmd.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/sortcom.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/strappend.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/swap.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/zgfmul.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/zgfslv.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/zginit.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/zgreduce.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/zgrownorm.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/zgscal.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/zgsgiv.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/zgshsr.m -share/octave/%%OCTAVE_VERSION%%/m/deprecated/com2str.m -share/octave/%%OCTAVE_VERSION%%/m/deprecated/is_bool.m -share/octave/%%OCTAVE_VERSION%%/m/deprecated/is_complex.m -share/octave/%%OCTAVE_VERSION%%/m/deprecated/is_global.m -share/octave/%%OCTAVE_VERSION%%/m/deprecated/is_list.m -share/octave/%%OCTAVE_VERSION%%/m/deprecated/is_matrix.m -share/octave/%%OCTAVE_VERSION%%/m/deprecated/is_scalar.m -share/octave/%%OCTAVE_VERSION%%/m/deprecated/is_square.m -share/octave/%%OCTAVE_VERSION%%/m/deprecated/is_stream.m -share/octave/%%OCTAVE_VERSION%%/m/deprecated/is_struct.m -share/octave/%%OCTAVE_VERSION%%/m/deprecated/is_symmetric.m -share/octave/%%OCTAVE_VERSION%%/m/deprecated/is_vector.m -share/octave/%%OCTAVE_VERSION%%/m/deprecated/isstr.m -share/octave/%%OCTAVE_VERSION%%/m/deprecated/setstr.m -share/octave/%%OCTAVE_VERSION%%/m/deprecated/struct_contains.m -share/octave/%%OCTAVE_VERSION%%/m/deprecated/struct_elements.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/acot.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/acoth.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/acsc.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/acsch.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/asec.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/asech.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/cot.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/coth.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/csc.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/csch.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/lcm.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/sec.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/sech.m -share/octave/%%OCTAVE_VERSION%%/m/finance/fv.m -share/octave/%%OCTAVE_VERSION%%/m/finance/fvl.m -share/octave/%%OCTAVE_VERSION%%/m/finance/irr.m -share/octave/%%OCTAVE_VERSION%%/m/finance/nper.m -share/octave/%%OCTAVE_VERSION%%/m/finance/npv.m -share/octave/%%OCTAVE_VERSION%%/m/finance/pmt.m -share/octave/%%OCTAVE_VERSION%%/m/finance/pv.m -share/octave/%%OCTAVE_VERSION%%/m/finance/pvl.m -share/octave/%%OCTAVE_VERSION%%/m/finance/rate.m -share/octave/%%OCTAVE_VERSION%%/m/finance/vol.m -share/octave/%%OCTAVE_VERSION%%/m/general/bitcmp.m -share/octave/%%OCTAVE_VERSION%%/m/general/bitget.m -share/octave/%%OCTAVE_VERSION%%/m/general/bitset.m -share/octave/%%OCTAVE_VERSION%%/m/general/cart2pol.m -share/octave/%%OCTAVE_VERSION%%/m/general/cart2sph.m -share/octave/%%OCTAVE_VERSION%%/m/general/circshift.m -share/octave/%%OCTAVE_VERSION%%/m/general/columns.m -share/octave/%%OCTAVE_VERSION%%/m/general/common_size.m -share/octave/%%OCTAVE_VERSION%%/m/general/deal.m -share/octave/%%OCTAVE_VERSION%%/m/general/diff.m -share/octave/%%OCTAVE_VERSION%%/m/general/flipdim.m -share/octave/%%OCTAVE_VERSION%%/m/general/fliplr.m -share/octave/%%OCTAVE_VERSION%%/m/general/flipud.m -share/octave/%%OCTAVE_VERSION%%/m/general/ind2sub.m -share/octave/%%OCTAVE_VERSION%%/m/general/int2str.m -share/octave/%%OCTAVE_VERSION%%/m/general/is_duplicate_entry.m -share/octave/%%OCTAVE_VERSION%%/m/general/isa.m -share/octave/%%OCTAVE_VERSION%%/m/general/isdefinite.m -share/octave/%%OCTAVE_VERSION%%/m/general/isscalar.m -share/octave/%%OCTAVE_VERSION%%/m/general/issquare.m -share/octave/%%OCTAVE_VERSION%%/m/general/issymmetric.m -share/octave/%%OCTAVE_VERSION%%/m/general/isvector.m -share/octave/%%OCTAVE_VERSION%%/m/general/logical.m -share/octave/%%OCTAVE_VERSION%%/m/general/mod.m -share/octave/%%OCTAVE_VERSION%%/m/general/logspace.m -share/octave/%%OCTAVE_VERSION%%/m/general/nargchk.m -share/octave/%%OCTAVE_VERSION%%/m/general/nextpow2.m -share/octave/%%OCTAVE_VERSION%%/m/general/num2str.m -share/octave/%%OCTAVE_VERSION%%/m/general/perror.m -share/octave/%%OCTAVE_VERSION%%/m/general/pol2cart.m -share/octave/%%OCTAVE_VERSION%%/m/general/postpad.m -share/octave/%%OCTAVE_VERSION%%/m/general/prepad.m -share/octave/%%OCTAVE_VERSION%%/m/general/randperm.m -share/octave/%%OCTAVE_VERSION%%/m/general/rem.m -share/octave/%%OCTAVE_VERSION%%/m/general/repmat.m -share/octave/%%OCTAVE_VERSION%%/m/general/rot90.m -share/octave/%%OCTAVE_VERSION%%/m/general/rotdim.m -share/octave/%%OCTAVE_VERSION%%/m/general/rows.m -share/octave/%%OCTAVE_VERSION%%/m/general/shift.m -share/octave/%%OCTAVE_VERSION%%/m/general/shiftdim.m -share/octave/%%OCTAVE_VERSION%%/m/general/sph2cart.m -share/octave/%%OCTAVE_VERSION%%/m/general/strerror.m -share/octave/%%OCTAVE_VERSION%%/m/general/sub2ind.m -share/octave/%%OCTAVE_VERSION%%/m/general/tril.m -share/octave/%%OCTAVE_VERSION%%/m/general/triu.m -share/octave/%%OCTAVE_VERSION%%/m/image/colormap.m -share/octave/%%OCTAVE_VERSION%%/m/image/gray.m -share/octave/%%OCTAVE_VERSION%%/m/image/gray2ind.m -share/octave/%%OCTAVE_VERSION%%/m/image/hsv2rgb.m -share/octave/%%OCTAVE_VERSION%%/m/image/image.m -share/octave/%%OCTAVE_VERSION%%/m/image/imagesc.m -share/octave/%%OCTAVE_VERSION%%/m/image/imshow.m -share/octave/%%OCTAVE_VERSION%%/m/image/ind2gray.m -share/octave/%%OCTAVE_VERSION%%/m/image/ind2rgb.m -share/octave/%%OCTAVE_VERSION%%/m/image/loadimage.m -share/octave/%%OCTAVE_VERSION%%/m/image/ntsc2rgb.m -share/octave/%%OCTAVE_VERSION%%/m/image/ocean.m -share/octave/%%OCTAVE_VERSION%%/m/image/rgb2hsv.m -share/octave/%%OCTAVE_VERSION%%/m/image/rgb2ind.m -share/octave/%%OCTAVE_VERSION%%/m/image/rgb2ntsc.m -share/octave/%%OCTAVE_VERSION%%/m/image/saveimage.m -share/octave/%%OCTAVE_VERSION%%/m/io/beep.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/commutation_matrix.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/cond.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/cross.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/dmult.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/dot.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/duplication_matrix.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/housh.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/krylov.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/krylovb.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/logm.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/norm.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/null.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/orth.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/qzhess.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/rank.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/trace.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/vec.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/vech.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/bincoeff.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/bug_report.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/comma.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/computer.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/cputime.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/delete.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/dir.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/dump_prefs.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/etime.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/fileparts.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/flops.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/fullfile.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/is_leap_year.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/ispc.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/isunix.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/list_primes.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/menu.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/not.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/pack.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/paren.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/path.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/popen2.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/semicolon.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/tempdir.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/tempname.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/texas_lotto.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/tic.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/toc.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/unix.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/version.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/xor.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/PKG_ADD -share/octave/%%OCTAVE_VERSION%%/m/plot/__axis_label__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__errcomm__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__errplot__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__plr1__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__plr2__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__plr__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__plt1__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__plt2__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__plt2mm__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__plt2mv__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__plt2ss__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__plt2vm__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__plt2vv__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__plt__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__pltopt1__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__pltopt__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/axis.m -share/octave/%%OCTAVE_VERSION%%/m/plot/bar.m -share/octave/%%OCTAVE_VERSION%%/m/plot/bottom_title.m -share/octave/%%OCTAVE_VERSION%%/m/plot/close.m -share/octave/%%OCTAVE_VERSION%%/m/plot/contour.m -share/octave/%%OCTAVE_VERSION%%/m/plot/errorbar.m -share/octave/%%OCTAVE_VERSION%%/m/plot/figure.m -share/octave/%%OCTAVE_VERSION%%/m/plot/grid.m -share/octave/%%OCTAVE_VERSION%%/m/plot/hist.m -share/octave/%%OCTAVE_VERSION%%/m/plot/loglog.m -share/octave/%%OCTAVE_VERSION%%/m/plot/loglogerr.m -share/octave/%%OCTAVE_VERSION%%/m/plot/mesh.m -share/octave/%%OCTAVE_VERSION%%/m/plot/meshdom.m -share/octave/%%OCTAVE_VERSION%%/m/plot/meshgrid.m -share/octave/%%OCTAVE_VERSION%%/m/plot/mplot.m -share/octave/%%OCTAVE_VERSION%%/m/plot/multiplot.m -share/octave/%%OCTAVE_VERSION%%/m/plot/oneplot.m -share/octave/%%OCTAVE_VERSION%%/m/plot/plot.m -share/octave/%%OCTAVE_VERSION%%/m/plot/plot_border.m -share/octave/%%OCTAVE_VERSION%%/m/plot/polar.m -share/octave/%%OCTAVE_VERSION%%/m/plot/semilogx.m -share/octave/%%OCTAVE_VERSION%%/m/plot/semilogxerr.m -share/octave/%%OCTAVE_VERSION%%/m/plot/semilogy.m -share/octave/%%OCTAVE_VERSION%%/m/plot/semilogyerr.m -share/octave/%%OCTAVE_VERSION%%/m/plot/shg.m -share/octave/%%OCTAVE_VERSION%%/m/plot/sombrero.m -share/octave/%%OCTAVE_VERSION%%/m/plot/stairs.m -share/octave/%%OCTAVE_VERSION%%/m/plot/subplot.m -share/octave/%%OCTAVE_VERSION%%/m/plot/subwindow.m -share/octave/%%OCTAVE_VERSION%%/m/plot/title.m -share/octave/%%OCTAVE_VERSION%%/m/plot/top_title.m -share/octave/%%OCTAVE_VERSION%%/m/plot/xlabel.m -share/octave/%%OCTAVE_VERSION%%/m/plot/ylabel.m -share/octave/%%OCTAVE_VERSION%%/m/plot/zlabel.m -share/octave/%%OCTAVE_VERSION%%/m/plot/PKG_ADD -share/octave/%%OCTAVE_VERSION%%/m/polynomial/compan.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/conv.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/deconv.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/poly.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyder.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyderiv.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyfit.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyinteg.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyout.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyreduce.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyval.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyvalm.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/residue.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/roots.m -share/octave/%%OCTAVE_VERSION%%/m/quaternion/demoquat.m -share/octave/%%OCTAVE_VERSION%%/m/quaternion/qconj.m -share/octave/%%OCTAVE_VERSION%%/m/quaternion/qcoordinate_plot.m -share/octave/%%OCTAVE_VERSION%%/m/quaternion/qderiv.m -share/octave/%%OCTAVE_VERSION%%/m/quaternion/qderivmat.m -share/octave/%%OCTAVE_VERSION%%/m/quaternion/qinv.m -share/octave/%%OCTAVE_VERSION%%/m/quaternion/qmult.m -share/octave/%%OCTAVE_VERSION%%/m/quaternion/qtrans.m -share/octave/%%OCTAVE_VERSION%%/m/quaternion/qtransv.m -share/octave/%%OCTAVE_VERSION%%/m/quaternion/qtransvmat.m -share/octave/%%OCTAVE_VERSION%%/m/quaternion/quaternion.m -share/octave/%%OCTAVE_VERSION%%/m/set/complement.m -share/octave/%%OCTAVE_VERSION%%/m/set/create_set.m -share/octave/%%OCTAVE_VERSION%%/m/set/intersection.m -share/octave/%%OCTAVE_VERSION%%/m/set/union.m -share/octave/%%OCTAVE_VERSION%%/m/signal/arch_fit.m -share/octave/%%OCTAVE_VERSION%%/m/signal/arch_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/signal/arch_test.m -share/octave/%%OCTAVE_VERSION%%/m/signal/arma_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/signal/autocor.m -share/octave/%%OCTAVE_VERSION%%/m/signal/autocov.m -share/octave/%%OCTAVE_VERSION%%/m/signal/autoreg_matrix.m -share/octave/%%OCTAVE_VERSION%%/m/signal/bartlett.m -share/octave/%%OCTAVE_VERSION%%/m/signal/blackman.m -share/octave/%%OCTAVE_VERSION%%/m/signal/detrend.m -share/octave/%%OCTAVE_VERSION%%/m/signal/diffpara.m -share/octave/%%OCTAVE_VERSION%%/m/signal/durbinlevinson.m -share/octave/%%OCTAVE_VERSION%%/m/signal/fftconv.m -share/octave/%%OCTAVE_VERSION%%/m/signal/fftfilt.m -share/octave/%%OCTAVE_VERSION%%/m/signal/fftshift.m -share/octave/%%OCTAVE_VERSION%%/m/signal/fractdiff.m -share/octave/%%OCTAVE_VERSION%%/m/signal/freqz.m -share/octave/%%OCTAVE_VERSION%%/m/signal/freqz_plot.m -share/octave/%%OCTAVE_VERSION%%/m/signal/hamming.m -share/octave/%%OCTAVE_VERSION%%/m/signal/hanning.m -share/octave/%%OCTAVE_VERSION%%/m/signal/hurst.m -share/octave/%%OCTAVE_VERSION%%/m/signal/periodogram.m -share/octave/%%OCTAVE_VERSION%%/m/signal/rectangle_lw.m -share/octave/%%OCTAVE_VERSION%%/m/signal/rectangle_sw.m -share/octave/%%OCTAVE_VERSION%%/m/signal/sinc.m -share/octave/%%OCTAVE_VERSION%%/m/signal/sinetone.m -share/octave/%%OCTAVE_VERSION%%/m/signal/sinewave.m -share/octave/%%OCTAVE_VERSION%%/m/signal/spectral_adf.m -share/octave/%%OCTAVE_VERSION%%/m/signal/spectral_xdf.m -share/octave/%%OCTAVE_VERSION%%/m/signal/spencer.m -share/octave/%%OCTAVE_VERSION%%/m/signal/stft.m -share/octave/%%OCTAVE_VERSION%%/m/signal/synthesis.m -share/octave/%%OCTAVE_VERSION%%/m/signal/triangle_lw.m -share/octave/%%OCTAVE_VERSION%%/m/signal/triangle_sw.m -share/octave/%%OCTAVE_VERSION%%/m/signal/unwrap.m -share/octave/%%OCTAVE_VERSION%%/m/signal/yulewalker.m -share/octave/%%OCTAVE_VERSION%%/m/specfun/bessel.m -share/octave/%%OCTAVE_VERSION%%/m/specfun/beta.m -share/octave/%%OCTAVE_VERSION%%/m/specfun/betai.m -share/octave/%%OCTAVE_VERSION%%/m/specfun/erfinv.m -share/octave/%%OCTAVE_VERSION%%/m/specfun/gammai.m -share/octave/%%OCTAVE_VERSION%%/m/specfun/log2.m -share/octave/%%OCTAVE_VERSION%%/m/specfun/pow2.m -share/octave/%%OCTAVE_VERSION%%/m/special-matrix/hankel.m -share/octave/%%OCTAVE_VERSION%%/m/special-matrix/hilb.m -share/octave/%%OCTAVE_VERSION%%/m/special-matrix/invhilb.m -share/octave/%%OCTAVE_VERSION%%/m/special-matrix/sylvester_matrix.m -share/octave/%%OCTAVE_VERSION%%/m/special-matrix/toeplitz.m -share/octave/%%OCTAVE_VERSION%%/m/special-matrix/vander.m -share/octave/%%OCTAVE_VERSION%%/m/startup/octaverc -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/center.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/cloglog.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/cor.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/corrcoef.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/cov.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/cut.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/gls.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/iqr.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/kendall.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/kurtosis.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/logit.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/mahalanobis.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/mean.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/meansq.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/median.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/moment.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/ols.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/ppplot.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/probit.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/qqplot.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/range.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/ranks.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/run_count.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/skewness.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/spearman.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/statistics.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/std.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/studentize.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/table.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/values.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/var.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/beta_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/beta_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/beta_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/beta_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/binomial_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/binomial_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/binomial_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/binomial_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/cauchy_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/cauchy_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/cauchy_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/cauchy_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/chisquare_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/chisquare_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/chisquare_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/chisquare_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/discrete_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/discrete_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/discrete_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/discrete_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/empirical_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/empirical_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/empirical_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/empirical_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/exponential_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/exponential_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/exponential_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/exponential_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/f_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/f_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/f_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/f_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/gamma_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/gamma_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/gamma_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/gamma_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/geometric_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/geometric_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/geometric_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/geometric_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/hypergeometric_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/hypergeometric_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/laplace_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/hypergeometric_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/hypergeometric_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/kolmogorov_smirnov_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/laplace_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/laplace_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/laplace_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/logistic_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/logistic_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/logistic_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/logistic_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/lognormal_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/lognormal_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/lognormal_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/lognormal_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/normal_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/normal_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/normal_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/normal_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/pascal_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/pascal_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/pascal_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/pascal_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/poisson_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/poisson_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/poisson_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/poisson_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/stdnormal_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/stdnormal_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/stdnormal_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/stdnormal_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/t_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/t_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/t_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/t_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/uniform_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/uniform_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/uniform_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/uniform_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/weibull_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/weibull_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/weibull_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/weibull_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/wiener_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/models/logistic_regression.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/models/logistic_regression_derivatives.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/models/logistic_regression_likelihood.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/anova.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/bartlett_test.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/chisquare_test_homogeneity.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/chisquare_test_independence.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/cor_test.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/f_test_regression.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/hotelling_test.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/hotelling_test_2.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/kolmogorov_smirnov_test.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/kolmogorov_smirnov_test_2.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/kruskal_wallis_test.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/manova.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/mcnemar_test.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/prop_test_2.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/run_test.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/sign_test.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/t_test.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/t_test_2.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/t_test_regression.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/u_test.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/var_test.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/welch_test.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/wilcoxon_test.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/z_test.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/z_test_2.m -share/octave/%%OCTAVE_VERSION%%/m/strings/base2dec.m -share/octave/%%OCTAVE_VERSION%%/m/strings/bin2dec.m -share/octave/%%OCTAVE_VERSION%%/m/strings/blanks.m -share/octave/%%OCTAVE_VERSION%%/m/strings/deblank.m -share/octave/%%OCTAVE_VERSION%%/m/strings/dec2base.m -share/octave/%%OCTAVE_VERSION%%/m/strings/dec2bin.m -share/octave/%%OCTAVE_VERSION%%/m/strings/dec2hex.m -share/octave/%%OCTAVE_VERSION%%/m/strings/findstr.m -share/octave/%%OCTAVE_VERSION%%/m/strings/hex2dec.m -share/octave/%%OCTAVE_VERSION%%/m/strings/index.m -share/octave/%%OCTAVE_VERSION%%/m/strings/isletter.m -share/octave/%%OCTAVE_VERSION%%/m/strings/lower.m -share/octave/%%OCTAVE_VERSION%%/m/strings/rindex.m -share/octave/%%OCTAVE_VERSION%%/m/strings/split.m -share/octave/%%OCTAVE_VERSION%%/m/strings/str2mat.m -share/octave/%%OCTAVE_VERSION%%/m/strings/str2num.m -share/octave/%%OCTAVE_VERSION%%/m/strings/strcat.m -share/octave/%%OCTAVE_VERSION%%/m/strings/strcmp.m -share/octave/%%OCTAVE_VERSION%%/m/strings/strjust.m -share/octave/%%OCTAVE_VERSION%%/m/strings/strrep.m -share/octave/%%OCTAVE_VERSION%%/m/strings/substr.m -share/octave/%%OCTAVE_VERSION%%/m/strings/upper.m -share/octave/%%OCTAVE_VERSION%%/m/time/asctime.m -share/octave/%%OCTAVE_VERSION%%/m/time/clock.m -share/octave/%%OCTAVE_VERSION%%/m/time/ctime.m -share/octave/%%OCTAVE_VERSION%%/m/time/date.m -share/octave/%%OCTAVE_VERSION%%/imagelib/default.img -share/octave/ls-R -@exec mkdir -p %D/share/octave/site/api-v13/m 2>/dev/null || true -@exec mkdir -p %D/share/octave/site/exec/%%GNU_HOST%% 2>/dev/null || true -@exec mkdir -p %D/share/octave/site/m 2>/dev/null || true -@exec mkdir -p %D/share/octave/site/oct/%%GNU_HOST%% 2>/dev/null || true -@exec mkdir -p %D/share/octave/%%OCTAVE_VERSION%%/site 2>/dev/null || true -@dirrmtry share/octave/site/api-v13/m -@dirrmtry share/octave/site/api-v13 -@dirrmtry share/octave/site/exec/%%GNU_HOST%% -@dirrmtry share/octave/site/exec -@dirrmtry share/octave/site/oct/%%GNU_HOST%% -@dirrmtry share/octave/site/oct -@dirrmtry share/octave/%%OCTAVE_VERSION%%/site/exec/%%GNU_HOST%% -@dirrmtry share/octave/%%OCTAVE_VERSION%%/site/exec -@dirrmtry share/octave/%%OCTAVE_VERSION%%/site/m -@dirrm share/octave/%%OCTAVE_VERSION%%/site -@dirrm share/octave/%%OCTAVE_VERSION%%/m/audio -@dirrm share/octave/%%OCTAVE_VERSION%%/m/control/base -@dirrm share/octave/%%OCTAVE_VERSION%%/m/control/hinf -@dirrm share/octave/%%OCTAVE_VERSION%%/m/control/obsolete -@dirrm share/octave/%%OCTAVE_VERSION%%/m/control/system -@dirrm share/octave/%%OCTAVE_VERSION%%/m/control/util -@dirrm share/octave/%%OCTAVE_VERSION%%/m/control -@dirrm share/octave/%%OCTAVE_VERSION%%/m/deprecated -@dirrm share/octave/%%OCTAVE_VERSION%%/m/elfun -@dirrm share/octave/%%OCTAVE_VERSION%%/m/finance -@dirrm share/octave/%%OCTAVE_VERSION%%/m/general -@dirrm share/octave/%%OCTAVE_VERSION%%/m/image -@dirrm share/octave/%%OCTAVE_VERSION%%/m/io -@dirrm share/octave/%%OCTAVE_VERSION%%/m/linear-algebra -@dirrm share/octave/%%OCTAVE_VERSION%%/m/miscellaneous -@dirrm share/octave/%%OCTAVE_VERSION%%/m/plot -@dirrm share/octave/%%OCTAVE_VERSION%%/m/polynomial -@dirrm share/octave/%%OCTAVE_VERSION%%/m/quaternion -@dirrm share/octave/%%OCTAVE_VERSION%%/m/set -@dirrm share/octave/%%OCTAVE_VERSION%%/m/signal -@dirrm share/octave/%%OCTAVE_VERSION%%/m/specfun -@dirrm share/octave/%%OCTAVE_VERSION%%/m/special-matrix -@dirrm share/octave/%%OCTAVE_VERSION%%/m/startup -@dirrm share/octave/%%OCTAVE_VERSION%%/m/statistics/base -@dirrm share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions -@dirrm share/octave/%%OCTAVE_VERSION%%/m/statistics/models -@dirrm share/octave/%%OCTAVE_VERSION%%/m/statistics/tests -@dirrm share/octave/%%OCTAVE_VERSION%%/m/statistics -@dirrm share/octave/%%OCTAVE_VERSION%%/m/strings -@dirrm share/octave/%%OCTAVE_VERSION%%/m/time -@dirrm share/octave/%%OCTAVE_VERSION%%/m -@dirrm share/octave/%%OCTAVE_VERSION%%/imagelib -@dirrm share/octave/%%OCTAVE_VERSION%% -@dirrm share/octave/site/m/startup -@dirrm share/octave/site/m -@dirrm share/octave/site -@dirrm share/octave -@exec mkdir -p %D/libexec/octave/site/api-v13/m 2>/dev/null || true -@exec mkdir -p %D/libexec/octave/site/exec/%%GNU_HOST%% 2>/dev/null || true -@exec mkdir -p %D/libexec/octave/site/m 2>/dev/null || true -@exec mkdir -p %D/libexec/octave/site/oct/%%GNU_HOST%% 2>/dev/null || true -@exec mkdir -p %D/libexec/octave/site/oct 2>/dev/null || true -@dirrmtry libexec/octave/site/api-v13/%%GNU_HOST%% -@dirrmtry libexec/octave/site/api-v13/m -@dirrmtry libexec/octave/site/api-v13 -@dirrmtry libexec/octave/site/exec/%%GNU_HOST%% -@dirrmtry libexec/octave/site/exec -@dirrmtry libexec/octave/site/oct/api-v13/%%GNU_HOST%% -@dirrmtry libexec/octave/site/oct/api-v13/m -@dirrmtry libexec/octave/site/oct/api-v13 -@dirrmtry libexec/octave/site/m -@dirrmtry libexec/octave/site/oct/%%GNU_HOST%% -@dirrmtry libexec/octave/site/oct -@dirrmtry libexec/octave/%%OCTAVE_VERSION%%/exec/%%GNU_HOST%% -@dirrmtry libexec/octave/%%OCTAVE_VERSION%%/exec -@dirrmtry libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%% -@dirrmtry libexec/octave/%%OCTAVE_VERSION%%/oct -@dirrmtry libexec/octave/%%OCTAVE_VERSION%%/site/exec/%%GNU_HOST%% -@dirrmtry libexec/octave/%%OCTAVE_VERSION%%/site/exec -@dirrmtry libexec/octave/%%OCTAVE_VERSION%%/site/oct/%%GNU_HOST%% -@dirrmtry libexec/octave/%%OCTAVE_VERSION%%/site/oct -@dirrmtry libexec/octave/%%OCTAVE_VERSION%%/site -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm libexec/octave/%%OCTAVE_VERSION%% -@dirrm libexec/octave/site -@dirrm libexec/octave -@dirrm lib/octave-%%OCTAVE_VERSION%% -@dirrm include/octave-%%OCTAVE_VERSION%%/octave -@dirrm include/octave-%%OCTAVE_VERSION%% diff --git a/math/qhull5/Makefile b/math/qhull5/Makefile deleted file mode 100644 index 853ebaf8995a..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_REINPLACE= yes -USE_GMAKE= yes -INSTALLS_SHLIB= 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/qwtplot3d-qt4/Makefile b/math/qwtplot3d-qt4/Makefile deleted file mode 100644 index da4bc1cebe23..000000000000 --- a/math/qwtplot3d-qt4/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: qwtplot3d -# Date created: Aug 30, 2004 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= qwtplot3d -PORTVERSION= 0.2.4.b -CATEGORIES= math -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/-beta/} -EXTRACT_SUFX= .tgz - -MAINTAINER= ports@FreeBSD.org -COMMENT= A 3D plotting widget for scientific data and mathematical expressions - -BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake - -USE_QT_VER= 3 -USE_X_PREFIX= yes -WRKSRC= ${WRKDIR}/${PORTNAME} -MAKE_ENV= QTDIR=${X11BASE} \ - MOC=${MOC} -INSTALLS_SHLIB= yes - -pre-build: - @cd ${WRKSRC}; qmake -spec ${LOCALBASE}/share/qt/mkspecs/freebsd-g++ ${PORTNAME}.pro - -do-install: - ${CP} ${WRKSRC}/include/* ${PREFIX}/include - ${INSTALL_DATA} ${WRKSRC}/lib/libqwtplot3d.so.0.2.4 ${PREFIX}/lib - ${LN} -fs ${PREFIX}/lib/libqwtplot3d.so.0.2.4 ${PREFIX}/lib/libqwtplot3d.so.0 - ${LN} -fs ${PREFIX}/lib/libqwtplot3d.so.0.2.4 ${PREFIX}/lib/libqwtplot3d.so -.if !defined(NOPORTDOCS) - @${MKDIR} ${EXAMPLESDIR} - ${CP} -R ${WRKSRC}/examples/ ${EXAMPLESDIR} - @${FIND} ${EXAMPLESDIR} ! -type d | \ - ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} - @${FIND} ${EXAMPLESDIR} -type d | ${SORT} -r | \ - ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} -.endif - -.include <bsd.port.mk> diff --git a/math/qwtplot3d-qt4/distinfo b/math/qwtplot3d-qt4/distinfo deleted file mode 100644 index 3e5545a79491..000000000000 --- a/math/qwtplot3d-qt4/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (qwtplot3d-0.2.4-beta.tgz) = 063bcd47364b35be3c6182dca03be60d -SHA256 (qwtplot3d-0.2.4-beta.tgz) = 93858b2b88ef27759f500b2758c201ca0587662b3aa125eb742340b5b6715080 -SIZE (qwtplot3d-0.2.4-beta.tgz) = 246058 diff --git a/math/qwtplot3d-qt4/pkg-descr b/math/qwtplot3d-qt4/pkg-descr deleted file mode 100644 index b342119c657a..000000000000 --- a/math/qwtplot3d-qt4/pkg-descr +++ /dev/null @@ -1,26 +0,0 @@ -QwtPlot3D is not a program, but a feature-rich Qt/OpenGL-based C++ programming -library. She provides essentially a bunch of 3D-widgets for programmers. - -Features - * Parametric Surfaces - * Lighting (experimental) - * User defined visual objects - * Scaling, rotating, shifting, zooming of data sets and mathematical - functions - * Interactive mouse and keyboard handling - * Resolution changing on the fly - * Reading from MESH data files - * Data structures providing nodes and triangulation - * Reading from FEM files - * Flat (2D) labeling - * Wireframe, filled polygons, hidden line - * Floor projections (Isolines, Data) - * Free configurable (labeling, numbering; linear, log or user-defined - transformations) and autoscalable axes - * Free color model - * Flat/Gouraud shading - * Color legends - * Pixmap output (all Qt supported formats) - * Vector output (PostScript, EPS and PDF) via gl2ps - -WWW: http://qwtplot3d.sourceforge.net/ diff --git a/math/qwtplot3d-qt4/pkg-plist b/math/qwtplot3d-qt4/pkg-plist deleted file mode 100644 index 67be6f58f7e9..000000000000 --- a/math/qwtplot3d-qt4/pkg-plist +++ /dev/null @@ -1,30 +0,0 @@ -include/qwt3d_autoptr.h -include/qwt3d_autoscaler.h -include/qwt3d_axis.h -include/qwt3d_color.h -include/qwt3d_colorlegend.h -include/qwt3d_coordsys.h -include/qwt3d_drawable.h -include/qwt3d_enrichment.h -include/qwt3d_enrichment_std.h -include/qwt3d_function.h -include/qwt3d_global.h -include/qwt3d_graphplot.h -include/qwt3d_gridmapping.h -include/qwt3d_helper.h -include/qwt3d_io.h -include/qwt3d_io_gl2ps.h -include/qwt3d_io_reader.h -include/qwt3d_label.h -include/qwt3d_mapping.h -include/qwt3d_multiplot.h -include/qwt3d_openglhelper.h -include/qwt3d_parametricsurface.h -include/qwt3d_plot.h -include/qwt3d_scale.h -include/qwt3d_surfaceplot.h -include/qwt3d_types.h -include/qwt3d_volumeplot.h -lib/libqwtplot3d.so -lib/libqwtplot3d.so.0 -lib/libqwtplot3d.so.0.2.4 diff --git a/math/randlib/Makefile b/math/randlib/Makefile deleted file mode 100644 index bb888416f71d..000000000000 --- a/math/randlib/Makefile +++ /dev/null @@ -1,35 +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 - -INSTALLS_SHLIB= yes -MAKE_ENV= NOPROFILE=true -WRKSRC= ${WRKDIR}/${DISTNAME}/src - -.include <bsd.port.pre.mk> - -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 -.if ${PORTOBJFORMAT} == "aout" - ${LN} -sf libranlib.so.1.0 ${PREFIX}/lib/libranlib.so -.endif - -.include <bsd.port.post.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/rpy2/Makefile b/math/rpy2/Makefile deleted file mode 100644 index 1b80517b4eb9..000000000000 --- a/math/rpy2/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: rpy -# Date created: Jan 14, 2003 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= rpy -PORTVERSION= 0.3.5 -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" - -.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/vtk43-headers/Makefile b/math/vtk43-headers/Makefile deleted file mode 100644 index 5a16342490fc..000000000000 --- a/math/vtk43-headers/Makefile +++ /dev/null @@ -1,59 +0,0 @@ -# New ports collection makefile for: vtk-headers -# Date created: 10 Oct 2003 -# Whom: Mykola Khotyaintsev <ko@irfu.se> -# -# $FreeBSD$ -# - -PKGNAMESUFFIX= -headers - -COMMENT= The Visualization Toolkit C++ headers, CMake includes, Doxygen - -MASTERDIR= ${.CURDIR}/../vtk - -.include "${MASTERDIR}/Makefile" - -post-patch: -# @${REINPLACE_CMD} -E 's|^.*LOAD_CMAKE_EXTENSIONS|#|g' \ -# ${VTKSRCDIR}/VTKConfig.cmake.in ${VTKSRCDIR}/UseVTK.cmake.in - @${REINPLACE_CMD} -E 's|lib/vtk\)|lib\)|g ; s|lib/vtk/doxygen|share/vtk/doxygen| ; s|lib/vtk/testing/HeaderTesting.py|share/examples/vtk/Testing/Common/HeaderTesting.py| ; s|lib/vtk/testing|share/examples/vtk/Testing/Common/Tcl|g' \ - ${VTKSRCDIR}/vtkGenerateVTKConfig.cmake - @${REINPLACE_CMD} -E 's|lib/vtk/doxygen|share/vtk/doxygen|g' \ - ${VTKSRCDIR}/Utilities/Doxygen/CMakeLists.txt - -do-build: -# cd ${WRKSRC}/CMake ; ${MAKE} - -do-install: install-cnotice - @${ECHO_MSG} "Installing headers to ${PREFIX}/include/vtk ..." - ${MKDIR} ${PREFIX}/include/vtk -.for i in ${VTK_KITS} - @${INSTALL_DATA} ${VTKSRCDIR}/${i}/*.h ${PREFIX}/include/vtk -.endfor - @${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include/vtk - @${MKDIR} ${PREFIX}/include/vtk/vtkstd - @${INSTALL_DATA} ${WRKSRC}/vtkstd/* ${PREFIX}/include/vtk/vtkstd - @${MKDIR} ${PREFIX}/include/vtk/DICOMParser - @${INSTALL_DATA} ${VTKSRCDIR}/Utilities/DICOMParser/*.h ${PREFIX}/include/vtk/DICOMParser - @${INSTALL_DATA} ${WRKSRC}/Utilities/DICOMParser/*.h ${PREFIX}/include/vtk/DICOMParser - - @${ECHO_MSG} "Installing CMake includes to ${PREFIX}/lib/vtk ..." - @${MKDIR} ${PREFIX}/lib/vtk -.for i in Utilities/VTKConfig UseVTK VTKBuildSettings VTKLibraryDepends - @${ECHO_MSG} "Installing ${i}.cmake ..." - @${INSTALL_DATA} ${WRKSRC}/${i}.cmake ${PREFIX}/lib/vtk -.endfor - @${MKDIR} ${PREFIX}/lib/vtk/CMake - @${ECHO_MSG} "Installing vtkLoadCMakeExtensions.cmake ..." - @${INSTALL_DATA} ${VTKSRCDIR}/CMake/vtkLoadCMakeExtensions.cmake ${PREFIX}/lib/vtk/CMake - - @${ECHO_MSG} "Installing CMake extensions to ${PREFIX}/lib/vtk/CMake :" -.for i in GENERATE_JAVA_DEPENDENCIES MAKE_INSTANTIATOR2 WRAP_JAVA2 WRAP_PYTHON2 WRAP_TCL2 - @${ECHO_MSG} "Installing libcmVTK_${i}.so ..." - @${INSTALL_DATA} ${WRKSRC}/CMake/libcmVTK_${i}.so ${PREFIX}/lib/vtk/CMake -.endfor - - @${ECHO_MSG} "Installing Doxygen to ${PREFIX}/share/vtk/doxygen :" - @cd ${WRKSRC}/Utilities/Doxygen ; ${MAKE} install - -.include <bsd.port.post.mk> diff --git a/math/vtk43-headers/pkg-plist b/math/vtk43-headers/pkg-plist deleted file mode 100644 index dd7bce9f0188..000000000000 --- a/math/vtk43-headers/pkg-plist +++ /dev/null @@ -1,988 +0,0 @@ -include/vtk/DICOMParser/DICOMAppHelper.h -include/vtk/DICOMParser/DICOMCMakeConfig.h -include/vtk/DICOMParser/DICOMCallback.h -include/vtk/DICOMParser/DICOMConfig.h -include/vtk/DICOMParser/DICOMFile.h -include/vtk/DICOMParser/DICOMParser.h -include/vtk/DICOMParser/DICOMParserMap.h -include/vtk/DICOMParser/DICOMTypes.h -include/vtk/vtk3DS.h -include/vtk/vtk3DSImporter.h -include/vtk/vtk3DWidget.h -include/vtk/vtkAMRBox.h -include/vtk/vtkAVSucdReader.h -include/vtk/vtkAbstractMapper.h -include/vtk/vtkAbstractMapper3D.h -include/vtk/vtkAbstractPicker.h -include/vtk/vtkAbstractPropPicker.h -include/vtk/vtkAbstractTransform.h -include/vtk/vtkAbstractVolumeMapper.h -include/vtk/vtkActor.h -include/vtk/vtkActor2D.h -include/vtk/vtkActor2DCollection.h -include/vtk/vtkActorCollection.h -include/vtk/vtkAmoebaMinimizer.h -include/vtk/vtkAppendFilter.h -include/vtk/vtkAppendPolyData.h -include/vtk/vtkApplyFilterCommand.h -include/vtk/vtkApplyFilterCommandInternal.h -include/vtk/vtkApproximatingSubdivisionFilter.h -include/vtk/vtkArcPlotter.h -include/vtk/vtkArrayCalculator.h -include/vtk/vtkArrowSource.h -include/vtk/vtkAssembly.h -include/vtk/vtkAssemblyNode.h -include/vtk/vtkAssemblyPath.h -include/vtk/vtkAssemblyPaths.h -include/vtk/vtkAssignAttribute.h -include/vtk/vtkAttributeDataToFieldDataFilter.h -include/vtk/vtkAxes.h -include/vtk/vtkAxisActor2D.h -include/vtk/vtkBMPReader.h -include/vtk/vtkBMPWriter.h -include/vtk/vtkBYUReader.h -include/vtk/vtkBYUWriter.h -include/vtk/vtkBandedPolyDataContourFilter.h -include/vtk/vtkBase64InputStream.h -include/vtk/vtkBase64OutputStream.h -include/vtk/vtkBase64Utilities.h -include/vtk/vtkBitArray.h -include/vtk/vtkBlankStructuredGrid.h -include/vtk/vtkBlankStructuredGridWithImage.h -include/vtk/vtkBooleanTexture.h -include/vtk/vtkBox.h -include/vtk/vtkBoxWidget.h -include/vtk/vtkBranchExtentTranslator.h -include/vtk/vtkBrownianPoints.h -include/vtk/vtkButterflySubdivisionFilter.h -include/vtk/vtkButtonSource.h -include/vtk/vtkByteSwap.h -include/vtk/vtkCGMWriter.h -include/vtk/vtkCallbackCommand.h -include/vtk/vtkCamera.h -include/vtk/vtkCaptionActor2D.h -include/vtk/vtkCarbonRenderWindow.h -include/vtk/vtkCarbonRenderWindowInteractor.h -include/vtk/vtkCardinalSpline.h -include/vtk/vtkCastToConcrete.h -include/vtk/vtkCell.h -include/vtk/vtkCell3D.h -include/vtk/vtkCellArray.h -include/vtk/vtkCellCenters.h -include/vtk/vtkCellData.h -include/vtk/vtkCellDataToPointData.h -include/vtk/vtkCellDerivatives.h -include/vtk/vtkCellLinks.h -include/vtk/vtkCellLocator.h -include/vtk/vtkCellPicker.h -include/vtk/vtkCellType.h -include/vtk/vtkCellTypes.h -include/vtk/vtkCharArray.h -include/vtk/vtkCleanPolyData.h -include/vtk/vtkClipDataSet.h -include/vtk/vtkClipPolyData.h -include/vtk/vtkClipVolume.h -include/vtk/vtkCocoaGLView.h -include/vtk/vtkCocoaRenderWindow.h -include/vtk/vtkCocoaRenderWindowInteractor.h -include/vtk/vtkCocoaWindow.h -include/vtk/vtkCollectPolyData.h -include/vtk/vtkCollection.h -include/vtk/vtkCollectionIterator.h -include/vtk/vtkColorTransferFunction.h -include/vtk/vtkCommand.h -include/vtk/vtkCommonInstantiator.h -include/vtk/vtkCommunicator.h -include/vtk/vtkCompositeDataCommand.h -include/vtk/vtkCompositeDataIterator.h -include/vtk/vtkCompositeDataSet.h -include/vtk/vtkCompositeDataVisitor.h -include/vtk/vtkCompositeManager.h -include/vtk/vtkCompositeRenderManager.h -include/vtk/vtkCompositer.h -include/vtk/vtkCompressCompositer.h -include/vtk/vtkCone.h -include/vtk/vtkConeSource.h -include/vtk/vtkConfigure.h -include/vtk/vtkConnectivityFilter.h -include/vtk/vtkContourFilter.h -include/vtk/vtkContourGrid.h -include/vtk/vtkContourValues.h -include/vtk/vtkConvexPointSet.h -include/vtk/vtkCoordinate.h -include/vtk/vtkCriticalSection.h -include/vtk/vtkCubeAxesActor2D.h -include/vtk/vtkCubeSource.h -include/vtk/vtkCuller.h -include/vtk/vtkCullerCollection.h -include/vtk/vtkCursor3D.h -include/vtk/vtkCurvatures.h -include/vtk/vtkCutMaterial.h -include/vtk/vtkCutter.h -include/vtk/vtkCylinder.h -include/vtk/vtkCylinderSource.h -include/vtk/vtkCylindricalTransform.h -include/vtk/vtkDEMReader.h -include/vtk/vtkDICOMImageReader.h -include/vtk/vtkDashedStreamLine.h -include/vtk/vtkDataArray.h -include/vtk/vtkDataArrayCollection.h -include/vtk/vtkDataArrayCollectionIterator.h -include/vtk/vtkDataArraySelection.h -include/vtk/vtkDataArrayTemplate.h -include/vtk/vtkDataCompressor.h -include/vtk/vtkDataObject.h -include/vtk/vtkDataObjectCollection.h -include/vtk/vtkDataObjectReader.h -include/vtk/vtkDataObjectSource.h -include/vtk/vtkDataObjectToDataSetFilter.h -include/vtk/vtkDataObjectWriter.h -include/vtk/vtkDataReader.h -include/vtk/vtkDataSet.h -include/vtk/vtkDataSetAttributes.h -include/vtk/vtkDataSetCollection.h -include/vtk/vtkDataSetMapper.h -include/vtk/vtkDataSetReader.h -include/vtk/vtkDataSetSource.h -include/vtk/vtkDataSetSurfaceFilter.h -include/vtk/vtkDataSetToDataObjectFilter.h -include/vtk/vtkDataSetToDataSetFilter.h -include/vtk/vtkDataSetToImageFilter.h -include/vtk/vtkDataSetToPolyDataFilter.h -include/vtk/vtkDataSetToStructuredGridFilter.h -include/vtk/vtkDataSetToStructuredPointsFilter.h -include/vtk/vtkDataSetToUnstructuredGridFilter.h -include/vtk/vtkDataSetTriangleFilter.h -include/vtk/vtkDataSetWriter.h -include/vtk/vtkDataWriter.h -include/vtk/vtkDebugLeaks.h -include/vtk/vtkDebugLeaksManager.h -include/vtk/vtkDecimate.h -include/vtk/vtkDecimatePro.h -include/vtk/vtkDelaunay2D.h -include/vtk/vtkDelaunay3D.h -include/vtk/vtkDepthSortPolyData.h -include/vtk/vtkDicer.h -include/vtk/vtkDirectionEncoder.h -include/vtk/vtkDirectory.h -include/vtk/vtkDiskSource.h -include/vtk/vtkDistributedStreamTracer.h -include/vtk/vtkDividingCubes.h -include/vtk/vtkDoubleArray.h -include/vtk/vtkDummyController.h -include/vtk/vtkDuplicatePolyData.h -include/vtk/vtkDynamicLoader.h -include/vtk/vtkEarthSource.h -include/vtk/vtkEdgePoints.h -include/vtk/vtkEdgeTable.h -include/vtk/vtkElevationFilter.h -include/vtk/vtkEmptyCell.h -include/vtk/vtkEnSight6BinaryReader.h -include/vtk/vtkEnSight6Reader.h -include/vtk/vtkEnSightGoldBinaryReader.h -include/vtk/vtkEnSightGoldReader.h -include/vtk/vtkEnSightMasterServerReader.h -include/vtk/vtkEnSightReader.h -include/vtk/vtkEncodedGradientEstimator.h -include/vtk/vtkEncodedGradientShader.h -include/vtk/vtkErrorCode.h -include/vtk/vtkExplicitCell.h -include/vtk/vtkExporter.h -include/vtk/vtkExtentSplitter.h -include/vtk/vtkExtentTranslator.h -include/vtk/vtkExtractEdges.h -include/vtk/vtkExtractGeometry.h -include/vtk/vtkExtractGrid.h -include/vtk/vtkExtractPolyDataGeometry.h -include/vtk/vtkExtractPolyDataPiece.h -include/vtk/vtkExtractRectilinearGrid.h -include/vtk/vtkExtractTensorComponents.h -include/vtk/vtkExtractUnstructuredGrid.h -include/vtk/vtkExtractUnstructuredGridPiece.h -include/vtk/vtkExtractVOI.h -include/vtk/vtkExtractVectorComponents.h -include/vtk/vtkFeatureEdges.h -include/vtk/vtkFieldData.h -include/vtk/vtkFieldDataToAttributeDataFilter.h -include/vtk/vtkFileOutputWindow.h -include/vtk/vtkFilteringInstantiator.h -include/vtk/vtkFiniteDifferenceGradientEstimator.h -include/vtk/vtkFloatArray.h -include/vtk/vtkFollower.h -include/vtk/vtkFreeTypeFontCache.h -include/vtk/vtkFrustumCoverageCuller.h -include/vtk/vtkFunctionParser.h -include/vtk/vtkFunctionSet.h -include/vtk/vtkGESignaReader.h -include/vtk/vtkGL2PSExporter.h -include/vtk/vtkGaussianCubeReader.h -include/vtk/vtkGaussianSplatter.h -include/vtk/vtkGeneralTransform.h -include/vtk/vtkGenericCell.h -include/vtk/vtkGenericEnSightReader.h -include/vtk/vtkGenericRenderWindowInteractor.h -include/vtk/vtkGeometryFilter.h -include/vtk/vtkGlyph2D.h -include/vtk/vtkGlyph3D.h -include/vtk/vtkGlyphSource2D.h -include/vtk/vtkGraphLayoutFilter.h -include/vtk/vtkGraphicsFactory.h -include/vtk/vtkGraphicsInstantiator.h -include/vtk/vtkGreedyTerrainDecimation.h -include/vtk/vtkGridSynchronizedTemplates3D.h -include/vtk/vtkGridTransform.h -include/vtk/vtkHeap.h -include/vtk/vtkHedgeHog.h -include/vtk/vtkHexahedron.h -include/vtk/vtkHierarchicalBoxApplyFilterCommand.h -include/vtk/vtkHierarchicalBoxCellDataToPointData.h -include/vtk/vtkHierarchicalBoxContour.h -include/vtk/vtkHierarchicalBoxCutter.h -include/vtk/vtkHierarchicalBoxDataSet.h -include/vtk/vtkHierarchicalBoxDataSetInternal.h -include/vtk/vtkHierarchicalBoxOutlineFilter.h -include/vtk/vtkHierarchicalBoxSource.h -include/vtk/vtkHierarchicalBoxToHierarchicalBoxFilter.h -include/vtk/vtkHierarchicalBoxToPolyDataFilter.h -include/vtk/vtkHierarchicalBoxVisitor.h -include/vtk/vtkHierarchicalDataIterator.h -include/vtk/vtkHierarchicalDataSet.h -include/vtk/vtkHierarchicalDataSetInternal.h -include/vtk/vtkHomogeneousTransform.h -include/vtk/vtkHull.h -include/vtk/vtkHybridInstantiator.h -include/vtk/vtkHyperStreamline.h -include/vtk/vtkIOInstantiator.h -include/vtk/vtkIOStream.h -include/vtk/vtkIOStreamFwd.h -include/vtk/vtkIVExporter.h -include/vtk/vtkIVWriter.h -include/vtk/vtkIdFilter.h -include/vtk/vtkIdList.h -include/vtk/vtkIdListCollection.h -include/vtk/vtkIdType.h -include/vtk/vtkIdTypeArray.h -include/vtk/vtkIdentityTransform.h -include/vtk/vtkImageAccumulate.h -include/vtk/vtkImageActor.h -include/vtk/vtkImageAnisotropicDiffusion2D.h -include/vtk/vtkImageAnisotropicDiffusion3D.h -include/vtk/vtkImageAppend.h -include/vtk/vtkImageAppendComponents.h -include/vtk/vtkImageBlend.h -include/vtk/vtkImageBlockReader.h -include/vtk/vtkImageBlockWriter.h -include/vtk/vtkImageButterworthHighPass.h -include/vtk/vtkImageButterworthLowPass.h -include/vtk/vtkImageCacheFilter.h -include/vtk/vtkImageCanvasSource2D.h -include/vtk/vtkImageCast.h -include/vtk/vtkImageChangeInformation.h -include/vtk/vtkImageCheckerboard.h -include/vtk/vtkImageCityBlockDistance.h -include/vtk/vtkImageClip.h -include/vtk/vtkImageConnector.h -include/vtk/vtkImageConstantPad.h -include/vtk/vtkImageContinuousDilate3D.h -include/vtk/vtkImageContinuousErode3D.h -include/vtk/vtkImageConvolve.h -include/vtk/vtkImageCorrelation.h -include/vtk/vtkImageCursor3D.h -include/vtk/vtkImageData.h -include/vtk/vtkImageDataGeometryFilter.h -include/vtk/vtkImageDataStreamer.h -include/vtk/vtkImageDecomposeFilter.h -include/vtk/vtkImageDifference.h -include/vtk/vtkImageDilateErode3D.h -include/vtk/vtkImageDivergence.h -include/vtk/vtkImageDotProduct.h -include/vtk/vtkImageEllipsoidSource.h -include/vtk/vtkImageEuclideanDistance.h -include/vtk/vtkImageEuclideanToPolar.h -include/vtk/vtkImageExport.h -include/vtk/vtkImageExtractComponents.h -include/vtk/vtkImageFFT.h -include/vtk/vtkImageFlip.h -include/vtk/vtkImageFourierCenter.h -include/vtk/vtkImageFourierFilter.h -include/vtk/vtkImageGaussianSmooth.h -include/vtk/vtkImageGaussianSource.h -include/vtk/vtkImageGradient.h -include/vtk/vtkImageGradientMagnitude.h -include/vtk/vtkImageGridSource.h -include/vtk/vtkImageHSIToRGB.h -include/vtk/vtkImageHSVToRGB.h -include/vtk/vtkImageHybridMedian2D.h -include/vtk/vtkImageIdealHighPass.h -include/vtk/vtkImageIdealLowPass.h -include/vtk/vtkImageImport.h -include/vtk/vtkImageInPlaceFilter.h -include/vtk/vtkImageIslandRemoval2D.h -include/vtk/vtkImageIterateFilter.h -include/vtk/vtkImageIterator.h -include/vtk/vtkImageLaplacian.h -include/vtk/vtkImageLogarithmicScale.h -include/vtk/vtkImageLogic.h -include/vtk/vtkImageLuminance.h -include/vtk/vtkImageMagnify.h -include/vtk/vtkImageMagnitude.h -include/vtk/vtkImageMandelbrotSource.h -include/vtk/vtkImageMapToColors.h -include/vtk/vtkImageMapToRGBA.h -include/vtk/vtkImageMapToWindowLevelColors.h -include/vtk/vtkImageMapper.h -include/vtk/vtkImageMarchingCubes.h -include/vtk/vtkImageMask.h -include/vtk/vtkImageMaskBits.h -include/vtk/vtkImageMathematics.h -include/vtk/vtkImageMedian3D.h -include/vtk/vtkImageMirrorPad.h -include/vtk/vtkImageMultipleInputFilter.h -include/vtk/vtkImageMultipleInputOutputFilter.h -include/vtk/vtkImageNoiseSource.h -include/vtk/vtkImageNonMaximumSuppression.h -include/vtk/vtkImageNormalize.h -include/vtk/vtkImageOpenClose3D.h -include/vtk/vtkImagePadFilter.h -include/vtk/vtkImagePermute.h -include/vtk/vtkImagePlaneWidget.h -include/vtk/vtkImageProgressIterator.h -include/vtk/vtkImageQuantizeRGBToIndex.h -include/vtk/vtkImageRFFT.h -include/vtk/vtkImageRGBToHSI.h -include/vtk/vtkImageRGBToHSV.h -include/vtk/vtkImageRange3D.h -include/vtk/vtkImageReader.h -include/vtk/vtkImageReader2.h -include/vtk/vtkImageReader2Collection.h -include/vtk/vtkImageReader2Factory.h -include/vtk/vtkImageRectilinearWipe.h -include/vtk/vtkImageResample.h -include/vtk/vtkImageReslice.h -include/vtk/vtkImageSeedConnectivity.h -include/vtk/vtkImageSeparableConvolution.h -include/vtk/vtkImageShiftScale.h -include/vtk/vtkImageShrink3D.h -include/vtk/vtkImageSinusoidSource.h -include/vtk/vtkImageSkeleton2D.h -include/vtk/vtkImageSobel2D.h -include/vtk/vtkImageSobel3D.h -include/vtk/vtkImageSource.h -include/vtk/vtkImageSpatialFilter.h -include/vtk/vtkImageStencil.h -include/vtk/vtkImageStencilData.h -include/vtk/vtkImageStencilSource.h -include/vtk/vtkImageThreshold.h -include/vtk/vtkImageToImageFilter.h -include/vtk/vtkImageToImageStencil.h -include/vtk/vtkImageToPolyDataFilter.h -include/vtk/vtkImageToStructuredPoints.h -include/vtk/vtkImageTracerWidget.h -include/vtk/vtkImageTranslateExtent.h -include/vtk/vtkImageTwoInputFilter.h -include/vtk/vtkImageVariance3D.h -include/vtk/vtkImageViewer.h -include/vtk/vtkImageViewer2.h -include/vtk/vtkImageWrapPad.h -include/vtk/vtkImageWriter.h -include/vtk/vtkImagingFactory.h -include/vtk/vtkImagingInstantiator.h -include/vtk/vtkImplicitBoolean.h -include/vtk/vtkImplicitDataSet.h -include/vtk/vtkImplicitFunction.h -include/vtk/vtkImplicitFunctionCollection.h -include/vtk/vtkImplicitFunctionToImageStencil.h -include/vtk/vtkImplicitModeller.h -include/vtk/vtkImplicitPlaneWidget.h -include/vtk/vtkImplicitSelectionLoop.h -include/vtk/vtkImplicitSum.h -include/vtk/vtkImplicitTextureCoords.h -include/vtk/vtkImplicitVolume.h -include/vtk/vtkImplicitWindowFunction.h -include/vtk/vtkImporter.h -include/vtk/vtkIndent.h -include/vtk/vtkInitialValueProblemSolver.h -include/vtk/vtkInputPort.h -include/vtk/vtkInputStream.h -include/vtk/vtkInstantiator.h -include/vtk/vtkIntArray.h -include/vtk/vtkInteractorEventRecorder.h -include/vtk/vtkInteractorObserver.h -include/vtk/vtkInteractorStyle.h -include/vtk/vtkInteractorStyleFlight.h -include/vtk/vtkInteractorStyleImage.h -include/vtk/vtkInteractorStyleJoystickActor.h -include/vtk/vtkInteractorStyleJoystickCamera.h -include/vtk/vtkInteractorStyleRubberBandZoom.h -include/vtk/vtkInteractorStyleSwitch.h -include/vtk/vtkInteractorStyleTerrain.h -include/vtk/vtkInteractorStyleTrackball.h -include/vtk/vtkInteractorStyleTrackballActor.h -include/vtk/vtkInteractorStyleTrackballCamera.h -include/vtk/vtkInteractorStyleUnicam.h -include/vtk/vtkInteractorStyleUser.h -include/vtk/vtkInterpolateDataSetAttributes.h -include/vtk/vtkInterpolatedVelocityField.h -include/vtk/vtkInterpolatingSubdivisionFilter.h -include/vtk/vtkIterativeClosestPointTransform.h -include/vtk/vtkJPEGReader.h -include/vtk/vtkJPEGWriter.h -include/vtk/vtkJavaAwt.h -include/vtk/vtkJavaUtil.h -include/vtk/vtkKitwareContourFilter.h -include/vtk/vtkKitwareCutter.h -include/vtk/vtkKitwareObjectFactory.h -include/vtk/vtkKochanekSpline.h -include/vtk/vtkLODActor.h -include/vtk/vtkLODProp3D.h -include/vtk/vtkLabeledDataMapper.h -include/vtk/vtkLandmarkTransform.h -include/vtk/vtkLargeInteger.h -include/vtk/vtkLegendBoxActor.h -include/vtk/vtkLight.h -include/vtk/vtkLightCollection.h -include/vtk/vtkLightKit.h -include/vtk/vtkLine.h -include/vtk/vtkLineSource.h -include/vtk/vtkLineWidget.h -include/vtk/vtkLinearExtrusionFilter.h -include/vtk/vtkLinearSubdivisionFilter.h -include/vtk/vtkLinearTransform.h -include/vtk/vtkLinkEdgels.h -include/vtk/vtkLocator.h -include/vtk/vtkLogLookupTable.h -include/vtk/vtkLongArray.h -include/vtk/vtkLookupTable.h -include/vtk/vtkLoopSubdivisionFilter.h -include/vtk/vtkMCubesReader.h -include/vtk/vtkMCubesWriter.h -include/vtk/vtkMILVideoSource.h -include/vtk/vtkMPI.h -include/vtk/vtkMPICommunicator.h -include/vtk/vtkMPIController.h -include/vtk/vtkMPIEventLog.h -include/vtk/vtkMPIGroup.h -include/vtk/vtkMapper.h -include/vtk/vtkMapper2D.h -include/vtk/vtkMapperCollection.h -include/vtk/vtkMarchingContourFilter.h -include/vtk/vtkMarchingCubes.h -include/vtk/vtkMarchingCubesCases.h -include/vtk/vtkMarchingSquares.h -include/vtk/vtkMarchingSquaresCases.h -include/vtk/vtkMaskFields.h -include/vtk/vtkMaskPoints.h -include/vtk/vtkMaskPolyData.h -include/vtk/vtkMassProperties.h -include/vtk/vtkMath.h -include/vtk/vtkMatrix4x4.h -include/vtk/vtkMatrixToHomogeneousTransform.h -include/vtk/vtkMatrixToLinearTransform.h -include/vtk/vtkMedicalImageReader2.h -include/vtk/vtkMemoryLimitImageDataStreamer.h -include/vtk/vtkMergeDataObjectFilter.h -include/vtk/vtkMergeFields.h -include/vtk/vtkMergeFilter.h -include/vtk/vtkMergePoints.h -include/vtk/vtkMesaActor.h -include/vtk/vtkMesaCamera.h -include/vtk/vtkMesaFreeTypeTextMapper.h -include/vtk/vtkMesaImageActor.h -include/vtk/vtkMesaImageMapper.h -include/vtk/vtkMesaLight.h -include/vtk/vtkMesaPolyDataMapper.h -include/vtk/vtkMesaPolyDataMapper2D.h -include/vtk/vtkMesaProperty.h -include/vtk/vtkMesaRayCastImageDisplayHelper.h -include/vtk/vtkMesaRenderWindow.h -include/vtk/vtkMesaRenderer.h -include/vtk/vtkMesaTexture.h -include/vtk/vtkMesaVolumeRayCastMapper.h -include/vtk/vtkMesaVolumeTextureMapper2D.h -include/vtk/vtkMeshQuality.h -include/vtk/vtkMetaImageReader.h -include/vtk/vtkMetaImageWriter.h -include/vtk/vtkMoleculeReaderBase.h -include/vtk/vtkMultiBlockApplyFilterCommand.h -include/vtk/vtkMultiBlockDataIterator.h -include/vtk/vtkMultiBlockDataSet.h -include/vtk/vtkMultiBlockDataSetInternal.h -include/vtk/vtkMultiBlockDataVisitor.h -include/vtk/vtkMultiPartExtentTranslator.h -include/vtk/vtkMultiProcessController.h -include/vtk/vtkMultiProcessLog.h -include/vtk/vtkMultiThreader.h -include/vtk/vtkMutexLock.h -include/vtk/vtkNonLinearCell.h -include/vtk/vtkOBBDicer.h -include/vtk/vtkOBBTree.h -include/vtk/vtkOBJExporter.h -include/vtk/vtkOBJReader.h -include/vtk/vtkOOGLExporter.h -include/vtk/vtkOStrStreamWrapper.h -include/vtk/vtkOStreamWrapper.h -include/vtk/vtkObject.h -include/vtk/vtkObjectBase.h -include/vtk/vtkObjectFactory.h -include/vtk/vtkObjectFactoryCollection.h -include/vtk/vtkOldStyleCallbackCommand.h -include/vtk/vtkOpenGLActor.h -include/vtk/vtkOpenGLCamera.h -include/vtk/vtkOpenGLFreeTypeTextMapper.h -include/vtk/vtkOpenGLImageActor.h -include/vtk/vtkOpenGLImageMapper.h -include/vtk/vtkOpenGLLight.h -include/vtk/vtkOpenGLPolyDataMapper.h -include/vtk/vtkOpenGLPolyDataMapper2D.h -include/vtk/vtkOpenGLProperty.h -include/vtk/vtkOpenGLRayCastImageDisplayHelper.h -include/vtk/vtkOpenGLRenderWindow.h -include/vtk/vtkOpenGLRenderer.h -include/vtk/vtkOpenGLStateCache.h -include/vtk/vtkOpenGLTexture.h -include/vtk/vtkOpenGLVolumeProVG500Mapper.h -include/vtk/vtkOpenGLVolumeProVP1000Mapper.h -include/vtk/vtkOpenGLVolumeRayCastMapper.h -include/vtk/vtkOpenGLVolumeTextureMapper2D.h -include/vtk/vtkOrderedTriangulator.h -include/vtk/vtkOutlineCornerFilter.h -include/vtk/vtkOutlineCornerSource.h -include/vtk/vtkOutlineFilter.h -include/vtk/vtkOutlineSource.h -include/vtk/vtkOutputPort.h -include/vtk/vtkOutputStream.h -include/vtk/vtkOutputWindow.h -include/vtk/vtkOverrideInformation.h -include/vtk/vtkOverrideInformationCollection.h -include/vtk/vtkPCAAnalysisFilter.h -include/vtk/vtkPCellDataToPointData.h -include/vtk/vtkPDBReader.h -include/vtk/vtkPDataSetReader.h -include/vtk/vtkPDataSetWriter.h -include/vtk/vtkPImageWriter.h -include/vtk/vtkPLOT3DReader.h -include/vtk/vtkPLY.h -include/vtk/vtkPLYReader.h -include/vtk/vtkPLYWriter.h -include/vtk/vtkPLinearExtrusionFilter.h -include/vtk/vtkPNGReader.h -include/vtk/vtkPNGWriter.h -include/vtk/vtkPNMReader.h -include/vtk/vtkPNMWriter.h -include/vtk/vtkPOPReader.h -include/vtk/vtkPOutlineCornerFilter.h -include/vtk/vtkPOutlineFilter.h -include/vtk/vtkPPolyDataNormals.h -include/vtk/vtkPProbeFilter.h -include/vtk/vtkPSphereSource.h -include/vtk/vtkPStreamTracer.h -include/vtk/vtkParallelCoordinatesActor.h -include/vtk/vtkParallelFactory.h -include/vtk/vtkParallelInstantiator.h -include/vtk/vtkParallelRenderManager.h -include/vtk/vtkParticleReader.h -include/vtk/vtkPassThroughFilter.h -include/vtk/vtkPatentedInstantiator.h -include/vtk/vtkPerlinNoise.h -include/vtk/vtkPerspectiveTransform.h -include/vtk/vtkPicker.h -include/vtk/vtkPieceScalars.h -include/vtk/vtkPiecewiseFunction.h -include/vtk/vtkPiecewiseFunctionShiftScale.h -include/vtk/vtkPiecewiseFunctionSource.h -include/vtk/vtkPiecewiseFunctionToPiecewiseFunctionFilter.h -include/vtk/vtkPipelineSize.h -include/vtk/vtkPixel.h -include/vtk/vtkPlane.h -include/vtk/vtkPlaneCollection.h -include/vtk/vtkPlaneSource.h -include/vtk/vtkPlaneWidget.h -include/vtk/vtkPlanes.h -include/vtk/vtkPlatonicSolidSource.h -include/vtk/vtkPointData.h -include/vtk/vtkPointDataToCellData.h -include/vtk/vtkPointLoad.h -include/vtk/vtkPointLocator.h -include/vtk/vtkPointPicker.h -include/vtk/vtkPointSet.h -include/vtk/vtkPointSetSource.h -include/vtk/vtkPointSetToPointSetFilter.h -include/vtk/vtkPointSource.h -include/vtk/vtkPointWidget.h -include/vtk/vtkPoints.h -include/vtk/vtkPolyData.h -include/vtk/vtkPolyDataCollection.h -include/vtk/vtkPolyDataConnectivityFilter.h -include/vtk/vtkPolyDataMapper.h -include/vtk/vtkPolyDataMapper2D.h -include/vtk/vtkPolyDataNormals.h -include/vtk/vtkPolyDataReader.h -include/vtk/vtkPolyDataSource.h -include/vtk/vtkPolyDataSourceWidget.h -include/vtk/vtkPolyDataStreamer.h -include/vtk/vtkPolyDataToImageStencil.h -include/vtk/vtkPolyDataToPolyDataFilter.h -include/vtk/vtkPolyDataWriter.h -include/vtk/vtkPolyLine.h -include/vtk/vtkPolyVertex.h -include/vtk/vtkPolygon.h -include/vtk/vtkPostScriptWriter.h -include/vtk/vtkPriorityQueue.h -include/vtk/vtkProbeFilter.h -include/vtk/vtkProcessObject.h -include/vtk/vtkProcessStatistics.h -include/vtk/vtkProcrustesAlignmentFilter.h -include/vtk/vtkProgrammableAttributeDataFilter.h -include/vtk/vtkProgrammableDataObjectSource.h -include/vtk/vtkProgrammableFilter.h -include/vtk/vtkProgrammableGlyphFilter.h -include/vtk/vtkProgrammableSource.h -include/vtk/vtkProjectedTexture.h -include/vtk/vtkProp.h -include/vtk/vtkProp3D.h -include/vtk/vtkProp3DCollection.h -include/vtk/vtkPropAssembly.h -include/vtk/vtkPropCollection.h -include/vtk/vtkPropPicker.h -include/vtk/vtkProperty.h -include/vtk/vtkProperty2D.h -include/vtk/vtkPushImageFilterSample.h -include/vtk/vtkPushImageReader.h -include/vtk/vtkPushPipeline.h -include/vtk/vtkPyramid.h -include/vtk/vtkPythonUtil.h -include/vtk/vtkQuad.h -include/vtk/vtkQuadraticEdge.h -include/vtk/vtkQuadraticHexahedron.h -include/vtk/vtkQuadraticQuad.h -include/vtk/vtkQuadraticTetra.h -include/vtk/vtkQuadraticTriangle.h -include/vtk/vtkQuadric.h -include/vtk/vtkQuadricClustering.h -include/vtk/vtkQuadricDecimation.h -include/vtk/vtkQuantizePolyDataPoints.h -include/vtk/vtkRIBExporter.h -include/vtk/vtkRIBLight.h -include/vtk/vtkRIBProperty.h -include/vtk/vtkRTAnalyticSource.h -include/vtk/vtkRayCastImageDisplayHelper.h -include/vtk/vtkRayCastStructures.h -include/vtk/vtkRearrangeFields.h -include/vtk/vtkRectilinearGrid.h -include/vtk/vtkRectilinearGridGeometryFilter.h -include/vtk/vtkRectilinearGridOutlineFilter.h -include/vtk/vtkRectilinearGridReader.h -include/vtk/vtkRectilinearGridSource.h -include/vtk/vtkRectilinearGridToPolyDataFilter.h -include/vtk/vtkRectilinearGridToTetrahedra.h -include/vtk/vtkRectilinearGridWriter.h -include/vtk/vtkRectilinearSynchronizedTemplates.h -include/vtk/vtkRecursiveDividingCubes.h -include/vtk/vtkRecursiveSphereDirectionEncoder.h -include/vtk/vtkReferenceCount.h -include/vtk/vtkReflectionFilter.h -include/vtk/vtkRenderLargeImage.h -include/vtk/vtkRenderWindow.h -include/vtk/vtkRenderWindowCollection.h -include/vtk/vtkRenderWindowInteractor.h -include/vtk/vtkRenderer.h -include/vtk/vtkRendererCollection.h -include/vtk/vtkRendererSource.h -include/vtk/vtkRenderingInstantiator.h -include/vtk/vtkReverseSense.h -include/vtk/vtkRibbonFilter.h -include/vtk/vtkRotationalExtrusionFilter.h -include/vtk/vtkRuledSurfaceFilter.h -include/vtk/vtkRungeKutta2.h -include/vtk/vtkRungeKutta4.h -include/vtk/vtkRungeKutta45.h -include/vtk/vtkSLCReader.h -include/vtk/vtkSTLReader.h -include/vtk/vtkSTLWriter.h -include/vtk/vtkSampleFunction.h -include/vtk/vtkScalarBarActor.h -include/vtk/vtkScalarBarWidget.h -include/vtk/vtkScalarTree.h -include/vtk/vtkScalarsToColors.h -include/vtk/vtkScaledTextActor.h -include/vtk/vtkSelectPolyData.h -include/vtk/vtkSelectVisiblePoints.h -include/vtk/vtkSetGet.h -include/vtk/vtkSharedMemoryCommunicator.h -include/vtk/vtkShepardMethod.h -include/vtk/vtkShortArray.h -include/vtk/vtkShrinkFilter.h -include/vtk/vtkShrinkPolyData.h -include/vtk/vtkSimpleElevationFilter.h -include/vtk/vtkSimpleImageFilterExample.h -include/vtk/vtkSimpleImageToImageFilter.h -include/vtk/vtkSimpleScalarTree.h -include/vtk/vtkSliceCubes.h -include/vtk/vtkSmartPointer.h -include/vtk/vtkSmartPointerBase.h -include/vtk/vtkSmoothPolyDataFilter.h -include/vtk/vtkSocketCommunicator.h -include/vtk/vtkSocketController.h -include/vtk/vtkSource.h -include/vtk/vtkSpatialRepresentationFilter.h -include/vtk/vtkSphere.h -include/vtk/vtkSpherePuzzle.h -include/vtk/vtkSpherePuzzleArrows.h -include/vtk/vtkSphereSource.h -include/vtk/vtkSphereWidget.h -include/vtk/vtkSphericalTransform.h -include/vtk/vtkSpline.h -include/vtk/vtkSplineFilter.h -include/vtk/vtkSplineWidget.h -include/vtk/vtkSplitField.h -include/vtk/vtkStdString.h -include/vtk/vtkStreamLine.h -include/vtk/vtkStreamPoints.h -include/vtk/vtkStreamTracer.h -include/vtk/vtkStreamer.h -include/vtk/vtkStripper.h -include/vtk/vtkStructuredData.h -include/vtk/vtkStructuredGrid.h -include/vtk/vtkStructuredGridGeometryFilter.h -include/vtk/vtkStructuredGridOutlineFilter.h -include/vtk/vtkStructuredGridReader.h -include/vtk/vtkStructuredGridSource.h -include/vtk/vtkStructuredGridToPolyDataFilter.h -include/vtk/vtkStructuredGridToStructuredGridFilter.h -include/vtk/vtkStructuredGridWriter.h -include/vtk/vtkStructuredPoints.h -include/vtk/vtkStructuredPointsCollection.h -include/vtk/vtkStructuredPointsGeometryFilter.h -include/vtk/vtkStructuredPointsReader.h -include/vtk/vtkStructuredPointsSource.h -include/vtk/vtkStructuredPointsToPolyDataFilter.h -include/vtk/vtkStructuredPointsToStructuredPointsFilter.h -include/vtk/vtkStructuredPointsToUnstructuredGridFilter.h -include/vtk/vtkStructuredPointsWriter.h -include/vtk/vtkStructuredVisibilityConstraint.h -include/vtk/vtkSubPixelPositionEdgels.h -include/vtk/vtkSubdivideTetra.h -include/vtk/vtkSuperquadric.h -include/vtk/vtkSuperquadricSource.h -include/vtk/vtkSurfaceReconstructionFilter.h -include/vtk/vtkSweptSurface.h -include/vtk/vtkSynchronizedTemplates2D.h -include/vtk/vtkSynchronizedTemplates3D.h -include/vtk/vtkSystemIncludes.h -include/vtk/vtkTIFFReader.h -include/vtk/vtkTIFFWriter.h -include/vtk/vtkTableExtentTranslator.h -include/vtk/vtkTcl.h -include/vtk/vtkTclUtil.h -include/vtk/vtkTensor.h -include/vtk/vtkTensorGlyph.h -include/vtk/vtkTesting.h -include/vtk/vtkTetra.h -include/vtk/vtkTextActor.h -include/vtk/vtkTextMapper.h -include/vtk/vtkTextProperty.h -include/vtk/vtkTextSource.h -include/vtk/vtkTexture.h -include/vtk/vtkTextureMapToCylinder.h -include/vtk/vtkTextureMapToPlane.h -include/vtk/vtkTextureMapToSphere.h -include/vtk/vtkTexturedSphereSource.h -include/vtk/vtkThinPlateSplineTransform.h -include/vtk/vtkThreadSafeLog.h -include/vtk/vtkThreadedController.h -include/vtk/vtkThreshold.h -include/vtk/vtkThresholdPoints.h -include/vtk/vtkThresholdTextureCoords.h -include/vtk/vtkTimeStamp.h -include/vtk/vtkTimerLog.h -include/vtk/vtkTk.h -include/vtk/vtkTkImageViewerWidget.h -include/vtk/vtkTkRenderWidget.h -include/vtk/vtkToolkits.h -include/vtk/vtkTransform.h -include/vtk/vtkTransformCollection.h -include/vtk/vtkTransformFilter.h -include/vtk/vtkTransformPolyDataFilter.h -include/vtk/vtkTransformTextureCoords.h -include/vtk/vtkTransformToGrid.h -include/vtk/vtkTransmitPolyDataPiece.h -include/vtk/vtkTransmitUnstructuredGridPiece.h -include/vtk/vtkTreeComposite.h -include/vtk/vtkTreeCompositer.h -include/vtk/vtkTriangle.h -include/vtk/vtkTriangleFilter.h -include/vtk/vtkTriangleStrip.h -include/vtk/vtkTriangularTCoords.h -include/vtk/vtkTriangularTexture.h -include/vtk/vtkTubeFilter.h -include/vtk/vtkUGFacetReader.h -include/vtk/vtkUniformGrid.h -include/vtk/vtkUnsignedCharArray.h -include/vtk/vtkUnsignedIntArray.h -include/vtk/vtkUnsignedLongArray.h -include/vtk/vtkUnsignedShortArray.h -include/vtk/vtkUnstructuredGrid.h -include/vtk/vtkUnstructuredGridBunykRayCastFunction.h -include/vtk/vtkUnstructuredGridReader.h -include/vtk/vtkUnstructuredGridSource.h -include/vtk/vtkUnstructuredGridToPolyDataFilter.h -include/vtk/vtkUnstructuredGridToUnstructuredGridFilter.h -include/vtk/vtkUnstructuredGridVolumeMapper.h -include/vtk/vtkUnstructuredGridVolumeRayCastFunction.h -include/vtk/vtkUnstructuredGridVolumeRayCastMapper.h -include/vtk/vtkUnstructuredGridWriter.h -include/vtk/vtkVRML.h -include/vtk/vtkVRMLExporter.h -include/vtk/vtkVRMLImporter.h -include/vtk/vtkVectorDot.h -include/vtk/vtkVectorNorm.h -include/vtk/vtkVectorText.h -include/vtk/vtkVersion.h -include/vtk/vtkVertex.h -include/vtk/vtkVideoSource.h -include/vtk/vtkViewport.h -include/vtk/vtkVoidArray.h -include/vtk/vtkVolume.h -include/vtk/vtkVolume16Reader.h -include/vtk/vtkVolumeCollection.h -include/vtk/vtkVolumeMapper.h -include/vtk/vtkVolumeProMapper.h -include/vtk/vtkVolumeProVG500Mapper.h -include/vtk/vtkVolumeProVP1000Mapper.h -include/vtk/vtkVolumeProperty.h -include/vtk/vtkVolumeRayCastCompositeFunction.h -include/vtk/vtkVolumeRayCastFunction.h -include/vtk/vtkVolumeRayCastIsosurfaceFunction.h -include/vtk/vtkVolumeRayCastMIPFunction.h -include/vtk/vtkVolumeRayCastMapper.h -include/vtk/vtkVolumeRayCastStructures.h -include/vtk/vtkVolumeReader.h -include/vtk/vtkVolumeTextureMapper.h -include/vtk/vtkVolumeTextureMapper2D.h -include/vtk/vtkVoxel.h -include/vtk/vtkVoxelContoursToSurfaceFilter.h -include/vtk/vtkVoxelModeller.h -include/vtk/vtkWarpLens.h -include/vtk/vtkWarpScalar.h -include/vtk/vtkWarpTo.h -include/vtk/vtkWarpTransform.h -include/vtk/vtkWarpVector.h -include/vtk/vtkWedge.h -include/vtk/vtkWeightedTransformFilter.h -include/vtk/vtkWin32Header.h -include/vtk/vtkWin32OpenGLRenderWindow.h -include/vtk/vtkWin32OutputWindow.h -include/vtk/vtkWin32RenderWindowInteractor.h -include/vtk/vtkWin32VideoSource.h -include/vtk/vtkWinCE.h -include/vtk/vtkWinCEOpenGLRenderWindow.h -include/vtk/vtkWindow.h -include/vtk/vtkWindowLevelLookupTable.h -include/vtk/vtkWindowToImageFilter.h -include/vtk/vtkWindowedSincPolyDataFilter.h -include/vtk/vtkWorldPointPicker.h -include/vtk/vtkWriter.h -include/vtk/vtkXMLDataElement.h -include/vtk/vtkXMLDataParser.h -include/vtk/vtkXMLDataReader.h -include/vtk/vtkXMLDataSetWriter.h -include/vtk/vtkXMLFileOutputWindow.h -include/vtk/vtkXMLFileReadTester.h -include/vtk/vtkXMLImageDataReader.h -include/vtk/vtkXMLImageDataWriter.h -include/vtk/vtkXMLPDataReader.h -include/vtk/vtkXMLPDataSetWriter.h -include/vtk/vtkXMLPDataWriter.h -include/vtk/vtkXMLPImageDataReader.h -include/vtk/vtkXMLPImageDataWriter.h -include/vtk/vtkXMLPPolyDataReader.h -include/vtk/vtkXMLPPolyDataWriter.h -include/vtk/vtkXMLPRectilinearGridReader.h -include/vtk/vtkXMLPRectilinearGridWriter.h -include/vtk/vtkXMLPStructuredDataReader.h -include/vtk/vtkXMLPStructuredDataWriter.h -include/vtk/vtkXMLPStructuredGridReader.h -include/vtk/vtkXMLPStructuredGridWriter.h -include/vtk/vtkXMLPUnstructuredDataReader.h -include/vtk/vtkXMLPUnstructuredDataWriter.h -include/vtk/vtkXMLPUnstructuredGridReader.h -include/vtk/vtkXMLPUnstructuredGridWriter.h -include/vtk/vtkXMLParser.h -include/vtk/vtkXMLPolyDataReader.h -include/vtk/vtkXMLPolyDataWriter.h -include/vtk/vtkXMLReader.h -include/vtk/vtkXMLRectilinearGridReader.h -include/vtk/vtkXMLRectilinearGridWriter.h -include/vtk/vtkXMLStructuredDataReader.h -include/vtk/vtkXMLStructuredDataWriter.h -include/vtk/vtkXMLStructuredGridReader.h -include/vtk/vtkXMLStructuredGridWriter.h -include/vtk/vtkXMLUnstructuredDataReader.h -include/vtk/vtkXMLUnstructuredDataWriter.h -include/vtk/vtkXMLUnstructuredGridReader.h -include/vtk/vtkXMLUnstructuredGridWriter.h -include/vtk/vtkXMLUtilities.h -include/vtk/vtkXMLWriter.h -include/vtk/vtkXMesaRenderWindow.h -include/vtk/vtkXOpenGLRenderWindow.h -include/vtk/vtkXRenderWindowInteractor.h -include/vtk/vtkXRenderWindowTclInteractor.h -include/vtk/vtkXYPlotActor.h -include/vtk/vtkXYPlotWidget.h -include/vtk/vtkXYZMolReader.h -include/vtk/vtkZLibDataCompressor.h -include/vtk/vtkgluPickMatrix.h -include/vtk/vtkstd/algorithm -include/vtk/vtkstd/deque -include/vtk/vtkstd/iterator -include/vtk/vtkstd/list -include/vtk/vtkstd/map -include/vtk/vtkstd/numeric -include/vtk/vtkstd/queue -include/vtk/vtkstd/set -include/vtk/vtkstd/stack -include/vtk/vtkstd/string -include/vtk/vtkstd/utility -include/vtk/vtkstd/vector -lib/vtk/CMake/libcmVTK_GENERATE_JAVA_DEPENDENCIES.so -lib/vtk/CMake/libcmVTK_MAKE_INSTANTIATOR2.so -lib/vtk/CMake/libcmVTK_WRAP_JAVA2.so -lib/vtk/CMake/libcmVTK_WRAP_PYTHON2.so -lib/vtk/CMake/libcmVTK_WRAP_TCL2.so -lib/vtk/CMake/vtkLoadCMakeExtensions.cmake -lib/vtk/UseVTK.cmake -lib/vtk/VTKBuildSettings.cmake -lib/vtk/VTKConfig.cmake -lib/vtk/VTKLibraryDepends.cmake -%%DOCSDIR%%/README.html -%%DOCSDIR%%/README.patented-classes -%%DOCSDIR%%/vtkLogo.jpg -share/vtk/doxygen/authors.txt -share/vtk/doxygen/doc_class2example.pl -share/vtk/doxygen/doc_cleanhtml.pl -share/vtk/doxygen/doc_codematch.pl -share/vtk/doxygen/doc_contributors.pl -share/vtk/doxygen/doc_header2doxygen.pl -share/vtk/doxygen/doc_index.pl -share/vtk/doxygen/doc_index.stop -share/vtk/doxygen/doc_readme.txt -share/vtk/doxygen/doc_rmpath.pl -share/vtk/doxygen/doc_version.pl -share/vtk/doxygen/doxygen-fixed.css -share/vtk/doxygen/doxygen.css -share/vtk/doxygen/footer-fixed.html -share/vtk/doxygen/footer.html -share/vtk/doxygen/header-fixed.html -share/vtk/doxygen/header.html -share/vtk/doxygen/paper-clip.gif -share/vtk/doxygen/pic.gif -share/vtk/doxygen/vtk-logo.gif -@dirrm share/vtk/doxygen -@dirrmtry share/vtk -@dirrm %%DOCSDIR%% -@dirrm lib/vtk/CMake -@dirrmtry lib/vtk -@dirrm include/vtk/vtkstd -@dirrm include/vtk/DICOMParser -@dirrm include/vtk -@dirrmtry %%DOCSDIR%% diff --git a/math/vtk5/Makefile b/math/vtk5/Makefile deleted file mode 100644 index 9fa416c6a80a..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= 1 -CATEGORIES= math graphics -MASTER_SITES= http://ovt.irfu.se/vtk/files/ -DISTFILES?= VTK-${PORTVERSION}-LatestRelease.tar.gz - -MAINTAINER= ko@irfu.se -COMMENT?= The Visualization Toolkit shared libs - -USE_REINPLACE= yes - -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}) -# -# ${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' \ - ${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%% |