upgrade to 2.6b5

This commit is contained in:
Ying-Chieh Liao 2003-04-01 08:44:28 +00:00
parent 7a39ef13a0
commit de1d4bc508
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77908
8 changed files with 688 additions and 610 deletions

View File

@ -7,10 +7,10 @@
#
PORTNAME= goblin
PORTVERSION= 2.5
PORTVERSION= 2.6.b5
CATEGORIES= misc
MASTER_SITES= http://www.math.uni-augsburg.de/opt/goblin.docs/
DISTNAME= ${PORTNAME}.${PORTVERSION}
DISTNAME= ${PORTNAME}.${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= ports@FreeBSD.org
COMMENT= A Graph Object Library for Network Programming Problems
@ -23,14 +23,16 @@ 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}
USE_GMAKE= yes
PLIST_SUB+= PORTVER=${PORTVERSION:R}
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
.for file in include/globals.h globals.cpp
@${REINPLACE_CMD} -e "s/malloc.h/stdlib.h/g" ${WRKSRC}/${file}
.endfor
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (goblin.2.5.tar.gz) = a9a0f61372cb4000703dce6398d518fa
MD5 (goblin.2.6b5.tar.gz) = 93888501dd9f1a8425289059aa578892

View File

@ -1,40 +1,40 @@
--- 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
#------------------------------------------------------------------------
--- Makefile.orig Mon Mar 31 19:07:24 2003
+++ Makefile Mon Mar 31 19:08:45 2003
@@ -26,13 +26,13 @@
# GNU
-cpp = g++ -c -g -O5 -Wall -pedantic -Iinclude
+cpp = g++ -c -g -O5 -Wall -pedantic -Iinclude %%CXXFLAGS%%
# To link with the static library libtcl.*.a
-link = g++ -lm
+link = g++ -lm %%LIBS%%
# To link with the shared object libtcl.*.so
# link = g++ -lm -Wl,-brtl -bbigtoc
# To link shared object
-linkShared = g++ -lm -Wl,-shared
+linkShared = g++ -lm -Wl,-shared %%LIBS%%
# xlC
@@ -47,15 +47,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
#------------------------------------------------------------------------

View File

@ -1,273 +1,310 @@
bin/display
bin/goblet
bin/gosh
bin/goblin.%%PORTVER%%/LGPL
bin/goblin.%%PORTVER%%/arcattrib.tk
bin/goblin.%%PORTVER%%/arcdisplay.tk
bin/goblin.%%PORTVER%%/arclabels.tk
bin/goblin.%%PORTVER%%/arrowDown.gif
bin/goblin.%%PORTVER%%/arrowUp.gif
bin/goblin.%%PORTVER%%/binocs.gif
bin/goblin.%%PORTVER%%/browseFirst.gif
bin/goblin.%%PORTVER%%/browseLast.gif
bin/goblin.%%PORTVER%%/browseMinus.gif
bin/goblin.%%PORTVER%%/browseNext.gif
bin/goblin.%%PORTVER%%/browsePlus.gif
bin/goblin.%%PORTVER%%/browsePrev.gif
bin/goblin.%%PORTVER%%/browseopt.tk
bin/goblin.%%PORTVER%%/browser.tk
bin/goblin.%%PORTVER%%/camera.gif
bin/goblin.%%PORTVER%%/changes.tk
bin/goblin.%%PORTVER%%/compose.tk
bin/goblin.%%PORTVER%%/constant.tk
bin/goblin.%%PORTVER%%/dataopt.tk
bin/goblin.%%PORTVER%%/defaults.tk
bin/goblin.%%PORTVER%%/delbutton.gif
bin/goblin.%%PORTVER%%/delete.tk
bin/goblin.%%PORTVER%%/edit.tk
bin/goblin.%%PORTVER%%/editDelete.gif
bin/goblin.%%PORTVER%%/editLabel.gif
bin/goblin.%%PORTVER%%/editMove.gif
bin/goblin.%%PORTVER%%/editNewArc.gif
bin/goblin.%%PORTVER%%/editNewNode.gif
bin/goblin.%%PORTVER%%/editPivot.tk
bin/goblin.%%PORTVER%%/editPred.gif
bin/goblin.%%PORTVER%%/editRedirect.gif
bin/goblin.%%PORTVER%%/editRow.tk
bin/goblin.%%PORTVER%%/editVar.tk
bin/goblin.%%PORTVER%%/editor.tk
bin/goblin.%%PORTVER%%/export.tk
bin/goblin.%%PORTVER%%/extract.tk
bin/goblin.%%PORTVER%%/file.tk
bin/goblin.%%PORTVER%%/fileOpen.gif
bin/goblin.%%PORTVER%%/filePrint.gif
bin/goblin.%%PORTVER%%/fileReset.gif
bin/goblin.%%PORTVER%%/fileSave.gif
bin/goblin.%%PORTVER%%/foldClose.gif
bin/goblin.%%PORTVER%%/foldOpen.gif
bin/goblin.%%PORTVER%%/goblet.tk
bin/goblin.%%PORTVER%%/gobletTitle.gif
bin/goblin.%%PORTVER%%/iconbars.tk
bin/goblin.%%PORTVER%%/import.tk
bin/goblin.%%PORTVER%%/info.tk
bin/goblin.%%PORTVER%%/layout.tk
bin/goblin.%%PORTVER%%/layoutLPOpt.tk
bin/goblin.%%PORTVER%%/lightsGreen.gif
bin/goblin.%%PORTVER%%/lightsRed.gif
bin/goblin.%%PORTVER%%/lightsYellow.gif
bin/goblin.%%PORTVER%%/logFirst.gif
bin/goblin.%%PORTVER%%/logLast.gif
bin/goblin.%%PORTVER%%/logNext.gif
bin/goblin.%%PORTVER%%/logPrev.gif
bin/goblin.%%PORTVER%%/logSearch.gif
bin/goblin.%%PORTVER%%/logSee.gif
bin/goblin.%%PORTVER%%/logopt.tk
bin/goblin.%%PORTVER%%/lstyle.tk
bin/goblin.%%PORTVER%%/measures.tk
bin/goblin.%%PORTVER%%/messenger.tk
bin/goblin.%%PORTVER%%/methopt.tk
bin/goblin.%%PORTVER%%/metrics.tk
bin/goblin.%%PORTVER%%/msgStop.gif
bin/goblin.%%PORTVER%%/msgWarn.gif
bin/goblin.%%PORTVER%%/new.tk
bin/goblin.%%PORTVER%%/nodeattrib.tk
bin/goblin.%%PORTVER%%/nodedisplay.tk
bin/goblin.%%PORTVER%%/open.tk
bin/goblin.%%PORTVER%%/optimize.tk
bin/goblin.%%PORTVER%%/optlevel.tk
bin/goblin.%%PORTVER%%/random.tk
bin/goblin.%%PORTVER%%/ressources.tk
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/adlittle.gob
bin/goblin.%%PORTVER%%/samples/afiro.gob
bin/goblin.%%PORTVER%%/samples/atsp1.gob
bin/goblin.%%PORTVER%%/samples/atsp2.gob
bin/goblin.%%PORTVER%%/samples/balanced1.gob
bin/goblin.%%PORTVER%%/samples/bipartite1.gob
bin/goblin.%%PORTVER%%/samples/branch1.gob
bin/goblin.%%PORTVER%%/samples/branch10.gob
bin/goblin.%%PORTVER%%/samples/branch2.gob
bin/goblin.%%PORTVER%%/samples/branch20.gob
bin/goblin.%%PORTVER%%/samples/branch3.gob
bin/goblin.%%PORTVER%%/samples/branch4.gob
bin/goblin.%%PORTVER%%/samples/branch40.gob
bin/goblin.%%PORTVER%%/samples/branchtree.gob
bin/goblin.%%PORTVER%%/samples/canonical.gob
bin/goblin.%%PORTVER%%/samples/colour1.gob
bin/goblin.%%PORTVER%%/samples/colour2.gob
bin/goblin.%%PORTVER%%/samples/colour4.gob
bin/goblin.%%PORTVER%%/samples/colour6.gob
bin/goblin.%%PORTVER%%/samples/colour7.gob
bin/goblin.%%PORTVER%%/samples/colour8.gob
bin/goblin.%%PORTVER%%/samples/connect1.gob
bin/goblin.%%PORTVER%%/samples/connect2.gob
bin/goblin.%%PORTVER%%/samples/connect3.gob
bin/goblin.%%PORTVER%%/samples/connect4.gob
bin/goblin.%%PORTVER%%/samples/connect5.gob
bin/goblin.%%PORTVER%%/samples/connect6.gob
bin/goblin.%%PORTVER%%/samples/connect7.gob
bin/goblin.%%PORTVER%%/samples/dodeka.gob
bin/goblin.%%PORTVER%%/samples/dsearch1.gob
bin/goblin.%%PORTVER%%/samples/dummy.gob
bin/goblin.%%PORTVER%%/samples/europe.gob
bin/goblin.%%PORTVER%%/samples/gedecomp1.gob
bin/goblin.%%PORTVER%%/samples/gedecomp2.gob
bin/goblin.%%PORTVER%%/samples/geom1.gob
bin/goblin.%%PORTVER%%/samples/geom2.gob
bin/goblin.%%PORTVER%%/samples/geom3.gob
bin/goblin.%%PORTVER%%/samples/geom4.gob
bin/goblin.%%PORTVER%%/samples/geom5.gob
bin/goblin.%%PORTVER%%/samples/geom6.gob
bin/goblin.%%PORTVER%%/samples/geom7.gob
bin/goblin.%%PORTVER%%/samples/geom8.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/hamilton57.gob
bin/goblin.%%PORTVER%%/samples/icosa.gob
bin/goblin.%%PORTVER%%/samples/maxbflow1.gob
bin/goblin.%%PORTVER%%/samples/maxbflow2.gob
bin/goblin.%%PORTVER%%/samples/maxbflow3.gob
bin/goblin.%%PORTVER%%/samples/maxbflow4.gob
bin/goblin.%%PORTVER%%/samples/maxbflow5.gob
bin/goblin.%%PORTVER%%/samples/maxcut1.gob
bin/goblin.%%PORTVER%%/samples/maxcut2.gob
bin/goblin.%%PORTVER%%/samples/maxflow1.gob
bin/goblin.%%PORTVER%%/samples/maxflow2.gob
bin/goblin.%%PORTVER%%/samples/maxflow3.gob
bin/goblin.%%PORTVER%%/samples/maxflow4.1.gob
bin/goblin.%%PORTVER%%/samples/maxflow4.gob
bin/goblin.%%PORTVER%%/samples/maxflow6.gob
bin/goblin.%%PORTVER%%/samples/maxflow7.gob
bin/goblin.%%PORTVER%%/samples/maxflow8.gob
bin/goblin.%%PORTVER%%/samples/maxflow9.gob
bin/goblin.%%PORTVER%%/samples/maxmean1.gob
bin/goblin.%%PORTVER%%/samples/maxmean2.gob
bin/goblin.%%PORTVER%%/samples/mclosure.gob
bin/goblin.%%PORTVER%%/samples/mincut1.gob
bin/goblin.%%PORTVER%%/samples/mincut2.gob
bin/goblin.%%PORTVER%%/samples/mincut3.gob
bin/goblin.%%PORTVER%%/samples/mintree1.gob
bin/goblin.%%PORTVER%%/samples/mintree2.gob
bin/goblin.%%PORTVER%%/samples/optasgn1.gob
bin/goblin.%%PORTVER%%/samples/optasgn2.gob
bin/goblin.%%PORTVER%%/samples/optasgn3.gob
bin/goblin.%%PORTVER%%/samples/optbcirc1.gob
bin/goblin.%%PORTVER%%/samples/optbcirc2.gob
bin/goblin.%%PORTVER%%/samples/optbcirc3.gob
bin/goblin.%%PORTVER%%/samples/optbflow3.gob
bin/goblin.%%PORTVER%%/samples/optcirc1.gob
bin/goblin.%%PORTVER%%/samples/optcirc2.gob
bin/goblin.%%PORTVER%%/samples/optcirc3.gob
bin/goblin.%%PORTVER%%/samples/optcirc4.gob
bin/goblin.%%PORTVER%%/samples/optcirc4_2.gob
bin/goblin.%%PORTVER%%/samples/optcirc5.gob
bin/goblin.%%PORTVER%%/samples/optcirc6.gob
bin/goblin.%%PORTVER%%/samples/optcirc7.gob
bin/goblin.%%PORTVER%%/samples/optcirc8.gob
bin/goblin.%%PORTVER%%/samples/optcirc9.gob
bin/goblin.%%PORTVER%%/samples/optflow1.gob
bin/goblin.%%PORTVER%%/samples/optflow2.gob
bin/goblin.%%PORTVER%%/samples/optflow3.gob
bin/goblin.%%PORTVER%%/samples/optflow4.gob
bin/goblin.%%PORTVER%%/samples/optmatch0.gob
bin/goblin.%%PORTVER%%/samples/optmatch1.gob
bin/goblin.%%PORTVER%%/samples/optmatch10.gob
bin/goblin.%%PORTVER%%/samples/optmatch11.gob
bin/goblin.%%PORTVER%%/samples/optmatch12.gob
bin/goblin.%%PORTVER%%/samples/optmatch2.gob
bin/goblin.%%PORTVER%%/samples/optmatch3.gob
bin/goblin.%%PORTVER%%/samples/optmatch4.1.gob
bin/goblin.%%PORTVER%%/samples/optmatch4.gob
bin/goblin.%%PORTVER%%/samples/optmatch5.gob
bin/goblin.%%PORTVER%%/samples/optmatch6.gob
bin/goblin.%%PORTVER%%/samples/optmatch7.gob
bin/goblin.%%PORTVER%%/samples/optmatch8.gob
bin/goblin.%%PORTVER%%/samples/optmatch9.gob
bin/goblin.%%PORTVER%%/samples/petersen.gob
bin/goblin.%%PORTVER%%/samples/planar1.gob
bin/goblin.%%PORTVER%%/samples/postman1.gob
bin/goblin.%%PORTVER%%/samples/postman2.gob
bin/goblin.%%PORTVER%%/samples/postman3.gob
bin/goblin.%%PORTVER%%/samples/regular3.gob
bin/goblin.%%PORTVER%%/samples/share2b.gob
bin/goblin.%%PORTVER%%/samples/small1.gob
bin/goblin.%%PORTVER%%/samples/spring1.gob
bin/goblin.%%PORTVER%%/samples/spring2.gob
bin/goblin.%%PORTVER%%/samples/spring3.gob
bin/goblin.%%PORTVER%%/samples/sptree.gob
bin/goblin.%%PORTVER%%/samples/steiner1.gob
bin/goblin.%%PORTVER%%/samples/steiner2.gob
bin/goblin.%%PORTVER%%/samples/steiner3.gob
bin/goblin.%%PORTVER%%/samples/strong2.gob
bin/goblin.%%PORTVER%%/samples/strong3.gob
bin/goblin.%%PORTVER%%/samples/strong4.gob
bin/goblin.%%PORTVER%%/samples/strong5.gob
bin/goblin.%%PORTVER%%/samples/tile0.gob
bin/goblin.%%PORTVER%%/samples/tile1.gob
bin/goblin.%%PORTVER%%/samples/tile2.gob
bin/goblin.%%PORTVER%%/samples/tile3.gob
bin/goblin.%%PORTVER%%/samples/tile4.gob
bin/goblin.%%PORTVER%%/samples/tile5.gob
bin/goblin.%%PORTVER%%/samples/tile6.gob
bin/goblin.%%PORTVER%%/samples/tjoin1.gob
bin/goblin.%%PORTVER%%/samples/tjoin2.gob
bin/goblin.%%PORTVER%%/samples/tjoin3.gob
bin/goblin.%%PORTVER%%/samples/triang4.gob
bin/goblin.%%PORTVER%%/samples/tsp23.gob
bin/goblin.%%PORTVER%%/samples/tsp4.gob
bin/goblin.%%PORTVER%%/samples/tsp41.gob
bin/goblin.%%PORTVER%%/samples/tsp75.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%%/statistics.tk
bin/goblin.%%PORTVER%%/status.tk
bin/goblin.%%PORTVER%%/stepAuto.gif
bin/goblin.%%PORTVER%%/stepClock.gif
bin/goblin.%%PORTVER%%/stepClock2.gif
bin/goblin.%%PORTVER%%/stepInto.gif
bin/goblin.%%PORTVER%%/stepOut.gif
bin/goblin.%%PORTVER%%/stepOver.gif
bin/goblin.%%PORTVER%%/stepOver2.gif
bin/goblin.%%PORTVER%%/stepSingle.gif
bin/goblin.%%PORTVER%%/stepSingle2.gif
bin/goblin.%%PORTVER%%/tableauCol.gif
bin/goblin.%%PORTVER%%/tableauCol.gif2
bin/goblin.%%PORTVER%%/tableauObj.gif
bin/goblin.%%PORTVER%%/tableauObj.gif2
bin/goblin.%%PORTVER%%/tableauPivot.gif
bin/goblin.%%PORTVER%%/tableauRHS.gif
bin/goblin.%%PORTVER%%/tableauRHS.gif2
bin/goblin.%%PORTVER%%/tableauRow.gif
bin/goblin.%%PORTVER%%/tableauRow.gif2
bin/goblin.%%PORTVER%%/tclLogo.gif
bin/goblin.%%PORTVER%%/title.tk
bin/goblin.%%PORTVER%%/toggleBrowser.gif
bin/goblin.%%PORTVER%%/toggleEditor.gif
bin/goblin.%%PORTVER%%/toggleScript.gif
bin/goblin.%%PORTVER%%/traceopt.tk
bin/goblin.%%PORTVER%%/workspace.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%%/absdig.h
include/goblin.%%PORTVER%%/absfam.h
include/goblin.%%PORTVER%%/absgra.h
include/goblin.%%PORTVER%%/absmix.h
include/goblin.%%PORTVER%%/absobj.h
include/goblin.%%PORTVER%%/auxnet.h
include/goblin.%%PORTVER%%/bal2bal.h
include/goblin.%%PORTVER%%/basheap.h
include/goblin.%%PORTVER%%/bbatsp.h
include/goblin.%%PORTVER%%/bbcolour.h
include/goblin.%%PORTVER%%/bbscheme.h
include/goblin.%%PORTVER%%/bbstable.h
include/goblin.%%PORTVER%%/bbstsp.h
include/goblin.%%PORTVER%%/big2fnw.h
include/goblin.%%PORTVER%%/binheap.h
include/goblin.%%PORTVER%%/config.h
include/goblin.%%PORTVER%%/context.h
include/goblin.%%PORTVER%%/display.h
include/goblin.%%PORTVER%%/dnsbig.h
include/goblin.%%PORTVER%%/dnsdig.h
include/goblin.%%PORTVER%%/dnsgra.h
include/goblin.%%PORTVER%%/dnsincl.h
include/goblin.%%PORTVER%%/dnsstruc.h
include/goblin.%%PORTVER%%/dynq.h
include/goblin.%%PORTVER%%/dynstaq.h
include/goblin.%%PORTVER%%/exp2tk.h
include/goblin.%%PORTVER%%/exp2xfig.h
include/goblin.%%PORTVER%%/export.h
include/goblin.%%PORTVER%%/fibheap.h
include/goblin.%%PORTVER%%/fnw2fnw.h
include/goblin.%%PORTVER%%/genincl.h
include/goblin.%%PORTVER%%/genstruc.h
include/goblin.%%PORTVER%%/globals.h
include/goblin.%%PORTVER%%/goblin.h
include/goblin.%%PORTVER%%/gosh.h
include/goblin.%%PORTVER%%/gra2bal.h
include/goblin.%%PORTVER%%/hashtbl.h
include/goblin.%%PORTVER%%/ilpWrap.h
include/goblin.%%PORTVER%%/import.h
include/goblin.%%PORTVER%%/iterator.h
include/goblin.%%PORTVER%%/lpSolve.h
include/goblin.%%PORTVER%%/matrix.h
include/goblin.%%PORTVER%%/message.h
include/goblin.%%PORTVER%%/queue.h
include/goblin.%%PORTVER%%/setfam.h
include/goblin.%%PORTVER%%/shrfam.h
include/goblin.%%PORTVER%%/shrnet.h
include/goblin.%%PORTVER%%/spsbal.h
include/goblin.%%PORTVER%%/spsbig.h
include/goblin.%%PORTVER%%/spsdig.h
include/goblin.%%PORTVER%%/spsgra.h
include/goblin.%%PORTVER%%/spsincl.h
include/goblin.%%PORTVER%%/spsmix.h
include/goblin.%%PORTVER%%/spsstruc.h
include/goblin.%%PORTVER%%/statq.h
include/goblin.%%PORTVER%%/statstaq.h
include/goblin.%%PORTVER%%/surgra.h
include/goblin.%%PORTVER%%/treeview.h
lib/libgoblin%%PORTVER%%.a
@dirrm bin/goblin.%%PORTVER%%/samples

View File

@ -7,10 +7,10 @@
#
PORTNAME= goblin
PORTVERSION= 2.5
PORTVERSION= 2.6.b5
CATEGORIES= misc
MASTER_SITES= http://www.math.uni-augsburg.de/opt/goblin.docs/
DISTNAME= ${PORTNAME}.${PORTVERSION}
DISTNAME= ${PORTNAME}.${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= ports@FreeBSD.org
COMMENT= A Graph Object Library for Network Programming Problems
@ -23,14 +23,16 @@ 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}
USE_GMAKE= yes
PLIST_SUB+= PORTVER=${PORTVERSION:R}
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
.for file in include/globals.h globals.cpp
@${REINPLACE_CMD} -e "s/malloc.h/stdlib.h/g" ${WRKSRC}/${file}
.endfor
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (goblin.2.5.tar.gz) = a9a0f61372cb4000703dce6398d518fa
MD5 (goblin.2.6b5.tar.gz) = 93888501dd9f1a8425289059aa578892

View File

@ -1,40 +1,40 @@
--- 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
#------------------------------------------------------------------------
--- Makefile.orig Mon Mar 31 19:07:24 2003
+++ Makefile Mon Mar 31 19:08:45 2003
@@ -26,13 +26,13 @@
# GNU
-cpp = g++ -c -g -O5 -Wall -pedantic -Iinclude
+cpp = g++ -c -g -O5 -Wall -pedantic -Iinclude %%CXXFLAGS%%
# To link with the static library libtcl.*.a
-link = g++ -lm
+link = g++ -lm %%LIBS%%
# To link with the shared object libtcl.*.so
# link = g++ -lm -Wl,-brtl -bbigtoc
# To link shared object
-linkShared = g++ -lm -Wl,-shared
+linkShared = g++ -lm -Wl,-shared %%LIBS%%
# xlC
@@ -47,15 +47,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
#------------------------------------------------------------------------

View File

@ -1,273 +1,310 @@
bin/display
bin/goblet
bin/gosh
bin/goblin.%%PORTVER%%/LGPL
bin/goblin.%%PORTVER%%/arcattrib.tk
bin/goblin.%%PORTVER%%/arcdisplay.tk
bin/goblin.%%PORTVER%%/arclabels.tk
bin/goblin.%%PORTVER%%/arrowDown.gif
bin/goblin.%%PORTVER%%/arrowUp.gif
bin/goblin.%%PORTVER%%/binocs.gif
bin/goblin.%%PORTVER%%/browseFirst.gif
bin/goblin.%%PORTVER%%/browseLast.gif
bin/goblin.%%PORTVER%%/browseMinus.gif
bin/goblin.%%PORTVER%%/browseNext.gif
bin/goblin.%%PORTVER%%/browsePlus.gif
bin/goblin.%%PORTVER%%/browsePrev.gif
bin/goblin.%%PORTVER%%/browseopt.tk
bin/goblin.%%PORTVER%%/browser.tk
bin/goblin.%%PORTVER%%/camera.gif
bin/goblin.%%PORTVER%%/changes.tk
bin/goblin.%%PORTVER%%/compose.tk
bin/goblin.%%PORTVER%%/constant.tk
bin/goblin.%%PORTVER%%/dataopt.tk
bin/goblin.%%PORTVER%%/defaults.tk
bin/goblin.%%PORTVER%%/delbutton.gif
bin/goblin.%%PORTVER%%/delete.tk
bin/goblin.%%PORTVER%%/edit.tk
bin/goblin.%%PORTVER%%/editDelete.gif
bin/goblin.%%PORTVER%%/editLabel.gif
bin/goblin.%%PORTVER%%/editMove.gif
bin/goblin.%%PORTVER%%/editNewArc.gif
bin/goblin.%%PORTVER%%/editNewNode.gif
bin/goblin.%%PORTVER%%/editPivot.tk
bin/goblin.%%PORTVER%%/editPred.gif
bin/goblin.%%PORTVER%%/editRedirect.gif
bin/goblin.%%PORTVER%%/editRow.tk
bin/goblin.%%PORTVER%%/editVar.tk
bin/goblin.%%PORTVER%%/editor.tk
bin/goblin.%%PORTVER%%/export.tk
bin/goblin.%%PORTVER%%/extract.tk
bin/goblin.%%PORTVER%%/file.tk
bin/goblin.%%PORTVER%%/fileOpen.gif
bin/goblin.%%PORTVER%%/filePrint.gif
bin/goblin.%%PORTVER%%/fileReset.gif
bin/goblin.%%PORTVER%%/fileSave.gif
bin/goblin.%%PORTVER%%/foldClose.gif
bin/goblin.%%PORTVER%%/foldOpen.gif
bin/goblin.%%PORTVER%%/goblet.tk
bin/goblin.%%PORTVER%%/gobletTitle.gif
bin/goblin.%%PORTVER%%/iconbars.tk
bin/goblin.%%PORTVER%%/import.tk
bin/goblin.%%PORTVER%%/info.tk
bin/goblin.%%PORTVER%%/layout.tk
bin/goblin.%%PORTVER%%/layoutLPOpt.tk
bin/goblin.%%PORTVER%%/lightsGreen.gif
bin/goblin.%%PORTVER%%/lightsRed.gif
bin/goblin.%%PORTVER%%/lightsYellow.gif
bin/goblin.%%PORTVER%%/logFirst.gif
bin/goblin.%%PORTVER%%/logLast.gif
bin/goblin.%%PORTVER%%/logNext.gif
bin/goblin.%%PORTVER%%/logPrev.gif
bin/goblin.%%PORTVER%%/logSearch.gif
bin/goblin.%%PORTVER%%/logSee.gif
bin/goblin.%%PORTVER%%/logopt.tk
bin/goblin.%%PORTVER%%/lstyle.tk
bin/goblin.%%PORTVER%%/measures.tk
bin/goblin.%%PORTVER%%/messenger.tk
bin/goblin.%%PORTVER%%/methopt.tk
bin/goblin.%%PORTVER%%/metrics.tk
bin/goblin.%%PORTVER%%/msgStop.gif
bin/goblin.%%PORTVER%%/msgWarn.gif
bin/goblin.%%PORTVER%%/new.tk
bin/goblin.%%PORTVER%%/nodeattrib.tk
bin/goblin.%%PORTVER%%/nodedisplay.tk
bin/goblin.%%PORTVER%%/open.tk
bin/goblin.%%PORTVER%%/optimize.tk
bin/goblin.%%PORTVER%%/optlevel.tk
bin/goblin.%%PORTVER%%/random.tk
bin/goblin.%%PORTVER%%/ressources.tk
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/adlittle.gob
bin/goblin.%%PORTVER%%/samples/afiro.gob
bin/goblin.%%PORTVER%%/samples/atsp1.gob
bin/goblin.%%PORTVER%%/samples/atsp2.gob
bin/goblin.%%PORTVER%%/samples/balanced1.gob
bin/goblin.%%PORTVER%%/samples/bipartite1.gob
bin/goblin.%%PORTVER%%/samples/branch1.gob
bin/goblin.%%PORTVER%%/samples/branch10.gob
bin/goblin.%%PORTVER%%/samples/branch2.gob
bin/goblin.%%PORTVER%%/samples/branch20.gob
bin/goblin.%%PORTVER%%/samples/branch3.gob
bin/goblin.%%PORTVER%%/samples/branch4.gob
bin/goblin.%%PORTVER%%/samples/branch40.gob
bin/goblin.%%PORTVER%%/samples/branchtree.gob
bin/goblin.%%PORTVER%%/samples/canonical.gob
bin/goblin.%%PORTVER%%/samples/colour1.gob
bin/goblin.%%PORTVER%%/samples/colour2.gob
bin/goblin.%%PORTVER%%/samples/colour4.gob
bin/goblin.%%PORTVER%%/samples/colour6.gob
bin/goblin.%%PORTVER%%/samples/colour7.gob
bin/goblin.%%PORTVER%%/samples/colour8.gob
bin/goblin.%%PORTVER%%/samples/connect1.gob
bin/goblin.%%PORTVER%%/samples/connect2.gob
bin/goblin.%%PORTVER%%/samples/connect3.gob
bin/goblin.%%PORTVER%%/samples/connect4.gob
bin/goblin.%%PORTVER%%/samples/connect5.gob
bin/goblin.%%PORTVER%%/samples/connect6.gob
bin/goblin.%%PORTVER%%/samples/connect7.gob
bin/goblin.%%PORTVER%%/samples/dodeka.gob
bin/goblin.%%PORTVER%%/samples/dsearch1.gob
bin/goblin.%%PORTVER%%/samples/dummy.gob
bin/goblin.%%PORTVER%%/samples/europe.gob
bin/goblin.%%PORTVER%%/samples/gedecomp1.gob
bin/goblin.%%PORTVER%%/samples/gedecomp2.gob
bin/goblin.%%PORTVER%%/samples/geom1.gob
bin/goblin.%%PORTVER%%/samples/geom2.gob
bin/goblin.%%PORTVER%%/samples/geom3.gob
bin/goblin.%%PORTVER%%/samples/geom4.gob
bin/goblin.%%PORTVER%%/samples/geom5.gob
bin/goblin.%%PORTVER%%/samples/geom6.gob
bin/goblin.%%PORTVER%%/samples/geom7.gob
bin/goblin.%%PORTVER%%/samples/geom8.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/hamilton57.gob
bin/goblin.%%PORTVER%%/samples/icosa.gob
bin/goblin.%%PORTVER%%/samples/maxbflow1.gob
bin/goblin.%%PORTVER%%/samples/maxbflow2.gob
bin/goblin.%%PORTVER%%/samples/maxbflow3.gob
bin/goblin.%%PORTVER%%/samples/maxbflow4.gob
bin/goblin.%%PORTVER%%/samples/maxbflow5.gob
bin/goblin.%%PORTVER%%/samples/maxcut1.gob
bin/goblin.%%PORTVER%%/samples/maxcut2.gob
bin/goblin.%%PORTVER%%/samples/maxflow1.gob
bin/goblin.%%PORTVER%%/samples/maxflow2.gob
bin/goblin.%%PORTVER%%/samples/maxflow3.gob
bin/goblin.%%PORTVER%%/samples/maxflow4.1.gob
bin/goblin.%%PORTVER%%/samples/maxflow4.gob
bin/goblin.%%PORTVER%%/samples/maxflow6.gob
bin/goblin.%%PORTVER%%/samples/maxflow7.gob
bin/goblin.%%PORTVER%%/samples/maxflow8.gob
bin/goblin.%%PORTVER%%/samples/maxflow9.gob
bin/goblin.%%PORTVER%%/samples/maxmean1.gob
bin/goblin.%%PORTVER%%/samples/maxmean2.gob
bin/goblin.%%PORTVER%%/samples/mclosure.gob
bin/goblin.%%PORTVER%%/samples/mincut1.gob
bin/goblin.%%PORTVER%%/samples/mincut2.gob
bin/goblin.%%PORTVER%%/samples/mincut3.gob
bin/goblin.%%PORTVER%%/samples/mintree1.gob
bin/goblin.%%PORTVER%%/samples/mintree2.gob
bin/goblin.%%PORTVER%%/samples/optasgn1.gob
bin/goblin.%%PORTVER%%/samples/optasgn2.gob
bin/goblin.%%PORTVER%%/samples/optasgn3.gob
bin/goblin.%%PORTVER%%/samples/optbcirc1.gob
bin/goblin.%%PORTVER%%/samples/optbcirc2.gob
bin/goblin.%%PORTVER%%/samples/optbcirc3.gob
bin/goblin.%%PORTVER%%/samples/optbflow3.gob
bin/goblin.%%PORTVER%%/samples/optcirc1.gob
bin/goblin.%%PORTVER%%/samples/optcirc2.gob
bin/goblin.%%PORTVER%%/samples/optcirc3.gob
bin/goblin.%%PORTVER%%/samples/optcirc4.gob
bin/goblin.%%PORTVER%%/samples/optcirc4_2.gob
bin/goblin.%%PORTVER%%/samples/optcirc5.gob
bin/goblin.%%PORTVER%%/samples/optcirc6.gob
bin/goblin.%%PORTVER%%/samples/optcirc7.gob
bin/goblin.%%PORTVER%%/samples/optcirc8.gob
bin/goblin.%%PORTVER%%/samples/optcirc9.gob
bin/goblin.%%PORTVER%%/samples/optflow1.gob
bin/goblin.%%PORTVER%%/samples/optflow2.gob
bin/goblin.%%PORTVER%%/samples/optflow3.gob
bin/goblin.%%PORTVER%%/samples/optflow4.gob
bin/goblin.%%PORTVER%%/samples/optmatch0.gob
bin/goblin.%%PORTVER%%/samples/optmatch1.gob
bin/goblin.%%PORTVER%%/samples/optmatch10.gob
bin/goblin.%%PORTVER%%/samples/optmatch11.gob
bin/goblin.%%PORTVER%%/samples/optmatch12.gob
bin/goblin.%%PORTVER%%/samples/optmatch2.gob
bin/goblin.%%PORTVER%%/samples/optmatch3.gob
bin/goblin.%%PORTVER%%/samples/optmatch4.1.gob
bin/goblin.%%PORTVER%%/samples/optmatch4.gob
bin/goblin.%%PORTVER%%/samples/optmatch5.gob
bin/goblin.%%PORTVER%%/samples/optmatch6.gob
bin/goblin.%%PORTVER%%/samples/optmatch7.gob
bin/goblin.%%PORTVER%%/samples/optmatch8.gob
bin/goblin.%%PORTVER%%/samples/optmatch9.gob
bin/goblin.%%PORTVER%%/samples/petersen.gob
bin/goblin.%%PORTVER%%/samples/planar1.gob
bin/goblin.%%PORTVER%%/samples/postman1.gob
bin/goblin.%%PORTVER%%/samples/postman2.gob
bin/goblin.%%PORTVER%%/samples/postman3.gob
bin/goblin.%%PORTVER%%/samples/regular3.gob
bin/goblin.%%PORTVER%%/samples/share2b.gob
bin/goblin.%%PORTVER%%/samples/small1.gob
bin/goblin.%%PORTVER%%/samples/spring1.gob
bin/goblin.%%PORTVER%%/samples/spring2.gob
bin/goblin.%%PORTVER%%/samples/spring3.gob
bin/goblin.%%PORTVER%%/samples/sptree.gob
bin/goblin.%%PORTVER%%/samples/steiner1.gob
bin/goblin.%%PORTVER%%/samples/steiner2.gob
bin/goblin.%%PORTVER%%/samples/steiner3.gob
bin/goblin.%%PORTVER%%/samples/strong2.gob
bin/goblin.%%PORTVER%%/samples/strong3.gob
bin/goblin.%%PORTVER%%/samples/strong4.gob
bin/goblin.%%PORTVER%%/samples/strong5.gob
bin/goblin.%%PORTVER%%/samples/tile0.gob
bin/goblin.%%PORTVER%%/samples/tile1.gob
bin/goblin.%%PORTVER%%/samples/tile2.gob
bin/goblin.%%PORTVER%%/samples/tile3.gob
bin/goblin.%%PORTVER%%/samples/tile4.gob
bin/goblin.%%PORTVER%%/samples/tile5.gob
bin/goblin.%%PORTVER%%/samples/tile6.gob
bin/goblin.%%PORTVER%%/samples/tjoin1.gob
bin/goblin.%%PORTVER%%/samples/tjoin2.gob
bin/goblin.%%PORTVER%%/samples/tjoin3.gob
bin/goblin.%%PORTVER%%/samples/triang4.gob
bin/goblin.%%PORTVER%%/samples/tsp23.gob
bin/goblin.%%PORTVER%%/samples/tsp4.gob
bin/goblin.%%PORTVER%%/samples/tsp41.gob
bin/goblin.%%PORTVER%%/samples/tsp75.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%%/statistics.tk
bin/goblin.%%PORTVER%%/status.tk
bin/goblin.%%PORTVER%%/stepAuto.gif
bin/goblin.%%PORTVER%%/stepClock.gif
bin/goblin.%%PORTVER%%/stepClock2.gif
bin/goblin.%%PORTVER%%/stepInto.gif
bin/goblin.%%PORTVER%%/stepOut.gif
bin/goblin.%%PORTVER%%/stepOver.gif
bin/goblin.%%PORTVER%%/stepOver2.gif
bin/goblin.%%PORTVER%%/stepSingle.gif
bin/goblin.%%PORTVER%%/stepSingle2.gif
bin/goblin.%%PORTVER%%/tableauCol.gif
bin/goblin.%%PORTVER%%/tableauCol.gif2
bin/goblin.%%PORTVER%%/tableauObj.gif
bin/goblin.%%PORTVER%%/tableauObj.gif2
bin/goblin.%%PORTVER%%/tableauPivot.gif
bin/goblin.%%PORTVER%%/tableauRHS.gif
bin/goblin.%%PORTVER%%/tableauRHS.gif2
bin/goblin.%%PORTVER%%/tableauRow.gif
bin/goblin.%%PORTVER%%/tableauRow.gif2
bin/goblin.%%PORTVER%%/tclLogo.gif
bin/goblin.%%PORTVER%%/title.tk
bin/goblin.%%PORTVER%%/toggleBrowser.gif
bin/goblin.%%PORTVER%%/toggleEditor.gif
bin/goblin.%%PORTVER%%/toggleScript.gif
bin/goblin.%%PORTVER%%/traceopt.tk
bin/goblin.%%PORTVER%%/workspace.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%%/absdig.h
include/goblin.%%PORTVER%%/absfam.h
include/goblin.%%PORTVER%%/absgra.h
include/goblin.%%PORTVER%%/absmix.h
include/goblin.%%PORTVER%%/absobj.h
include/goblin.%%PORTVER%%/auxnet.h
include/goblin.%%PORTVER%%/bal2bal.h
include/goblin.%%PORTVER%%/basheap.h
include/goblin.%%PORTVER%%/bbatsp.h
include/goblin.%%PORTVER%%/bbcolour.h
include/goblin.%%PORTVER%%/bbscheme.h
include/goblin.%%PORTVER%%/bbstable.h
include/goblin.%%PORTVER%%/bbstsp.h
include/goblin.%%PORTVER%%/big2fnw.h
include/goblin.%%PORTVER%%/binheap.h
include/goblin.%%PORTVER%%/config.h
include/goblin.%%PORTVER%%/context.h
include/goblin.%%PORTVER%%/display.h
include/goblin.%%PORTVER%%/dnsbig.h
include/goblin.%%PORTVER%%/dnsdig.h
include/goblin.%%PORTVER%%/dnsgra.h
include/goblin.%%PORTVER%%/dnsincl.h
include/goblin.%%PORTVER%%/dnsstruc.h
include/goblin.%%PORTVER%%/dynq.h
include/goblin.%%PORTVER%%/dynstaq.h
include/goblin.%%PORTVER%%/exp2tk.h
include/goblin.%%PORTVER%%/exp2xfig.h
include/goblin.%%PORTVER%%/export.h
include/goblin.%%PORTVER%%/fibheap.h
include/goblin.%%PORTVER%%/fnw2fnw.h
include/goblin.%%PORTVER%%/genincl.h
include/goblin.%%PORTVER%%/genstruc.h
include/goblin.%%PORTVER%%/globals.h
include/goblin.%%PORTVER%%/goblin.h
include/goblin.%%PORTVER%%/gosh.h
include/goblin.%%PORTVER%%/gra2bal.h
include/goblin.%%PORTVER%%/hashtbl.h
include/goblin.%%PORTVER%%/ilpWrap.h
include/goblin.%%PORTVER%%/import.h
include/goblin.%%PORTVER%%/iterator.h
include/goblin.%%PORTVER%%/lpSolve.h
include/goblin.%%PORTVER%%/matrix.h
include/goblin.%%PORTVER%%/message.h
include/goblin.%%PORTVER%%/queue.h
include/goblin.%%PORTVER%%/setfam.h
include/goblin.%%PORTVER%%/shrfam.h
include/goblin.%%PORTVER%%/shrnet.h
include/goblin.%%PORTVER%%/spsbal.h
include/goblin.%%PORTVER%%/spsbig.h
include/goblin.%%PORTVER%%/spsdig.h
include/goblin.%%PORTVER%%/spsgra.h
include/goblin.%%PORTVER%%/spsincl.h
include/goblin.%%PORTVER%%/spsmix.h
include/goblin.%%PORTVER%%/spsstruc.h
include/goblin.%%PORTVER%%/statq.h
include/goblin.%%PORTVER%%/statstaq.h
include/goblin.%%PORTVER%%/surgra.h
include/goblin.%%PORTVER%%/treeview.h
lib/libgoblin%%PORTVER%%.a
@dirrm bin/goblin.%%PORTVER%%/samples