Index: head/games/golly/files/patch-configure =================================================================== --- head/games/golly/files/patch-configure (revision 514724) +++ head/games/golly/files/patch-configure (nonexistent) @@ -1,10 +0,0 @@ ---- configure.orig 2018-07-04 12:25:19 UTC -+++ configure -@@ -6279,6 +6279,7 @@ $as_echo_n "checking which wxWidgets toolkit was selec - WX_PORT="unknown" - if test "$WX_GTKPORT1" != "0"; then WX_PORT="gtk1"; fi - if test "$WX_GTKPORT2" != "0"; then WX_PORT="gtk2"; fi -+ if test "$WX_GTKPORT3" != "0"; then WX_PORT="gtk3"; fi - if test "$WX_MSWPORT" != "0"; then WX_PORT="msw"; fi - if test "$WX_MOTIFPORT" != "0"; then WX_PORT="motif"; fi - if test "$WX_OSXCOCOAPORT" != "0"; then WX_PORT="osx_cocoa"; fi Property changes on: head/games/golly/files/patch-configure ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/golly/Makefile =================================================================== --- head/games/golly/Makefile (revision 514724) +++ head/games/golly/Makefile (revision 514725) @@ -1,44 +1,41 @@ # $FreeBSD$ PORTNAME= golly -PORTVERSION= 3.2 -PORTREVISION= 5 +PORTVERSION= 3.3 DISTVERSIONSUFFIX= -src CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Conway's Game of Life and other cellular automata LICENSE= GPLv2+ -USES= compiler:c++11-lib python:2.7 +USES= compiler:c++11-lib gl localbase python:2.7 xorg USE_GL= gl glu USE_WX= 3.0+ GNU_CONFIGURE= yes # Pretend objdump is available even if it is not e.g. on aarch64. # The Python shared library name is already looked up via # distutils.sysconfig.get_config_var("LDLIBRARY") which is unlikely # to fail; objdump is never actually used. CONFIGURE_ARGS= ac_cv_prog_OBJDUMP=/usr/bin/false \ --with-wx-config=${WX_CONFIG:T} -CXXFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib DESKTOP_ENTRIES= "Golly" \ "${COMMENT}" \ "${PREFIX}/share/pixmaps/golly.xpm" \ "${PREFIX}/bin/golly" \ "Education;" \ "" WRKSRC_SUBDIR= gui-wx/configure OPTIONS_DEFINE= DOCS post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/pixmaps ${INSTALL_DATA} ${WRKSRC}/../icons/appicon.xpm \ ${STAGEDIR}${PREFIX}/share/pixmaps/golly.xpm .include Index: head/games/golly/distinfo =================================================================== --- head/games/golly/distinfo (revision 514724) +++ head/games/golly/distinfo (revision 514725) @@ -1,3 +1,3 @@ -TIMESTAMP = 1532442147 -SHA256 (golly-3.2-src.tar.gz) = 4d02f78592b5ea211f1ceda2d5ba55eb10e013ecf95b8a61c7061357f9aae931 -SIZE (golly-3.2-src.tar.gz) = 5261483 +TIMESTAMP = 1571245789 +SHA256 (golly-3.3-src.tar.gz) = 88fd776b1afd763ef32ac6e6d95ddfcbc51b74f6ef6a1f3ba9aa659295d573c8 +SIZE (golly-3.3-src.tar.gz) = 5465595 Index: head/games/golly/pkg-plist =================================================================== --- head/games/golly/pkg-plist (revision 514724) +++ head/games/golly/pkg-plist (revision 514725) @@ -1,585 +1,601 @@ bin/bgolly bin/golly share/pixmaps/golly.xpm %%PORTDOCS%%%%DOCSDIR%%/License.html %%PORTDOCS%%%%DOCSDIR%%/ReadMe.html %%DATADIR%%/Help/Algorithms/Generations.html %%DATADIR%%/Help/Algorithms/HashLife.html %%DATADIR%%/Help/Algorithms/JvN.html %%DATADIR%%/Help/Algorithms/Larger_than_Life.html %%DATADIR%%/Help/Algorithms/NC.png %%DATADIR%%/Help/Algorithms/NM.png %%DATADIR%%/Help/Algorithms/NN.png %%DATADIR%%/Help/Algorithms/QuickLife.html %%DATADIR%%/Help/Algorithms/RuleLoader.html %%DATADIR%%/Help/Algorithms/hensel.png %%DATADIR%%/Help/Lexicon/lex.htm %%DATADIR%%/Help/Lexicon/lex_1.htm %%DATADIR%%/Help/Lexicon/lex_a.htm %%DATADIR%%/Help/Lexicon/lex_b.htm %%DATADIR%%/Help/Lexicon/lex_bib.htm %%DATADIR%%/Help/Lexicon/lex_c.htm %%DATADIR%%/Help/Lexicon/lex_d.htm %%DATADIR%%/Help/Lexicon/lex_e.htm %%DATADIR%%/Help/Lexicon/lex_f.htm %%DATADIR%%/Help/Lexicon/lex_g.htm %%DATADIR%%/Help/Lexicon/lex_h.htm %%DATADIR%%/Help/Lexicon/lex_i.htm %%DATADIR%%/Help/Lexicon/lex_j.htm %%DATADIR%%/Help/Lexicon/lex_k.htm %%DATADIR%%/Help/Lexicon/lex_l.htm %%DATADIR%%/Help/Lexicon/lex_m.htm %%DATADIR%%/Help/Lexicon/lex_n.htm %%DATADIR%%/Help/Lexicon/lex_o.htm %%DATADIR%%/Help/Lexicon/lex_p.htm %%DATADIR%%/Help/Lexicon/lex_q.htm %%DATADIR%%/Help/Lexicon/lex_r.htm %%DATADIR%%/Help/Lexicon/lex_s.htm %%DATADIR%%/Help/Lexicon/lex_t.htm %%DATADIR%%/Help/Lexicon/lex_u.htm %%DATADIR%%/Help/Lexicon/lex_v.htm %%DATADIR%%/Help/Lexicon/lex_w.htm %%DATADIR%%/Help/Lexicon/lex_x.htm %%DATADIR%%/Help/Lexicon/lex_y.htm %%DATADIR%%/Help/Lexicon/lex_z.htm %%DATADIR%%/Help/Lexicon/modify.pl %%DATADIR%%/Help/about.html %%DATADIR%%/Help/algos.html %%DATADIR%%/Help/archives.html %%DATADIR%%/Help/bounded.html %%DATADIR%%/Help/changes.html %%DATADIR%%/Help/changes.html~ %%DATADIR%%/Help/control.html %%DATADIR%%/Help/credits.html %%DATADIR%%/Help/edit.html %%DATADIR%%/Help/file.html %%DATADIR%%/Help/formats.html %%DATADIR%%/Help/help.html %%DATADIR%%/Help/images/about.gif %%DATADIR%%/Help/images/blend0.png %%DATADIR%%/Help/images/blend1.png %%DATADIR%%/Help/images/clips.png %%DATADIR%%/Help/images/hex.png %%DATADIR%%/Help/images/layers.png %%DATADIR%%/Help/images/lifeviewer.png %%DATADIR%%/Help/images/theme.png %%DATADIR%%/Help/images/transforms.png %%DATADIR%%/Help/index.html %%DATADIR%%/Help/intro.html %%DATADIR%%/Help/layer.html %%DATADIR%%/Help/lifeviewer.html %%DATADIR%%/Help/lua.html %%DATADIR%%/Help/lua.html~ %%DATADIR%%/Help/mouse.html %%DATADIR%%/Help/overlay.html %%DATADIR%%/Help/problems.html %%DATADIR%%/Help/python.html %%DATADIR%%/Help/refs.html %%DATADIR%%/Help/tips.html %%DATADIR%%/Help/view.html %%DATADIR%%/Patterns/Generations/Banner.mcl %%DATADIR%%/Patterns/Generations/Bloomerang.mcl %%DATADIR%%/Patterns/Generations/Burst.mcl %%DATADIR%%/Patterns/Generations/Caterpillars.mcl %%DATADIR%%/Patterns/Generations/Delta.rle %%DATADIR%%/Patterns/Generations/Ebb-and-Flow.mcl %%DATADIR%%/Patterns/Generations/Fireworks.mcl %%DATADIR%%/Patterns/Generations/Lava.mcl %%DATADIR%%/Patterns/Generations/Lines.mcl %%DATADIR%%/Patterns/Generations/MeteorGuns.mcl %%DATADIR%%/Patterns/Generations/Nova.mcl %%DATADIR%%/Patterns/Generations/Perfect-spiral.mcl %%DATADIR%%/Patterns/Generations/Sawfish.rle %%DATADIR%%/Patterns/Generations/SediMental.mcl %%DATADIR%%/Patterns/Generations/Steeplechase.mcl %%DATADIR%%/Patterns/Generations/Transers.mcl %%DATADIR%%/Patterns/Generations/What-a-mess.mcl %%DATADIR%%/Patterns/HashLife/broken-lines.mc %%DATADIR%%/Patterns/HashLife/catacryst.mc +%%DATADIR%%/Patterns/HashLife/demonoid-c512-hashlife-friendly.mc.gz %%DATADIR%%/Patterns/HashLife/gotts-dots.mc %%DATADIR%%/Patterns/HashLife/hashlife-oddity1.mc %%DATADIR%%/Patterns/HashLife/hashlife-oddity2.mc %%DATADIR%%/Patterns/HashLife/hexadecimal.mc.gz %%DATADIR%%/Patterns/HashLife/jagged.mc %%DATADIR%%/Patterns/HashLife/jagged2.mc %%DATADIR%%/Patterns/HashLife/linear-propagator-p237228340.mc.gz %%DATADIR%%/Patterns/HashLife/loafer-gun-p8388608-linear.mc.gz %%DATADIR%%/Patterns/HashLife/logarithmic-width.mc %%DATADIR%%/Patterns/HashLife/metacatacryst.mc %%DATADIR%%/Patterns/HashLife/metapixel-galaxy.mc.gz %%DATADIR%%/Patterns/HashLife/metapixel-p216-gun.mc.gz %%DATADIR%%/Patterns/HashLife/metapixel-parity64.mc.gz %%DATADIR%%/Patterns/HashLife/mosquito5.mc %%DATADIR%%/Patterns/HashLife/nick-gotts-1.mc %%DATADIR%%/Patterns/HashLife/nick-gotts-2.mc %%DATADIR%%/Patterns/HashLife/puzzle.mc %%DATADIR%%/Patterns/HashLife/ruler.mc %%DATADIR%%/Patterns/HashLife/totalperiodic.mc %%DATADIR%%/Patterns/HashLife/triple-Snark-wick-extruder.rle.gz %%DATADIR%%/Patterns/HashLife/unlimited-novelty.mc %%DATADIR%%/Patterns/HashLife/wedge-grow.mc %%DATADIR%%/Patterns/HashLife/wolfram22.mc %%DATADIR%%/Patterns/Larger-than-Life/Blinkers.mcl %%DATADIR%%/Patterns/Larger-than-Life/Bosco.mcl %%DATADIR%%/Patterns/Larger-than-Life/BugCollection.rle %%DATADIR%%/Patterns/Larger-than-Life/BugGun.rle %%DATADIR%%/Patterns/Larger-than-Life/BugReactions.rle %%DATADIR%%/Patterns/Larger-than-Life/Butterfly.rle %%DATADIR%%/Patterns/Larger-than-Life/Globe.mcl %%DATADIR%%/Patterns/Larger-than-Life/Gnarl.mcl %%DATADIR%%/Patterns/Larger-than-Life/GunCollection.rle %%DATADIR%%/Patterns/Larger-than-Life/Jitterbug.rle %%DATADIR%%/Patterns/Larger-than-Life/Majority.mcl %%DATADIR%%/Patterns/Larger-than-Life/ModernArt.mcl %%DATADIR%%/Patterns/Larger-than-Life/R100-NN-bug.rle %%DATADIR%%/Patterns/Larger-than-Life/R100-alien-bug.rle %%DATADIR%%/Patterns/Larger-than-Life/R500-alien-bug.rle %%DATADIR%%/Patterns/Larger-than-Life/SlowShip.rle %%DATADIR%%/Patterns/Larger-than-Life/SoldierBugs.rle %%DATADIR%%/Patterns/Larger-than-Life/Waffle.mcl %%DATADIR%%/Patterns/Life-Like/Day-and-Night-gun-and-antigun.rle %%DATADIR%%/Patterns/Life-Like/HighLife-replicator-spaceship.rle %%DATADIR%%/Patterns/Life-Like/Morley/breeder2.rle %%DATADIR%%/Patterns/Life-Like/Morley/enterprise-gun.rle %%DATADIR%%/Patterns/Life-Like/Morley/growing-ship.rle %%DATADIR%%/Patterns/Life-Like/alt-wicks.lua %%DATADIR%%/Patterns/Life-Like/coral.rle %%DATADIR%%/Patterns/Life-Like/ice-nine.rle %%DATADIR%%/Patterns/Life-Like/p168-knightship.rle %%DATADIR%%/Patterns/Life-Like/persian-rugs.lif %%DATADIR%%/Patterns/Life-Like/replicator.rle %%DATADIR%%/Patterns/Life-Like/spiral-growth.rle %%DATADIR%%/Patterns/Life-Like/white-whale.rle %%DATADIR%%/Patterns/Life/Bounded-Grids/Klein-bottle.rle %%DATADIR%%/Patterns/Life/Bounded-Grids/agar-p3.rle %%DATADIR%%/Patterns/Life/Bounded-Grids/cross-surface.rle %%DATADIR%%/Patterns/Life/Bounded-Grids/herringbone-agar-p14.rle %%DATADIR%%/Patterns/Life/Bounded-Grids/lightspeed-bubble.rle %%DATADIR%%/Patterns/Life/Bounded-Grids/pulsars-in-tube.rle %%DATADIR%%/Patterns/Life/Bounded-Grids/sphere.rle %%DATADIR%%/Patterns/Life/Bounded-Grids/torus-with-shift.rle %%DATADIR%%/Patterns/Life/Bounded-Grids/torus.rle %%DATADIR%%/Patterns/Life/Breeders/LWSS-breeder.rle %%DATADIR%%/Patterns/Life/Breeders/breeder.lif %%DATADIR%%/Patterns/Life/Breeders/c4-diag-switch-engines.rle +%%DATADIR%%/Patterns/Life/Breeders/one-cell-thick-quadratic-growth-2596x1.rle %%DATADIR%%/Patterns/Life/Breeders/p100-H-channel-breeder.rle %%DATADIR%%/Patterns/Life/Breeders/p90-rake-factory.rle %%DATADIR%%/Patterns/Life/Breeders/pi-blink-breeder1.rle %%DATADIR%%/Patterns/Life/Breeders/pi-blink-breeder2.rle %%DATADIR%%/Patterns/Life/Breeders/rake-breeder.rle %%DATADIR%%/Patterns/Life/Breeders/slide-breeder.rle %%DATADIR%%/Patterns/Life/Breeders/spacefiller.rle %%DATADIR%%/Patterns/Life/Breeders/switch-engine-breeder-MR.rle %%DATADIR%%/Patterns/Life/Breeders/switch-engine-breeder.rle %%DATADIR%%/Patterns/Life/Breeders/switch-engine-ping-pong.rle %%DATADIR%%/Patterns/Life/Guns/2c5-spaceship-gun-p416.rle %%DATADIR%%/Patterns/Life/Guns/2c5-spaceship-gun-p690.rle %%DATADIR%%/Patterns/Life/Guns/7-in-a-row-Cordership-V-gun.rle %%DATADIR%%/Patterns/Life/Guns/Cordership-gun-p784.rle %%DATADIR%%/Patterns/Life/Guns/golly-ticker.rle %%DATADIR%%/Patterns/Life/Guns/gun-p165mwss.rle +%%DATADIR%%/Patterns/Life/Guns/infinite-Corderships-gun.rle.gz %%DATADIR%%/Patterns/Life/Guns/loafer-gun-p210.rle %%DATADIR%%/Patterns/Life/Guns/p59-gun-with-Snark-reflectors.rle %%DATADIR%%/Patterns/Life/Guns/p690-PT-Cordership-gun.rle +%%DATADIR%%/Patterns/Life/Guns/period-52-glider-gun.rle %%DATADIR%%/Patterns/Life/Guns/pseudo-p34-gun.rle %%DATADIR%%/Patterns/Life/Guns/vacuum-cleaner.rle %%DATADIR%%/Patterns/Life/Methuselahs/acorn.lif %%DATADIR%%/Patterns/Life/Methuselahs/ark1.rle %%DATADIR%%/Patterns/Life/Methuselahs/ark2.rle %%DATADIR%%/Patterns/Life/Methuselahs/blom.rle %%DATADIR%%/Patterns/Life/Methuselahs/iwona.rle %%DATADIR%%/Patterns/Life/Methuselahs/justyna.rle %%DATADIR%%/Patterns/Life/Methuselahs/lidka-predecessor.rle %%DATADIR%%/Patterns/Life/Methuselahs/natural-LWSS.rle %%DATADIR%%/Patterns/Life/Methuselahs/rabbits-relation-17423.rle %%DATADIR%%/Patterns/Life/Methuselahs/rabbits-relation-17465.rle %%DATADIR%%/Patterns/Life/Methuselahs/rabbits.lif %%DATADIR%%/Patterns/Life/Methuselahs/temp-pulsars-big-s.rle %%DATADIR%%/Patterns/Life/Miscellaneous/Calcyman-primer.zip %%DATADIR%%/Patterns/Life/Miscellaneous/Cambrian-Explosion.rle %%DATADIR%%/Patterns/Life/Miscellaneous/blockstacker.rle %%DATADIR%%/Patterns/Life/Miscellaneous/diagfuse1.rle %%DATADIR%%/Patterns/Life/Miscellaneous/die658.rle %%DATADIR%%/Patterns/Life/Miscellaneous/elbow-ladders.rle %%DATADIR%%/Patterns/Life/Miscellaneous/fermat-primes.rle %%DATADIR%%/Patterns/Life/Miscellaneous/four-primers.rle.gz %%DATADIR%%/Patterns/Life/Miscellaneous/infinity-hotel0.rle %%DATADIR%%/Patterns/Life/Miscellaneous/infinity-hotel1.rle %%DATADIR%%/Patterns/Life/Miscellaneous/infinity-hotel2.rle %%DATADIR%%/Patterns/Life/Miscellaneous/infinity-hotel3.rle %%DATADIR%%/Patterns/Life/Miscellaneous/lightspeed.rle %%DATADIR%%/Patterns/Life/Miscellaneous/loggrow-corder.rle %%DATADIR%%/Patterns/Life/Miscellaneous/sawtooth6b.rle %%DATADIR%%/Patterns/Life/Miscellaneous/tubstretch-c124b.rle %%DATADIR%%/Patterns/Life/Miscellaneous/twinprimes.rle %%DATADIR%%/Patterns/Life/Miscellaneous/wicks-DRH-2002.rle %%DATADIR%%/Patterns/Life/Oscillators/DRH-oscillators.rle %%DATADIR%%/Patterns/Life/Oscillators/billiard-table.rle %%DATADIR%%/Patterns/Life/Oscillators/extensible-low-period.rle %%DATADIR%%/Patterns/Life/Oscillators/glider-stream-crystal.rle %%DATADIR%%/Patterns/Life/Oscillators/honey-farm-hasslers.rle %%DATADIR%%/Patterns/Life/Oscillators/low-period.rle %%DATADIR%%/Patterns/Life/Oscillators/p103079214841.rle %%DATADIR%%/Patterns/Life/Oscillators/p138.rle %%DATADIR%%/Patterns/Life/Oscillators/p59-glider-loop.lua %%DATADIR%%/Patterns/Life/Oscillators/phase-shift.rle %%DATADIR%%/Patterns/Life/Oscillators/queen-bee-turn.rle %%DATADIR%%/Patterns/Life/Oscillators/traffic-light-hasslers.rle %%DATADIR%%/Patterns/Life/Oscillators/unique-high-period.rle %%DATADIR%%/Patterns/Life/Puffers/c4-diagonal-puffer.rle %%DATADIR%%/Patterns/Life/Puffers/line-puffer-superstable.rle %%DATADIR%%/Patterns/Life/Puffers/line-puffer-unstable.rle %%DATADIR%%/Patterns/Life/Puffers/p100-H-track-puffer.rle %%DATADIR%%/Patterns/Life/Puffers/pi-fuse-puffer.rle %%DATADIR%%/Patterns/Life/Puffers/puffer-2c5.rle %%DATADIR%%/Patterns/Life/Puffers/puffer-train.rle %%DATADIR%%/Patterns/Life/Puffers/zigzag-wickstretcher.rle %%DATADIR%%/Patterns/Life/Rakes/2c5-engineless-rake-p185.rle %%DATADIR%%/Patterns/Life/Rakes/2c5-spaceship-rake-p240.rle %%DATADIR%%/Patterns/Life/Rakes/basic-rakes.rle %%DATADIR%%/Patterns/Life/Rakes/c2-Cordership-rake.rle -%%DATADIR%%/Patterns/Life/Rakes/c3-forward-rake-p333.rle +%%DATADIR%%/Patterns/Life/Rakes/c3-forward-rake-p159.rle %%DATADIR%%/Patterns/Life/Rakes/c4-sideways-rake.rle %%DATADIR%%/Patterns/Life/Rakes/c5-adjustable-rake.rle %%DATADIR%%/Patterns/Life/Rakes/forward-LWSS-rake-p90.rle %%DATADIR%%/Patterns/Life/Rakes/p270-frothing-puffer-rake.rle %%DATADIR%%/Patterns/Life/Rakes/spider-rake.rle %%DATADIR%%/Patterns/Life/Rakes/weekender-distaff.rle.gz %%DATADIR%%/Patterns/Life/Signal-Circuitry/Turing-Machine-3-state.rle %%DATADIR%%/Patterns/Life/Signal-Circuitry/Unit-Life-Cell-512x512.rle %%DATADIR%%/Patterns/Life/Signal-Circuitry/Unit-Life-Deep-Cell.rle %%DATADIR%%/Patterns/Life/Signal-Circuitry/advancer.rle %%DATADIR%%/Patterns/Life/Signal-Circuitry/chase-the-glider.rle %%DATADIR%%/Patterns/Life/Signal-Circuitry/constructor-memory-loop.rle %%DATADIR%%/Patterns/Life/Signal-Circuitry/constructor-memory-tape.rle %%DATADIR%%/Patterns/Life/Signal-Circuitry/h-to-h-collection-26Aug2017.zip %%DATADIR%%/Patterns/Life/Signal-Circuitry/heisenblinker-30.rle %%DATADIR%%/Patterns/Life/Signal-Circuitry/heisenburp-30.rle %%DATADIR%%/Patterns/Life/Signal-Circuitry/heisenburp-46-natural.rle %%DATADIR%%/Patterns/Life/Signal-Circuitry/heisenburp-46.rle %%DATADIR%%/Patterns/Life/Signal-Circuitry/high-bandwidth-telegraph.rle.gz +%%DATADIR%%/Patterns/Life/Signal-Circuitry/loafer-mwss-signal-loop.rle.gz %%DATADIR%%/Patterns/Life/Signal-Circuitry/p30-racetrack.rle %%DATADIR%%/Patterns/Life/Signal-Circuitry/p46racetrack.rle %%DATADIR%%/Patterns/Life/Signal-Circuitry/reflectors.rle %%DATADIR%%/Patterns/Life/Signal-Circuitry/reflectors2.rle %%DATADIR%%/Patterns/Life/Signal-Circuitry/signal-turns-and-fizzles.rle.gz %%DATADIR%%/Patterns/Life/Signal-Circuitry/single-channel-spiral-growth.rle.gz %%DATADIR%%/Patterns/Life/Signal-Circuitry/stargate.rle %%DATADIR%%/Patterns/Life/Signal-Circuitry/traffic-lights-extruder.rle %%DATADIR%%/Patterns/Life/Spaceships/2c5-orthogonal.rle %%DATADIR%%/Patterns/Life/Spaceships/Corder-lineship.rle %%DATADIR%%/Patterns/Life/Spaceships/Cordership-LWSS-freeze-tag.rle %%DATADIR%%/Patterns/Life/Spaceships/Cordership-boat-burner.rle %%DATADIR%%/Patterns/Life/Spaceships/adjustable-Corder-lineship.rle %%DATADIR%%/Patterns/Life/Spaceships/c3-orthogonal.rle %%DATADIR%%/Patterns/Life/Spaceships/c4-diagonal.rle %%DATADIR%%/Patterns/Life/Spaceships/c4-orthogonal.rle %%DATADIR%%/Patterns/Life/Spaceships/corderships.rle %%DATADIR%%/Patterns/Life/Spaceships/diagonal.rle %%DATADIR%%/Patterns/Life/Spaceships/orthogonal.rle %%DATADIR%%/Patterns/Life/Spaceships/short-thin.rle %%DATADIR%%/Patterns/Life/Spaceships/smallest-low-period.rle %%DATADIR%%/Patterns/Life/Spaceships/spaceship-types.rle %%DATADIR%%/Patterns/Life/Still-Lifes/1998-eater-stamp-collection.rle %%DATADIR%%/Patterns/Life/Still-Lifes/eaters-misc.rle %%DATADIR%%/Patterns/Life/Still-Lifes/eaters.rle %%DATADIR%%/Patterns/Life/Still-Lifes/random.rle %%DATADIR%%/Patterns/Life/Still-Lifes/ss-eaters.rle %%DATADIR%%/Patterns/Life/Still-Lifes/stripey.rle %%DATADIR%%/Patterns/Life/Syntheses/109-still-lifes.rle %%DATADIR%%/Patterns/Life/Syntheses/29-still-lifes.rle %%DATADIR%%/Patterns/Life/Syntheses/blockish-and-blockic-seeds.rle %%DATADIR%%/Patterns/Life/Syntheses/life-integer-constructions.rle %%DATADIR%%/Patterns/Life/Syntheses/make-harbor.rle %%DATADIR%%/Patterns/Life/Syntheses/make-osc-p3.rle %%DATADIR%%/Patterns/Life/Syntheses/make-osc-p4.rle %%DATADIR%%/Patterns/Life/Syntheses/make-osc-p5-plus.rle %%DATADIR%%/Patterns/Life/Syntheses/make-p11.rle %%DATADIR%%/Patterns/Life/Syntheses/make-p18.rle %%DATADIR%%/Patterns/Life/Syntheses/make-p33.rle %%DATADIR%%/Patterns/Life/Syntheses/oscillator-syntheses.rle %%DATADIR%%/Patterns/Life/Syntheses/slow-salvo-MWSS-oscillator.rle.gz %%DATADIR%%/Patterns/Life/Syntheses/slow-salvo-eater-recipes.rle %%DATADIR%%/Patterns/Life/Syntheses/syntheses-of-c2-spaceships.rle.gz %%DATADIR%%/Patterns/Life/Syntheses/two-glider-collisions.rle %%DATADIR%%/Patterns/Loops/Byl-Loop.rle %%DATADIR%%/Patterns/Loops/Chou-Reggia-Loop-1.rle %%DATADIR%%/Patterns/Loops/Chou-Reggia-Loop-2.rle %%DATADIR%%/Patterns/Loops/Evoloop-finite.rle %%DATADIR%%/Patterns/Loops/Evoloop.rle %%DATADIR%%/Patterns/Loops/Langtons-Loops.rle %%DATADIR%%/Patterns/Loops/Perrier-Loop.rle %%DATADIR%%/Patterns/Loops/Perrier-Parenthesis-Checker.rle %%DATADIR%%/Patterns/Loops/SDSR-Loop.rle %%DATADIR%%/Patterns/Loops/Tempesti-Loop.rle %%DATADIR%%/Patterns/Margolus/BBM.rle %%DATADIR%%/Patterns/Margolus/CrittersCircle.rle %%DATADIR%%/Patterns/Margolus/CrittersOscillators.rle %%DATADIR%%/Patterns/Margolus/DLA.rle %%DATADIR%%/Patterns/Margolus/HPP.rle %%DATADIR%%/Patterns/Margolus/HPP_large.rle %%DATADIR%%/Patterns/Margolus/Sand-Test.rle %%DATADIR%%/Patterns/Margolus/Sand.rle %%DATADIR%%/Patterns/Margolus/TMGas.rle %%DATADIR%%/Patterns/Margolus/TMGas_largeWithHole.rle %%DATADIR%%/Patterns/Margolus/TripATron.rle %%DATADIR%%/Patterns/Margolus/TripATron_BlockAligned.rle %%DATADIR%%/Patterns/Non-Totalistic/JustFriends/oscillators.rle %%DATADIR%%/Patterns/Non-Totalistic/JustFriends/p137loop.rle %%DATADIR%%/Patterns/Non-Totalistic/JustFriends/p384drifter.rle %%DATADIR%%/Patterns/Non-Totalistic/JustFriends/p8256c4dirtyrake.rle %%DATADIR%%/Patterns/Non-Totalistic/JustFriends/spaceships.rle %%DATADIR%%/Patterns/Non-Totalistic/Sierpinski-builder.rle %%DATADIR%%/Patterns/Non-Totalistic/horiship-guns.rle %%DATADIR%%/Patterns/Non-Totalistic/infinite-binary-ruler-generator.rle %%DATADIR%%/Patterns/Non-Totalistic/intergalactic-cruise-ship-factory.rle %%DATADIR%%/Patterns/Non-Totalistic/limited-spacefiller.rle %%DATADIR%%/Patterns/Non-Totalistic/p42-knightship.rle %%DATADIR%%/Patterns/Non-Totalistic/pondpuffer-spaceship.rle %%DATADIR%%/Patterns/Non-Totalistic/reflectorless-rotating-oscillator-puffer.rle %%DATADIR%%/Patterns/Non-Totalistic/rr14gun.rle %%DATADIR%%/Patterns/Non-Totalistic/unit-fraction-orthogonal-spaceships.zip %%DATADIR%%/Patterns/Other-Rules/Ed-rep.rle %%DATADIR%%/Patterns/Other-Rules/HPP-demo-small.rle %%DATADIR%%/Patterns/Other-Rules/HPP-demo.rle %%DATADIR%%/Patterns/Other-Rules/Langtons-Ant.rle +%%DATADIR%%/Patterns/Other-Rules/NoTimeAtAll-demo.zip +%%DATADIR%%/Patterns/Other-Rules/animated-pixel-art-sample.zip +%%DATADIR%%/Patterns/Other-Rules/b2ein-spaceships-and-rakes.rle +%%DATADIR%%/Patterns/Other-Rules/dragon-curve-generator.zip %%DATADIR%%/Patterns/Other-Rules/factorize-84.zip %%DATADIR%%/Patterns/Other-Rules/golly-ants.rle %%DATADIR%%/Patterns/Other-Rules/life-on-the-edge.rle %%DATADIR%%/Patterns/Other-Rules/life-on-the-slope.rle %%DATADIR%%/Patterns/Patersons-Worms/worm-1040512.rle %%DATADIR%%/Patterns/Patersons-Worms/worm-1042015.rle %%DATADIR%%/Patterns/Patersons-Worms/worm-1042020.rle %%DATADIR%%/Patterns/Patersons-Worms/worm-1252121.rle %%DATADIR%%/Patterns/Patersons-Worms/worm-1525115.rle %%DATADIR%%/Patterns/Self-Rep/Banks/Banks-I-demo.rle %%DATADIR%%/Patterns/Self-Rep/Banks/Banks-II-demo.rle %%DATADIR%%/Patterns/Self-Rep/Banks/Banks-III-demo.rle %%DATADIR%%/Patterns/Self-Rep/Banks/Banks-IV-constructor.rle.gz %%DATADIR%%/Patterns/Self-Rep/Banks/Banks-IV-demo.rle %%DATADIR%%/Patterns/Self-Rep/Codd/Goucher-replicator.mc.gz %%DATADIR%%/Patterns/Self-Rep/Codd/clocking-on-demo.rle %%DATADIR%%/Patterns/Self-Rep/Codd/coders-demo.rle %%DATADIR%%/Patterns/Self-Rep/Codd/construction-arm-demo.rle %%DATADIR%%/Patterns/Self-Rep/Codd/crossover-unidir-demo.rle %%DATADIR%%/Patterns/Self-Rep/Codd/decoder-4bit-demo.rle.gz %%DATADIR%%/Patterns/Self-Rep/Codd/echo-discriminator.rle %%DATADIR%%/Patterns/Self-Rep/Codd/echo-switch-demo.rle %%DATADIR%%/Patterns/Self-Rep/Codd/extend-coder-demo.rle %%DATADIR%%/Patterns/Self-Rep/Codd/gates-demo.rle %%DATADIR%%/Patterns/Self-Rep/Codd/golly-constructor.rle.gz %%DATADIR%%/Patterns/Self-Rep/Codd/repeater-emitter-demo.rle %%DATADIR%%/Patterns/Self-Rep/Codd/sensing-demo.rle %%DATADIR%%/Patterns/Self-Rep/Codd/sheathing-demo.rle %%DATADIR%%/Patterns/Self-Rep/Codd/sheathing-problems.rle %%DATADIR%%/Patterns/Self-Rep/Codd/signals-demo.rle %%DATADIR%%/Patterns/Self-Rep/Codd/tape-reader-demo.rle %%DATADIR%%/Patterns/Self-Rep/Devore/Devore-body.rle %%DATADIR%%/Patterns/Self-Rep/Devore/Devore-rep.rle %%DATADIR%%/Patterns/Self-Rep/Devore/crossover.rle %%DATADIR%%/Patterns/Self-Rep/Devore/discriminator.rle +%%DATADIR%%/Patterns/Self-Rep/Flow6/Flow6.zip %%DATADIR%%/Patterns/Self-Rep/JvN/Boustrophedon-replicator.rle %%DATADIR%%/Patterns/Self-Rep/JvN/CY_Lee_computer.zip %%DATADIR%%/Patterns/Self-Rep/JvN/Hutton-replicator.rle %%DATADIR%%/Patterns/Self-Rep/JvN/JvN-loop-replicator.rle.gz %%DATADIR%%/Patterns/Self-Rep/JvN/N-compressed-replicator.rle %%DATADIR%%/Patterns/Self-Rep/JvN/NP-mutation.rle.gz %%DATADIR%%/Patterns/Self-Rep/JvN/NP-replicator.rle.gz %%DATADIR%%/Patterns/Self-Rep/JvN/cell-coders-demo.rle %%DATADIR%%/Patterns/Self-Rep/JvN/codon4-auto-retract.rle %%DATADIR%%/Patterns/Self-Rep/JvN/codon5-auto-retract.rle %%DATADIR%%/Patterns/Self-Rep/JvN/construction-arm-demo.rle %%DATADIR%%/Patterns/Self-Rep/JvN/counter-demo.rle %%DATADIR%%/Patterns/Self-Rep/JvN/golly-constructor.rle %%DATADIR%%/Patterns/Self-Rep/JvN/partial-constructor.mc.gz %%DATADIR%%/Patterns/Self-Rep/JvN/read-arm-demo.rle +%%DATADIR%%/Patterns/Self-Rep/JvN/small-JvN-self-replicator.rle %%DATADIR%%/Patterns/Self-Rep/JvN/sphinx-midpoint.mc.gz %%DATADIR%%/Patterns/Self-Rep/JvN/sphinx-spark.mc.gz %%DATADIR%%/Patterns/Self-Rep/JvN/sphinx.mc.gz %%DATADIR%%/Patterns/Turmites/AlienCounter.rle %%DATADIR%%/Patterns/Turmites/ComputerArt.rle %%DATADIR%%/Patterns/Turmites/Extinction.rle %%DATADIR%%/Patterns/Turmites/FibonacciSpiral.rle %%DATADIR%%/Patterns/Turmites/Highway2074575.rle %%DATADIR%%/Patterns/Turmites/LangtonsAnt_LLRR.rle %%DATADIR%%/Patterns/Turmites/Perfectionist.rle %%DATADIR%%/Patterns/Turmites/TriangularAnt_period92.rle %%DATADIR%%/Patterns/Turmites/TriangularLangtonsAnt.rle %%DATADIR%%/Patterns/Turmites/WormTrails.rle %%DATADIR%%/Patterns/WireWorld/Langtons-ant.zip %%DATADIR%%/Patterns/WireWorld/NickGardner.mcl %%DATADIR%%/Patterns/WireWorld/NylesHeise.mcl %%DATADIR%%/Patterns/WireWorld/circuit.mcl %%DATADIR%%/Patterns/WireWorld/clocks.mcl %%DATADIR%%/Patterns/WireWorld/flip-flop.mcl %%DATADIR%%/Patterns/WireWorld/gate-AND.mcl %%DATADIR%%/Patterns/WireWorld/gate-NOT.mcl %%DATADIR%%/Patterns/WireWorld/gate-OR.mcl %%DATADIR%%/Patterns/WireWorld/gate-XOR.mcl %%DATADIR%%/Patterns/WireWorld/memory-cell.mcl %%DATADIR%%/Patterns/WireWorld/primes.mc %%DATADIR%%/Patterns/WireWorld/unary-multiplier.mcl %%DATADIR%%/Rules/AbsoluteTurmite_0N21S10E00S01W11N2.rule %%DATADIR%%/Rules/AbsoluteTurmite_0S11W11E21S21W00N0.rule %%DATADIR%%/Rules/AbsoluteTurmite_1N10S11S30N21W01N11S20E1.rule %%DATADIR%%/Rules/BBM-Margolus-emulated.rule %%DATADIR%%/Rules/Banks-I.rule %%DATADIR%%/Rules/Banks-II.rule %%DATADIR%%/Rules/Banks-III.rule %%DATADIR%%/Rules/Banks-IV.rule %%DATADIR%%/Rules/BriansBrain.rule %%DATADIR%%/Rules/Byl-Loop.rule %%DATADIR%%/Rules/Caterpillars.rule %%DATADIR%%/Rules/Chou-Reggia-1.rule %%DATADIR%%/Rules/Chou-Reggia-2.rule %%DATADIR%%/Rules/Codd.rule %%DATADIR%%/Rules/Codd2.rule %%DATADIR%%/Rules/CrittersMargolus_emulated.rule %%DATADIR%%/Rules/DLA-Margolus-emulated.rule %%DATADIR%%/Rules/Devore.rule %%DATADIR%%/Rules/Ed-rep.rule %%DATADIR%%/Rules/Evoloop-finite.rule %%DATADIR%%/Rules/Evoloop.rule %%DATADIR%%/Rules/HPP.rule %%DATADIR%%/Rules/HPPMargolus_emulated.rule %%DATADIR%%/Rules/Langtons-Ant.rule %%DATADIR%%/Rules/Langtons-Loops.rule %%DATADIR%%/Rules/LangtonsAnt_LLRR.rule %%DATADIR%%/Rules/Life.rule %%DATADIR%%/Rules/LifeHistory.rule %%DATADIR%%/Rules/LifeOnTheEdge.rule %%DATADIR%%/Rules/LifeOnTheSlope.rule %%DATADIR%%/Rules/Perrier.rule %%DATADIR%%/Rules/SDSR-Loop.rule %%DATADIR%%/Rules/Sand-Margolus-emulated.rule %%DATADIR%%/Rules/Sand-square4cyclic_emulated.rule %%DATADIR%%/Rules/StarWars.rule %%DATADIR%%/Rules/TMGasMargolus_emulated.rule %%DATADIR%%/Rules/TableGenerators/make-ruletable.cpp %%DATADIR%%/Rules/Tempesti.rule %%DATADIR%%/Rules/TreeGenerators/LifeOnTheEdge.cpp %%DATADIR%%/Rules/TreeGenerators/LifeOnTheSlope.cpp %%DATADIR%%/Rules/TreeGenerators/RuleTreeGen.cpp %%DATADIR%%/Rules/TreeGenerators/RuleTreeGen.java %%DATADIR%%/Rules/TreeGenerators/RuleTreeGen.lua %%DATADIR%%/Rules/TreeGenerators/RuleTreeGen.pl %%DATADIR%%/Rules/TreeGenerators/RuleTreeGen.py %%DATADIR%%/Rules/TriTurmite_120010.rule %%DATADIR%%/Rules/TripATronMargolus_emulated.rule %%DATADIR%%/Rules/Turmite_1202822111121111812a0281282.rule %%DATADIR%%/Rules/Turmite_121181121020.rule %%DATADIR%%/Rules/Turmite_180121020081.rule %%DATADIR%%/Rules/Turmite_181181121010.rule %%DATADIR%%/Rules/WireWorld.rule %%DATADIR%%/Rules/Worm-1040512.rule %%DATADIR%%/Rules/Worm-1042015.rule %%DATADIR%%/Rules/Worm-1042020.rule %%DATADIR%%/Rules/Worm-1252121.rule %%DATADIR%%/Rules/Worm-1525115.rule %%DATADIR%%/Rules/Worm-complement.rule %%DATADIR%%/Rules/Worm-shared.rule +%%DATADIR%%/Scripts/Lua/1D.lua %%DATADIR%%/Scripts/Lua/3D.lua +%%DATADIR%%/Scripts/Lua/Margolus.lua %%DATADIR%%/Scripts/Lua/breakout.lua %%DATADIR%%/Scripts/Lua/bricklayer.lua %%DATADIR%%/Scripts/Lua/browse-patterns.lua %%DATADIR%%/Scripts/Lua/credits.lua %%DATADIR%%/Scripts/Lua/density.lua %%DATADIR%%/Scripts/Lua/draw-lines.lua %%DATADIR%%/Scripts/Lua/envelope.lua %%DATADIR%%/Scripts/Lua/flood-fill.lua %%DATADIR%%/Scripts/Lua/giffer.lua %%DATADIR%%/Scripts/Lua/goto.lua +%%DATADIR%%/Scripts/Lua/gplus/NewCA.lua %%DATADIR%%/Scripts/Lua/gplus/guns.lua %%DATADIR%%/Scripts/Lua/gplus/init.lua %%DATADIR%%/Scripts/Lua/gplus/objects.lua %%DATADIR%%/Scripts/Lua/gplus/strict.lua %%DATADIR%%/Scripts/Lua/gplus/text.lua %%DATADIR%%/Scripts/Lua/gun-demo.lua %%DATADIR%%/Scripts/Lua/heisenburp.lua %%DATADIR%%/Scripts/Lua/hexgrid.lua %%DATADIR%%/Scripts/Lua/invert.lua %%DATADIR%%/Scripts/Lua/life-integer-gun30.lua %%DATADIR%%/Scripts/Lua/lifeviewer.lua %%DATADIR%%/Scripts/Lua/make-torus.lua %%DATADIR%%/Scripts/Lua/metafier.lua %%DATADIR%%/Scripts/Lua/move-object.lua %%DATADIR%%/Scripts/Lua/move-selection.lua %%DATADIR%%/Scripts/Lua/oplus/images/lifeviewer.png %%DATADIR%%/Scripts/Lua/oplus/init.lua %%DATADIR%%/Scripts/Lua/oplus/init.lua~ %%DATADIR%%/Scripts/Lua/oplus/sounds/README.txt %%DATADIR%%/Scripts/Lua/oscar.lua %%DATADIR%%/Scripts/Lua/overlay-demo.lua %%DATADIR%%/Scripts/Lua/p1100-MWSS-gun.lua %%DATADIR%%/Scripts/Lua/pd-glider.lua %%DATADIR%%/Scripts/Lua/pop-plot.lua %%DATADIR%%/Scripts/Lua/shift.lua %%DATADIR%%/Scripts/Lua/slide-show.lua %%DATADIR%%/Scripts/Lua/tile-with-clip.lua %%DATADIR%%/Scripts/Lua/tile.lua +%%DATADIR%%/Scripts/Lua/toChangeState.lua %%DATADIR%%/Scripts/Lua/toLife.lua %%DATADIR%%/Scripts/Lua/toLifeHistory.lua %%DATADIR%%/Scripts/Python/Margolus/convert-MCell-string.py %%DATADIR%%/Scripts/Python/Margolus/export.py %%DATADIR%%/Scripts/Python/Margolus/import.py %%DATADIR%%/Scripts/Python/Rule-Generators/AbsoluteHexTurmite-gen.py %%DATADIR%%/Scripts/Python/Rule-Generators/AbsoluteTurmite-gen.py %%DATADIR%%/Scripts/Python/Rule-Generators/FredkinModN-gen.py %%DATADIR%%/Scripts/Python/Rule-Generators/HexTurmite-gen.py %%DATADIR%%/Scripts/Python/Rule-Generators/Langtons-Ant-gen.py %%DATADIR%%/Scripts/Python/Rule-Generators/RuleTableToTree.py %%DATADIR%%/Scripts/Python/Rule-Generators/TriTurmite-gen.py %%DATADIR%%/Scripts/Python/Rule-Generators/Turmite-gen.py %%DATADIR%%/Scripts/Python/Rule-Generators/icon-exporter.py %%DATADIR%%/Scripts/Python/Rule-Generators/icon-importer.py %%DATADIR%%/Scripts/Python/Rule-Generators/make-ruletree.py %%DATADIR%%/Scripts/Python/bricklayer.py %%DATADIR%%/Scripts/Python/density.py %%DATADIR%%/Scripts/Python/draw-lines.py %%DATADIR%%/Scripts/Python/envelope.py %%DATADIR%%/Scripts/Python/flood-fill.py %%DATADIR%%/Scripts/Python/glife/BuiltinIcons.py %%DATADIR%%/Scripts/Python/glife/BuiltinIcons.pyc %%DATADIR%%/Scripts/Python/glife/EmulateHexagonal.py %%DATADIR%%/Scripts/Python/glife/EmulateMargolus.py %%DATADIR%%/Scripts/Python/glife/EmulateOneDimensional.py %%DATADIR%%/Scripts/Python/glife/EmulateTriangular.py %%DATADIR%%/Scripts/Python/glife/ReadRuleTable.py %%DATADIR%%/Scripts/Python/glife/RuleTree.py %%DATADIR%%/Scripts/Python/glife/WriteBMP.py %%DATADIR%%/Scripts/Python/glife/WriteRuleTable.py %%DATADIR%%/Scripts/Python/glife/__init__.py %%DATADIR%%/Scripts/Python/glife/__init__.pyc %%DATADIR%%/Scripts/Python/glife/base.py %%DATADIR%%/Scripts/Python/glife/base.pyc %%DATADIR%%/Scripts/Python/glife/gun24.py %%DATADIR%%/Scripts/Python/glife/gun24.pyc %%DATADIR%%/Scripts/Python/glife/gun256.py %%DATADIR%%/Scripts/Python/glife/gun30.py %%DATADIR%%/Scripts/Python/glife/gun30.pyc %%DATADIR%%/Scripts/Python/glife/gun46.py %%DATADIR%%/Scripts/Python/glife/gun46.pyc %%DATADIR%%/Scripts/Python/glife/herschel.py %%DATADIR%%/Scripts/Python/glife/text.py %%DATADIR%%/Scripts/Python/glife/text.pyc %%DATADIR%%/Scripts/Python/goto.py %%DATADIR%%/Scripts/Python/goto_expression.py %%DATADIR%%/Scripts/Python/gun-demo.py %%DATADIR%%/Scripts/Python/heisenburp.py %%DATADIR%%/Scripts/Python/invert.py %%DATADIR%%/Scripts/Python/life-integer-gun30.py %%DATADIR%%/Scripts/Python/make-Banks-IV-constructor.py %%DATADIR%%/Scripts/Python/make-Codd-constructor.py %%DATADIR%%/Scripts/Python/make-Devore-tape.py %%DATADIR%%/Scripts/Python/make-torus.py %%DATADIR%%/Scripts/Python/metafier.py %%DATADIR%%/Scripts/Python/move-object.py %%DATADIR%%/Scripts/Python/move-selection.py %%DATADIR%%/Scripts/Python/oscar.py %%DATADIR%%/Scripts/Python/p1100-MWSS-gun.py %%DATADIR%%/Scripts/Python/pd-glider.py %%DATADIR%%/Scripts/Python/pop-plot.py %%DATADIR%%/Scripts/Python/shift.py %%DATADIR%%/Scripts/Python/slide-show.py %%DATADIR%%/Scripts/Python/tile-with-clip.py %%DATADIR%%/Scripts/Python/tile.py +