diff options
Diffstat (limited to 'math/goblin')
| -rw-r--r-- | math/goblin/Makefile | 35 | ||||
| -rw-r--r-- | math/goblin/distinfo | 1 | ||||
| -rw-r--r-- | math/goblin/files/patch-Makefile | 40 | ||||
| -rw-r--r-- | math/goblin/pkg-comment | 1 | ||||
| -rw-r--r-- | math/goblin/pkg-descr | 21 | ||||
| -rw-r--r-- | math/goblin/pkg-plist | 275 |
6 files changed, 0 insertions, 373 deletions
diff --git a/math/goblin/Makefile b/math/goblin/Makefile deleted file mode 100644 index 8c959fe1d75a..000000000000 --- a/math/goblin/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: goblin -# Date created: Mar 3, 2002 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= goblin -PORTVERSION= 2.5 -CATEGORIES= misc -MASTER_SITES= http://www.math.uni-augsburg.de/opt/goblin.docs/ -DISTNAME= ${PORTNAME}.${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org - -LIB_DEPENDS= tcl83:${PORTSDIR}/lang/tcl83 \ - tk83:${PORTSDIR}/x11-toolkits/tk83 - -USE_REINPLACE= yes - -CFLAGS+= -I${LOCALBASE}/include/tcl8.3 -I${LOCALBASE}/include/tk8.3 \ - -I${X11BASE}/include -LIBS= -L${LOCALBASE}/lib -L${X11BASE}/lib - -PLIST_SUB+= PORTVER=${PORTVERSION} - -post-patch: - @${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g ; \ - s,g\+\+,${CXX},g ; \ - s,%%CXXFLAGS%%,${CXXFLAGS},g ; s,%%LIBS%%,${LIBS},g ; \ - s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/Makefile - @${REINPLACE_CMD} -e "s/malloc.h/stdlib.h/g" ${WRKSRC}/include/globals.h - -.include <bsd.port.mk> diff --git a/math/goblin/distinfo b/math/goblin/distinfo deleted file mode 100644 index 90e823494215..000000000000 --- a/math/goblin/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (goblin.2.5.tar.gz) = a9a0f61372cb4000703dce6398d518fa diff --git a/math/goblin/files/patch-Makefile b/math/goblin/files/patch-Makefile deleted file mode 100644 index 7e201742f88f..000000000000 --- a/math/goblin/files/patch-Makefile +++ /dev/null @@ -1,40 +0,0 @@ ---- Makefile.orig Wed Oct 9 18:54:01 2002 -+++ Makefile Wed Oct 9 18:55:21 2002 -@@ -25,13 +25,13 @@ - - # GNU - --cpp = g++ -c -O5 -Wall -pedantic -Iinclude $(vflags) -+cpp = g++ -c -O5 -Wall -pedantic -Iinclude $(vflags) %%CXXFLAGS%% - # To link with the static library libtcl.*.a --link = g++ -lm -lpthread -+link = g++ -lm -lpthread %%LIBS%% - # To link with the shared object libtcl.*.so - # link = g++ -lm -Wl,-brtl -lpthreads -bbigtoc - # To link shared object --linkShared = g++ -lm -lpthread -Wl,-shared -+linkShared = g++ -lm -lpthread -Wl,-shared %%LIBS%% - - # xlC - -@@ -46,15 +46,15 @@ - - # Tcl/Tk Release - --libtcl = 8.3 --libtk = 8.3 -+libtcl = 83 -+libtk = 83 - - - # System Installation - --goblin_include_path = /usr/include --goblin_lib_path = /usr/lib --goblin_bin_path = /usr/bin -+goblin_include_path = %%PREFIX%%/include -+goblin_lib_path = %%PREFIX%%/lib -+goblin_bin_path = %%PREFIX%%/bin - - - #------------------------------------------------------------------------ diff --git a/math/goblin/pkg-comment b/math/goblin/pkg-comment deleted file mode 100644 index 43ed71ddf937..000000000000 --- a/math/goblin/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A Graph Object Library for Network Programming Problems 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 f57d95e4e996..000000000000 --- a/math/goblin/pkg-plist +++ /dev/null @@ -1,275 +0,0 @@ -bin/display -bin/goblet -bin/gosh -bin/goblin.%%PORTVER%%/samples/acyclic.gob -bin/goblin.%%PORTVER%%/samples/tsp75.gob -bin/goblin.%%PORTVER%%/samples/tsp41.gob -bin/goblin.%%PORTVER%%/samples/tsp4.gob -bin/goblin.%%PORTVER%%/samples/tsp23.gob -bin/goblin.%%PORTVER%%/samples/triang4.gob -bin/goblin.%%PORTVER%%/samples/tjoin3.gob -bin/goblin.%%PORTVER%%/samples/tjoin2.gob -bin/goblin.%%PORTVER%%/samples/tjoin1.gob -bin/goblin.%%PORTVER%%/samples/tile6.gob -bin/goblin.%%PORTVER%%/samples/tile5.gob -bin/goblin.%%PORTVER%%/samples/tile4.gob -bin/goblin.%%PORTVER%%/samples/tile3.gob -bin/goblin.%%PORTVER%%/samples/tile2.gob -bin/goblin.%%PORTVER%%/samples/tile1.gob -bin/goblin.%%PORTVER%%/samples/tile0.gob -bin/goblin.%%PORTVER%%/samples/strong5.gob -bin/goblin.%%PORTVER%%/samples/strong4.gob -bin/goblin.%%PORTVER%%/samples/strong3.gob -bin/goblin.%%PORTVER%%/samples/strong2.gob -bin/goblin.%%PORTVER%%/samples/steiner3.gob -bin/goblin.%%PORTVER%%/samples/steiner2.gob -bin/goblin.%%PORTVER%%/samples/steiner1.gob -bin/goblin.%%PORTVER%%/samples/sptree.gob -bin/goblin.%%PORTVER%%/samples/regular3.gob -bin/goblin.%%PORTVER%%/samples/postman3.gob -bin/goblin.%%PORTVER%%/samples/postman2.gob -bin/goblin.%%PORTVER%%/samples/postman1.gob -bin/goblin.%%PORTVER%%/samples/planar1.gob -bin/goblin.%%PORTVER%%/samples/petersen.gob -bin/goblin.%%PORTVER%%/samples/optmatch9.gob -bin/goblin.%%PORTVER%%/samples/optmatch8.gob -bin/goblin.%%PORTVER%%/samples/optmatch7.gob -bin/goblin.%%PORTVER%%/samples/optmatch6.gob -bin/goblin.%%PORTVER%%/samples/optmatch5.gob -bin/goblin.%%PORTVER%%/samples/optmatch4.gob -bin/goblin.%%PORTVER%%/samples/optmatch3.gob -bin/goblin.%%PORTVER%%/samples/optmatch2.gob -bin/goblin.%%PORTVER%%/samples/optmatch12.gob -bin/goblin.%%PORTVER%%/samples/optmatch11.gob -bin/goblin.%%PORTVER%%/samples/optmatch10.gob -bin/goblin.%%PORTVER%%/samples/optmatch1.gob -bin/goblin.%%PORTVER%%/samples/optmatch0.gob -bin/goblin.%%PORTVER%%/samples/optflow4.gob -bin/goblin.%%PORTVER%%/samples/optflow3.gob -bin/goblin.%%PORTVER%%/samples/optflow2.gob -bin/goblin.%%PORTVER%%/samples/optflow1.gob -bin/goblin.%%PORTVER%%/samples/optcirc9.gob -bin/goblin.%%PORTVER%%/samples/optcirc8.gob -bin/goblin.%%PORTVER%%/samples/optcirc7.gob -bin/goblin.%%PORTVER%%/samples/optcirc6.gob -bin/goblin.%%PORTVER%%/samples/optcirc5.gob -bin/goblin.%%PORTVER%%/samples/optcirc4.gob -bin/goblin.%%PORTVER%%/samples/optcirc3.gob -bin/goblin.%%PORTVER%%/samples/optcirc2.gob -bin/goblin.%%PORTVER%%/samples/optcirc1.gob -bin/goblin.%%PORTVER%%/samples/optbflow3.gob -bin/goblin.%%PORTVER%%/samples/optbcirc3.gob -bin/goblin.%%PORTVER%%/samples/optbcirc2.gob -bin/goblin.%%PORTVER%%/samples/optbcirc1.gob -bin/goblin.%%PORTVER%%/samples/optasgn3.gob -bin/goblin.%%PORTVER%%/samples/optasgn2.gob -bin/goblin.%%PORTVER%%/samples/optasgn1.gob -bin/goblin.%%PORTVER%%/samples/mintree2.gob -bin/goblin.%%PORTVER%%/samples/mintree1.gob -bin/goblin.%%PORTVER%%/samples/mclosure.gob -bin/goblin.%%PORTVER%%/samples/maxmean2.gob -bin/goblin.%%PORTVER%%/samples/maxmean1.gob -bin/goblin.%%PORTVER%%/samples/maxflow9.gob -bin/goblin.%%PORTVER%%/samples/maxflow8.gob -bin/goblin.%%PORTVER%%/samples/maxflow7.gob -bin/goblin.%%PORTVER%%/samples/maxflow6.gob -bin/goblin.%%PORTVER%%/samples/maxflow5.gob -bin/goblin.%%PORTVER%%/samples/maxflow4.gob -bin/goblin.%%PORTVER%%/samples/maxflow3.gob -bin/goblin.%%PORTVER%%/samples/maxflow2.gob -bin/goblin.%%PORTVER%%/samples/maxflow1.gob -bin/goblin.%%PORTVER%%/samples/maxcut2.gob -bin/goblin.%%PORTVER%%/samples/maxcut1.gob -bin/goblin.%%PORTVER%%/samples/maxbflow5.gob -bin/goblin.%%PORTVER%%/samples/maxbflow4.gob -bin/goblin.%%PORTVER%%/samples/maxbflow3.gob -bin/goblin.%%PORTVER%%/samples/maxbflow2.gob -bin/goblin.%%PORTVER%%/samples/maxbflow1.gob -bin/goblin.%%PORTVER%%/samples/icosa.gob -bin/goblin.%%PORTVER%%/samples/hamilton57.gob -bin/goblin.%%PORTVER%%/samples/goblet.gob -bin/goblin.%%PORTVER%%/samples/gsearch1.gob -bin/goblin.%%PORTVER%%/samples/geom8.gob -bin/goblin.%%PORTVER%%/samples/geom7.gob -bin/goblin.%%PORTVER%%/samples/geom6.gob -bin/goblin.%%PORTVER%%/samples/geom5.gob -bin/goblin.%%PORTVER%%/samples/geom4.gob -bin/goblin.%%PORTVER%%/samples/geom3.gob -bin/goblin.%%PORTVER%%/samples/geom2.gob -bin/goblin.%%PORTVER%%/samples/geom1.gob -bin/goblin.%%PORTVER%%/samples/gedecomp2.gob -bin/goblin.%%PORTVER%%/samples/gedecomp1.gob -bin/goblin.%%PORTVER%%/samples/europe.gob -bin/goblin.%%PORTVER%%/samples/dsearch1.gob -bin/goblin.%%PORTVER%%/samples/dodeka.gob -bin/goblin.%%PORTVER%%/samples/connect7.gob -bin/goblin.%%PORTVER%%/samples/connect6.gob -bin/goblin.%%PORTVER%%/samples/connect5.gob -bin/goblin.%%PORTVER%%/samples/connect4.gob -bin/goblin.%%PORTVER%%/samples/connect3.gob -bin/goblin.%%PORTVER%%/samples/connect2.gob -bin/goblin.%%PORTVER%%/samples/connect1.gob -bin/goblin.%%PORTVER%%/samples/colour8.gob -bin/goblin.%%PORTVER%%/samples/colour7.gob -bin/goblin.%%PORTVER%%/samples/colour6.gob -bin/goblin.%%PORTVER%%/samples/colour4.gob -bin/goblin.%%PORTVER%%/samples/colour2.gob -bin/goblin.%%PORTVER%%/samples/colour1.gob -bin/goblin.%%PORTVER%%/samples/canonical.gob -bin/goblin.%%PORTVER%%/samples/branchtree.gob -bin/goblin.%%PORTVER%%/samples/branch40.gob -bin/goblin.%%PORTVER%%/samples/branch4.gob -bin/goblin.%%PORTVER%%/samples/branch3.gob -bin/goblin.%%PORTVER%%/samples/branch20.gob -bin/goblin.%%PORTVER%%/samples/branch2.gob -bin/goblin.%%PORTVER%%/samples/branch10.gob -bin/goblin.%%PORTVER%%/samples/branch1.gob -bin/goblin.%%PORTVER%%/samples/bipartite1.gob -bin/goblin.%%PORTVER%%/samples/balanced1.gob -bin/goblin.%%PORTVER%%/samples/atsp2.gob -bin/goblin.%%PORTVER%%/samples/atsp1.gob -bin/goblin.%%PORTVER%%/samples/tsp8.gob -bin/goblin.%%PORTVER%%/LGPL -bin/goblin.%%PORTVER%%/toggleScript.gif -bin/goblin.%%PORTVER%%/toggleEditor.gif -bin/goblin.%%PORTVER%%/toggleBrowser.gif -bin/goblin.%%PORTVER%%/title.tk -bin/goblin.%%PORTVER%%/tclLogo.gif -bin/goblin.%%PORTVER%%/stepSingle2.gif -bin/goblin.%%PORTVER%%/stepSingle.png -bin/goblin.%%PORTVER%%/stepSingle.gif -bin/goblin.%%PORTVER%%/stepOver2.gif -bin/goblin.%%PORTVER%%/stepOver.png -bin/goblin.%%PORTVER%%/stepOver.gif -bin/goblin.%%PORTVER%%/stepOut.gif -bin/goblin.%%PORTVER%%/stepInto.gif -bin/goblin.%%PORTVER%%/stepClock2.gif -bin/goblin.%%PORTVER%%/stepClock.png -bin/goblin.%%PORTVER%%/stepClock.gif -bin/goblin.%%PORTVER%%/stepAuto2.gif -bin/goblin.%%PORTVER%%/stepAuto.png -bin/goblin.%%PORTVER%%/stepAuto.gif -bin/goblin.%%PORTVER%%/statistics.tk -bin/goblin.%%PORTVER%%/saveas.tk -bin/goblin.%%PORTVER%%/random.tk -bin/goblin.%%PORTVER%%/optlevel.tk -bin/goblin.%%PORTVER%%/openFold.png -bin/goblin.%%PORTVER%%/open.tk -bin/goblin.%%PORTVER%%/nodedisplay.tk -bin/goblin.%%PORTVER%%/nodeattrib.tk -bin/goblin.%%PORTVER%%/new.tk -bin/goblin.%%PORTVER%%/msgWarn.png -bin/goblin.%%PORTVER%%/msgWarn.gif -bin/goblin.%%PORTVER%%/msgStop.png -bin/goblin.%%PORTVER%%/msgStop.gif -bin/goblin.%%PORTVER%%/metrics.tk -bin/goblin.%%PORTVER%%/methopt.tk -bin/goblin.%%PORTVER%%/measures.tk -bin/goblin.%%PORTVER%%/measures.new -bin/goblin.%%PORTVER%%/lstyle.tk -bin/goblin.%%PORTVER%%/logopt.tk -bin/goblin.%%PORTVER%%/logging.tk -bin/goblin.%%PORTVER%%/logSee.gif -bin/goblin.%%PORTVER%%/logSearch.gif -bin/goblin.%%PORTVER%%/logPrev.gif -bin/goblin.%%PORTVER%%/logNext.gif -bin/goblin.%%PORTVER%%/logLast.gif -bin/goblin.%%PORTVER%%/logFirst.gif -bin/goblin.%%PORTVER%%/lightsYellow.gif -bin/goblin.%%PORTVER%%/lightsRed.gif -bin/goblin.%%PORTVER%%/lightsGreen.gif -bin/goblin.%%PORTVER%%/import.tk -bin/goblin.%%PORTVER%%/gobletTitle.gif -bin/goblin.%%PORTVER%%/goblet.tk -bin/goblin.%%PORTVER%%/fileSave.gif -bin/goblin.%%PORTVER%%/fileReset.gif -bin/goblin.%%PORTVER%%/filePrint.gif -bin/goblin.%%PORTVER%%/fileOpen.gif -bin/goblin.%%PORTVER%%/extract.tk -bin/goblin.%%PORTVER%%/export.tk -bin/goblin.%%PORTVER%%/editRedirect.gif -bin/goblin.%%PORTVER%%/editPred.gif -bin/goblin.%%PORTVER%%/editNewNode.gif -bin/goblin.%%PORTVER%%/editNewArc.gif -bin/goblin.%%PORTVER%%/editMove.gif -bin/goblin.%%PORTVER%%/editLabel.gif -bin/goblin.%%PORTVER%%/editDelete.gif -bin/goblin.%%PORTVER%%/delete.tk -bin/goblin.%%PORTVER%%/delbutton.gif -bin/goblin.%%PORTVER%%/dataopt.tk -bin/goblin.%%PORTVER%%/constant.tk -bin/goblin.%%PORTVER%%/closeFold.png -bin/goblin.%%PORTVER%%/changes.tk -bin/goblin.%%PORTVER%%/camera.gif -bin/goblin.%%PORTVER%%/browsePrev.gif -bin/goblin.%%PORTVER%%/browsePlus.gif -bin/goblin.%%PORTVER%%/browseNext.gif -bin/goblin.%%PORTVER%%/browseMinus.gif -bin/goblin.%%PORTVER%%/browseLast.gif -bin/goblin.%%PORTVER%%/browseFirst.gif -bin/goblin.%%PORTVER%%/binocs.gif -bin/goblin.%%PORTVER%%/arclabels.tk -bin/goblin.%%PORTVER%%/arcdisplay.tk -bin/goblin.%%PORTVER%%/arcattrib.tk -bin/goblin.%%PORTVER%%/traceopt.tk -include/goblin.%%PORTVER%%/absbal.h -include/goblin.%%PORTVER%%/surgra.h -include/goblin.%%PORTVER%%/statstaq.h -include/goblin.%%PORTVER%%/statq.h -include/goblin.%%PORTVER%%/spsstruc.h -include/goblin.%%PORTVER%%/spsmix.h -include/goblin.%%PORTVER%%/spsincl.h -include/goblin.%%PORTVER%%/spsgra.h -include/goblin.%%PORTVER%%/spsdig.h -include/goblin.%%PORTVER%%/spsbig.h -include/goblin.%%PORTVER%%/spsbal.h -include/goblin.%%PORTVER%%/shrnet.h -include/goblin.%%PORTVER%%/shrfam.h -include/goblin.%%PORTVER%%/setfam.h -include/goblin.%%PORTVER%%/queue.h -include/goblin.%%PORTVER%%/message.h -include/goblin.%%PORTVER%%/iterator.h -include/goblin.%%PORTVER%%/import.h -include/goblin.%%PORTVER%%/hashtbl.h -include/goblin.%%PORTVER%%/gra2bal.h -include/goblin.%%PORTVER%%/gosh.h -include/goblin.%%PORTVER%%/goblin.h -include/goblin.%%PORTVER%%/globals.h -include/goblin.%%PORTVER%%/genstruc.h -include/goblin.%%PORTVER%%/genincl.h -include/goblin.%%PORTVER%%/fnw2fnw.h -include/goblin.%%PORTVER%%/fibheap.h -include/goblin.%%PORTVER%%/export.h -include/goblin.%%PORTVER%%/exp2xfig.h -include/goblin.%%PORTVER%%/exp2tk.h -include/goblin.%%PORTVER%%/dynstaq.h -include/goblin.%%PORTVER%%/dynq.h -include/goblin.%%PORTVER%%/dnsstruc.h -include/goblin.%%PORTVER%%/dnsincl.h -include/goblin.%%PORTVER%%/dnsgra.h -include/goblin.%%PORTVER%%/dnsdig.h -include/goblin.%%PORTVER%%/dnsbig.h -include/goblin.%%PORTVER%%/display.h -include/goblin.%%PORTVER%%/context.h -include/goblin.%%PORTVER%%/config.h -include/goblin.%%PORTVER%%/binheap.h -include/goblin.%%PORTVER%%/big2fnw.h -include/goblin.%%PORTVER%%/bbstsp.h -include/goblin.%%PORTVER%%/bbstable.h -include/goblin.%%PORTVER%%/bbscheme.h -include/goblin.%%PORTVER%%/bbcolour.h -include/goblin.%%PORTVER%%/bbatsp.h -include/goblin.%%PORTVER%%/basheap.h -include/goblin.%%PORTVER%%/bal2bal.h -include/goblin.%%PORTVER%%/auxnet.h -include/goblin.%%PORTVER%%/absobj.h -include/goblin.%%PORTVER%%/absmix.h -include/goblin.%%PORTVER%%/absgra.h -include/goblin.%%PORTVER%%/absfam.h -include/goblin.%%PORTVER%%/absdig.h -include/goblin.%%PORTVER%%/absbig.h -include/goblin.%%PORTVER%%/treeview.h -lib/libgoblin%%PORTVER%%.a -@dirrm bin/goblin.%%PORTVER%%/samples -@dirrm bin/goblin.%%PORTVER%% -@dirrm include/goblin.%%PORTVER%% |
