summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2008-06-30 20:27:07 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2008-06-30 20:27:07 +0000
commit53242a4496f2f3ec2135cc94dfe4ae3ff32e0cea (patch)
treef2bf28c125ff6b25eabbd86f7a11a1de4f82455f
parent- Add goblin, repocopied from misc/ (diff)
- Remove misc/goblin, repocopied to math/
- Remove SUBDIR from misc/Makefile - Add entry to MOVED
Notes
Notes: svn path=/head/; revision=216047
-rw-r--r--MOVED1
-rw-r--r--misc/Makefile1
-rw-r--r--misc/goblin/Makefile75
-rw-r--r--misc/goblin/distinfo3
-rw-r--r--misc/goblin/files/patch-Makefile34
-rw-r--r--misc/goblin/files/patch-Makefile.conf30
-rw-r--r--misc/goblin/pkg-descr21
-rw-r--r--misc/goblin/pkg-plist370
8 files changed, 1 insertions, 534 deletions
diff --git a/MOVED b/MOVED
index 1597fe3a5134..ec7eaad017df 100644
--- a/MOVED
+++ b/MOVED
@@ -3521,3 +3521,4 @@ security/ca-roots||2008-06-29|No longer supported by FreeBSD Security Officer
devel/subversion-perl|devel/p5-subversion|2008-06-30|Rename to reflect official perl5 modules naming scheme.
devel/subversion-python|devel/py-subversion|2008-06-30|Rename to reflect official python modules naming scheme.
devel/subversion-ruby|devel/ruby-subversion|2008-06-30|Rename to reflect official ruby modules naming scheme.
+misc/goblin|math/goblin|2008-06-30|repo move to a better category
diff --git a/misc/Makefile b/misc/Makefile
index 01a77700ab36..61315fe2a96b 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -135,7 +135,6 @@
SUBDIR += gnu-watch
SUBDIR += gnuls
SUBDIR += gnustep-examples
- SUBDIR += goblin
SUBDIR += goldstr
SUBDIR += gone
SUBDIR += gonvert
diff --git a/misc/goblin/Makefile b/misc/goblin/Makefile
deleted file mode 100644
index 5b537d07b69b..000000000000
--- a/misc/goblin/Makefile
+++ /dev/null
@@ -1,75 +0,0 @@
-# ex:ts=8
-# Ports collection makefile for: goblin
-# Date created: Mar 3, 2002
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= goblin
-DISTVERSION= 2.8b22
-CATEGORIES= misc
-MASTER_SITES= SF/goblin2
-DISTNAME= ${PORTNAME}.${DISTVERSION}
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= gahr@FreeBSD.org
-COMMENT= A Graph Object Library for Network Programming Problems
-
-USE_TK= 84
-USE_TCL= 84
-USE_XORG= x11
-USE_GMAKE= yes
-USE_LDCONFIG= yes
-MAKE_ARGS= CC="${CC}" CCFLAGS="${CFLAGS}" \
- CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" \
- LD="${CXX}" LIBS="-lm ${LDFLAGS}" LISShared="-lm ${LDFLAGS}" \
- libtcl=84 libtk=84 prefix=${PREFIX}
-ALL_TARGET= all
-PLIST_SUB+= VERSION=${PORTVERSION:R}
-
-CFLAGS+= -I${LOCALBASE}/include/tcl8.4 -I${LOCALBASE}/include/ \
- -I${LOCALBASE}/include/tk8.4 ${PTHREAD_CFLAGS}
-LDFLAGS= -L${LOCALBASE}/lib -ltcl84 -ltk84 ${PTHREAD_LIBS}
-
-WISH= ${LOCALBASE}/bin/wish8.4
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500035
-CXXFLAGS+= -fhuge-objects
-.endif
-
-post-patch:
- ${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/Makefile
- ${REINPLACE_CMD} -e 's|/usr/bin/wish|${WISH}|g' ${WRKSRC}/display
- ${REINPLACE_CMD} -e 's|%%WISH%%|${WISH}|g;s|%%PREFIX%%|${PREFIX}|g' \
- ${WRKSRC}/Makefile.conf
- ${REINPLACE_CMD} -e 's|\./gosh|${PREFIX}/bin/gosh|; \
- s|\[pwd\] tcl|${PREFIX}/lib/goblin|g' \
- ${WRKSRC}/goblet
- @${GREP} -lR "malloc\.h" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
- 's|malloc\.h|stdlib.h|g'
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/gosh ${PREFIX}/bin
- ${INSTALL_SCRIPT} ${WRKSRC}/goblet ${PREFIX}/bin
- ${INSTALL_SCRIPT} ${WRKSRC}/display ${PREFIX}/bin/goblin-display
- ${INSTALL} -d ${PREFIX}/include/${PORTNAME}
- (cd ${WRKSRC}/include && ${COPYTREE_SHARE} \*.h ${PREFIX}/include/${PORTNAME})
- ${INSTALL} -d ${PREFIX}/lib/${PORTNAME}
- (cd ${WRKSRC}/tcl && ${COPYTREE_SHARE} \* ${PREFIX}/lib/${PORTNAME})
- ${INSTALL_DATA} ${WRKSRC}/libglpk.a ${PREFIX}/lib
- ${INSTALL_DATA} ${WRKSRC}/libgoblin.a ${PREFIX}/lib
-.if !defined(NOPORTDOCS)
- ${INSTALL} -d ${DOCSDIR}
- ${INSTALL} -d ${DOCSDIR}/html
- (cd ${WRKSRC}/html && ${COPYTREE_SHARE} \* ${DOCSDIR}/html)
- (cd ${WRKSRC}/doku && ${COPYTREE_SHARE} \* ${DOCSDIR})
-.endif
-.if !defined(NOPORTEXAMPLES)
- ${INSTALL} -d ${EXAMPLESDIR}
- (cd ${WRKSRC}/samples && ${COPYTREE_SHARE} \* ${EXAMPLESDIR})
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/misc/goblin/distinfo b/misc/goblin/distinfo
deleted file mode 100644
index 183adf88e0c0..000000000000
--- a/misc/goblin/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (goblin.2.8b22.tgz) = c0dfca9472fc8300d8f0eaf67118c3b5
-SHA256 (goblin.2.8b22.tgz) = b49f3e3ba1b1db8e0da9b95ac9c8ec7cc14801a9ee01b03427c94d623814e65b
-SIZE (goblin.2.8b22.tgz) = 1683046
diff --git a/misc/goblin/files/patch-Makefile b/misc/goblin/files/patch-Makefile
deleted file mode 100644
index 926a1519eb0d..000000000000
--- a/misc/goblin/files/patch-Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
---- Makefile.orig 2008-05-05 07:51:22.000000000 +0200
-+++ Makefile 2008-05-31 02:28:31.000000000 +0200
-@@ -318,19 +318,11 @@
- shared : intro $(shared_objects)
-
- libgoblin.$(so_suffix) : $(lib_objects) $(shell_objects)
--ifeq ($(CC),gcc)
- $(LD) -shared -Wl,-soname,$@ -o $@ $^ $(LDFLAGS) $(LIBS)
--else
-- $(LD) -G -o $@ $^ $(LDFLAGS) $(LIBS)
--endif
- @echo "...Shared object ($@) has been successfully linked"
-
- libglpk.$(so_suffix) : $(glpk_objects) $(wrap_objects)
--ifeq ($(CC),gcc)
- $(LD) -shared -Wl,-soname,$@ -o $@ $(shell_objects) $^ -L. $(LDFLAGS) $(LIBS) -lgoblin
--else
-- $(LD) -G -o $@ $(shell_objects) $^ -L. $(LDFLAGS) $(LIBS) -lgoblin
--endif
- @echo "...Shared object ($@) has been successfully linked"
-
-
-@@ -349,11 +341,7 @@
- else
-
- gosh : $(gosh_objects) $(shared_objects)
--ifeq ($(CC),gcc)
- $(LD) -o $@ $(gosh_objects) -L. $(LDFLAGS) -lgoblin $(glpk) $(LIBS)
--else
-- $(LD) -G -o $@ $(gosh_objects) -L. $(LDFLAGS) -lgoblin $(glpk) $(LIBS)
--endif
- @echo "...Shell tool ($@) has been linked with shared object"
-
- endif
diff --git a/misc/goblin/files/patch-Makefile.conf b/misc/goblin/files/patch-Makefile.conf
deleted file mode 100644
index db4ebe427a23..000000000000
--- a/misc/goblin/files/patch-Makefile.conf
+++ /dev/null
@@ -1,30 +0,0 @@
---- Makefile.conf.orig 2008-05-05 07:51:22.000000000 +0200
-+++ Makefile.conf 2008-05-31 02:08:59.000000000 +0200
-@@ -27,8 +27,8 @@
- libtcl = tcl
- libtk = tk
- else
-- libtcl = tcl8.4
-- libtk = tk8.4
-+ libtcl = tcl84
-+ libtk = tk84
- endif
-
- # Qualifier is necessary with Tcl/Tk 8.4 headers:
-@@ -44,7 +44,7 @@
- ifeq ($(os),solaris)
- wish_name = /opt/csw/bin/wish
- else
-- wish_name = /usr/bin/wish
-+ wish_name = %%WISH%%
- endif
-
-
-@@ -52,7 +52,6 @@
-
- ## GNU default settings, especially used for linux
-
--CC = gcc
- CCFLAGS = -trigraphs -fPIC
- CXX = g++
- CXXFLAGS = -g -Wall -pedantic -fPIC
diff --git a/misc/goblin/pkg-descr b/misc/goblin/pkg-descr
deleted file mode 100644
index 20158fc1b2b2..000000000000
--- a/misc/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://goblin2.sourceforge.net/
diff --git a/misc/goblin/pkg-plist b/misc/goblin/pkg-plist
deleted file mode 100644
index 6262f690f4eb..000000000000
--- a/misc/goblin/pkg-plist
+++ /dev/null
@@ -1,370 +0,0 @@
-bin/goblet
-bin/goblin-display
-bin/gosh
-include/goblin/abstractBalanced.h
-include/goblin/abstractBigraph.h
-include/goblin/abstractDigraph.h
-include/goblin/abstractGraph.h
-include/goblin/abstractMixedGraph.h
-include/goblin/abstractSubgraph.h
-include/goblin/attribute.h
-include/goblin/attributePool.h
-include/goblin/auxiliaryNetwork.h
-include/goblin/balancedDigraph.h
-include/goblin/balancedToBalanced.h
-include/goblin/basicHeap.h
-include/goblin/bigraphToDigraph.h
-include/goblin/binaryHeap.h
-include/goblin/branchAsyTSP.h
-include/goblin/branchColour.h
-include/goblin/branchMIP.h
-include/goblin/branchMaxCut.h
-include/goblin/branchScheme.h
-include/goblin/branchStable.h
-include/goblin/branchSymmTSP.h
-include/goblin/canvasBuilder.h
-include/goblin/complement.h
-include/goblin/configuration.h
-include/goblin/denseBigraph.h
-include/goblin/denseDigraph.h
-include/goblin/denseGraph.h
-include/goblin/denseInclude.h
-include/goblin/denseRepresentation.h
-include/goblin/dictionary.h
-include/goblin/digraphToDigraph.h
-include/goblin/disjointFamily.h
-include/goblin/dynamicQueue.h
-include/goblin/dynamicStack.h
-include/goblin/exportToDot.h
-include/goblin/exportToTk.h
-include/goblin/exportToXFig.h
-include/goblin/fibonacciHeap.h
-include/goblin/fileExport.h
-include/goblin/fileImport.h
-include/goblin/globals.h
-include/goblin/glpkWrapper.h
-include/goblin/goblin.h
-include/goblin/goblinController.h
-include/goblin/goblinQueue.h
-include/goblin/gosh.h
-include/goblin/graphInclude.h
-include/goblin/graphRepresentation.h
-include/goblin/graphToBalanced.h
-include/goblin/hashTable.h
-include/goblin/ilpWrapper.h
-include/goblin/incrementalGeometry.h
-include/goblin/indexSet.h
-include/goblin/investigator.h
-include/goblin/lpSolver.h
-include/goblin/managedObject.h
-include/goblin/matrix.h
-include/goblin/messenger.h
-include/goblin/mixedGraph.h
-include/goblin/moduleGuard.h
-include/goblin/nestedFamily.h
-include/goblin/networkSimplex.h
-include/goblin/segment.h
-include/goblin/sequentialQueue.h
-include/goblin/sequentialStack.h
-include/goblin/shrinkingNetwork.h
-include/goblin/sparseBigraph.h
-include/goblin/sparseDigraph.h
-include/goblin/sparseGraph.h
-include/goblin/sparseInclude.h
-include/goblin/sparseRepresentation.h
-include/goblin/staticQueue.h
-include/goblin/staticStack.h
-include/goblin/subgraph.h
-include/goblin/surfaceGraph.h
-include/goblin/switchBaseTypes.h
-include/goblin/timers.h
-include/goblin/treeView.h
-include/goblin/version.h
-lib/goblin/LGPL
-lib/goblin/arrowDown.gif
-lib/goblin/arrowUp.gif
-lib/goblin/binocs.gif
-lib/goblin/browseDelete.gif
-lib/goblin/browseEnable.gif
-lib/goblin/browseEnable.png
-lib/goblin/browseFirst.gif
-lib/goblin/browseLast.gif
-lib/goblin/browseMinus.gif
-lib/goblin/browseNext.gif
-lib/goblin/browsePlus.gif
-lib/goblin/browsePrev.gif
-lib/goblin/browserDefaults.tk
-lib/goblin/browserLogOpt.tk
-lib/goblin/browserOptions.tk
-lib/goblin/browserTraceOpt.tk
-lib/goblin/camera.gif
-lib/goblin/composeRandom.tk
-lib/goblin/convertArchive.tk
-lib/goblin/delButton.gif
-lib/goblin/editArcLabels.tk
-lib/goblin/editColours.gif
-lib/goblin/editDelete.gif
-lib/goblin/editDelete.tk
-lib/goblin/editEnable.gif
-lib/goblin/editEnable.png
-lib/goblin/editIncidences.gif
-lib/goblin/editLabel.gif
-lib/goblin/editMove.gif
-lib/goblin/editNewArc.gif
-lib/goblin/editNewNode.gif
-lib/goblin/editNodeLabels.tk
-lib/goblin/editPivot.tk
-lib/goblin/editPred.gif
-lib/goblin/editRedirect.gif
-lib/goblin/editRow.tk
-lib/goblin/editVar.tk
-lib/goblin/eraseButton.gif
-lib/goblin/fileChanges.tk
-lib/goblin/fileConvert.tk
-lib/goblin/fileExport.tk
-lib/goblin/fileImport.tk
-lib/goblin/fileNewObject.tk
-lib/goblin/fileOpen.gif
-lib/goblin/fileOpen.tk
-lib/goblin/filePrint.gif
-lib/goblin/fileReset.gif
-lib/goblin/fileSave.gif
-lib/goblin/fileSaveAs.tk
-lib/goblin/fileSupportedFormats.tk
-lib/goblin/foldClose.gif
-lib/goblin/foldOpen.gif
-lib/goblin/gobletIcon.gif
-lib/goblin/gobletTitle.gif
-lib/goblin/infoAuthors.tk
-lib/goblin/infoBibliography.tk
-lib/goblin/infoModules.tk
-lib/goblin/infoRessources.tk
-lib/goblin/infoStatistics.tk
-lib/goblin/infoTimers.tk
-lib/goblin/layoutArcs.tk
-lib/goblin/layoutLPOpt.tk
-lib/goblin/layoutNodes.tk
-lib/goblin/layoutNodes.tk.orig
-lib/goblin/lightsGreen.gif
-lib/goblin/lightsRed.gif
-lib/goblin/lightsYellow.gif
-lib/goblin/linkButton.gif
-lib/goblin/logDynamic.gif
-lib/goblin/logDynamic.png
-lib/goblin/logEnable.gif
-lib/goblin/logEnable.png
-lib/goblin/logFirst.gif
-lib/goblin/logFirst.png
-lib/goblin/logLast.gif
-lib/goblin/logLast.png
-lib/goblin/logNext.gif
-lib/goblin/logNext.png
-lib/goblin/logPartial.gif
-lib/goblin/logPlain.gif
-lib/goblin/logPlain.png
-lib/goblin/logPrev.gif
-lib/goblin/logPrev.png
-lib/goblin/logReset.gif
-lib/goblin/logReset.png
-lib/goblin/logSave.gif
-lib/goblin/logSave.png
-lib/goblin/logSearch.gif
-lib/goblin/logSearch.png
-lib/goblin/mainEditor.tk
-lib/goblin/mainGoblet.tk
-lib/goblin/mainIconbars.tk
-lib/goblin/mainMessenger.tk
-lib/goblin/mainStatus.tk
-lib/goblin/mainTitle.tk
-lib/goblin/mainWorkspace.tk
-lib/goblin/menuBrowser.tk
-lib/goblin/menuCompose.tk
-lib/goblin/menuEdit.tk
-lib/goblin/menuFile.tk
-lib/goblin/menuInfo.tk
-lib/goblin/menuLayout.tk
-lib/goblin/menuOptimize.tk
-lib/goblin/msgStop.gif
-lib/goblin/msgWarn.gif
-lib/goblin/newButton.gif
-lib/goblin/objectLoad.gif
-lib/goblin/objectLoad.png
-lib/goblin/objectSave.gif
-lib/goblin/objectSave.png
-lib/goblin/okButton.gif
-lib/goblin/optimizeDataStruct.tk
-lib/goblin/optimizeLevel.tk
-lib/goblin/optimizeMethods.tk
-lib/goblin/solverInterrupt.gif
-lib/goblin/solverInterrupt.png
-lib/goblin/solverRestart.gif
-lib/goblin/solverRestart.png
-lib/goblin/solverStopped.gif
-lib/goblin/solverStopped.png
-lib/goblin/stepAuto.gif
-lib/goblin/stepClock.gif
-lib/goblin/stepClock2.gif
-lib/goblin/stepInto.gif
-lib/goblin/stepOut.gif
-lib/goblin/stepOver.gif
-lib/goblin/stepOver2.gif
-lib/goblin/stepSingle.gif
-lib/goblin/stepSingle2.gif
-lib/goblin/tableauCol.gif
-lib/goblin/tableauObj.gif
-lib/goblin/tableauPivot.gif
-lib/goblin/tableauRHS.gif
-lib/goblin/tableauRow.gif
-lib/goblin/tclLogo.gif
-lib/goblin/testAutomation.tk
-lib/goblin/toggleBrowser.gif
-lib/goblin/toggleEditor.gif
-lib/goblin/toggleScript.gif
-lib/libglpk.a
-lib/libgoblin.a
-%%PORTDOCS%%%%DOCSDIR%%/auxiliary1.eps
-%%PORTDOCS%%%%DOCSDIR%%/auxiliary2.eps
-%%PORTDOCS%%%%DOCSDIR%%/bipartite1.eps
-%%PORTDOCS%%%%DOCSDIR%%/bipartite2.eps
-%%PORTDOCS%%%%DOCSDIR%%/branch.eps
-%%PORTDOCS%%%%DOCSDIR%%/branch2.eps
-%%PORTDOCS%%%%DOCSDIR%%/branch3.eps
-%%PORTDOCS%%%%DOCSDIR%%/branchtree.eps
-%%PORTDOCS%%%%DOCSDIR%%/browse.ps
-%%PORTDOCS%%%%DOCSDIR%%/candidates.eps
-%%PORTDOCS%%%%DOCSDIR%%/canonical1.eps
-%%PORTDOCS%%%%DOCSDIR%%/canonical2.eps
-%%PORTDOCS%%%%DOCSDIR%%/closure1.eps
-%%PORTDOCS%%%%DOCSDIR%%/closure2.eps
-%%PORTDOCS%%%%DOCSDIR%%/colours.eps
-%%PORTDOCS%%%%DOCSDIR%%/connect2.eps
-%%PORTDOCS%%%%DOCSDIR%%/connect3.eps
-%%PORTDOCS%%%%DOCSDIR%%/def.tex
-%%PORTDOCS%%%%DOCSDIR%%/design.eps
-%%PORTDOCS%%%%DOCSDIR%%/display1.eps
-%%PORTDOCS%%%%DOCSDIR%%/dmxa0296.eps
-%%PORTDOCS%%%%DOCSDIR%%/dodekahedronConvex.eps
-%%PORTDOCS%%%%DOCSDIR%%/doxygen/doxygen.cfg
-%%PORTDOCS%%%%DOCSDIR%%/doxygen/doxygen.css
-%%PORTDOCS%%%%DOCSDIR%%/doxygen/footer.html
-%%PORTDOCS%%%%DOCSDIR%%/doxygen/header.html
-%%PORTDOCS%%%%DOCSDIR%%/edit.ps
-%%PORTDOCS%%%%DOCSDIR%%/eps/binTree.eps
-%%PORTDOCS%%%%DOCSDIR%%/eps/dodekahedron.eps
-%%PORTDOCS%%%%DOCSDIR%%/eps/hexagonalGrid.eps
-%%PORTDOCS%%%%DOCSDIR%%/eps/maxFlow.eps
-%%PORTDOCS%%%%DOCSDIR%%/eps/optMatch.eps
-%%PORTDOCS%%%%DOCSDIR%%/eps/outerplanar.eps
-%%PORTDOCS%%%%DOCSDIR%%/eps/polarGrid.eps
-%%PORTDOCS%%%%DOCSDIR%%/eps/postmanAfter.eps
-%%PORTDOCS%%%%DOCSDIR%%/eps/postmanBefore.eps
-%%PORTDOCS%%%%DOCSDIR%%/eps/primalDual.eps
-%%PORTDOCS%%%%DOCSDIR%%/eps/queensBoard.eps
-%%PORTDOCS%%%%DOCSDIR%%/eps/tjoinShortestPath.eps
-%%PORTDOCS%%%%DOCSDIR%%/eps/tspSubOpt.eps
-%%PORTDOCS%%%%DOCSDIR%%/eps/unix.eps
-%%PORTDOCS%%%%DOCSDIR%%/equilateral.eps
-%%PORTDOCS%%%%DOCSDIR%%/euclidian.eps
-%%PORTDOCS%%%%DOCSDIR%%/euler3.eps
-%%PORTDOCS%%%%DOCSDIR%%/euler4.eps
-%%PORTDOCS%%%%DOCSDIR%%/fibheap.eps
-%%PORTDOCS%%%%DOCSDIR%%/gallery.tex
-%%PORTDOCS%%%%DOCSDIR%%/gedecomp2.eps
-%%PORTDOCS%%%%DOCSDIR%%/general1.eps
-%%PORTDOCS%%%%DOCSDIR%%/general2.eps
-%%PORTDOCS%%%%DOCSDIR%%/gif/binTree.gif
-%%PORTDOCS%%%%DOCSDIR%%/gif/browser.gif
-%%PORTDOCS%%%%DOCSDIR%%/gif/cuttingPair.gif
-%%PORTDOCS%%%%DOCSDIR%%/gif/dodekaStaircase.gif
-%%PORTDOCS%%%%DOCSDIR%%/gif/dodekahedron.gif
-%%PORTDOCS%%%%DOCSDIR%%/gif/dodekahedronConvex.gif
-%%PORTDOCS%%%%DOCSDIR%%/gif/editor.gif
-%%PORTDOCS%%%%DOCSDIR%%/gif/equilateral.gif
-%%PORTDOCS%%%%DOCSDIR%%/gif/euclidianOneCycle.gif
-%%PORTDOCS%%%%DOCSDIR%%/gif/eulerSierpinski.gif
-%%PORTDOCS%%%%DOCSDIR%%/gif/intransitiveReduction.gif
-%%PORTDOCS%%%%DOCSDIR%%/gif/maxCutDirected.gif
-%%PORTDOCS%%%%DOCSDIR%%/gif/maxFlow.gif
-%%PORTDOCS%%%%DOCSDIR%%/gif/optMatch.gif
-%%PORTDOCS%%%%DOCSDIR%%/gif/outerplanar.gif
-%%PORTDOCS%%%%DOCSDIR%%/gif/polarGrid.gif
-%%PORTDOCS%%%%DOCSDIR%%/gif/postmanAfter.gif
-%%PORTDOCS%%%%DOCSDIR%%/gif/postmanBefore.gif
-%%PORTDOCS%%%%DOCSDIR%%/gif/primalDual.gif
-%%PORTDOCS%%%%DOCSDIR%%/gif/queensBoard.gif
-%%PORTDOCS%%%%DOCSDIR%%/gif/seriesParallelMixed.gif
-%%PORTDOCS%%%%DOCSDIR%%/gif/tjoinNoPath.gif
-%%PORTDOCS%%%%DOCSDIR%%/gif/tjoinShortestPath.gif
-%%PORTDOCS%%%%DOCSDIR%%/gif/tspSubOpt.gif
-%%PORTDOCS%%%%DOCSDIR%%/gif/unix.gif
-%%PORTDOCS%%%%DOCSDIR%%/goblet.ps
-%%PORTDOCS%%%%DOCSDIR%%/gsearch.eps
-%%PORTDOCS%%%%DOCSDIR%%/hamilton.eps
-%%PORTDOCS%%%%DOCSDIR%%/html/headline.html
-%%PORTDOCS%%%%DOCSDIR%%/html/hostref.html
-%%PORTDOCS%%%%DOCSDIR%%/html/index.html
-%%PORTDOCS%%%%DOCSDIR%%/html/logo.gif
-%%PORTDOCS%%%%DOCSDIR%%/html/logo.html
-%%PORTDOCS%%%%DOCSDIR%%/html/menu.html
-%%PORTDOCS%%%%DOCSDIR%%/html/wallpaper.jpg
-%%PORTDOCS%%%%DOCSDIR%%/intransitiveReduction.eps
-%%PORTDOCS%%%%DOCSDIR%%/lgraph1.eps
-%%PORTDOCS%%%%DOCSDIR%%/lgraph2.eps
-%%PORTDOCS%%%%DOCSDIR%%/local1.eps
-%%PORTDOCS%%%%DOCSDIR%%/local2.eps
-%%PORTDOCS%%%%DOCSDIR%%/manual.ind
-%%PORTDOCS%%%%DOCSDIR%%/manual.sh
-%%PORTDOCS%%%%DOCSDIR%%/manual.tex
-%%PORTDOCS%%%%DOCSDIR%%/maxcut1.eps
-%%PORTDOCS%%%%DOCSDIR%%/maxmean.eps
-%%PORTDOCS%%%%DOCSDIR%%/mincut2.eps
-%%PORTDOCS%%%%DOCSDIR%%/mintree.eps
-%%PORTDOCS%%%%DOCSDIR%%/mintree1.eps
-%%PORTDOCS%%%%DOCSDIR%%/nwsimplex.eps
-%%PORTDOCS%%%%DOCSDIR%%/optcirc4.eps
-%%PORTDOCS%%%%DOCSDIR%%/posters.tex
-%%PORTDOCS%%%%DOCSDIR%%/pr76.eps
-%%PORTDOCS%%%%DOCSDIR%%/seriesParallel5.eps
-%%PORTDOCS%%%%DOCSDIR%%/sierpinski.eps
-%%PORTDOCS%%%%DOCSDIR%%/split1.eps
-%%PORTDOCS%%%%DOCSDIR%%/split2.eps
-%%PORTDOCS%%%%DOCSDIR%%/steiner.eps
-%%PORTDOCS%%%%DOCSDIR%%/stnumber.eps
-%%PORTDOCS%%%%DOCSDIR%%/subproblem.eps
-%%PORTDOCS%%%%DOCSDIR%%/surface.eps
-%%PORTDOCS%%%%DOCSDIR%%/tile6.eps
-%%PORTDOCS%%%%DOCSDIR%%/tiling.eps
-%%PORTDOCS%%%%DOCSDIR%%/tjoin9.eps
-%%PORTDOCS%%%%DOCSDIR%%/torusGrid.eps
-%%PORTDOCS%%%%DOCSDIR%%/triangular.eps
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/binTree.gob
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cuttingPair.gob
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dodekaStaircase.gob
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dodekahedron.gob
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dodekahedronConvex.gob
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/equilateral.gob
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/euclidianOneCycle.gob
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eulerSierpinski.gob
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/intransitiveReduction.gob
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/maxCutDirected.gob
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/maxFlow.gob
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/optMatch.gob
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/outerplanar.gob
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/polarGrid.gob
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/postmanAfter.gob
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/postmanBefore.gob
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/primalDual.gob
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/queensBoard.gob
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/seriesParallelMixed.gob
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tjoinNoPath.gob
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tjoinShortestPath.gob
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tspSubOpt.gob
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/unix.gob
-@dirrm include/goblin
-@dirrm lib/goblin
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/gif
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/eps
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/doxygen
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%