Commit graph

5384 commits

Author SHA1 Message Date
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
Kris Kennaway
7946e868c6 BROKEN: Checksum mismatch 2004-12-11 21:00:55 +00:00
Dag-Erling Smørgrav
38437caedc Install files in share/FlightGear instead of share/fgfs-base. 2004-12-11 18:11:35 +00:00
Dag-Erling Smørgrav
5f07fe679d Connect fgfs-base. 2004-12-11 18:03:27 +00:00
Dag-Erling Smørgrav
cb9f6c8704 Scenery, textures and aircraft models for FlightGear 0.9.6. 2004-12-11 18:01:24 +00:00
Alexey Dokuchaev
72b60eb7a7 This time, fix the build on 4.X, 5.X, and 6-CURRENT.
Reported by:	kris, krion
Approved by:	fjoe (mentor, implicit)
2004-12-10 10:24:06 +00:00
Michael Nottebrock
df96b84c24 Fix plist. 2004-12-09 23:43:17 +00:00
Pav Lucistnik
e3467398da - Fix build with recent libggi on 4.x
Reported by:	krismail
2004-12-09 23:29:36 +00:00
Kirill Ponomarev
09cb71b026 Insert space in include statement
Pointed out by:	kris
2004-12-09 15:01:33 +00:00
Kirill Ponomarev
f0c072ed9a BROKEN: Does not compile on 4.x 2004-12-09 10:29:50 +00:00
Kirill Ponomarev
46fcc2166b Handle includes properly. 2004-12-09 10:28:01 +00:00
Kirill Ponomarev
c92fdf8e8d BROKEN: Does not compile on 4.x 2004-12-09 10:20:37 +00:00
Kris Kennaway
70cced77c0 Use MLINKS to install and record a symlinked manpage instead of doing it
by hand.

Submitted by:   TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
PR:             74440
2004-12-09 03:02:19 +00:00
Kris Kennaway
8335e9c5a2 Use MLINKS to install and record a symlinked manpage instead of doing it
by hand.

Submitted by:	TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
PR:		74440
2004-12-09 03:01:44 +00:00
Dejan Lesjak
99ff12c307 Fix build without imake.
Pointed out by:	dosirak via kris, while testing X.Org upgrade
2004-12-07 11:25:12 +00:00
Pav Lucistnik
34b40822ef - Update to 3.0.5
Approved by:	mph (maintainer)
2004-12-06 20:06:51 +00:00
Thierry Thomas
f68c39837d - fix plist by using libtool 1.5 [1]
- update my address
- switch from USE_MESA to USE_GL.

Reported by:	http://pointyhat.freebsd.org/errorlogs/i386-6-latest-logs/extras.html [1]
2004-12-06 17:04:31 +00:00
Jeremy Messenger
6194d31962 Update to 0.8.8, see the changelog for details: http://changelog.wesnoth.org/ 2004-12-06 09:09:43 +00:00
Kirill Ponomarev
04204759e6 Fix build on 4-stable with WITH_GTK2
PR:		ports/74730
Submitted by:	Ports Fury
2004-12-05 18:32:21 +00:00
Kirill Ponomarev
61eeb92bf8 Fix build on amd64/ia64
PR:		ports/74729
Submitted by:	Ports Fury
2004-12-05 18:31:13 +00:00
Tilman Keskinoz
e510fe8fa1 Remove empty directories 2004-12-05 11:07:20 +00:00
Tilman Keskinoz
9a0cbdefa9 Cleanup empty directories 2004-12-05 10:17:23 +00:00
Mark Linimon
fb1c009fee With portmgr hat on, reset maintainership of ports whose committer has
been inactive for more than 6 months and who has not responded to email
about his status.
2004-12-05 06:59:59 +00:00
Edwin Groothuis
4f9c609ebd Demand gcc 3.3 2004-12-05 05:04:26 +00:00
Dejan Lesjak
079e830bc6 If imake is not present at build time, configure gets confused about
location of X11 libraries and headers, so tell it where they are.

Pointed out by:	dosirak via kris, while testing X.Org upgrade
2004-12-05 00:32:06 +00:00
Dejan Lesjak
64c84995a0 Add imake as build time dependency as configure script uses it (and it is
no longer available as run dependency for X11 libraries on which this port
already depends).

Pointed out by:	dosirak via kris, while testing X.Org upgrade
2004-12-05 00:09:34 +00:00
James E. Housley
2f040af06e Allows games/tank to compile on fbsd 5/6
PR:		74681
Submitted by:	MAINTAINER
2004-12-04 19:18:43 +00:00
Kris Kennaway
a3a03e70ee BROKEN: Does not compile 2004-12-04 01:37:01 +00:00
Edwin Groothuis
2894fe3f1b From: Dejan Lesjak <dejan.lesjak@ijs.si>
To: edwin@mavetju.org
Subject: games/thevalley and upcoming xorg update

Hello,

Soon xorg ports will be upgraded to 6.8.1. As one of changes, imake is
no longer recorded as run dependency for X libraries. Since imake
depends on perl, this dependency is also gone. The port you maintain
relied on perl being there as consequence of these dependencies. Since
this is no longer so, it fails. The upgrade is being tested on dosirak
ports test cluster and the error log is here:

To solve this, explicit build time dependency to perl needs to be
specified with addition of something like this line:
USE_PERL5_BUILD=yes
to Makefile.
Thanks.

Submitted by:	Dejan Lesjak <dejan.lesjak@ijs.si>
2004-12-03 11:23:46 +00:00
Tilman Keskinoz
f65c5d4d37 Fix build on 4.x 2004-12-03 09:50:11 +00:00
Stefan Eßer
9c1d107e4a Add build dependency on perl.
Submitted by:		lesi
2004-12-02 21:03:36 +00:00
Joe Marcus Clarke
06cc1c09a6 Update to 2.8.2. 2004-12-02 17:56:22 +00:00
Christian Weisgerber
2697062239 Fix buffer overflows.
Submitted by:	Ulf Harnhammar <Ulf.Harnhammar.9485@student.uu.se>
2004-12-02 15:18:44 +00:00
Jean-Marc Zucconi
b30183952a Avoid buffer overflows.
Submitted by:	Niels Heinen <niels.heinen@ubizen.com>
2004-12-02 10:55:58 +00:00
Joe Marcus Clarke
f700ef1a25 Add the timed scores file to the plist. 2004-12-01 20:52:55 +00:00
Joe Marcus Clarke
a3696603b5 Update to 0.6.
PR:		74598
Submitted by:	Radek Kozlowski <radek@raadradd.com>
2004-12-01 20:52:14 +00:00
Tilman Keskinoz
b46c302233 Add kgeography, a geography learning game. 2004-12-01 18:52:41 +00:00
Kevin Lo
0c3ceb2db2 Update to 0.1.4
PR: ports/74555
Submitted by: MAINTAINER
2004-12-01 02:52:29 +00:00
Michael Johnson
937a870545 Update to 6.4 2004-11-30 09:34:57 +00:00
Kris Kennaway
ade43579e3 BROKEN: Missing dependency 2004-11-30 00:29:03 +00:00
Volker Stolz
03ad7949a1 Fix missing BUILD_DEPENDS on tree-widget I didn't catch last time
PR:		ports/74451
Submitted by:	mainainter
2004-11-29 10:51:44 +00:00
Mark Linimon
178133b6fe As previously announced, remove games/quakeserver. It used an unregistered
UID, and in addition the original distfiles were no longer available.
2004-11-28 21:15:12 +00:00
Pav Lucistnik
4a480b4545 - Update to 0.30
PR:		ports/74356
Submitted by:	Travis Poppe <tlp@LiquidX.org> (maintainer)
2004-11-28 01:17:22 +00:00
Tilman Keskinoz
ca3fb51c72 Fix Build by defining QTDIR
Reported by:	pointyhat
2004-11-27 14:53:00 +00:00
Edwin Groothuis
4e9e93f4fa Maintainer Update: games/ninix-aya to 3.2.4
Maintainer Update: games/ninix-aya to 3.2.4

PR:		ports/74323
Submitted by:	UMENO Takashi <umeno@rr.iij4u.or.jp>
2004-11-27 05:48:27 +00:00
Kirill Ponomarev
2d186650af Fix build
PR:		ports/74424
Submitted by:	Ports Fury
2004-11-26 21:01:30 +00:00
Pav Lucistnik
8053a56b83 - Update to 1.0.0
PR:		ports/73748
Submitted by:	Nicholas Kirby <nirbokirbinov@gmail.com>
Approved by:	can't remember if I got approval from maintainer or not
2004-11-26 14:46:01 +00:00
Kris Kennaway
de0d75b1e2 BROKEN: Broken pkg-plist 2004-11-26 00:46:02 +00:00
Kris Kennaway
7ed422e95c Add missing libtool droppings 2004-11-26 00:30:41 +00:00
Kris Kennaway
9e78f4c215 BROKEN: Broken pkg-plist 2004-11-26 00:03:34 +00:00
Herve Quiroz
b91ac24c97 - Update to 5.7.9
- Use the new features from java/javavmwrapper
2004-11-25 16:33:05 +00:00
Kris Kennaway
a7e85a1c57 Add missing directories 2004-11-24 21:47:33 +00:00
Pav Lucistnik
dd63522b7c - Update to 1.6.3 2004-11-24 09:43:54 +00:00
Alexey Dokuchaev
f66f23a588 Update to version 0.177.
Approved by:	fjoe (mentor, implicit)
2004-11-24 03:30:17 +00:00
Jeremy Messenger
e68c049cb7 Use new GCONF_SCHEMAS.
Approved by:	kwm and marcus
2004-11-24 00:14:56 +00:00
Kris Kennaway
51ad1f4bdd BROKEN on ia64 and sparc64: Does not build 2004-11-23 22:51:18 +00:00
Jeremy Messenger
bdb974fb79 Use new GCONF_SCHEMAS.
Approved by:	pav
2004-11-23 19:33:08 +00:00
Koop Mast
db78fcaf26 Change the not yet changed maintainer fields to my FreeBSD.org account.
Approved by:	pav (mentor)
2004-11-23 08:51:28 +00:00
Jeremy Messenger
d7fcc8234e Use new INSTALLS_OMF.
Approved by:	bland, kwm, marcus and pav
2004-11-23 02:23:08 +00:00
Volker Stolz
fbb1d939af - update to 2.0b5
- install info
- utilize OPTIONS to choose chess engine
- change WWW in pkg-descr
- assign maintainership to submitter

PR:		ports/74029
Submitted by:	Dryice Liu
2004-11-22 15:26:27 +00:00
Kirill Ponomarev
64b08eb7ce Update to 1.7
Assign maintainership to submitter.

PR:		ports/74221
Submitted by:	Frank J. Laszlo <laszlof@vonostingroup.com>
2004-11-22 15:04:16 +00:00
Edwin Groothuis
2f1a8b0116 Don't use enigma's zipios++ and lua4 but the one from the FreeBSD
ports collection.
2004-11-22 00:42:41 +00:00
Edwin Groothuis
aed4714254 Upgrade to version 0.90beta of this game. 2004-11-21 10:40:00 +00:00
Kirill Ponomarev
c838025253 Fix build on 5/6.x
Assign maintainership to submitter.

PR:		ports/74162
Submitted by:	Erik Greenwald <erik@smluc.org>
2004-11-20 16:18:17 +00:00
Kris Kennaway
41fb90489c BROKEN on !i386: Does not compile 2004-11-18 22:03:09 +00:00
Kirill Ponomarev
8348b9bacd Fix build
PR:		ports/74081
Submitted by:	Ports Fury
2004-11-18 20:37:44 +00:00
Kirill Ponomarev
96544da5d4 Update to version 3.1.5
PR:		ports/74080
Submitted by:	Ports Fury
2004-11-18 20:27:40 +00:00
Kris Kennaway
f68497b9bf BROKEN on ia64 and sparc64: Does not compile 2004-11-18 08:33:08 +00:00
Kris Kennaway
be800c9c95 BROKEN on !i386: Does not compile 2004-11-18 08:28:30 +00:00
Kris Kennaway
cb4bcb2e3c BROKEN: Does not build with new version of windowmaker 2004-11-18 08:05:42 +00:00
Kirill Ponomarev
d8b8674b2f Update to version 0.5
PR:		ports/73905
Submitted by:	Ports Fury
2004-11-17 17:42:38 +00:00
Kirill Ponomarev
a2e2fc7f39 Update to version 0.3.4
PR:		ports/73903
Submitted by:	Ports Fury
2004-11-17 17:41:10 +00:00
Norikatsu Shigemura
f1faac256a Update Maria-sama ga Miteru to 2.20.
HOSOKAWA Kanako.

References:	http://home.jp.freebsd.org/cgi-bin/showmail/ports-jp/15220
Submitted by:	UMENO Takashi <umeno@rr.iij4u.or.jp>
Approved by:	Shinya Esu <esu@yk.rim.or.jp> (maintainer)
2004-11-16 23:41:24 +00:00
Tilman Keskinoz
a7ee613ffd Fix build. Depend on qmake
Reported by:	pointyhat
2004-11-16 12:16:28 +00:00
Kirill Ponomarev
b987981285 Bump PORTEPOCH, since PORTVERSION was decreased by previous commit. 2004-11-16 09:43:51 +00:00
Pav Lucistnik
cf3519b6b6 Add powwow, another MUD client.
Submitted by:	Juraj Lutter <otis@wilbury.sk>
2004-11-15 21:48:51 +00:00
Alexey Dokuchaev
6761ea0a1a Update and convert to use `games/mvdsv' as master port.
Approved by:	fjoe (mentor, implicit)
2004-11-15 11:45:36 +00:00
Alexey Dokuchaev
3190e0620b Update to 0.176, latest stable version.
Approved by:	fjoe (mentor, implicit)
2004-11-15 11:41:43 +00:00
FUJISHIMA Satsuki
a787f0b075 farewell to libxpg4. 2004-11-15 05:19:30 +00:00
Pav Lucistnik
0c91e4863f - Update maintainer's email address
PR:		ports/73939
Submitted by:	Yonatan <onatan@gmail.com> (maintainer)
2004-11-14 22:26:11 +00:00
Pav Lucistnik
0fa3851c92 - Update to 1.15.1
PR:		ports/73390
Submitted by:	Heiner Eichmann <h.eichmann@gmx.de>
Approved by:	Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> (maintainer)
2004-11-14 16:57:05 +00:00
Kirill Ponomarev
dce3c88387 Update to version 0.5.2
PR:		ports/73906
Submitted by:	Ports Fury
2004-11-14 09:08:36 +00:00
Kris Kennaway
1038feefa0 Add missing file 2004-11-13 04:20:48 +00:00
Tilman Keskinoz
20222b5ca7 Add qnetwalk, QT version of the netwalk game 2004-11-12 12:02:57 +00:00
Michael Nottebrock
29924df852 More pthread-check fixes. 2004-11-11 23:22:25 +00:00
Tilman Keskinoz
153f063e0a tetrinet.org has changed the protocol slightly, making GTetrinet unusable
with the most popular tetrinet server out there. Loren Abrams has created
a patch  which adds minimal support for the protocol additions.

PR:		73787
Submitted by:	Miguel Mendez <flynn@energyhq.es.eu.org>
2004-11-10 20:38:49 +00:00
Volker Stolz
5a4a7ccf23 Update to 1.15.3
Sound and music support is still very poor.

PR:		ports/73432
Submitted by:	maintainer
2004-11-10 16:00:00 +00:00
Sergey A. Osokin
07d7b4cd7f Utilize DATADIR macro.
Respect CC and CFLAGS.
Use LOCALBASE for compile-time and PREFIX for install-time
instead of hard-coded '/usr/local'.
Bump PORTREVISION.

Approved by:	Travis Poppe <tlp at LiquidX dot org> (maintainer)
2004-11-10 08:42:25 +00:00
Jeremy Messenger
817db233c8 Bump 29 ports that use GCONF_SCHEMAS. Somehow, the diff of GNOME 2.8.x has
lost the small part. The small part was GCONF_SCHEMAS in bsd.gnome.mk that is
taking care of gconf key and schemas files for pkg-plist. Pav has committed by
re-add GCONF_SCHEMAS back in bsd.gnome.mk this afternoon. Therefore, must bump
PORTREVISION to correct our pkg-plist database installed.
2004-11-10 03:19:15 +00:00
Pete Fritchman
9a7654c96d WWW: has moved to www.xscorch.org. 2004-11-08 01:07:11 +00:00
Michael Nottebrock
14a1da27f4 Update to KDE 3.3.1 2004-11-08 00:34:12 +00:00
Joe Marcus Clarke
75a8b3199e Add gnomegames2-extra-data. 2004-11-07 23:03:44 +00:00
Joe Marcus Clarke
46a4d69571 Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
2004-11-07 22:37:47 +00:00
Joe Marcus Clarke
58406bee89 Presenting GNOME 2.8 for FreeBSD (2.8.1 to be exact).
This release notes detailing all of the new goodies in GNOME 2.8 can
be found at http://www.gnome.org/start/2.8/notes/, and the list of what
was fixed in GNOME 2.8.1 can be found at
http://lists.gnome.org/archives/gnome-announce-list/2004-October/msg00056.html.

This release, as well as all of our others, would not have been possible
without the great efforts of our FreeBSD GNOME Team.  The list of
current members can be found at http://www.freebsd.org/gnome/contact.html
(including our newest member, Michael Johnson <ahze@FreeBSD.org>).

Special thanks also goes out to all of the loyal FreeBSD GNOME users that
put up with crashes and hangs to test and debug GNOME on FreeBSD.  We would
especially like to thank those users that provided patches for GNOME 2.7 and
2.8:

Franz Klammer <klammer@webonaut.com>
Piotr Smyrak <piotr.smyrak@heron.pl>
Radek Kozlowski <radek@raadradd.com>
Khairil Yusof <kaeru@pd.jaring.my>
Yasuda Keisuke <kysd@po.harenet.ne.jp>
Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Vladimir Grebenschikov <vova@fbsd.ru>

GNOME 2.8 also features a new, FreeBSD-specific splashscreen that
was designed by jimmac for GNOME 2.8, then daemonized by
Franz Klammer <klammer@webonaut.com> and Radek Kozlowski
<radek@raadradd.com>.

As with GNOME 2.6, you cannot just "portupgrade" to GNOME 2.8.  There is
a script provided at http://www.marcuscom.com/downloads/gnome_upgrade28.sh
that will aid in the upgrade process.  Full documentation on the GNOME 2.8
upgrade is coming following this commit.

From all of us at FreeBSD GNOME, ENJOY!
2004-11-07 22:24:32 +00:00
Dima Dorfman
5c96cea79d Unbreak by making a local copy of the distfiles. ftp.cis.uab.edu no
longer carries them although it looks like it might have equivalents
in a different format. Keep using these until someone updates the port
to use the new ones.
2004-11-07 10:52:14 +00:00
Mark Linimon
4d90af4026 Maintainer no longer has time to work on this port. 2004-11-07 04:23:40 +00:00
Pav Lucistnik
72d9a247cf - Update to 1.0.0
PR:		ports/73460
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2004-11-05 19:23:35 +00:00
Thierry Thomas
e79b90d3bd Upgrade to 1.14.2.
Since I'm there, fix CONFLICTS and use DATADIR.

PR:		ports/73312
Submitted by:	maintainer.
2004-11-03 21:41:36 +00:00
Pav Lucistnik
ec7bc2ffe2 - Fix runtime error
[SDL Init] Not a HASH reference at /usr/local/bin/frozen-bubble.pl line 322.

PR:		ports/67355, ports/73371
Submitted by:	Jaap Boender <jaapb@kerguelen.org>,
		Nicholas Kirby <nirbokirbinov@gmail.com>
2004-11-02 23:14:17 +00:00
Pav Lucistnik
20c1dd3cdb - Update to 0.1.3.1
PR:		ports/73382
Submitted by:	UMENO Takashi <umeno@rr.iij4u.or.jp> (maintainer)
2004-11-02 22:57:42 +00:00
Pav Lucistnik
812bdd2597 - Fix runtime on 5.3 systems.
Explicit -lc after -pthread seems to break libpthread, the game cores
  on startup. Avoid this by not explicitly linking -lc.

  I'm not sure why this is happening.

PR:		ports/73398 (with modification)
Submitted by:	Travis Poppe <tlp@LiquidX.org> (maintainer)
2004-11-02 20:43:22 +00:00
Jeremy Messenger
e234ed1965 - Update to 0.8.7.
- Add an offical url of distfiles in case when sourceforge.net is down or
  having the problem with mirror.
- Remove SDL_ttf dependency, they imported SDL_ttf into this tarball. They
  said that they fixed memory corruption errors on font rendering in their
  imported SDL_ttf. I guess, I will let Wesnoth to use own SDL_ttf for now.
2004-11-02 06:34:03 +00:00
Kirill Ponomarev
5cb3f7a950 Fix build on 4.x
PR:		ports/73348
Submitted by:	Ports Fury
No cookies for:	osa
2004-11-01 18:12:38 +00:00
Peter Pentchev
641e9357ef A long-overdue dequoting of COMMENT. D'oh, I thought I'd done this,
like, MONTHS ago!

Submitted by:	Brian Poole <raj@cerias.purdue.edu>
2004-11-01 17:09:55 +00:00
Sergey A. Osokin
cf2719f7ff Update to 3.1.4. 2004-11-01 13:50:43 +00:00
Norikatsu Shigemura
25473012d6 o Update to 1.2.1.
o Change MASTER_SITES/WWW to new www site.

PR:		ports-jp/15149
Submitted by:	UMENO Takashi <umeno@rr.iij4u.or.jp>
Approved by:	Shinya Esu <esu@yk.rim.or.jp> (maintainer)
2004-10-31 13:03:11 +00:00
Michael Johnson
f80dbb5cf7 update to 6.3 rc3
Approved by:	adamw (mentor and gnome hat)
2004-10-31 12:48:02 +00:00
Michael Johnson
b0823ae396 Change email to new FreeBSD.org address
Approved by:adamw (mentor)
2004-10-29 22:24:47 +00:00
Pav Lucistnik
f5bf8a1a6b - Update to 1.8.3
PR:		ports/73246
Submitted by:	Igor Pokrovsky <ip@doom.homeunix.org> (maintainer)
2004-10-28 21:55:45 +00:00
Kris Kennaway
b9fd5dfdcf Now builds on FreeBSD 5.x. 2004-10-28 21:08:42 +00:00
Kris Kennaway
33a8074e2a Now builds on FreeBSD >= 5.x. 2004-10-28 21:06:11 +00:00
Pav Lucistnik
b41537ea0d - Update to 1.3
PR:		ports/73212
Submitted by:	Jan Stocker <jan.stocker@t-online.de> (maintainer)
2004-10-27 23:57:26 +00:00
Herve Quiroz
7ebf045ca3 - Update to 5.7.8
- Install launcher script directly in ${PREFIX}/bin [1]
- Launcher script renamed (pcgen.sh -> pcgen) [1]

Suggested by:	glewis [1]
2004-10-27 14:03:26 +00:00
Kirill Ponomarev
e0aec28ab0 Update to version 1.0
PR:		ports/72819
Submitted by:	Ports Fury
2004-10-26 17:59:25 +00:00
Kirill Ponomarev
5e42ae8af7 Update to version 0.2.2
PR:		ports/73076
Submitted by:	Ports Fury
2004-10-26 17:50:46 +00:00
Pav Lucistnik
1da7b5e1a9 - Update to 3.2.3
PR:		ports/73084
Submitted by:	UMENO Takashi <umeno@rr.iij4u.or.jp> (maintainer)
2004-10-25 22:01:25 +00:00
Edwin Groothuis
002f2151d0 From: Robin Elfrink <elfrink@introcom.nl>
To: 'Edwin Groothuis' <edwin@freebsd.org>

You may change the entry 'elfrink@introcom.nl' into
'elfrink@introweb.nl' because of logistical reasons.
2004-10-25 13:52:40 +00:00
Mark Linimon
e22c87c0b5 As previously announced, remove games/utserver-asu (checksum failure). 2004-10-23 06:26:52 +00:00
Mark Linimon
4a8cdae1c5 As previously announced, remove hlserver-pvk, hlserver-snow,
hlserver-trainhunters, and hlserver-svencoop.  The current version
of -pvk and -trainhunters was no longer available anywhere; the
other two did not work.
2004-10-23 06:18:22 +00:00
Mark Linimon
72e592df96 Removed for legal reasons. 2004-10-23 05:56:45 +00:00
Mark Linimon
88f6e1ee62 As previously announced, remove crafty-open-small (fails to fetch). 2004-10-23 05:49:11 +00:00
Mark Linimon
687dbdf1f1 Mark as BROKEN: does not fetch. 2004-10-23 05:44:45 +00:00
Herve Quiroz
4b0f477813 Update to version 5.7.7 2004-10-23 02:00:17 +00:00
Edwin Groothuis
9ec7e3fd64 Add WWW to pkg-descr 2004-10-22 01:18:55 +00:00
Michael Nottebrock
f3b0d98ca7 Add bastet, an ncurses Tetris clone which is harder than every other Tetris.
Bastet stands for "bastard tetris" and uses a special algorithm designed to
choose the worst brick possible.
2004-10-21 18:57:58 +00:00
Joe Marcus Clarke
f7b9ecb763 Update the COMMENT and pkg-descr.
PR:		72854
Submitted by:	Michael Johnson <ahze@ahze.net>
2004-10-19 03:56:42 +00:00
Pav Lucistnik
9c596717a1 Add KOTH (King of the Hill), a multiplayer tank artillery game similar to
Scorched Earth that uses libggi.

PR:		ports/72725
Submitted by:	Travis Poppe <tlp@LiquidX.org>
2004-10-16 18:46:41 +00:00
Alexander Nedotsukov
1e3cf0fa0a Fix C++ to avoid broken build on 5.x after gnome-- fix. 2004-10-16 16:04:24 +00:00
Pav Lucistnik
9ecfab52b8 Tsito plays XiangQi (Chinese Chess) against the user or it referees two
players. It can be used on the console (or an xterm) or can communicate through
pipes to a GUI frontend. If used in a console it uses ASCII characters to
display the board on the screen.

PR:		ports/72705
Submitted by:	Kuang-che Wu <kcwu@csie.org>
2004-10-15 23:49:06 +00:00
Dirk Meyer
3af2069618 - chase libversion of lesstif 2004-10-15 19:19:31 +00:00
Dag-Erling Smørgrav
fae9dc10c3 Belatedly add bin/nwn.
Reminded by:	alexander <arundel@h3c.de>
2004-10-15 18:15:12 +00:00
Dag-Erling Smørgrav
cdc8aff4a3 Use ${LINUXBASE} instead of hardcoding /compat/linux. 2004-10-15 18:13:40 +00:00
Joe Marcus Clarke
5289b86d40 Remove lthack, and add intlhack to fix the build on 4.X.
Reported by:	pointyhat via kris
2004-10-15 17:27:01 +00:00
Edwin Groothuis
e1580034a3 games/adom: maintainer e-mail change
Old address is no longer available, even domain is dead by
	now.

PR:		ports/72683
Submitted by:	"Oleg V. Volkov" <sr-13@mail.ru>
2004-10-14 12:55:12 +00:00
Pav Lucistnik
2386edf34e - Update to 8.2.2
PR:		ports/72602
Submitted by:	UMENO Takashi <umeno@rr.iij4u.or.jp> (maintainer)
2004-10-13 09:02:27 +00:00
Tilman Keskinoz
eaa7b1f384 Drop maintainership 2004-10-13 08:38:44 +00:00
Kirill Ponomarev
a6133d9fae Drop maintainership to ports@FreeBSD.org
PR:		ports/71721
Submitted by:	Radim Kolar <hsn@netmag.cz>
2004-10-12 13:23:48 +00:00
Kirill Ponomarev
a91a2175a6 Add freebooters 0.2.1,
The Caribbean Sea in the late 16th century: The Dutch, French,
English and Spanish crown aim to expand their areas of influence.
You as an auspiscious young captain are trying to make the best of
it, as you may either become a brave merchant soul, a freebooting
hero of your crown or a bloodlusty dreaded pirate leader.

Freebooters will hopefully become a free clone of the Sid Meier
classic Pirates!. It's written in C++ using SDL and licensed under
the GNU General Public License.

PR:		ports/72189
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu>
2004-10-12 13:16:51 +00:00
Alexey Dokuchaev
f25bb89afb Update to version 2.6.
PR:		ports/71140
Submitted by:	myself
Approved by:	maintainer (timeout after >40 days)
2004-10-12 12:16:42 +00:00
Kirill Ponomarev
7fdc0c1619 Update to version 0.98a
PR:		ports/72320
Submitted by:	Ports Fury
2004-10-12 10:33:35 +00:00
Kirill Ponomarev
3006daa235 Update to version 1.8.2
PR:		ports/72319
Submitted by:	Ports Fury
2004-10-12 10:31:11 +00:00
Joe Marcus Clarke
892ce4d2b5 Update to 6.3.r2 (6.3 Release Candidate 2).
PR:		72552
Submitted by:	Michael Johnson <ahze@ahze.net>
2004-10-12 06:42:54 +00:00
Edwin Groothuis
fdc3869dba wget dependency in games/xqf
games/xqf is using wget to get server info.

PR:		ports/71834
Submitted by:	No Name <arundel@h3c.de>
2004-10-12 00:20:37 +00:00
Edwin Groothuis
67794880c1 Update port: games/bzflag to 1.10.8
Update games/bzflag to the latest version.

PR:		ports/72491
Submitted by:	Charles Swiger <chuck@pkix.net> <chuck@pkix.net>
2004-10-12 00:09:21 +00:00
Edwin Groothuis
3ec31f90a3 MAINTAINER_UPDATE: games/crimson 0.4.4
Update Crimson Fields 0.4.4

PR:		ports/71914
Submitted by:	Jan Stocker <Jan.Stocker@t-online.de>
2004-10-12 00:03:28 +00:00
Edwin Groothuis
53034c2c0b MAINTAINER-UPDATE: games/thudboard 1.2
Update ThudBoard to version 1.2

PR:		ports/71950
Submitted by:	Jan Stocker <jan.stocker@t-online.de>
2004-10-11 23:48:51 +00:00
Edwin Groothuis
b536cbb666 Maintainer Update: games/ninix-aya to 3.2.1
Maintainer Update: games/ninix-aya to 3.2.1
	This send-pr will supercede ports/72145.

PR:		ports/72430
Submitted by:	UMENO Takashi <umeno@rr.iij4u.or.jp>
2004-10-11 23:43:06 +00:00
Edwin Groothuis
340b218bcc Maintainer Update: games/gbottler to 0.1.2
Maintainer Update: games/gbottler to 0.1.2
	This send-pr will superced ports/71942. (update to 0.1.1)

PR:		ports/72155
Submitted by:	UMENO Takashi <umeno@rr.iij4u.or.jp>
2004-10-11 23:33:09 +00:00
Pav Lucistnik
2a16bc2632 - Update to 6.3 rc1
PR:		ports/72092
Submitted by:	Michael Johnson <ahze@ahze.net>
2004-10-11 22:53:02 +00:00
Pav Lucistnik
71d639506b - Fix segfault when saving game in adventure
PR:		ports/72165
Submitted by:	Joel Ray Holveck <joelh@piquan.org>
2004-10-11 22:52:00 +00:00
Pav Lucistnik
6c8967a9b4 - Update to 1.6.2 2004-10-11 22:50:48 +00:00
Jeremy Messenger
6f7b0b4124 -Update to 0.8.5.
-Add a new knob, WITH_CAMPAIGN (a new campaign server).
-GCC 3.4 is now required, any patch(es) to remove USE_GCC=3.4 is welcome.
-files/patch-configure was created by Ulrich Spoerlein <q@uni.de>. [1]

PR:		ports/71111 [1]
Submitted by:	Ulrich Spoerlein <q@uni.de>
2004-10-11 22:42:04 +00:00
Jeremy Messenger
e31c15dd63 Update to 1.4.0. 2004-10-11 22:41:38 +00:00
Joe Marcus Clarke
7feb6fb594 Remove a trailing blank line to make portlint a bit happier.
Approved by:	portmgr (implicit)
2004-10-11 02:41:00 +00:00
Joe Marcus Clarke
7720ae9358 * Update to 4.2.18 to fix a build problem with bind9 in the base system [1]
* Add an rc.d script and run as a separate user
* Fix MASTERDIR and pkg-descr URL

PR:		72484
		72469
Submitted by:	Daniel J. O'Connor <darius@dons.net.au> (maintainer)
Reported by:	pointyhat via kris [1]
Approved by:	portmgr (implicit)
2004-10-11 02:40:00 +00:00
Alexey Dokuchaev
b910a0ab5f Unbreak the build with recent GCC.
Reported by:	kris
Approved by:	portmgr (krion), fjoe (mentor, implicit)
2004-10-08 05:30:52 +00:00
Alexey Dokuchaev
cc2b3f217a Sanitize C++ code a bit, and unbreak with recent GCC.
Reported by:	kris
Approved by:	portmgr (krion), fjoe (mentor, implicit)
2004-10-06 05:10:30 +00:00
Alexey Dokuchaev
8656db36e4 Fix the build with recent GCC.
Reported by:	kris
Approved by:	portmgr (krion)
		fjoe (mentor, implicit)
		blackend (maintainer)
2004-10-03 13:49:13 +00:00
Kris Kennaway
8f88ef3878 Correct typo in previous commit
Submitted by:	maintainer
Approved by:	portmgr (self)
Pointy hat to:	self
2004-09-30 05:56:28 +00:00
Kris Kennaway
78efa10395 BROKEN on 5.x: Configure fails
Approved by:	portmgr (self)
2004-09-30 05:50:31 +00:00
Kris Kennaway
84e8d56ed5 Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by:	portmgr
2004-09-30 05:32:00 +00:00