diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-05-20 03:34:07 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-05-20 03:34:07 +0800 |
commit | 22346b03cf264bf01281ea0a88409424e31d1407 (patch) | |
tree | 67d0d41501f1837210088478fce2e1ff66dea18c | |
parent | 12aa6c74a8e1147b889f7a09f11aec08eb04a74c (diff) | |
download | freebsd-ports-graphics-22346b03cf264bf01281ea0a88409424e31d1407.tar.gz freebsd-ports-graphics-22346b03cf264bf01281ea0a88409424e31d1407.tar.zst freebsd-ports-graphics-22346b03cf264bf01281ea0a88409424e31d1407.zip |
upgrade to 2.1.1
PR: 38295
Submitted by: maintainer
-rw-r--r-- | devel/swarm/Makefile | 8 | ||||
-rw-r--r-- | devel/swarm/distinfo | 2 | ||||
-rw-r--r-- | devel/swarm/files/patch-ac | 43 | ||||
-rw-r--r-- | devel/swarm/files/patch-ad | 91 | ||||
-rw-r--r-- | devel/swarm/pkg-message | 13 | ||||
-rw-r--r-- | devel/swarm/pkg-plist | 514 |
6 files changed, 337 insertions, 334 deletions
diff --git a/devel/swarm/Makefile b/devel/swarm/Makefile index 0d9027816db..0203c0d3791 100644 --- a/devel/swarm/Makefile +++ b/devel/swarm/Makefile @@ -6,14 +6,13 @@ # PORTNAME= swarm -PORTVERSION= 1.4.1 +PORTVERSION= 2.1.1 CATEGORIES= devel MASTER_SITES= ftp://ftp.santafe.edu/pub/swarm/src/swarm/ MAINTAINER= horance@freedom.ie.cycu.edu.tw -LIB_DEPENDS= ffi.2:${PORTSDIR}/devel/libffi \ - png.5:${PORTSDIR}/graphics/png \ +LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ BLT24.2:${PORTSDIR}/x11-toolkits/blt USE_GMAKE= yes @@ -24,6 +23,7 @@ CONFIGURE_ARGS= --with-defaultdir=${PREFIX} \ --with-tclincludedir=${PREFIX}/include/tcl8.3 \ --with-tkincludedir=${PREFIX}/include/tk8.3 \ --with-tclscriptdir=${PREFIX}/lib/tcl8.3 \ - --with-tkscriptdir=${PREFIX}/lib/tk8.3 + --with-tkscriptdir=${PREFIX}/lib/tk8.3 \ + --enable-subdirs .include <bsd.port.mk> diff --git a/devel/swarm/distinfo b/devel/swarm/distinfo index 9112375ba1e..a1061faddb9 100644 --- a/devel/swarm/distinfo +++ b/devel/swarm/distinfo @@ -1 +1 @@ -MD5 (swarm-1.4.1.tar.gz) = 3880ac3c3bf3ba3b1e01e6f07775b465 +MD5 (swarm-2.1.1.tar.gz) = fec2627e202885c14d03cdde62a6faf5 diff --git a/devel/swarm/files/patch-ac b/devel/swarm/files/patch-ac index c7d8122a44d..3032d6abcdf 100644 --- a/devel/swarm/files/patch-ac +++ b/devel/swarm/files/patch-ac @@ -1,13 +1,30 @@ ---- Makefile.in.orig Wed Jan 27 22:34:30 1999 -+++ Makefile.in Wed Jan 27 22:49:33 1999 -@@ -370,8 +370,8 @@ - install-data-local: - $(INSTALL_DATA) swarmconfig.h $(includedir) - $(mkinstalldirs) $(bindir) $(datadir)/swarm -- $(INSTALL_PROGRAM) $(top_builddir)/libtool $(bindir)/libtool-swarm -- if test $(SWARM_INSTALL) = install-sh; then $(INSTALL_PROGRAM) $(srcdir)/install-sh $(bindir); fi -+ $(INSTALL_SCRIPT) $(top_builddir)/libtool $(bindir)/libtool-swarm -+ if test $(SWARM_INSTALL) = install-sh; then $(INSTALL_SCRIPT) $(srcdir)/install-sh $(bindir); fi - - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. +--- configure.orig Sat May 18 16:08:11 2002 ++++ configure Sun May 19 06:09:30 2002 +@@ -1691,8 +1691,8 @@ + LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \ + LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \ + DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \ +-${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \ +-$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ ++${CONFIG_SHELL-/bin/sh} /usr/local/share/libtool/ltconfig --no-reexec \ ++$libtool_flags --no-verify --disable-ltlibs /usr/local/share/libtool/ltmain.sh $host \ + || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } + + # Reload cache, that may have been modified by ltconfig +@@ -1706,7 +1706,7 @@ + + + # This can be used to rebuild libtool when needed +-LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh" ++LIBTOOL_DEPS="/usr/local/share/libtool/ltconfig /usr/local/share/libtool/ltmain.sh" + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' +@@ -5049,6 +5049,7 @@ + JAVAINCLUDES="$JAVAINCLUDES -I$jdkincludedir/freebsd" + threads=green + proc=i386 ++ JAVACMD="\${jdkdir}/bin/java" + elif test -f $expand_jdkincludedir/irix/jni_md.h; then + JAVAINCLUDES="$JAVAINCLUDES -I$jdkincludedir/irix" + threads=green diff --git a/devel/swarm/files/patch-ad b/devel/swarm/files/patch-ad index 98225e635d3..c1834b386a4 100644 --- a/devel/swarm/files/patch-ad +++ b/devel/swarm/files/patch-ad @@ -1,78 +1,13 @@ ---- configure.orig Mon Feb 8 19:59:28 1999 -+++ configure Mon Mar 26 10:17:49 2001 -@@ -1105,7 +1105,7 @@ - test -n "$OBJC" || OBJC="$CC" - - test -n "$OBJCFLAGS" || OBJCFLAGS="$CFLAGS" --OBJCFLAGS="$OBJCFLAGS -Wall -Wno-import -Wno-protocol -Werror" -+OBJCFLAGS="$OBJCFLAGS -Wall -Wno-import -Wno-protocol" - - - # Check whether --enable-shared or --disable-shared was given. -@@ -1394,8 +1394,8 @@ - # Actually configure libtool. ac_aux_dir is where install-sh is found. - CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \ - LD="$LD" NM="$NM" RANLIB="$RANLIB" LN_S="$LN_S" \ --${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \ --$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ -+${CONFIG_SHELL-/bin/sh} /usr/local/share/libtool/ltconfig --no-reexec \ -+$libtool_flags --no-verify --disable-ltlibs /usr/local/share/libtool/ltmain.sh $host \ - || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } - - # Redirect the config.log output again, so that the ltconfig log is not -@@ -2647,8 +2647,8 @@ - if test -n "$with_tcldir" ; then - PATH=${with_tcldir}/bin:$PATH - fi --# Extract the first word of "tclsh8.0", so it can be a program name with args. --set dummy tclsh8.0; ac_word=$2 -+# Extract the first word of "tclsh8.3", so it can be a program name with args. -+set dummy tclsh8.3; ac_word=$2 - echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 - echo "configure:2654: checking for $ac_word" >&5 - if eval "test \"`echo '$''{'ac_cv_prog_tclsh8_found'+set}'`\" = set"; then -@@ -2711,7 +2711,7 @@ - fi - tclLibrary='' - if test $tclsh8_found = yes; then -- tclLibrary=`echo "puts [info library]" | tclsh8.0` -+ tclLibrary=`echo "puts [info library]" | tclsh8.3` - else - if test $tclsh_found = yes; then - tclLibrary=`echo "puts [info library]" | tclsh` -@@ -2814,7 +2814,7 @@ - break - fi - else -- for version in 81 8.1 80 8.0 76 7.6 7.5 7.4 ''; do -+ for version in 83 82 8.2 80 8.0 76 7.6 7.5 7.4 ''; do - if test -r $expand_dir/libtcl${version}${suffix}; then - tcllibdir=$dir - tcllibname=tcl$version -@@ -2901,7 +2901,7 @@ - POTENTIALINCDIR=`dirname $POTENTIALINCDIR` - INCPLACES="$INCPLACES \ - $tclincludedir \ -- $POTENTIALINCDIR/tk8.1/include \ -+ $POTENTIALINCDIR/tk8.2/include \ - $POTENTIALINCDIR/tk8.0/include \ - $POTENTIALINCDIR/tk4.2/include \ - $POTENTIALINCDIR/tk4.1/include \ -@@ -2939,7 +2939,7 @@ - POTENTIALLIBDIR=`dirname $tcllibdir` - POTENTIALLIBDIR=`dirname $POTENTIALLIBDIR` - LIBPLACES="`dirname $tkincludedir`/lib $tcllibdir $POTENTIALLIBDIR/tk/lib \ -- $POTENTIALLIBDIR/tk8.1/lib \ -+ $POTENTIALLIBDIR/tk8.2/lib \ - $POTENTIALLIBDIR/tk8.0/lib \ - $POTENTIALLIBDIR/tk4.2/lib \ - $POTENTIALLIBDIR/tk4.1/lib \ -@@ -2960,7 +2960,7 @@ - break - fi - else -- for version in 81 8.1 80 8.0 42 4.2 4.1 4.0 ''; do -+ for version in 83 82 8.2 80 8.0 42 4.2 4.1 4.0 ''; do - if test -r $expand_dir/libtk${version}${suffix}; then - tklibdir=$dir - tklibname=tk${version} +--- Makefile.in.orig Sun May 19 06:34:10 2002 ++++ Makefile.in Sun May 19 06:34:59 2002 +@@ -514,8 +514,8 @@ + $(INSTALL_DATA) swarmconfig.h $(includedir) + $(INSTALL_DATA) externvar.h $(includedir) + $(mkinstalldirs) $(bindir) $(datadir)/swarm +- $(INSTALL_PROGRAM) $(top_builddir)/libtool $(bindir)/libtool-swarm +- if test $(SWARM_INSTALL) = install-sh; then $(INSTALL_PROGRAM) $(srcdir)/install-sh $(bindir); fi ++ $(INSTALL_SCRIPT) $(top_builddir)/libtool $(bindir)/libtool-swarm ++ if test $(SWARM_INSTALL) = install-sh; then $(INSTALL_SCRIPT) $(srcdir)/install-sh $(bindir); fi + + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. diff --git a/devel/swarm/pkg-message b/devel/swarm/pkg-message new file mode 100644 index 00000000000..08f99a1f29e --- /dev/null +++ b/devel/swarm/pkg-message @@ -0,0 +1,13 @@ + +Please set SWARMHOME to /usr/local while using this package. +ex: + in tcsh: + setenv SWARMHOME /usr/local + + in bash: + export SWARMHOME=/usr/local + +Swarm samples can be found at ftp://ftp.swarm.org/pub/swarm/src/apps/objc/swarmapps-2.1.1.tar.gz + + *Note* java support is not enabled in this port. + diff --git a/devel/swarm/pkg-plist b/devel/swarm/pkg-plist index f59359c3b0f..1cca9a713f8 100644 --- a/devel/swarm/pkg-plist +++ b/devel/swarm/pkg-plist @@ -6,244 +6,282 @@ etc/swarm/Makefile.common etc/swarm/Makefile.lib etc/swarm/Makefile.rules etc/swarm/config.swarm -include/activity.h -include/activity/Action.h -include/activity/ActionGroup.h -include/activity/CompoundAction.h -include/activity/Schedule.h -include/activity/SwarmProcess.h -include/activity/XActivity.h -include/activity/classes.h -include/activity/types.h -include/analysis.h -include/analysis/ActiveGraph.h -include/analysis/ActiveOutFile.h -include/analysis/Averager.h -include/analysis/EZBin.h -include/analysis/EZDistribution.h -include/analysis/EZGraph.h -include/analysis/Entropy.h -include/analysis/FunctionGraph.h -include/collections.h -include/collections/Array.h -include/collections/Collection.h -include/collections/InputStream.h -include/collections/List.h -include/collections/ListShuffler.h -include/collections/List_GEN.h -include/collections/List_linked.h -include/collections/List_mlinks.h -include/collections/Map.h -include/collections/OrderedSet.h -include/collections/OutputStream.h -include/collections/Permutation.h -include/collections/Set.h -include/collections/StringObject.h -include/collections/classes.h -include/collections/collections.h -include/collections/predicates.h -include/collections/types.h -include/defobj.h -include/defobj/Archiver.h -include/defobj/Arguments.h -include/defobj/Create.h -include/defobj/Customize.h -include/defobj/DefClass.h -include/defobj/DefObject.h -include/defobj/HDF5Object.h -include/defobj/Program.h -include/defobj/Symbol.h -include/defobj/Zone.h -include/defobj/classes.h -include/defobj/defalloc.h -include/defobj/deftype.h -include/defobj/types.h -include/defobj/version.h -include/gui.h -include/misc.h -include/misc/argp.h -include/misc/getopt.h -include/objectbase.h -include/objectbase/ActivityControl.h -include/objectbase/CompleteProbeMap.h -include/objectbase/CompleteVarMap.h -include/objectbase/CustomProbeMap.h -include/objectbase/DefaultProbeMap.h -include/objectbase/EmptyProbeMap.h -include/objectbase/MessageProbe.h -include/objectbase/Probe.h -include/objectbase/ProbeLibrary.h -include/objectbase/ProbeMap.h -include/objectbase/Swarm.h -include/objectbase/SwarmObject.h -include/objectbase/VarProbe.h -include/objectbase/probing.h -include/objectbase/swarm_rts_routines.h -include/random.h -include/random/ACGgen.h -include/random/BernoulliDist.h -include/random/C2LCGXgen.h -include/random/C2MRG3gen.h -include/random/C2TAUSgen.h -include/random/C3MWCgen.h -include/random/C4LCGXgen.h -include/random/ExponentialDist.h -include/random/GammaDist.h -include/random/LCGgen.h -include/random/LogNormalDist.h -include/random/MRGgen.h -include/random/MT19937gen.h -include/random/MWCAgen.h -include/random/MWCBgen.h -include/random/NormalDist.h -include/random/PMMLCGgen.h -include/random/PSWBgen.h -include/random/RWC2gen.h -include/random/RWC8gen.h -include/random/RandomBitDist.h -include/random/SCGgen.h -include/random/SWBgen.h -include/random/TGFSRgen.h -include/random/UniformDoubleDist.h -include/random/UniformIntegerDist.h -include/random/UniformUnsignedDist.h -include/random/distributions.h -include/random/generators.h -include/random/randomdefs.h -include/random/randomvars.h -include/simtools.h -include/simtools/AppendFile.h -include/simtools/InFile.h -include/simtools/NSelect.h -include/simtools/ObjectLoader.h -include/simtools/ObjectSaver.h -include/simtools/OutFile.h -include/simtools/QSort.h -include/simtools/UName.h -include/simtoolsgui.h -include/simtoolsgui/ActionCache.h -include/simtoolsgui/ActionHolder.h -include/simtoolsgui/ClassDisplayWidget.h -include/simtoolsgui/CommonProbeDisplay.h -include/simtoolsgui/CompleteProbeDisplay.h -include/simtoolsgui/ControlPanel.h -include/simtoolsgui/GUIComposite.h -include/simtoolsgui/GUISwarm.h -include/simtoolsgui/MessageProbeWidget.h -include/simtoolsgui/MultiVarProbeDisplay.h -include/simtoolsgui/MultiVarProbeWidget.h -include/simtoolsgui/ProbeDisplay.h -include/simtoolsgui/ProbeDisplayManager.h -include/simtoolsgui/SimpleProbeDisplay.h -include/simtoolsgui/SingleProbeDisplay.h -include/simtoolsgui/VarProbeWidget.h -include/space.h -include/space/Ca2d.h -include/space/ConwayLife2d.h -include/space/DblBuffer2d.h -include/space/Diffuse2d.h -include/space/Discrete2d.h -include/space/Grid2d.h -include/space/Int2dFiler.h -include/space/Object2dDisplay.h -include/space/Value2dDisplay.h -include/swarmconfig.h -include/tclobjc/TclInterp.h -include/tclobjc/TkInterp.h -include/tclobjc/tclObjc.h -include/tkobjc.h -include/tkobjc/ArchivedGeometryWidget.h -include/tkobjc/Button.h -include/tkobjc/ButtonPanel.h -include/tkobjc/Canvas.h -include/tkobjc/CanvasAbstractItem.h -include/tkobjc/CanvasItem.h -include/tkobjc/CheckButton.h -include/tkobjc/Circle.h -include/tkobjc/ClassDisplayHideButton.h -include/tkobjc/ClassDisplayLabel.h -include/tkobjc/Colormap.h -include/tkobjc/CompleteProbeDisplayLabel.h -include/tkobjc/CompositeItem.h -include/tkobjc/Entry.h -include/tkobjc/Form.h -include/tkobjc/Frame.h -include/tkobjc/Graph.h -include/tkobjc/Histogram.h -include/tkobjc/InputWidget.h -include/tkobjc/Label.h -include/tkobjc/Line.h -include/tkobjc/LinkItem.h -include/tkobjc/MessageProbeEntry.h -include/tkobjc/NodeItem.h -include/tkobjc/OvalNodeItem.h -include/tkobjc/Pixmap.h -include/tkobjc/ProbeCanvas.h -include/tkobjc/Raster.h -include/tkobjc/Rectangle.h -include/tkobjc/RectangleNodeItem.h -include/tkobjc/ScheduleItem.h -include/tkobjc/SimpleProbeDisplayHideButton.h -include/tkobjc/SuperButton.h -include/tkobjc/TextItem.h -include/tkobjc/TkExtra.h -include/tkobjc/VarProbeEntry.h -include/tkobjc/VarProbeLabel.h -include/tkobjc/Widget.h -include/tkobjc/WindowGeometryRecord.h -include/tkobjc/ZoomRaster.h -include/tkobjc/common.h -include/tkobjc/global.h -include/tkobjc/internal.h -include/tkobjc/win32dib.h -lib/libactivity.a -lib/libactivity.so -lib/libactivity.so.3 -lib/libanalysis.a -lib/libanalysis.so -lib/libanalysis.so.3 -lib/libcollections.a -lib/libcollections.so -lib/libcollections.so.2 -lib/libdefobj.a -lib/libdefobj.so -lib/libdefobj.so.2 -lib/libmisc.a -lib/libmisc.so -lib/libmisc.so.2 -lib/libobjectbase.a -lib/libobjectbase.so -lib/libobjectbase.so.3 -lib/librandom.a -lib/librandom.so -lib/librandom.so.1 -lib/libsimtools.a -lib/libsimtools.so -lib/libsimtools.so.3 -lib/libsimtoolsgui.a -lib/libsimtoolsgui.so -lib/libsimtoolsgui.so.4 -lib/libspace.a -lib/libspace.so -lib/libspace.so.2 -lib/libtclobjc.a -lib/libtclobjc.so -lib/libtclobjc.so.1 -lib/libtkobjc.a -lib/libtkobjc.so -lib/libtkobjc.so.4 +include/swarm/activity.h +include/swarm/activity/Action.h +include/swarm/activity/ActionGroup.h +include/swarm/activity/CompoundAction.h +include/swarm/activity/Schedule.h +include/swarm/activity/SwarmProcess.h +include/swarm/activity/XActivity.h +include/swarm/activity/classes.h +include/swarm/activity/types.h +include/swarm/analysis.h +include/swarm/analysis/ActiveGraph.h +include/swarm/analysis/ActiveOutFile.h +include/swarm/analysis/Averager.h +include/swarm/analysis/EZBin.h +include/swarm/analysis/EZDistribution.h +include/swarm/analysis/EZGraph.h +include/swarm/analysis/Entropy.h +include/swarm/analysis/FunctionGraph.h +include/swarm/collections.h +include/swarm/collections/Array.h +include/swarm/collections/Collection.h +include/swarm/collections/InputStream.h +include/swarm/collections/List.h +include/swarm/collections/ListShuffler.h +include/swarm/collections/List_GEN.h +include/swarm/collections/List_linked.h +include/swarm/collections/List_mlinks.h +include/swarm/collections/Map.h +include/swarm/collections/OrderedSet.h +include/swarm/collections/OutputStream.h +include/swarm/collections/Permutation.h +include/swarm/collections/Set.h +include/swarm/collections/Stream.h +include/swarm/collections/StringObject.h +include/swarm/collections/classes.h +include/swarm/collections/collections.h +include/swarm/collections/predicates.h +include/swarm/collections/types.h +include/swarm/defobj.h +include/swarm/defobj/Archiver.h +include/swarm/defobj/Arguments.h +include/swarm/defobj/Create.h +include/swarm/defobj/Customize.h +include/swarm/defobj/DefClass.h +include/swarm/defobj/DefObject.h +include/swarm/defobj/FArguments.h +include/swarm/defobj/FCall.h +include/swarm/defobj/HDF5Archiver.h +include/swarm/defobj/HDF5Object.h +include/swarm/defobj/JavaCollection.h +include/swarm/defobj/JavaCollectionIndex.h +include/swarm/defobj/JavaProxy.h +include/swarm/defobj/LispArchiver.h +include/swarm/defobj/Program.h +include/swarm/defobj/Symbol.h +include/swarm/defobj/Zone.h +include/swarm/defobj/classes.h +include/swarm/defobj/defalloc.h +include/swarm/defobj/deftype.h +include/swarm/defobj/directory.h +include/swarm/defobj/javavars.h +include/swarm/defobj/types.h +include/swarm/defobj/version.h +include/swarm/externvar.h +include/swarm/gui.h +include/swarm/misc.h +include/swarm/misc/argp.h +include/swarm/misc/avl.h +include/swarm/misc/getopt.h +include/swarm/objc/NXConstStr.h +include/swarm/objc/Object.h +include/swarm/objc/Protocol.h +include/swarm/objc/encoding.h +include/swarm/objc/externvar.h +include/swarm/objc/hash.h +include/swarm/objc/mframe.h +include/swarm/objc/objc-api.h +include/swarm/objc/objc-list.h +include/swarm/objc/objc.h +include/swarm/objc/runtime.h +include/swarm/objc/sarray.h +include/swarm/objc/thr.h +include/swarm/objc/typedstream.h +include/swarm/objectbase.h +include/swarm/objectbase/ActivityControl.h +include/swarm/objectbase/CompleteProbeMap.h +include/swarm/objectbase/CompleteVarMap.h +include/swarm/objectbase/CustomProbeMap.h +include/swarm/objectbase/DefaultProbeMap.h +include/swarm/objectbase/EmptyProbeMap.h +include/swarm/objectbase/MessageProbe.h +include/swarm/objectbase/Probe.h +include/swarm/objectbase/ProbeLibrary.h +include/swarm/objectbase/ProbeMap.h +include/swarm/objectbase/Swarm.h +include/swarm/objectbase/SwarmObject.h +include/swarm/objectbase/VarProbe.h +include/swarm/objectbase/probing.h +include/swarm/objectbase/swarm_rts_routines.h +include/swarm/random.h +include/swarm/random/ACGgen.h +include/swarm/random/BernoulliDist.h +include/swarm/random/C2LCGXgen.h +include/swarm/random/C2MRG3gen.h +include/swarm/random/C2TAUSgen.h +include/swarm/random/C3MWCgen.h +include/swarm/random/C4LCGXgen.h +include/swarm/random/ExponentialDist.h +include/swarm/random/GammaDist.h +include/swarm/random/LCGgen.h +include/swarm/random/LogNormalDist.h +include/swarm/random/MRGgen.h +include/swarm/random/MT19937gen.h +include/swarm/random/MWCAgen.h +include/swarm/random/MWCBgen.h +include/swarm/random/NormalDist.h +include/swarm/random/PMMLCGgen.h +include/swarm/random/PSWBgen.h +include/swarm/random/RWC2gen.h +include/swarm/random/RWC8gen.h +include/swarm/random/RandomBitDist.h +include/swarm/random/SCGgen.h +include/swarm/random/SWBgen.h +include/swarm/random/TGFSRgen.h +include/swarm/random/UniformDoubleDist.h +include/swarm/random/UniformIntegerDist.h +include/swarm/random/UniformUnsignedDist.h +include/swarm/random/distributions.h +include/swarm/random/generators.h +include/swarm/random/randomdefs.h +include/swarm/random/randomvars.h +include/swarm/simtools.h +include/swarm/simtools/AppendFile.h +include/swarm/simtools/InFile.h +include/swarm/simtools/NSelect.h +include/swarm/simtools/ObjectLoader.h +include/swarm/simtools/ObjectSaver.h +include/swarm/simtools/OutFile.h +include/swarm/simtools/QSort.h +include/swarm/simtools/UName.h +include/swarm/simtools/initSwarm.h +include/swarm/simtoolsgui.h +include/swarm/simtoolsgui/ActionCache.h +include/swarm/simtoolsgui/ActionHolder.h +include/swarm/simtoolsgui/ClassDisplayWidget.h +include/swarm/simtoolsgui/CommonProbeDisplay.h +include/swarm/simtoolsgui/CompleteProbeDisplay.h +include/swarm/simtoolsgui/ControlPanel.h +include/swarm/simtoolsgui/GUIComposite.h +include/swarm/simtoolsgui/GUISwarm.h +include/swarm/simtoolsgui/MessageProbeWidget.h +include/swarm/simtoolsgui/MultiVarProbeDisplay.h +include/swarm/simtoolsgui/MultiVarProbeWidget.h +include/swarm/simtoolsgui/ProbeDisplay.h +include/swarm/simtoolsgui/ProbeDisplayManager.h +include/swarm/simtoolsgui/SimpleProbeDisplay.h +include/swarm/simtoolsgui/SingleProbeDisplay.h +include/swarm/simtoolsgui/VarProbeWidget.h +include/swarm/space.h +include/swarm/space/Ca2d.h +include/swarm/space/ConwayLife2d.h +include/swarm/space/DblBuffer2d.h +include/swarm/space/Diffuse2d.h +include/swarm/space/Discrete2d.h +include/swarm/space/Grid2d.h +include/swarm/space/Int2dFiler.h +include/swarm/space/Object2dDisplay.h +include/swarm/space/Value2dDisplay.h +include/swarm/swarmconfig.h +include/swarm/tclobjc/TclInterp.h +include/swarm/tclobjc/TkInterp.h +include/swarm/tclobjc/tclObjc.h +include/swarm/tkobjc.h +include/swarm/tkobjc/ArchivedGeometryWidget.h +include/swarm/tkobjc/Button.h +include/swarm/tkobjc/ButtonPanel.h +include/swarm/tkobjc/Canvas.h +include/swarm/tkobjc/CanvasAbstractItem.h +include/swarm/tkobjc/CanvasItem.h +include/swarm/tkobjc/CheckButton.h +include/swarm/tkobjc/Circle.h +include/swarm/tkobjc/ClassDisplayHideButton.h +include/swarm/tkobjc/ClassDisplayLabel.h +include/swarm/tkobjc/Colormap.h +include/swarm/tkobjc/CompleteProbeDisplayLabel.h +include/swarm/tkobjc/CompositeItem.h +include/swarm/tkobjc/Entry.h +include/swarm/tkobjc/Form.h +include/swarm/tkobjc/Frame.h +include/swarm/tkobjc/Graph.h +include/swarm/tkobjc/Histogram.h +include/swarm/tkobjc/InputWidget.h +include/swarm/tkobjc/Label.h +include/swarm/tkobjc/Line.h +include/swarm/tkobjc/LinkItem.h +include/swarm/tkobjc/MessageProbeEntry.h +include/swarm/tkobjc/NodeItem.h +include/swarm/tkobjc/OvalNodeItem.h +include/swarm/tkobjc/Pixmap.h +include/swarm/tkobjc/ProbeCanvas.h +include/swarm/tkobjc/Raster.h +include/swarm/tkobjc/Rectangle.h +include/swarm/tkobjc/RectangleNodeItem.h +include/swarm/tkobjc/ScheduleItem.h +include/swarm/tkobjc/SimpleProbeDisplayHideButton.h +include/swarm/tkobjc/SuperButton.h +include/swarm/tkobjc/TextItem.h +include/swarm/tkobjc/TkExtra.h +include/swarm/tkobjc/VarProbeEntry.h +include/swarm/tkobjc/VarProbeLabel.h +include/swarm/tkobjc/Widget.h +include/swarm/tkobjc/WindowGeometryRecord.h +include/swarm/tkobjc/ZoomRaster.h +include/swarm/tkobjc/common.h +include/swarm/tkobjc/global.h +include/swarm/tkobjc/internal.h +include/swarm/tkobjc/win32dib.h +info/objc-features.info +lib/swarm/libactivity.a +lib/swarm/libactivity.so +lib/swarm/libactivity.so.5 +lib/swarm/libanalysis.a +lib/swarm/libanalysis.so +lib/swarm/libanalysis.so.4 +lib/swarm/libcollections.a +lib/swarm/libcollections.so +lib/swarm/libcollections.so.3 +lib/swarm/libdefobj.a +lib/swarm/libdefobj.so +lib/swarm/libdefobj.so.4 +lib/swarm/libmisc.a +lib/swarm/libmisc.so +lib/swarm/libmisc.so.2 +lib/swarm/libobjc.a +lib/swarm/libobjc.la +lib/swarm/libobjc.so +lib/swarm/libobjc.so.0 +lib/swarm/libobjectbase.a +lib/swarm/libobjectbase.so +lib/swarm/libobjectbase.so.4 +lib/swarm/librandom.a +lib/swarm/librandom.so +lib/swarm/librandom.so.1 +lib/swarm/libsimtools.a +lib/swarm/libsimtools.so +lib/swarm/libsimtools.so.4 +lib/swarm/libsimtoolsgui.a +lib/swarm/libsimtoolsgui.so +lib/swarm/libsimtoolsgui.so.5 +lib/swarm/libspace.a +lib/swarm/libspace.so +lib/swarm/libspace.so.2 +lib/swarm/libswarm.a +lib/swarm/libswarm.so +lib/swarm/libswarm.so.0 +lib/swarm/libtclobjc.a +lib/swarm/libtclobjc.so +lib/swarm/libtclobjc.so.1 +lib/swarm/libtkobjc.a +lib/swarm/libtkobjc.so +lib/swarm/libtkobjc.so.5 @dirrm etc/swarm -@dirrm include/activity -@dirrm include/analysis -@dirrm include/collections -@dirrm include/defobj -@dirrm include/misc -@dirrm include/objectbase -@dirrm include/random -@dirrm include/simtools -@dirrm include/simtoolsgui -@dirrm include/space -@dirrm include/tclobjc -@dirrm include/tkobjc +@dirrm include/swarm/activity +@dirrm include/swarm/analysis +@dirrm include/swarm/collections +@dirrm include/swarm/defobj +@dirrm include/swarm/misc +@dirrm include/swarm/objc +@dirrm include/swarm/objectbase +@dirrm include/swarm/random +@dirrm include/swarm/simtools +@dirrm include/swarm/simtoolsgui +@dirrm include/swarm/space +@dirrm include/swarm/tclobjc +@dirrm include/swarm/tkobjc +@dirrm include/swarm +@dirrm lib/swarm @exec mkdir %D/share/swarm @dirrm share/swarm |