1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
Commit Graph

5244 Commits

Author SHA1 Message Date
Edwin Groothuis
0b25d3a09c Update to version 0.11.5
I was working and fixing some of the bug some people reported to me. This
includes some problem which made it almost impossible to run the game in
Local Networks.. a incident in the code made it that direct connections
wasn't working and people behind a firewall could play without any
problems..

Changes:
 - Fixed: Multiplayer more as three players could not play.
   There was a bug in the automatic firewall detection.
 - Added: Show a simple information of what keys are used in
   the multiplayer screen.
 - Chagned: In Singleplayer you can select now 0 AI Players.
 - Fixed: Teamdata (as Names and Colors) will be send over the network.
 - Fixed: udp_send: bad file error fixed, in single mode we was
   still sending the quit information to all clients.
 - Fixed: Alot other strange network bugs. I.e. the rejoin part
   and that the server can leave part was not right.
2004-12-26 22:08:06 +00:00
Matthew Hunt
622b0623b0 Upgrade to:
6.30 compiler
	6.11 library
	v4 manual

PR:		ports/75213
Submitted by:	Joel Ray Holveck <joelh@piquan.org>
2004-12-26 21:02:40 +00:00
Matthew Hunt
03b9a18efb Correct plist.
Pointed out by:	kris
2004-12-26 19:26:05 +00:00
Kirill Ponomarev
26d6c3e937 Fix plist.
PR:		ports/75467
Submitted by:	Stefan Walter <sw at gegenunendlich dot de>
2004-12-26 18:27:43 +00:00
Edwin Groothuis
9106b1d585 Explicitely call create_opening_book.sh with ${SH} in ${SCRIPTDIR}
Noticed by: Joshua Tinnin <krinklyfig@spymac.com>
2004-12-26 13:26:45 +00:00
Kris Kennaway
72d50993ee Port now builds 2004-12-24 23:54:44 +00:00
Dejan Lesjak
298d3e56a2 Revert rev. 1.11 so nonexisting html manpage is not installed.
Noticed by:	kris
2004-12-24 22:20:37 +00:00
Dejan Lesjak
468f3a3745 Fix build without imake.
Pointed out by:	pointyhat via kris
2004-12-24 21:21:39 +00:00
Thomas Gellekum
411133bacc Upgrade to 0.6.7b. 2004-12-23 11:48:07 +00:00
Kirill Ponomarev
14d8295472 Bump shlib version for graphics/sdl_gfx and bump PORTREVISION for
depended ports.
2004-12-23 10:10:15 +00:00
Kirill Ponomarev
1de5928021 Update to version 1.0.0.2
PR:		ports/75397
Submitted by:	Ports Fury
2004-12-23 09:57:44 +00:00
Edwin Groothuis
4982245c32 New port games/wormux.
Almost everyone has heard of the Worms(R) series of games,
	developed by Team17.  Worms was created in 1990, the goal
	of the game consisting of a several teams of "worms" fighting
	to the death on a 2D map. Wormux is heavily influenced by
	all games in this genre, including Scorched Earth and Liero.

	Wormux is free software clone of this game concept. Though
	currently under heavy development, it is already very
	playable, with lots of weapons (Dynamite, Baseball Bat,
	Teleportation, etc.). There are also lots of maps available
	for your battling pleasure! Wormux takes the genre to the
	next level, with great customisation options leading to
	great gameplay. There is a wide selection of teams, from
	the Aliens to the Chickens. Also, new battlefields can be
	downloaded from the Internet, making strategy an important
	part of each battle.

PR:		ports/75186
Submitted by:	Anton Yudin <toha@toha.org.ua>
2004-12-23 08:00:53 +00:00
Edwin Groothuis
f15e5d07ce games/bastet does busy waiting
bastet does busy waiting because the select() call in game.c returns
	with EINVAL. The reason is that timeout does not point to the struct
	timeval in the program but to a ncurses function with the same name. I
	renamed the variable to fix it. Also the value 1000000 is not a valid
	timeout value because it would have to be encoded as 1 second and 0
	microseconds. I fixed it trivially by using 999999 for that value.

	Also I fixed a gcc warning. Anyway I think the function bast_clear has
	to be declared somewhere else.

	Should be easy to fix - temporarily I just put the diff below in my
	files/ directory of the port.

PR:		ports/75208
Submitted by:	Rudolf Polzer <freebsd-dr@durchnull.de>
2004-12-23 06:27:14 +00:00
Edwin Groothuis
0989369202 [NEW PORT] games/linux-hohlin: Remake of the classic spectrum game Head over Heels
The original Head Over Heels was released around about 1987.
	It was immediately praised in the press as being quite the
	best isometric adventure game. This version is a pretty
	darn faithful remake of the Speccy original except with a
	few spanking extra bits.

	WWW:	http://retrospec.sgn.net/games/hoh/index.html

PR:		ports/70577
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu>
2004-12-23 05:41:17 +00:00
Dejan Lesjak
4bd3843d6d Add perl as build dependency explicitly - it used to be there as
run dependency of X libraries (via depending on imake); not any more.
2004-12-23 04:58:56 +00:00
Edwin Groothuis
5127026491 Update port: games/gnuchess (new version 5.07 with optional opening
book support added)

	Update of port games/gnuchess to version 5.07.  Includes
	support for building and installing opening book (as an
	OPTION)

OPTIONs rule!

PR:		ports/74441
Submitted by:	Conrad J. Sabatier <conrads@cox.net>
2004-12-23 04:57:09 +00:00
Edwin Groothuis
77fc3b9524 New port: games/xgame A Perl script which enhances gameplay under Linux/Unix
A Perl script which enhances gameplay under Linux/Unix

	Xgame launches your game in a separate X session. This
	allows gamers to switch between their desktop and their
	game with ease. The new X session does not run a desktop
	or window manager. Furthermore, since the game is run in a
	separate X session, the resolution and color depth of the
	desktop and game may be different.

PR:		ports/73326
Submitted by:	Andreas Berg <aberg@doomnet.de>
2004-12-23 04:49:59 +00:00
Edwin Groothuis
5e56f8bd95 new port games/wanderer: Steve Shipway's wanderer
port of the ascii game - wanderer to FreeBSD.

PR:		ports/70827
Submitted by:	Marina Brown <marina@surferz.net>
2004-12-23 04:47:34 +00:00
Dejan Lesjak
1439e5071a Add perl as build dependency explicitly - it used to be there as
run dependency of X libraries, not any more.

Pointed out by:	dosirak via kris
Approved by:	maintainer timeout
2004-12-23 01:46:03 +00:00
Volker Stolz
107d930389 - Update US presidents for quiz(6) after 25 years
(gosh, and we really need yet another update I think!)
- Bump PORTREV accordingly

PR:		ports/43177
Submitted by:	Philipp Mergenthaler
Approved by:	maintainer silence
2004-12-22 14:52:50 +00:00
Edwin Groothuis
27d4d9a537 Update port: games/scorched3d-devel - INCLUDE SECURITY FIX
This is an update to the last released version of that game.
	It include a security fix that the current FreeBSD port is affected.
	(see http://marc.theaimsgroup.com/?l=bugtraq&m=108152473130133&w=2)
	Note that i did set myself as maintener after proposition from
	Nuno Teixeira <nunotex@freeshell.org> by email.

PR:		ports/67541
Submitted by:	Guy P. <guy@device.dyndns.org>
2004-12-21 23:27:27 +00:00
Joe Marcus Clarke
500f6fa457 We no longer need to take care of the assetml directory here. We're now
doing that in libassetml.

Reported by:	pointyhat via kris
2004-12-21 20:42:39 +00:00
Herve Quiroz
932d2af853 Update to 5.7.12 2004-12-21 15:55:35 +00:00
Dag-Erling Smørgrav
287a5f4d4a Fix some issues in the startup script which may affect new users. 2004-12-21 12:09:43 +00:00
Dag-Erling Smørgrav
1ad7b2d338 Fixed permissions. 2004-12-21 11:40:01 +00:00
Dag-Erling Smørgrav
e6fb5f3600 Upgrade to 1.65. A list of bugs fixed since 1.62 can be found here:
http://nwn.bioware.com/support/patchdetails164.html
http://nwn.bioware.com/support/patchdetails165.html

(there is no version 1.63)

PR:		ports/74639
Submitted by:	Sean Farley <sean-freebsd@farley.org>
2004-12-21 11:30:30 +00:00
Kirill Ponomarev
742f0ba964 Fix and sort plist. 2004-12-21 11:16:07 +00:00
Volker Stolz
982a457c50 Update to 0.8.1.45
PR:		ports/75256
Submitted by:	maintainer
2004-12-21 09:26:00 +00:00
Patrick Li
ec49e01644 Update to 1.8b
PR:		ports/71762
Submitted by:	arundel@h3c.de
2004-12-20 20:12:48 +00:00
Kris Kennaway
b70e8b7e1d This port is scheduled to be removed on 2005-02-18 if it is still
broken at that time, and a fix has not been submitted to GNATS.
2004-12-18 23:02:35 +00:00
Kris Kennaway
7d606a109b Reset bouncing maintainer address:
<verm@drunkmonk.net>: host beatrix.drunkmonk.net[206.75.218.3] said: 550 5.1.1
    <verm@drunkmonk.net>... User unknown (in reply to RCPT TO command)
2004-12-18 21:46:46 +00:00
Kirill Ponomarev
dd89cf7e4e Update to version 1.0.0
PR:		ports/75113
Submitted by:	Ports Fury
2004-12-18 18:46:04 +00:00
Pav Lucistnik
809cc8d3b9 - Update to 2.10c
PR:		ports/75203
Submitted by:	Igor Pokrovsky <ip@doom.homeunix.org> (maintainer)
2004-12-18 18:33:12 +00:00
Alexey Dokuchaev
8ed1e74326 An open source clone of the Microprose game "Transport Tycoon Deluxe". 2004-12-17 14:38:00 +00:00
Edwin Groothuis
94e59db5dd games/linux-q3ademo - libGL.so symbolic link needed
I believe a symbolic link to /compat/linux/usr/X11R6/lib/libGL.so.1
	is needed in /usr/local/share/q3ademo

	Otherwise, quake will complain that it can not find the
	libGL.so. Perhaps /compat/linux/usr/X11R6/lib/ could also
	be added to the library path, but creating a link may be a
	simplier solution.

PR:		ports/74934
Submitted by:	Yonas <yonas_@yahoo.com>
2004-12-17 08:58:05 +00:00
Norikatsu Shigemura
b9df28c6ab Update to 1.2.2.
References:	http://home.jp.freebsd.org/cgi-bin/showmail/ports-jp/15288
Submitted by:	UMENO Takashi <umeno@rr.iij4u.or.jp>
Approved by:	Shinya Esu <esu@yk.rim.or.jp> (maintainer)
2004-12-16 15:06:25 +00:00
Kris Kennaway
be3e1f7794 Clean up handling of locale directories at deinstall-time:
* Don't remove "system directories" (which were created by BSD.*.dist)
* Silently try to remove locale directories which we might have created
2004-12-16 05:49:27 +00:00
Pav Lucistnik
6d32d5e83c - Update to 1.0.2
PR:		ports/74991
Submitted by:	Rudolf Polzer <freebsd-dr@durchnull.de> (maintainer)
2004-12-15 22:57:00 +00:00
Edwin Groothuis
81f9f9ff32 Update to 2.6.8
New maintainer: Philip Reynolds <philip.reynolds@rfc-networks.ie>

PR:		ports/72029
Submitted by:	    Philip Reynolds <philip.reynolds@rfc-networks.ie>
2004-12-15 03:12:44 +00:00
Edwin Groothuis
82288be203 Looks like a project which never took off.
Removed the repocopied files.

PR:		ports/67673
Submitted by:	Przemek Laczynski <torindel@wp.pl>
2004-12-15 02:51:02 +00:00
Dejan Lesjak
eca539f5a1 Fix problems when building against X.Org 6.8.1 GL.
PR:		ports/75073
Submitted by:	maintainer
2004-12-14 23:17:28 +00:00
Edwin Groothuis
b3ef383bfc Add music files.
Bump portrevision
2004-12-14 23:10:45 +00:00
Pav Lucistnik
03b1f265cd - Update to 1.5.3
PR:		ports/75042
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be> (maintainer)
2004-12-14 22:13:57 +00:00
Edwin Groothuis
fb75588fa3 Upgrade to version 0.11.4 2004-12-14 00:05:48 +00:00
Michael Nottebrock
0083804533 Update to KDE 3.3.2 2004-12-13 20:12:15 +00:00
Jeremy Messenger
6cb331a221 Remove, it has been unmaintain for years and GNOME 1.x is dead. 2004-12-13 05:10:38 +00:00
Josef El-Rayes
839dcd21c8 Unset maintainership on ports. Multiple maintainer
timeouts.

Approved by:	portmgr
2004-12-12 14:49:37 +00:00
Dag-Erling Smørgrav
e71946e1e8 Update to 0.9.6. Note that scenery, textures and aircraft models are now
installed by a separate port, games/fgfs-base, which this one lists as a
run-time dependency.
2004-12-12 14:10:54 +00:00
Dag-Erling Smørgrav
87da17322a Move out of X11BASE. 2004-12-12 14:01:24 +00:00
Kris Kennaway
44bc610c06 BROKEN: Does not compile 2004-12-11 21:33:57 +00:00