Index: head/games/rtb/Makefile =================================================================== --- head/games/rtb/Makefile (revision 126254) +++ head/games/rtb/Makefile (revision 126255) @@ -1,49 +1,75 @@ # New ports collection makefile for: RealTimeBattle # Date created: 30 June 2000 # Whom: Dishanker Rajakulendren # # $FreeBSD$ # PORTNAME= RealTimeBattle -PORTVERSION= 1.0.6 -PORTREVISION= 2 +PORTVERSION= 1.0.7 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - http://www.lysator.liu.se/realtimebattle/Download/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME:L} +DISTNAME= ${PORTNAME}-${PORTVERSION}-Ext MAINTAINER= ports@FreeBSD.org COMMENT= Robot programming game for UNIX -USE_BZIP2= yes +BUILD_DEPENDS= gsed:${PORTSDIR}/textproc/gsed + USE_X_PREFIX= yes -USE_GNOME= gnometarget gtk20 lthack +USE_GNOME= gnometarget gtk20 +USE_GCC= 3.4 +USE_PERL5= yes USE_GETOPT_LONG= yes -USE_GMAKE= yes -USE_LIBTOOL_VER=13 USE_REINPLACE= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ - AUTOHEADER="${TRUE}" +CONFIGURE_ARGS= --with-rtb-dir=${PREFIX}/lib/${PORTNAME} +CXXFLAGS+= -fpermissive + CPPFLAGS= -I${LOCALBASE}/include -DHAVE_DECL_GETOPT -LDFLAGS= -L${LOCALBASE}/lib +LDFLAGS= -L${LOCALBASE}/lib -lintl -post-extract: - @${REINPLACE_CMD} -E -e 's/min[[:space:]]*\(/Min(/; s/max[[:space:]]*\(/Max\(/' \ - ${WRKSRC}/include/Various.h ${WRKSRC}/src/ArenaBase.cc \ - ${WRKSRC}/src/GeometricalObjects.cc ${WRKSRC}/src/Options.cc \ - ${WRKSRC}/src/Robot.cc ${WRKSRC}/src/StartTournamentWindow.cc \ - ${WRKSRC}/src/StatisticsWindow.cc ${WRKSRC}/src/Various.cc - @${REINPLACE_CMD} -E -e 's/\(int\*\)/int\*/' ${WRKSRC}/src/ArenaRealTime.cc +post-patch: +.for file in include/Various.h src/ArenaBase.cc src/GeometricalObjects.cc \ + src/Options.cc src/Robot.cc src/StartTournamentWindow.cc \ + src/StatisticsWindow.cc src/Various.cc + @${REINPLACE_CMD} -E -e 's|min[[:space:]]*\(|Min(|g ; \ + s|max[[:space:]]*\(|Max\(|g' ${WRKSRC}/${file} +.endfor +.for file in src/ArenaRealTime.cc + @${REINPLACE_CMD} -E -e 's|\(int\*\)|int\*|g' ${WRKSRC}/${file} +.endfor +.for file in rtb-team-framework/createrobot.sh \ + rtb-team-framework/createrobotconf.sh + @${REINPLACE_CMD} -e 's| sed| gsed|g' ${WRKSRC}/${file} +.endfor +.for file in Makefile.in + @${REINPLACE_CMD} -e 's|intl Documentation||g' ${WRKSRC}/${file} +.endfor post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/RealTimeBattle.txt ${DOCSDIR} +.for file in AUTHORS ChangeLog EXTRAROBOTS.README NEWS README TODO \ + Documentation/RealTimeBattle-1.html \ + Documentation/RealTimeBattle-2.html \ + Documentation/RealTimeBattle-3.html \ + Documentation/RealTimeBattle-4.html \ + Documentation/RealTimeBattle-5.html \ + Documentation/RealTimeBattle-6.html \ + Documentation/RealTimeBattle.html \ + Documentation/next.gif Documentation/prev.gif Documentation/toc.gif \ + Documentation/next.png Documentation/prev.png Documentation/toc.png \ + Documentation/RealTimeBattle.dvi \ + Documentation/RealTimeBattle.sgml \ + Documentation/RealTimeBattle.txt \ + Documentation/RTB-Team-Framework-Tutorial.tar.gz + ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} +.endfor .endif .include Property changes on: head/games/rtb/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.20 \ No newline at end of property +1.21 \ No newline at end of property Index: head/games/rtb/distinfo =================================================================== --- head/games/rtb/distinfo (revision 126254) +++ head/games/rtb/distinfo (revision 126255) @@ -1,2 +1,2 @@ -MD5 (RealTimeBattle-1.0.6.tar.bz2) = 46ef5733dc6e65121155463bd62ea2f3 -SIZE (RealTimeBattle-1.0.6.tar.bz2) = 397439 +MD5 (RealTimeBattle-1.0.7-Ext.tar.gz) = 748316e5902add936d2855478743c456 +SIZE (RealTimeBattle-1.0.7-Ext.tar.gz) = 1238215 Property changes on: head/games/rtb/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/games/rtb/files/patch-src::Makefile.in =================================================================== --- head/games/rtb/files/patch-src::Makefile.in (revision 126254) +++ head/games/rtb/files/patch-src::Makefile.in (nonexistent) @@ -1,15 +0,0 @@ ---- src/Makefile.in.orig Sun Nov 23 03:44:31 2003 -+++ src/Makefile.in Sat Mar 13 02:46:55 2004 -@@ -123,10 +123,10 @@ - INCLUDES = $(GTK_CFLAGS) -I../include - - --realtimebattle_CFLAGS = -Wall -O2 -+realtimebattle_CFLAGS = -Wall - - --realtimebattle_CXXFLAGS = -Wall -O2 -+realtimebattle_CXXFLAGS = -Wall - - - bin_PROGRAMS = realtimebattle Property changes on: head/games/rtb/files/patch-src::Makefile.in ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/games/rtb/files/patch-Makefile.in =================================================================== --- head/games/rtb/files/patch-Makefile.in (revision 126254) +++ head/games/rtb/files/patch-Makefile.in (nonexistent) @@ -1,20 +0,0 @@ ---- Makefile.in.orig Sun Nov 23 03:44:31 2003 -+++ Makefile.in Sat Mar 13 02:50:55 2004 -@@ -120,7 +120,7 @@ - USE_NLS = @USE_NLS@ - VERSION = @VERSION@ - --SUBDIRS = intl po include src doc -+SUBDIRS = intl po include src - - realtimebattledocdir = ${prefix}/doc/RealTimeBattle - realtimebattledoc_DATA = README COPYING AUTHORS ChangeLog INSTALL NEWS TODO ABOUT-NLS -@@ -374,7 +374,7 @@ - install-exec-am: - install-exec: install-exec-recursive - --install-data-am: install-realtimebattledocDATA -+install-data-am: - install-data: install-data-recursive - - install-am: all-am Property changes on: head/games/rtb/files/patch-Makefile.in ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/games/rtb/files/patch-po::Makefile.in.in =================================================================== --- head/games/rtb/files/patch-po::Makefile.in.in (revision 126254) +++ head/games/rtb/files/patch-po::Makefile.in.in (nonexistent) @@ -1,11 +0,0 @@ ---- po/Makefile.in.in.orig Sat Apr 26 00:02:45 2003 -+++ po/Makefile.in.in Sun Mar 14 10:29:29 2004 -@@ -29,7 +29,7 @@ - INSTALL = @INSTALL@ - INSTALL_DATA = @INSTALL_DATA@ - MKINSTALLDIRS = @MKINSTALLDIRS@ --mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac` -+mkinstalldirs = $(SHELL) $(MKINSTALLDIRS) - - CC = @CC@ - GMSGFMT = @GMSGFMT@ Property changes on: head/games/rtb/files/patch-po::Makefile.in.in ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/games/rtb/files/patch-rtb-team-framework::io::unixinstreambuf.cpp =================================================================== --- head/games/rtb/files/patch-rtb-team-framework::io::unixinstreambuf.cpp (nonexistent) +++ head/games/rtb/files/patch-rtb-team-framework::io::unixinstreambuf.cpp (revision 126255) @@ -0,0 +1,10 @@ +--- rtb-team-framework/io/unixinstreambuf.cpp.orig Wed Nov 3 05:09:04 2004 ++++ rtb-team-framework/io/unixinstreambuf.cpp Fri Dec 17 01:33:22 2004 +@@ -29,6 +29,7 @@ + #include "../exceptions/keynotfoundexception.h" + #include "../exceptions/confignotloadedexception.h" + #include ++#include + + /** + * Namespace Property changes on: head/games/rtb/files/patch-rtb-team-framework::io::unixinstreambuf.cpp ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/games/rtb/files/patch-rtb-team-framework::io::unixoutstreambuf.cpp =================================================================== --- head/games/rtb/files/patch-rtb-team-framework::io::unixoutstreambuf.cpp (nonexistent) +++ head/games/rtb/files/patch-rtb-team-framework::io::unixoutstreambuf.cpp (revision 126255) @@ -0,0 +1,10 @@ +--- rtb-team-framework/io/unixoutstreambuf.cpp.orig Wed Nov 3 05:09:04 2004 ++++ rtb-team-framework/io/unixoutstreambuf.cpp Fri Dec 17 01:34:44 2004 +@@ -26,6 +26,7 @@ + + #include "unixoutstreambuf.h" + #include ++#include + + /** + * Namespace Property changes on: head/games/rtb/files/patch-rtb-team-framework::io::unixoutstreambuf.cpp ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/games/rtb/files/patch-src::String.cc =================================================================== --- head/games/rtb/files/patch-src::String.cc (revision 126254) +++ head/games/rtb/files/patch-src::String.cc (revision 126255) @@ -1,10 +1,19 @@ ---- src/String.cc.orig Thu Sep 18 02:51:37 2003 -+++ src/String.cc Sat Mar 13 02:12:19 2004 -@@ -25,6 +25,7 @@ +--- src/String.cc.orig Fri Nov 12 22:04:38 2004 ++++ src/String.cc Tue Jan 11 02:28:46 2005 +@@ -21,12 +21,13 @@ + #include + #endif + +-#include ++#include #include //#include #include -+#include - #include - #include +-#include +-#include ++#include ++#include ++#include + + using namespace std; Property changes on: head/games/rtb/files/patch-src::String.cc ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/games/rtb/pkg-descr =================================================================== --- head/games/rtb/pkg-descr (revision 126254) +++ head/games/rtb/pkg-descr (revision 126255) @@ -1,10 +1,10 @@ RealTimeBattle is a programming game for Unix-like systems, in which robots controlled by programs coded in any language are fighting with each other. The general intend is to destroy the enemies, by using the radar to locate them and firing them to oblivion with the cannon. Great tool for learning how to code in C/C++ or other languages. -WWW: http://www.lysator.liu.se/realtimebattle/ +WWW: http://realtimebattle.sourceforge.net/ -- Dishanker Rajakulendren Property changes on: head/games/rtb/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/games/rtb/pkg-plist =================================================================== --- head/games/rtb/pkg-plist (revision 126254) +++ head/games/rtb/pkg-plist (revision 126255) @@ -1,43 +1,139 @@ bin/realtimebattle -include/RealTimeBattle/ArenaBase.h -include/RealTimeBattle/ArenaController.h -include/RealTimeBattle/ArenaRealTime.h -include/RealTimeBattle/ArenaReplay.h -include/RealTimeBattle/ArenaWindow.h -include/RealTimeBattle/ControlWindow.h -include/RealTimeBattle/Dialog.h -include/RealTimeBattle/Extras.h -include/RealTimeBattle/GeometricalObjects.h -include/RealTimeBattle/Gui.h -include/RealTimeBattle/IntlDefs.h -include/RealTimeBattle/List.h -include/RealTimeBattle/MessageWindow.h include/RealTimeBattle/Messagetypes.h -include/RealTimeBattle/MovingObject.h -include/RealTimeBattle/Options.h -include/RealTimeBattle/OptionsWindow.h -include/RealTimeBattle/Robot.h -include/RealTimeBattle/ScoreWindow.h -include/RealTimeBattle/Shape.h -include/RealTimeBattle/Shot.h -include/RealTimeBattle/StartTournamentWindow.h -include/RealTimeBattle/StatisticsWindow.h -include/RealTimeBattle/String.h -include/RealTimeBattle/Structs.h -include/RealTimeBattle/Timer.h -include/RealTimeBattle/Various.h -include/RealTimeBattle/Vector2D.h -include/RealTimeBattle/Wall.h -include/RealTimeBattle/fdstream.h +lib/RealTimeBattle/Arenas/Circle.arena +lib/RealTimeBattle/Arenas/Circles.arena +lib/RealTimeBattle/Arenas/Cross.arena +lib/RealTimeBattle/Arenas/Diamond.arena +lib/RealTimeBattle/Arenas/Flower.arena +lib/RealTimeBattle/Arenas/Forest.arena +lib/RealTimeBattle/Arenas/Labyrinth.arena +lib/RealTimeBattle/Arenas/Maze.arena +lib/RealTimeBattle/Arenas/MrFriendly.arena +lib/RealTimeBattle/Arenas/Nippon.arena +lib/RealTimeBattle/Arenas/PPconquest.arena +lib/RealTimeBattle/Arenas/Pool.arena +lib/RealTimeBattle/Arenas/Propeller.arena +lib/RealTimeBattle/Arenas/Rooms.arena +lib/RealTimeBattle/Arenas/Square.arena +lib/RealTimeBattle/Arenas/Star.arena +lib/RealTimeBattle/Arenas/Triangle.arena +lib/RealTimeBattle/Arenas/my_Star.arena +lib/RealTimeBattle/Arenas/my_Star2.arena +lib/RealTimeBattle/RealTimeBattle.xpm +lib/RealTimeBattle/Robots/Brotfrucht-Robot1-TeamOne.robot +lib/RealTimeBattle/Robots/Brotfrucht-Robot1-TeamTwo.robot +lib/RealTimeBattle/Robots/Brotfrucht-Robot2-TeamOne.robot +lib/RealTimeBattle/Robots/Brotfrucht-Robot2-TeamTwo.robot +lib/RealTimeBattle/Robots/Brotfrucht-Robot3-TeamOne.robot +lib/RealTimeBattle/Robots/Brotfrucht-Robot3-TeamTwo.robot +lib/RealTimeBattle/Robots/Brotfrucht-Robot4-TeamOne.robot +lib/RealTimeBattle/Robots/Brotfrucht-Robot4-TeamTwo.robot +lib/RealTimeBattle/Robots/Brotfrucht-Robot5-TeamOne.robot +lib/RealTimeBattle/Robots/Brotfrucht-Robot5-TeamTwo.robot +lib/RealTimeBattle/Robots/empty/Makefile.am +lib/RealTimeBattle/Robots/empty/empty.c +lib/RealTimeBattle/Robots/empty-Robot1-TeamThree.robot +lib/RealTimeBattle/Robots/empty-Robot2-TeamThree.robot +lib/RealTimeBattle/Robots/empty-Robot3-TeamThree.robot +lib/RealTimeBattle/Robots/empty-Robot4-TeamThree.robot +lib/RealTimeBattle/Robots/empty-Robot5-TeamThree.robot +lib/RealTimeBattle/Robots/empty.robot +lib/RealTimeBattle/Robots/jBot/JBot.java +lib/RealTimeBattle/Robots/jBot/JBotMain.java +lib/RealTimeBattle/Robots/jBot/JBot_C.java +lib/RealTimeBattle/Robots/jBot/JBot_T.java +lib/RealTimeBattle/Robots/jBot/Makefile.am +lib/RealTimeBattle/Robots/jBot/jBot.robot.in +lib/RealTimeBattle/Robots/joypad_robot/Makefile.am +lib/RealTimeBattle/Robots/joypad_robot/README +lib/RealTimeBattle/Robots/joypad_robot/joypad_robot.c +lib/RealTimeBattle/Robots/perl/Robot.pm +lib/RealTimeBattle/Robots/perl/perl.robot.in +lib/RealTimeBattle/Robots/perl-Skeleton/perl-Skeleton.robot.in +lib/RealTimeBattle/Robots/perl-Skeleton.robot +lib/RealTimeBattle/Robots/perl.robot +lib/RealTimeBattle/Robots/rotate_and_fire/Makefile.am +lib/RealTimeBattle/Robots/rotate_and_fire/rotate_and_fire.cc +lib/RealTimeBattle/Robots/rotate_and_fire/rotate_and_fire.h +lib/RealTimeBattle/Robots/rotate_and_fire/rotate_and_fire_blocking.cc +lib/RealTimeBattle/Robots/rotate_and_fire/rotate_and_fire_select.cc +lib/RealTimeBattle/Robots/rotate_and_fire/rotate_and_fire_signal.cc +lib/RealTimeBattle/Robots/rotate_and_fire_blocking.robot +lib/RealTimeBattle/Robots/rotate_and_fire_select.robot +lib/RealTimeBattle/Robots/rotate_and_fire_signal.robot +lib/RealTimeBattle/Robots/rtb-team-framework/Brotfrucht-Robot1-TeamOne.conf +lib/RealTimeBattle/Robots/rtb-team-framework/Brotfrucht-Robot1-TeamTwo.conf +lib/RealTimeBattle/Robots/rtb-team-framework/Brotfrucht-Robot2-TeamOne.conf +lib/RealTimeBattle/Robots/rtb-team-framework/Brotfrucht-Robot2-TeamTwo.conf +lib/RealTimeBattle/Robots/rtb-team-framework/Brotfrucht-Robot3-TeamOne.conf +lib/RealTimeBattle/Robots/rtb-team-framework/Brotfrucht-Robot3-TeamTwo.conf +lib/RealTimeBattle/Robots/rtb-team-framework/Brotfrucht-Robot4-TeamOne.conf +lib/RealTimeBattle/Robots/rtb-team-framework/Brotfrucht-Robot4-TeamTwo.conf +lib/RealTimeBattle/Robots/rtb-team-framework/Brotfrucht-Robot5-TeamOne.conf +lib/RealTimeBattle/Robots/rtb-team-framework/Brotfrucht-Robot5-TeamTwo.conf +lib/RealTimeBattle/Robots/rtb-team-framework/empty-Robot1-TeamThree.conf +lib/RealTimeBattle/Robots/rtb-team-framework/empty-Robot2-TeamThree.conf +lib/RealTimeBattle/Robots/rtb-team-framework/empty-Robot3-TeamThree.conf +lib/RealTimeBattle/Robots/rtb-team-framework/empty-Robot4-TeamThree.conf +lib/RealTimeBattle/Robots/rtb-team-framework/empty-Robot5-TeamThree.conf +lib/RealTimeBattle/Robots/rtb-team-framework/rtb-team +lib/RealTimeBattle/Robots/seek_and_destroy/Makefile.am +lib/RealTimeBattle/Robots/seek_and_destroy/seek_and_destroy.cc +lib/RealTimeBattle/Robots/seek_and_destroy.robot +lib/RealTimeBattle/Robots/thomas2/Makefile.am +lib/RealTimeBattle/Robots/thomas2/thomas2.cc +lib/RealTimeBattle/Robots/thomas2.robot +lib/RealTimeBattle/Robots/xt-bot/Makefile.am +lib/RealTimeBattle/Robots/xt-bot/xt-bot-a.cpp +lib/RealTimeBattle/Robots/xt-bot/xt-bot-b.cpp +lib/RealTimeBattle/Robots/xt-bot-a.robot +lib/RealTimeBattle/Robots/xt-bot-b.robot +lib/RealTimeBattle/rtb_logo.jpg +lib/RealTimeBattle/rtblogo1024.jpg +lib/RealTimeBattle/rtblogo1600.jpg +lib/RealTimeBattle/tournament.txt +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/EXTRAROBOTS.README +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/RTB-Team-Framework-Tutorial.tar.gz +%%PORTDOCS%%%%DOCSDIR%%/RealTimeBattle-1.html +%%PORTDOCS%%%%DOCSDIR%%/RealTimeBattle-2.html +%%PORTDOCS%%%%DOCSDIR%%/RealTimeBattle-3.html +%%PORTDOCS%%%%DOCSDIR%%/RealTimeBattle-4.html +%%PORTDOCS%%%%DOCSDIR%%/RealTimeBattle-5.html +%%PORTDOCS%%%%DOCSDIR%%/RealTimeBattle-6.html +%%PORTDOCS%%%%DOCSDIR%%/RealTimeBattle.dvi +%%PORTDOCS%%%%DOCSDIR%%/RealTimeBattle.html +%%PORTDOCS%%%%DOCSDIR%%/RealTimeBattle.sgml +%%PORTDOCS%%%%DOCSDIR%%/RealTimeBattle.txt +%%PORTDOCS%%%%DOCSDIR%%/TODO +%%PORTDOCS%%%%DOCSDIR%%/next.gif +%%PORTDOCS%%%%DOCSDIR%%/next.png +%%PORTDOCS%%%%DOCSDIR%%/prev.gif +%%PORTDOCS%%%%DOCSDIR%%/prev.png +%%PORTDOCS%%%%DOCSDIR%%/toc.gif +%%PORTDOCS%%%%DOCSDIR%%/toc.png share/locale/de/LC_MESSAGES/RealTimeBattle.mo share/locale/es/LC_MESSAGES/RealTimeBattle.mo share/locale/gl/LC_MESSAGES/RealTimeBattle.mo share/locale/ja/LC_MESSAGES/RealTimeBattle.mo share/locale/pl/LC_MESSAGES/RealTimeBattle.mo share/locale/pt/LC_MESSAGES/RealTimeBattle.mo share/locale/sv/LC_MESSAGES/RealTimeBattle.mo -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/RealTimeBattle.txt %%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrm lib/RealTimeBattle/Robots/xt-bot +@dirrm lib/RealTimeBattle/Robots/thomas2 +@dirrm lib/RealTimeBattle/Robots/seek_and_destroy +@dirrm lib/RealTimeBattle/Robots/rtb-team-framework +@dirrm lib/RealTimeBattle/Robots/rotate_and_fire +@dirrm lib/RealTimeBattle/Robots/perl-Skeleton +@dirrm lib/RealTimeBattle/Robots/perl +@dirrm lib/RealTimeBattle/Robots/joypad_robot +@dirrm lib/RealTimeBattle/Robots/jBot +@dirrm lib/RealTimeBattle/Robots/empty +@dirrm lib/RealTimeBattle/Robots +@dirrm lib/RealTimeBattle/Arenas +@dirrm lib/RealTimeBattle @dirrm include/RealTimeBattle Property changes on: head/games/rtb/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property