diff options
author | Will Andrews <will@FreeBSD.org> | 2000-06-30 22:44:04 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-06-30 22:44:04 +0000 |
commit | e86f3aabd14b4252313cddd0d16a1017963d1f4d (patch) | |
tree | 2812c26fa3bc3d93148cb2c8bb7a371f6522c499 /games/rtb | |
parent | deb09918d3fce467c30432a07c7f9dc97aa33ae8 (diff) | |
download | ports-e86f3aabd14b4252313cddd0d16a1017963d1f4d.tar.gz ports-e86f3aabd14b4252313cddd0d16a1017963d1f4d.zip |
Add RealTimeBattle, a programming game in which robots controlled by
programs coded in any language are fighting with each other.
PR: 19610
Submitted by: Dishanker Rajakulendren <draj@oceanfree.net>
Notes
Notes:
svn path=/head/; revision=30036
Diffstat (limited to 'games/rtb')
-rw-r--r-- | games/rtb/Makefile | 23 | ||||
-rw-r--r-- | games/rtb/distinfo | 1 | ||||
-rw-r--r-- | games/rtb/files/patch-ab | 16 | ||||
-rw-r--r-- | games/rtb/files/patch-ac | 16 | ||||
-rw-r--r-- | games/rtb/pkg-comment | 1 | ||||
-rw-r--r-- | games/rtb/pkg-descr | 10 | ||||
-rw-r--r-- | games/rtb/pkg-plist | 65 |
7 files changed, 132 insertions, 0 deletions
diff --git a/games/rtb/Makefile b/games/rtb/Makefile new file mode 100644 index 000000000000..0fc454b55af7 --- /dev/null +++ b/games/rtb/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: RealTimeBattle +# Date created: 30 June 2000 +# Whom: Dishanker Rajakulendren <draj@oceanfree.net> +# +# $FreeBSD$ +# + +PORTNAME= RealTimeBattle +PORTVERSION= 1.0.4 +CATEGORIES= games +MASTER_SITES= http://www.lysator.liu.se/realtimebattle/Download/ + +MAINTAINER= draj@oceanfree.net + +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 + +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config +USE_X_PREFIX= yes +USE_LIBTOOL= yes +CONFIGURE_ARGS= --enable-debug +CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" + +.include <bsd.port.mk> diff --git a/games/rtb/distinfo b/games/rtb/distinfo new file mode 100644 index 000000000000..39ac04e752cb --- /dev/null +++ b/games/rtb/distinfo @@ -0,0 +1 @@ +MD5 (RealTimeBattle-1.0.4.tar.gz) = 493e7599d18c5cde3cb27c54400cf7a8 diff --git a/games/rtb/files/patch-ab b/games/rtb/files/patch-ab new file mode 100644 index 000000000000..deb2150a6893 --- /dev/null +++ b/games/rtb/files/patch-ab @@ -0,0 +1,16 @@ +--- Documentation/Makefile.in.orig ++++ Documentation/Makefile.in + +287,288c287,288 +< RealTimeBattle.html RealTimeBattle.dvi RealTimeBattle.info RealTimeBattle.txt \ +< note-files note-files-html +--- +> RealTimeBattle.html RealTimeBattle.dvi RealTimeBattle.info \ +> note-files +292c292 +< RealTimeBattle.html note-files-html +--- +> RealTimeBattle.html +295,296d294 +< +< note-files-html: BUGS.html FAQ.html ChangeLog.html TODO.html CVS-Help.html diff --git a/games/rtb/files/patch-ac b/games/rtb/files/patch-ac new file mode 100644 index 000000000000..6560cbf8b7e4 --- /dev/null +++ b/games/rtb/files/patch-ac @@ -0,0 +1,16 @@ +--- Documentation/Makefile.am.orig ++++ Documentation/Makefile.am + +41,42c41,42 +< RealTimeBattle.html RealTimeBattle.dvi RealTimeBattle.info RealTimeBattle.txt \ +< note-files note-files-html +--- +> RealTimeBattle.html RealTimeBattle.dvi RealTimeBattle.info \ +> note-files +46c46 +< RealTimeBattle.html note-files-html +--- +> RealTimeBattle.html +49,50d48 +< +< note-files-html: BUGS.html FAQ.html ChangeLog.html TODO.html CVS-Help.html diff --git a/games/rtb/pkg-comment b/games/rtb/pkg-comment new file mode 100644 index 000000000000..ff4c7aa0925f --- /dev/null +++ b/games/rtb/pkg-comment @@ -0,0 +1 @@ +Robot programming game for UNIX diff --git a/games/rtb/pkg-descr b/games/rtb/pkg-descr new file mode 100644 index 000000000000..a2f2e6e9d308 --- /dev/null +++ b/games/rtb/pkg-descr @@ -0,0 +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 + +-- +Dishanker Rajakulendren <draj@oceanfree.net> diff --git a/games/rtb/pkg-plist b/games/rtb/pkg-plist new file mode 100644 index 000000000000..edd5b0b3cdeb --- /dev/null +++ b/games/rtb/pkg-plist @@ -0,0 +1,65 @@ +bin/RealTimeBattle +games/RealTimeBattle/Arenas/Circle.arena +games/RealTimeBattle/Arenas/Circles.arena +games/RealTimeBattle/Arenas/Cross.arena +games/RealTimeBattle/Arenas/Diamond.arena +games/RealTimeBattle/Arenas/Flower.arena +games/RealTimeBattle/Arenas/Forest.arena +games/RealTimeBattle/Arenas/Labyrinth.arena +games/RealTimeBattle/Arenas/Nippon.arena +games/RealTimeBattle/Arenas/Pool.arena +games/RealTimeBattle/Arenas/Rooms.arena +games/RealTimeBattle/Arenas/Square.arena +games/RealTimeBattle/Arenas/Star.arena +games/RealTimeBattle/Arenas/Triangle.arena +games/RealTimeBattle/Robots/empty.robot +games/RealTimeBattle/Robots/empty/empty.c +games/RealTimeBattle/Robots/empty/Makefile.am +games/RealTimeBattle/Robots/rotate_and_fire_signal.robot +games/RealTimeBattle/Robots/rotate_and_fire_blocking.robot +games/RealTimeBattle/Robots/rotate_and_fire_select.robot +games/RealTimeBattle/Robots/rotate_and_fire/rotate_and_fire.cc +games/RealTimeBattle/Robots/rotate_and_fire/rotate_and_fire.h +games/RealTimeBattle/Robots/rotate_and_fire/rotate_and_fire_signal.cc +games/RealTimeBattle/Robots/rotate_and_fire/rotate_and_fire_blocking.cc +games/RealTimeBattle/Robots/rotate_and_fire/rotate_and_fire_select.cc +games/RealTimeBattle/Robots/rotate_and_fire/Makefile.am +games/RealTimeBattle/Robots/seek_and_destroy.robot +games/RealTimeBattle/Robots/seek_and_destroy/seek_and_destroy.cc +games/RealTimeBattle/Robots/seek_and_destroy/Makefile.am +games/RealTimeBattle/Documentation/RealTimeBattle-1.html +games/RealTimeBattle/Documentation/RealTimeBattle-2.html +games/RealTimeBattle/Documentation/RealTimeBattle-3.html +games/RealTimeBattle/Documentation/RealTimeBattle-4.html +games/RealTimeBattle/Documentation/RealTimeBattle-5.html +games/RealTimeBattle/Documentation/RealTimeBattle-6.html +games/RealTimeBattle/Documentation/RealTimeBattle.html +games/RealTimeBattle/Documentation/next.gif +games/RealTimeBattle/Documentation/prev.gif +games/RealTimeBattle/Documentation/toc.gif +games/RealTimeBattle/Documentation/RealTimeBattle.dvi +games/RealTimeBattle/Messagetypes.h +games/RealTimeBattle/RealTimeBattle.xpm +games/RealTimeBattle/tournament.txt +games/RealTimeBattle/ABOUT-NLS +games/RealTimeBattle/BUGS +games/RealTimeBattle/FAQ +games/RealTimeBattle/TODO +games/RealTimeBattle/README +games/RealTimeBattle/INSTALL +games/RealTimeBattle/ChangeLog +games/RealTimeBattle/CVS-Help +share/locale/de/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 +@dirrm games/RealTimeBattle/Robots/empty +@dirrm games/RealTimeBattle/Robots/rotate_and_fire +@dirrm games/RealTimeBattle/Robots/seek_and_destroy +@dirrm games/RealTimeBattle/Arenas +@dirrm games/RealTimeBattle/Documentation +@dirrm games/RealTimeBattle/Robots +@dirrm games/RealTimeBattle +@dirrm games |