1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

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>
This commit is contained in:
Will Andrews 2000-06-30 22:44:04 +00:00
parent deb09918d3
commit e86f3aabd1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30036
8 changed files with 133 additions and 0 deletions

View File

@ -125,6 +125,7 @@
SUBDIR += rocksndiamonds
SUBDIR += rollemup
SUBDIR += rt2-demo
SUBDIR += rtb
SUBDIR += rubix
SUBDIR += seabattle
SUBDIR += seahaven

23
games/rtb/Makefile Normal file
View File

@ -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>

1
games/rtb/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (RealTimeBattle-1.0.4.tar.gz) = 493e7599d18c5cde3cb27c54400cf7a8

16
games/rtb/files/patch-ab Normal file
View File

@ -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

16
games/rtb/files/patch-ac Normal file
View File

@ -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

1
games/rtb/pkg-comment Normal file
View File

@ -0,0 +1 @@
Robot programming game for UNIX

10
games/rtb/pkg-descr Normal file
View File

@ -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>

65
games/rtb/pkg-plist Normal file
View File

@ -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