Commit graph

4050 commits

Author SHA1 Message Date
Kirill Ponomarev
e6f93b2725 - fix pkg-plist
- remove CVS directories from pkg-plist
- bump PORTREVISION

PR:		55902
Submitted by:	maintainer
2003-08-24 18:37:43 +00:00
Joe Marcus Clarke
7eabc93e44 * Correct the info filename
* Remove a hack now included in gnomehack
* s/LIBS/LDFLAGS/
2003-08-24 01:06:44 +00:00
Kirill Ponomarev
3b49526034 - Update to version 0.3.5
PR:		55903
Submitted by:	Jan Stocker <Jan.Stocker@t-online.de> (maintainer)
2003-08-23 22:03:52 +00:00
Matthew N. Dodd
9033e25b10 Update to build 35. 2003-08-23 20:27:43 +00:00
Neil Blakey-Milner
15a19205f6 Upgrade criticalmass to 0.98, also fixing gcc 3 build problems. 2003-08-22 22:01:51 +00:00
Greg Lewis
0befbb7956 . Only #define HUNGER_STR_LEN once. 2003-08-21 21:11:13 +00:00
Greg Lewis
12e303f789 . Bump PORTREVISION for rogue save file overflow fix. 2003-08-21 20:53:33 +00:00
Greg Lewis
dd79a21bbc . Fix a potential buffer overflow in restoring rogue save files.
PR:		43886
Obtained from:	NetBSD
Pointed out by:	blackend
2003-08-21 20:24:01 +00:00
Greg Lewis
7c44898872 . Fix a spelling error in a game message.
PR:		45701
Submitted by:	Ben Rosengart <gnats@narcissus.net>
2003-08-21 20:19:26 +00:00
Daichi GOTO
c268099f5c update games/linux-nwserver: some fixes
PR:		55694
Submitted by:	Igor Pokrovsky <igor.pokrovsky@cnrm.meteo.fr>
2003-08-19 05:23:46 +00:00
Thomas Gellekum
6f6ff38eae Fix building on -current. 2003-08-18 08:54:19 +00:00
Eric Anholt
39135af102 Fix compilation with new GCC (abuse of pasting in macros).
Reported by:	bento
2003-08-18 01:06:33 +00:00
Kirill Ponomarev
c923325299 - Support USE_GETOPT_LONG
PR:		55664
Submitted by:	Ports Fury
2003-08-17 19:07:20 +00:00
Oliver Lehmann
a63a90aeb2 add xfce4-panel to RUN_DEPENDS too
Noted by:	demon
2003-08-17 08:55:21 +00:00
Oliver Lehmann
5f6f031248 take maintainership 2003-08-17 07:40:39 +00:00
Joe Marcus Clarke
bdd1c47883 Use INFO. 2003-08-17 04:14:30 +00:00
Kris Kennaway
bee4ca54bf Switch to tcl/tk 8.4, add tk84 and tcl84 virtual categories and bump
PORTREVISION.
2003-08-17 01:58:57 +00:00
Kirill Ponomarev
9cc6d1903a - Support USE_GETOPT_LONG propelry
- Utilize USE_SDL/DATADIR/INFO

PR:		55622
Submitted by:	Ports Fury
2003-08-16 16:18:29 +00:00
Tilman Keskinoz
03f958b5ec Update maintainers email address.
USE_SDL

Submitted by:	maintainer
2003-08-16 13:09:27 +00:00
Oliver Lehmann
ca82ecd052 Start using the new xfce sub-category 2003-08-16 07:03:34 +00:00
Kris Kennaway
86a80c2806 Reset bouncing maintainer address.
Submitted by:	Mark Linimon <linimon@lonesome.com>
2003-08-16 06:27:02 +00:00
Kris Kennaway
a9e4d4c309 Reset bouncing maintainer address ("User unknown") 2003-08-15 22:25:31 +00:00
Greg Lewis
1b28bf39ee . Include <time.h> instead of doing a bogus declaration of time(3). This
should get the alpha closer to compiling.

Submitted by:	bento
2003-08-15 14:28:23 +00:00
Greg Lewis
9088f0d80c . Use our own fixed width types (from <sys/types.h>) instead of assuming
the width of standard types (e.g. "long" is 32 bits).  Should help
  things work on 64-bit platforms and fix problems with prices in shops.

Obtained from:	NetBSD
2003-08-14 17:14:16 +00:00
Greg Lewis
9ee8d18ccc . Enable rogue. 2003-08-14 15:15:51 +00:00
Alexander Langer
dc7e1999f8 - Add contributed Daemon-theme
- Bump PORTREVISION

PR:		55295
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Approved by:	MAINTAINER
2003-08-14 12:09:47 +00:00
Greg Lewis
156f5a4999 . Use %%PORTDOCS%% and %%DOCSDIR%% in the packing list now that we are
installing all the documentation.
2003-08-13 16:05:07 +00:00
Greg Lewis
ffbcac99b4 . Don't declare getlogin(), pull in the prototype from unistd.h.
Obtained from:	NetBSD
2003-08-13 16:04:12 +00:00
Kirill Ponomarev
57d98c6a8c - Update MASTER_SITES and WWW: line
- Support CXX properly
- Utilize USE_SDL

PR:		55498
Submitted by:	Ports Fury
2003-08-12 17:47:16 +00:00
Greg Lewis
a01a147b38 . Don't override the CFLAGS and CC settings.
. Install with the ports infrastructure defined versions of tools, don't
  hardcode them.

Obtained from:	NetBSD (mostly)
2003-08-12 16:41:24 +00:00
Greg Lewis
0df1011bec . Install extra docs.
. Don't install man pages if NO_INSTALL_MANPAGES is set.
2003-08-12 15:19:53 +00:00
Joe Marcus Clarke
462f868cec Sign maintainership over to gnome@. Thanks for your work on these, Martin. 2003-08-12 01:32:51 +00:00
Kirill Ponomarev
c9cb59d185 - Unbreak this port
- Fix package build

PR:		55463
Submitted by:	Simon Barner <barner@in.tum.de>
2003-08-11 20:22:04 +00:00
Eivind Eklund
8f6a197d1f Resign as maintainer 2003-08-11 15:05:18 +00:00
Kris Kennaway
b98592c115 Set USE_GCC=2.95 to fix build on 5.x. Mark musicbox and icqnix as BROKEN
on 5.x machines (compile and configure failure, respectively).

PR:		52731
Submitted by:	trevor
2003-08-10 06:44:43 +00:00
Patrick Li
6ead3fe015 Update to 3.0 2003-08-10 04:51:22 +00:00
David E. O'Brien
e06435d814 Update mastersite. 2003-08-10 00:48:20 +00:00
Patrick Li
d8a7d15457 Update to 1.7b 2003-08-09 20:32:49 +00:00
Patrick Li
5bd7b8860e Update to 1.0b and bump PORTEPOCH 2003-08-09 20:31:54 +00:00
Patrick Li
b682ad09a3 Update to 2.50.56a 2003-08-09 20:30:49 +00:00
Patrick Li
07a09e3e80 Make use of cs_i386.so from halflifeserver port and update some sites. 2003-08-09 20:29:44 +00:00
Patrick Li
d549bae93a Update to 3.1.1.1.d. This resolves the security issue.
PR:		ports/55424
Submitted by:	Kang Liu <lazykang@hotmail.com>,
Notified by:	"Reza Ambler" <reza225@sbcglobal.net>
2003-08-09 20:25:41 +00:00
Alexander Leidinger
4e00dbebbe Update to 0.5.4.
Submitted by:	maintainer
2003-08-08 13:23:08 +00:00
Kris Kennaway
c1fbf9cd51 BROKEN: Does not fetch 2003-08-08 01:56:00 +00:00
Greg Lewis
05ea3425ea . Fix alignment of the experience display when you have > 1,000,000
experience.

Obtained from:	NetBSD
2003-08-07 22:42:07 +00:00
Greg Lewis
d8dd7bab7b . Some missed instances where we should be using time_t rather than long
for times.
2003-08-07 22:28:58 +00:00
Greg Lewis
8c55fa010f . Make this compile cleanly on current. Mainly we want to use time_t
for time(), not long.

Pointed out by:	Pav Lucistnik <pav@oook.cz>
2003-08-07 22:21:48 +00:00
Kris Kennaway
b68fd3eb19 BROKEN: Does not configure 2003-08-07 09:45:28 +00:00
Kirill Ponomarev
f5dc9072db Update to 0.2.3
PR:		55242
Submitted by:	Ports Fury
2003-08-07 07:56:02 +00:00
Kirill Ponomarev
3ab51f93e0 Update to 0.7.0
PR:		55241
Submitted by:	Ports Fury
2003-08-07 07:49:49 +00:00
Greg Lewis
3b5afbbdfb . Add a port of moria. For those too young to have played moria:
The game of moria is a single player dungeon simulation.  A player
may choose from a number of races and classes when creating a
character, and then `run' that character over a period of days,
weeks, even months, attempting to win the game by defeating the
Balrog which lurks in the deeper levels.

The player will begin his adventure on the town level where he may
acquire supplies, weapons, armor, and magical devices by bartering
with various shop owners. After preparing for his adventure, the
player can descend into the dungeons of moria where fantastic
adventures await his coming!

WWW: http://www-math.bgsu.edu/~grabine/moria.html
2003-08-07 04:26:34 +00:00
Kirill Ponomarev
c46584d0d9 Utilize USE_SDL 2003-08-06 20:43:52 +00:00
Kirill Ponomarev
6e30effc67 Update to 1.4.4 2003-08-06 10:49:56 +00:00
Daichi GOTO
1f05d5b572 update games/ltris: 1.0.1 -> 1.0.4
PR:		55244
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-08-05 06:07:54 +00:00
Daichi GOTO
18f52f09f9 update games/digger-vgl: 1.0 -> 20020314
PR:		55243
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-08-05 06:00:06 +00:00
Kirill Ponomarev
e721a3bf1b Unbreak on -current
Reported by:	kris via bento
Approved by:	fjoe (mentor) (implicit)
2003-08-04 14:29:26 +00:00
Kris Kennaway
138f2ad7ff Switch to MASTER_SITE_DEBIAN_POOL
PR:		ports/50572
Submitted by:	Alex Semenyaka <alexs@ratmir.ru>
2003-08-04 10:47:28 +00:00
Dirk Meyer
9a4f0bcaf2 - Fix sound initialisation problem
- new option WITHOUT_AUDIO
default now supports sound on alpha
2003-08-04 06:50:44 +00:00
Edwin Groothuis
915ef55950 Typo in pkg-descr
Submitted by:	Matthew Luckie <mjl@luckie.org.nz>
2003-08-04 00:03:59 +00:00
Maho Nakata
c2d82a9ad6 Fix build on gcc-3.3.x
Submitted by:   Simon Barner <barner@in.tum.de>
2003-08-02 02:36:11 +00:00
Oliver Lehmann
ce0413c876 bumped PORTREVISION
Noted by:	kris
2003-07-31 12:01:37 +00:00
Oliver Lehmann
5ce2877104 Add missing dependencies
Pointed out by:	bento
2003-07-31 11:43:33 +00:00
Kirill Ponomarev
8d050c2a53 Add missing MASTER_SITE_SUBDIR
Remove temporary distfile location
Fix couple of ${INSTALL_PROGRAM}'s

PR:		55103
Submitted by:	maintainer
Approved by:	fjoe (mentor) (implicit)
2003-07-31 10:34:33 +00:00
Christian Weisgerber
7ce983084f Import Xcheckers 2.1.
Xcheckers is a checkers simulation for X11.

PR:		47472
Submitted by:	Simon Barner <barner@gmx.de>
2003-07-31 00:20:33 +00:00
Kris Kennaway
99b8669842 bnetd development was abandoned 17 months ago for legal reasons. 2003-07-30 23:13:33 +00:00
Kris Kennaway
d545f02da4 No need to set IGNORE as well as RESTRICTED to prevent bento from
distributing packages.
2003-07-30 22:04:39 +00:00
Kirill Ponomarev
508629af4b * Utilize USE_SDL
Approved by:	fjoe (mentor) (implicit)
2003-07-30 21:11:56 +00:00
Kris Kennaway
7b19d71bc4 Change NO_PACKAGE to RESTRICTED 2003-07-30 20:42:41 +00:00
Oliver Lehmann
4cbc5ba131 use %%DOCSDIR%% 2003-07-30 18:05:33 +00:00
Oliver Lehmann
a84b8318cf utilize USE_SDL 2003-07-30 17:16:45 +00:00
Maxim Sobolev
10588346d3 Let be hohest: I really don't have a time now to properly maintain all
these great pieces of software, so that let others with more free time
to take over them.
2003-07-29 09:12:37 +00:00
Michael Nottebrock
ac4ef3820b Update KDE to the latest official release, KDE 3.1.3
Official KDE 3.1.3 announcement:
http://www.kde.org/announcements/announce-3.1.3.php

(may not work until a few hours after this commit - we jumped the gun a little
 in order to have the update in place at the time the security notifications for
 KDE 3.1.2 will be released together with the announcement of KDE 3.1.3).

Changelog from 3.1.2 to 3.1.3 release:
http://www.kde.org/announcements/changelogs/changelog3_1_2to3_1_3.php

Thanks and credits need to go to the whole KDE-FreeBSD team, as well
as everyone on kde@freebsd.org for providing feedback, reporting bugs
and just using the KDE ports.

Approved by: will (real mentor asleep)
2003-07-29 04:26:22 +00:00
Edwin Groothuis
44860871a8 Upgrade to version 0.10.0 2003-07-29 01:44:36 +00:00
Kirill Ponomarev
7b22f6359c Update to 0.3.4
PR:		54983
Submitted by:	maintainer
Approved by:	fjoe (mentor) (implicit)
2003-07-28 18:23:12 +00:00
Oliver Lehmann
3d49faf900 Add xfce4-toys-3.99.2, Toys for the XFce 4 panel
Submitted by:	James Earl <jdearl@telus.net>
2003-07-28 18:21:52 +00:00
Maho Nakata
cc273a746f GNU Backgammon 0.13.0.
Very famous game.

PR:		53208
Submitted by:	TAKAHASHI Kaoru <kaoru@kaisei.org>
2003-07-28 10:28:59 +00:00
Daichi GOTO
683379b19f fix games/freebsd-games: Trivial fix to unbreak it on -CURRENT
PR:		54873
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
2003-07-28 05:32:09 +00:00
Tilman Keskinoz
9bf8c0b5c2 There is no stdint.h in STABLE.
Submitted by:	bento
2003-07-27 12:50:48 +00:00
Tilman Keskinoz
68b9e3314e Fix build.
Submitted by:		bento
2003-07-27 12:28:56 +00:00
Kris Kennaway
aac608c08d Update to tome 2.2.2 2003-07-27 11:44:12 +00:00
Dirk Meyer
d728189baa - flat layout 2003-07-26 14:41:39 +00:00
FUJISHIMA Satsuki
379bbae3b7 parse LDFLAGS to unbreak -STABLE with (SDL without EsounD). 2003-07-25 04:57:24 +00:00
Adam Weinberger
448795a1cd Release maintainership. 2003-07-24 23:35:06 +00:00
Christian Weisgerber
fb6e5457dc Fix CFLAGS handling.
Approved by:	maintainer
2003-07-24 22:51:35 +00:00
Kirill Ponomarev
cd756fcca1 Fix build on -current
PR:		54801
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
Approved by:	fjoe (mentor) (implicit)
2003-07-24 19:56:25 +00:00
Daichi GOTO
7aa9b3a145 update games/tractorgen:
- add tractorgen(6) manpage and other documentation

PR:		50514
Submitted by:	Robin Elfrink <elfrink@introcom.nl> (maintainer)
2003-07-24 06:03:10 +00:00
Christian Weisgerber
8f500ccd3a Fix build on 5.x.
PR:		54425
Submitted by:	Ronald Kuehn <rk@ronald.org>
2003-07-23 16:12:11 +00:00
Oliver Lehmann
c0dd05916e finish the removal of newkind
Pointed out by:	kris
2003-07-23 12:33:00 +00:00
Oliver Lehmann
43d3e13acb fix MASTER_SITES 2003-07-22 11:07:25 +00:00
Oliver Lehmann
3ba186693d fix MASTER_SITES 2003-07-22 11:02:02 +00:00
Kirill Ponomarev
bcadc8453d Change my mail to @FreeBSD.org
Approved by:	fjoe (mentor)
2003-07-22 10:34:12 +00:00
Oliver Lehmann
6d15edc9be Update rocksndiamonds to 2.1.1
PR:		54638
Submitted by:	Ulrich Spoerlein <q@uni.de>
Approved by:	maintainer
2003-07-22 06:39:54 +00:00
Oliver Lehmann
3203e31060 port is no longer available.
"At the request of David Braben, one of the copyright holders and
co-creator of Elite, I have removed all downloads from this site."
2003-07-21 18:59:13 +00:00
Oliver Lehmann
3aa5f33e5a split MASTER_SITES in "where to find the wad file" and "where to find
the sourcefile"

Obtained from:	cad/spice
2003-07-21 17:42:14 +00:00
Edwin Groothuis
2d1417c7c0 Follow SDL_gfx updates
PR:		ports/54147
Submitted by:	Jamie Jones <jamie@bishopston.net>
2003-07-21 01:38:45 +00:00
Dag-Erling Smørgrav
e0d995bc36 I no longer have time to maintain these ports. 2003-07-20 20:26:03 +00:00
Christian Weisgerber
ab8b921cd0 - prune description
- add homepage
2003-07-19 12:08:27 +00:00
Matthew Hunt
43a57fd662 Fix on -CURRENT.
Submitted by:	Peter Kadau <peter.kadau@tuebingen.mpg.de>
2003-07-18 18:20:56 +00:00
Sergey A. Osokin
0b50a757e5 Fix build, remove BROKEN and refuce newline.
Also use %%DOCSDIR%% for pkg-plist.

Patches submitted by:	Simon Barner <barner@in.tum.de>
2003-07-18 17:00:48 +00:00
Christian Weisgerber
a8d43c65e8 Update to 1.1.1. 2003-07-18 15:08:41 +00:00
Matthew N. Dodd
d202d30342 Add NO_PACKAGE. 2003-07-18 13:54:30 +00:00
Matthew N. Dodd
947131db94 The Linux client for "A Tale in the Desert".
This is a Massively Multiplayer Online Roleplaying Game (MMORPG) MMORPG.

The download and first 24 hours of trial gameplay are free.

http://www.atitd.com/ for more info.
2003-07-18 13:49:36 +00:00
Sergey A. Osokin
001d29a889 Fix build on -CURRENT (gcc 3.3)
Submitted by:	Kirill Ponomarew <ponomarew@oberon.net>
PR:		54609
2003-07-18 10:44:35 +00:00
Daichi GOTO
c9a70d3f3d fix games/linux-nwserver:
- fix wrong doc path

Pointed out by:	Igor Pokrovsky <igor.pokrovsky@cnrm.meteo.fr>
Pointy hat to:	myself
2003-07-18 07:34:07 +00:00
Daichi GOTO
fe71965413 update games/linux-nwserver: 1.29 -> 1.30
PR:		54582
Submitted by:	Igor Pokrovsky <igor.pokrovsky@cnrm.meteo.fr> (maintainer)
2003-07-18 05:14:42 +00:00
Dag-Erling Smørgrav
b083774c53 Left out a line in previous commit. 2003-07-17 08:33:57 +00:00
Daichi GOTO
b897fea07d update games/netrek-BRMH-bin: typo in pkg-descr
PR:		54416
Submitted by:	Christopher Nehren <apeiron@comcast.net>
2003-07-17 05:06:19 +00:00
Lev A. Serebryakov
086754e62e Update to latest stable version.
PR:		ports/50553
Submitted by:	Sergey Matveychuk <sem@ciam.ru>
2003-07-16 10:20:55 +00:00
Daichi GOTO
47147c9e78 fix games/glchess: incorrect references
- www/crafty -> games/crafty in pkg-message

PR:		54525
Submitted by:	Christopher Nehren <apeiron@comcast.net>
2003-07-16 05:52:09 +00:00
Joe Marcus Clarke
1d1a424e1c Begin the de-orbit burn of the GNOME 1.4 desktop. This is phase I. All
core desktop components are being removed.
2003-07-15 19:24:24 +00:00
Dag-Erling Smørgrav
52882de731 Upgrade to 0.9.2. 2003-07-14 23:50:36 +00:00
Daichi GOTO
abfe4d84c7 update games/asc: 1.13.5.1 -> 1.13.7
PR:		54359
Submitted by:	Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> (maintainer)
2003-07-14 05:27:25 +00:00
FUJISHIMA Satsuki
b185046be2 get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
2003-07-14 02:53:03 +00:00
FUJISHIMA Satsuki
bb5a27fdce get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
convert getopt_long_only() to getopt_long().
2003-07-14 02:36:32 +00:00
Kris Kennaway
e7864b594d Drop maintainership 2003-07-12 10:37:02 +00:00
Kris Kennaway
971f3d86ce Update to oilwar 1.2.1
Reviewed by:	Hendrik Scholz <hscholz@raisdorf.net> (maintainer)
2003-07-12 08:44:15 +00:00
Norikatsu Shigemura
82b145bf4b Fix dependency.
PR:		ports/54375
Submitted by:	Ports Fury
2003-07-11 17:52:27 +00:00
Adam Weinberger
5c7ff90187 Add missing dependency upon libgnomeui.
Submitted by:	kris/bento
2003-07-10 07:09:22 +00:00
Daichi GOTO
835547a311 update games/xpired:
- change sdl_gfx dependency from .0 to .7 because update
    of sdl_gfx port.

Pointed out by:	bento via kris
2003-07-10 04:59:02 +00:00
Sergey A. Osokin
7ca211ab24 Remove refuse patch file.
Problem reported by:	Andrew Lankford <arlankfo@141.com>, kris
2003-07-09 09:53:36 +00:00
Daichi GOTO
8bdb8a3ad4 update games/xracer: BROKEN on non-i386
PR:		53865
Submitted by:	Mark Linimon <linimon@lonesome.com>
2003-07-09 07:51:31 +00:00
Daichi GOTO
231922db01 update games/xbl: 1.0k -> 1.1
PR:		54217
Submitted by:	Kirill Ponomarew <ponomarew@oberon.net>
2003-07-09 05:13:16 +00:00
Daichi GOTO
11280dc86d update games/spacehulk: 1.4.2 --> 1.4.3
PR:		54182
Submitted by:	Kirill Ponomarew <ponomarew@oberon.net> (maintainer)
2003-07-08 05:19:34 +00:00
Daichi GOTO
1c3fe03035 fix games/quakeforge: build fail on alpha.
PR:		53757
Submitted by:	Ulrich Spoerlein <q@uni.de>
2003-07-08 04:50:34 +00:00
Daichi GOTO
cf92f928c2 fix games/lgeneral-data:
- fix build on bento

PR:		54119
Submitted by:	Filippo Natali <filippo@widestore.net> (maintainer)
2003-07-07 05:24:36 +00:00
Sergey A. Osokin
ecbf66eb2d Update to 2.2 (maintainer timeout after 3 weeks)
Use NOPORTDOCS

Approved by:	fjoe (mentor) (implicit)
2003-07-06 21:12:36 +00:00
Tilman Keskinoz
77852a3025 Add ktritoc, a tic-tac-toe like game for the KDE desktop. 2003-07-06 18:09:13 +00:00
Tilman Keskinoz
919ca37470 Fix dependency on kdelibs
pointy hat to:	arved
2003-07-06 17:43:08 +00:00
Tilman Keskinoz
1d103bdcee Add kwappen, a KDE board game 2003-07-06 17:23:55 +00:00
Stefan Eßer
d9cc06b566 Fix remotely exploitable buffer overflow (CVE-2002-0391). 2003-07-06 10:29:12 +00:00
Kris Kennaway
5bd32f9571 Update to ToME 2.2.1 2003-07-06 02:04:05 +00:00
Sergey A. Osokin
758e88d895 Fix cut'n'paste in previous commit
Notify from:	Dan Langille <dan@langille.org> via FreshPorts
2003-07-05 22:38:23 +00:00
Sergey A. Osokin
e543ec8591 Make fetchable
PR:		54137
Submitted by:	Ulrich Spoerlein <q@uni.de>
Approved by:	fjoe (mentor) (implicit)
2003-07-05 21:47:27 +00:00
Tilman Keskinoz
c24f413d77 Add missing dependency on kdemultimedia3
Reported by:	adamw
2003-07-04 08:31:52 +00:00
Dirk Meyer
9ecc8eeb8b - Drop obsolete defines 2003-07-04 01:48:24 +00:00
Tilman Keskinoz
dfe4b2528e Add taxipilot, a spacetaxi-like game for KDE 2003-07-03 19:57:45 +00:00
Patrick Li
8efa1fbace Update to 1.65 2003-07-03 18:41:08 +00:00
Patrick Li
b0df13104b Update to 3.1.1.1 2003-07-03 18:40:24 +00:00
Patrick Li
f81df7e27c Fix gnuchess support
Submitted by:	"Holger Kipp" <hk@intserv.int1.b.intern>
2003-07-03 05:41:16 +00:00
Patrick Li
1a16d82a0e Host distfile locally 2003-07-03 05:21:02 +00:00
Daichi GOTO
a987973005 fix games/freebsd-games:
- Some of the games in freebsd-games needs data files
    which is installed in /usr/local/share/games,
    but they won't work correctly because they look at /usr/share/games.

PR:		53016
Submitted by:	HIYAMA Takeshi <gibbon@cocoa.freemail.ne.jp>
2003-07-02 12:46:23 +00:00
Daichi GOTO
f385552c22 update games/madbomber: 0.2.4 --> 0.2.5
PR:		53768
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-07-02 07:49:15 +00:00
Daichi GOTO
d5223c033c update games/bzflag: 1.7g.0 --> 1.7g.2
PR:		53767
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-07-02 07:36:55 +00:00
Adam Weinberger
7513b88942 Add games/gnomeattacks.
Oh no! The fair city is under attack by a GNOME logo that drops bombs! You
must destroy the city before the logo crashes into a building!

Wait, no, that's not right. Oh no! There is a city standing in the way of
the GNOME logo you're trying to fly around. You must destroy the buildings
before they crash into your flying logo.

Either way, the game is so simple to play that your cat could potentially
earn the high score just by walking across the keyboard. GNOME Attacks!

This game also features one of the coolest splash screens ever.
2003-07-02 05:12:07 +00:00
Daichi GOTO
701cdee42a update games/adgali: 0.1.0 --> 0.2.2
PR:		53580
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-07-01 13:33:27 +00:00
Tilman Keskinoz
7efd6a0a0b Update to 0.3.2 2003-07-01 10:06:17 +00:00
Daichi GOTO
1309f8d258 fix: about building on -stable
Submitted by:	Ulrich Spoerlein <q@uni.de>
Pointed out by:	bento via kris
2003-06-30 12:32:07 +00:00
Sergey A. Osokin
089688949f Fix latest update
Submitted by:	maintainer
PR:		53893
Approved by:	fjoe (mentor) (implicit)
2003-06-30 08:55:39 +00:00
Daichi GOTO
e51a5e6f30 update games/toppler: 0.71 --> 1.0.2
PR:		53859
Submitted by:	Dominic Mitchell <dom@happygiraffe.net> (maintainer)
2003-06-30 05:33:06 +00:00
Hye-Shik Chang
44dfe7b908 Update to 1.2.1
Spotted by:	Stephen M. Gava <elguavas@python.net> (author)
2003-06-30 01:04:34 +00:00
Tilman Keskinoz
b0bfff59ea Update MASTER_SITES and WWW
PR:		53581
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-06-29 17:18:36 +00:00
Adam Weinberger
6bcab235ec Fix WWW.
Well, OK, not the *entire* WWW, but the WWW: reference within the description.
2003-06-28 17:13:10 +00:00
Max Khon
f1a63ef802 Bump port revision.
Forgotten by:	fjoe
2003-06-28 15:52:13 +00:00
Max Khon
671887596b Allow client to be run from any directory.
Submitted by:	MAINTAINER
2003-06-28 08:02:23 +00:00
Max Khon
55ea400de8 Fix pkg-plist when port is built without SDL. 2003-06-28 06:31:11 +00:00
Christian Weisgerber
3e80e4f89c Update to version 0.9.12.
PR:		53339
Submitted by:	Ports Fury
2003-06-27 15:31:46 +00:00
Kris Kennaway
f1c6a26e68 Add vectoroids 1.1.0.
Vectoroids is an SDL Asteroids clone, with quick game-play and pretty
good graphics.
Obtained from:	OpenBSD
2003-06-27 09:11:21 +00:00
Kris Kennaway
8927235a48 Moon Lander is a 2D game of gravity. Land your ship on the landing pad.
Don't go too fast, or you will crash.

Obtained from:	OpenBSD
2003-06-27 08:37:10 +00:00
Daichi GOTO
cc2d940b2a update games/zoom: 1.0.1 --> 1.0.1a
PR:		53795
Submitted by:	Jan Stocker <Jan.Stocker@t-online.de> (maintainer)
2003-06-27 04:48:41 +00:00
Kris Kennaway
746fd3f3ac Fix a couple of off-by-ones in options handling. Bump PORTREVISION.
Obtained from:	OpenBSD
2003-06-27 04:17:13 +00:00
Daichi GOTO
cd2c175bc3 Unbreak games/quake2forge on 5.1/alpha
- Unbreak Quake2 on Alpha
  - Remove useless use of cat

PR:		53758
Submitted by:	Ulrich Spoerlein <q@uni.de> (maintainer)
2003-06-27 03:59:03 +00:00
Daichi GOTO
9fe6a753aa Unbreak games/quakeforge on 5.1/alpha
PR:		53757
Submitted by:	Ulrich Spoerlein <q@uni.de> (mainttainer)
2003-06-26 14:19:23 +00:00
Daichi GOTO
e4425fa179 update games/amy: 0.8.2 --> 0.8.4
PR:		53651
Submitted by:	Thorsten Greiner <thorsten.greiner@web.de> (maintainer)
2003-06-26 12:45:18 +00:00
Daichi GOTO
1b044acb99 uUpdate games/gl-117 0.8.8 -> 0.9
PR:		53514
Submitted by:	Erik Greenwald <erik@smluc.org> (maintainer)
2003-06-26 07:29:16 +00:00
Daichi GOTO
174962480c Add lgeneral-data 1.1.3,
a turn-based strategy engine inspired by
Panzer General.

PR:		42113
Submitted by:	Filippo Natali <filippo@widestore.net>
2003-06-25 05:54:56 +00:00
Christian Weisgerber
a3882471ad * This should fix the build error on bento.
* Cleanup.

PR:		53202
2003-06-24 23:08:11 +00:00
Tilman Keskinoz
06162f1c86 Update to 0.3.3
PR:		53389
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-06-22 23:07:55 +00:00
Tilman Keskinoz
1e300c00d8 Update to 0.3.2
PR:		52695
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-06-22 22:37:31 +00:00
Christian Weisgerber
5050eb35de Fix build on -stable.
PR:		53492
Submitted by:	Ports Fury
2003-06-19 15:46:14 +00:00
Christian Weisgerber
91a7be6e44 Remove check for obsolete "bs" termcap attribute which is disappearing
from new termcap entries.

Reported by:	Guy Middleton <guy@obstruction.com>
2003-06-19 14:20:34 +00:00
Kris Kennaway
b598f222dd Add missing #include 2003-06-18 11:40:32 +00:00
Max Khon
5dfaba8ea1 New port: games/quake2lnx
Quake2-LNX project aims to further develop and bug fix original Quake II
code released by id Software in 1998, as well as support multiple
architectures. It also includes additional rendering drivers, eyecandy stuff
from Quake2Max project, and experimental IPv6 support.

Submitted by:	Alexey Dokuchaev <danfe (at) regency.nsu.ru>
2003-06-18 09:21:21 +00:00
Adam Weinberger
b3fbf266c1 Don't clobber ${CC}, respect ${CFLAGS}, and skip some optimizations
that weren't making things any faster or smaller, and were making the
build fail on alpha.

Reported by:	kris
2003-06-18 06:20:03 +00:00
Dirk Meyer
81cc6cf002 - don't package ~/GNUSstep 2003-06-18 04:07:19 +00:00
Michael Landin
fc1fbb138f Update to 1.4.2
PR:		53399
Submitted by:	maintainer
Approved by:	roberto (mentor)
2003-06-17 16:03:42 +00:00
Joe Marcus Clarke
6c41bf6fc9 Don't delete score files if they contain data. This should keep people
from losing their high scores after upgrading gnomegames2.
2003-06-16 05:34:00 +00:00
Kris Kennaway
c7aa2e834b Mark NOT_FOR_ARCHS=sparc64; compiles without warnings but does not work. 2003-06-16 00:57:01 +00:00
Joe Marcus Clarke
8f73d1fb6e Remove a left over directory.
Reported by:	bento
2003-06-16 00:06:03 +00:00
Kris Kennaway
de2d4c3c36 BUILD_DEPENDS -> EXTRACT_DEPENDS 2003-06-15 05:24:29 +00:00
Kris Kennaway
3337af0ae1 Add missing #include to quiet a compiler warning on sparc64. 2003-06-15 05:14:01 +00:00
Sergey A. Osokin
872ee29b5f New port: 3D asteroids-like multiplayer game
Submitted by:	Kirill Ponomarew <ponomarew@oberon.net>
PR:		53194
Approved by:	fjoe (implicit)
2003-06-14 19:03:21 +00:00
Adam Weinberger
f616e0cc43 Update to 0.3.0.
PR:		ports/53078
Submitted by:	Thierry Thomas <thierry@pompo.net> (maintainer)
2003-06-14 04:08:18 +00:00
Edwin Groothuis
45d7369dd9 Update to version 0.9.9
I just released the new version of BomberClone. Some of the
	changes are:

	- sound support
	- dead scene if someone died
	- new type of powerup to collect called specials
	- AI players for the single mode
	- firewall option
	- alot fixes
2003-06-13 00:18:46 +00:00
Patrick Li
bc14e23a8b Submitter fix and take over maintainership.
PR:		ports/53253
Submitted by:	Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
2003-06-12 19:43:08 +00:00
Adam Weinberger
5a1964dbcd Remove REINPLACE commands that were rolled into gnomehack. 2003-06-12 09:46:09 +00:00
Mario Sergio Fujikawa Ferreira
1513d7f603 Update to 0.9.8
PR:		53217
Submitted by:	maintainer
2003-06-12 01:43:25 +00:00
Adam Weinberger
dca84bd9f6 Add evilfinder, a program which determines the evilness of things.
**** THE PROOF THAT This Commit Message IS EVIL ****

   T   H   I   S   C   O   M   M   I   T   M   E   S   S   A   G   E
  84  72  73  83  67  79  77  77  73  84  77  69  83  83  65  71  69     - as ASCII values
   3   9   1   2   4   7   5   5   1   3   5   6   2   2   2   8   6     - digits added
  \_____________/ \_____________/ \_____________/ \_____________/ \_/
   6               3               6               5               6     - digits added

Thus, "This Commit Message" is 63656.

   Subtract 1181, the year UFO was first observed in China and Japan. The
   result will be 62475.

   Turn the number backwards, and add 111 - the only triplet that can
   ever be prime. The number is now 57537.

   Add 52 to it - this is the symbol of approval for the sin, written
   backwards - you will get 57589.

   Turn the number backwards, subtract 445 - the year Attila the Hun
   attacked western Europe. The number is now 98130.

   Turn the number backwards, subtract 1957 - the year Ford introduced
   the Edsel. The number is now 1232.

   This number, read as octal, gives 666 - the number of the Beast.

   This is truly evil. QED.
2003-06-11 23:03:23 +00:00
Michael Landin
d9f042846e Update to 0.7.2
PR:		53139
Submitted by:	maintainer
Approved by:	roberto (mentor)
2003-06-11 14:39:27 +00:00
Dirk Meyer
193f0869c3 - remove empty dirs
- fix plist
2003-06-10 13:04:35 +00:00
Dirk Meyer
1cb59fb59f - fix pkglist 2003-06-10 13:02:46 +00:00
Sergey A. Osokin
12551c9a78 Maintainer update to 0.3.3
PR:		52704
Approved by:	fjoe (implicit)
2003-06-10 12:50:59 +00:00
Sergey A. Osokin
ff185edd40 Update to 1.5.6
PR:		53101
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-06-10 08:15:29 +00:00
Kris Kennaway
67772ff563 Add missing manpage and bump PORTREVISION 2003-06-09 11:46:27 +00:00
Edwin Groothuis
7944d3f26e update from 1.7.0 to 1.7.1.
PR:		ports/53057
Submitted by:	Esa Karkkainen <ejk@iki.fi>
2003-06-09 01:28:16 +00:00
Alexander Leidinger
1a453dbe9c Update to 3.0.6.
patch-ad contains security fixes (possible buffer overflows) reported at
21 May 2003 on bugtraq, Message-ID: <3ecae83d.66656@mail.achurch.org>.

A malicious user may be able to get GID games access without it.

Approved by:	maintainer
2003-06-08 09:28:30 +00:00
Edwin Groothuis
ea651de9ad fix pkg-plist too. 2003-06-08 06:44:29 +00:00
Edwin Groothuis
4b35f5ba84 Upgrade to sopwith 1.7.0, released today. 2003-06-08 06:41:29 +00:00
Adam Weinberger
8647ee60c9 Add jools-0.10, a Bejeweled clone.
jools is a clone of that Pop Cap Games game where you swap
adjacent jewels. This game is horribly addictive, and I guess
that makes me the enabler. Or the pusher.
2003-06-06 22:49:57 +00:00
Norikatsu Shigemura
104334bedf Add macopix 0.8.5, window sitter for X11. Window sitter means that
a helper application with lovely charactor on bar of window manager.

PR:		ports/52920
Submitted by:	Shinya Esu <esu@yk.rim.or.jp>
2003-06-06 19:45:47 +00:00
Bruce A. Mah
3263710add Fix broken package build.
Pointed out by:	kris, bento
2003-06-06 17:06:47 +00:00