summaryrefslogtreecommitdiff
path: root/games (follow)
Commit message (Collapse)AuthorAgeFilesLines
* change master siteYing-Chieh Liao2001-12-123-17/+52
| | | | | | | assign maintainer PR: 32599 Submitted by: Edwin Groothuis <edwin@mavetju.org> (new maintainer)
* add nethack3-gnomeYing-Chieh Liao2001-12-1234-0/+1486
| | | | | | | A dungeon explorin', slashin', hackin' game PR: 23401 Submitted by: Jan Stocker <Jan.Stocker@t-online.de>
* upgrade to 1.0kYing-Chieh Liao2001-12-113-27/+17
|
* Update to 1.9.5.4.Maxim Sobolev2001-12-115-46/+18
|
* Update to 0.9.0.Maxim Sobolev2001-12-103-66/+140
|
* Update master site.Clive Lin2001-12-091-1/+1
|
* Update to 0.4.1Patrick Li2001-12-094-13/+10
|
* fix WWWYing-Chieh Liao2001-12-081-1/+1
| | | | | PR: 32614 Submitted by: Ports Fury
* - Add LIB_DEPENDS to x11-toolkits/Xaw3dYing-Chieh Liao2001-12-084-6/+16
| | | | | | | | - Handle imlib support more properly - Fix pkg-plist PR: 32616 Submitted by: Ports Fury
* Update to 0.3.31Patrick Li2001-12-084-16/+16
| | | | | PR: 32518 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Fix a problem with auto{conf,make}: some build magic was introduced toPete Fritchman2001-12-073-3/+3
| | | | | | | | | | | | make sure that the "autoconf" and "automake" binaries KDE looked for were found and were autoconf213 and automake14 (as there are issues with the latest versions), but the logic in setting $PATH was wrong. This puts ${WRKSRC}/auto-bin before the rest of the users $PATH. This fixes KDE auto* problems if automake14 and automake-1.5 are both installed. PR: 32512 Submitted by: Alan Eldridge <alane@geeksrus.net> Approved by: will
* Update WWWMario Sergio Fujikawa Ferreira2001-12-061-1/+1
|
* Add option for users to install Ping Booster as an addon.Patrick Li2001-12-063-0/+40
| | | | | | | | | [from website] HLDS Ping Booster is a small tweak to the Half-Life Dedicated Server that drastically reduces player pings and generally makes the game much more responsive. Submitted by: lioux
* Upgrade to 4.80.Thomas Gellekum2001-12-043-4/+7
|
* Upgrade KDE to 2.2.2:Will Andrews2001-12-049-12/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * General: - Support for objprelink. - Hack for autoconf 2.13/automake 1.4. Note that we can't use the standard USE_AUTO* because they change things in work/*; KDE has its own way of doing that. - Light cleanup of extra dirs in the PLISTs provided by my mkplistpkg[1] script. - Speedups of both compile and runtime through the usage of --disable-debug and --enable-final. The latter did not work with the kdemultimedia package, unfortunately. - Patch updates. * audio/kdemultimedia2: - Patch to fix KSCD on FreeBSD[2]. It works very well now. * deskutils/kdepim: - Enable kpilot[3]. Pull in the latest pilot-link stuff. * devel/kdesdk, * devel/kdevelop: - No specific changes. * devel/qt-designer: - Make this port depend almost entirely on qt23 to make it more maintainable, so I don't have to keep hacking the patches to get them to apply. * editors/koffice, * games/kdegames, * graphics/kdegraphics: - No specific changes. * misc/kdeaddons: - SDL is required now. Cull SDL PLIST_SUB and such. - Fix breakage from hardcoding "sdl-config". * misc/kdeutils2: - Fix problem with klaptopdaemon[4] where it didn't properly display the battery time. This patch is untested, but applied. * net/kdenetwork2: - Fix DCC for KSIRC[5]. - Remove ktalkd from the build. It requires some weird thing in the configure script that I don't have time to look at. * sysutils/kdeadmin: - No specific changes. * textproc/kdoc: - Remove bogus requirement that kdoc requires Perl 5.6.0; it sure seems to operate fine with >= 5.005. But I'll let time tell. * www/quanta: - No specific changes (--disable-debug support only). * x11/kde2: - No specific changes. * x11/kdebase2: - Fix ksysguard compile by merging the files from the HEAD branch of KDE CVS that were missing at release time for FreeBSD[6]. :\ * x11/kdelibs2: - Recognize CUPS' spinoff[7]. - Add libxslt dependency since it was removed from kdelibs. - Fix libxml compile problems[8] (accomplished by upgrading). - Remove libkformula from port Makefile; this library has been spun off into koffice. - Fix mode problems with DCOP[9]. This allows you to save files properly. It also seems to be a FreeBSD specific problem. - Fix bashisms in kdeprint/imagetops script[10]. * x11-clocks/kdetoys2: - No specific changes. * x11-toolkits/qt23: - Do NOT upgrade to QT 2.3.2[11]. - Allow devel/qt-designer to depend on this port entirely for the patches by adding a perlre to accomplish this. * x11-wm/kdeartwork: - No specific changes. Thanks to the FreeBSD/KDE[1] team[12] who helped me test these out! [1] http://freebsd.kde.org/; http://www.databits.net/cgi-bin/cvsweb.cgi/scripts/portbuild/mkplistpkg [2] Submitted by: Matthew Holmes <matt@speakeasy.net> [3] PR: 31914 Submitted by: Alan Eldridge <alane@geeksrus.net> [4] PR: 28475 Submitted by: Arun Sharma <arun@sharmas.dhs.org> [5] Submitted by: Luc Morin <luc_m@videotron.ca> [6] Found at: http://webcvs.kde.org/kdebase/ksysguard/ksysguardd/FreeBSD/ [7] PR: 32321 Reported by: gad Submitted by: James A. Halstead <jah4007@cs.rit.edu> [8] PR: 32055 Reported by: William Richard <wrichard@trivalley.com>, others [9] PR: 31629 Submitted by: Alan Eldridge <alane@geeksrus.net> [10] PR: 32358 Submitted by: Alexander N. Kabaev <ak03@gte.com> [11] PR: 31809 Requested by: Nathan Ahlstrom <nrahlstr@winternet.com> (denied) [12] http://freebsd.kde.org/contact.shtml; http://lists.csociety.org/pipermail/kde-freebsd; http://lists.csociety.org/listinfo/kde-freebsd
* Update to version 1.2.Steve Price2001-12-032-2/+4
| | | | | PR: 32206 Submitted by: maintainer
* Update to version 1.20.Steve Price2001-12-023-25/+7
| | | | | PR: 32392 Submitted by: amorita
* Remove share/games at deinstall. I'm not sure whether this port shouldKris Kennaway2001-11-301-0/+1
| | | | be usign share/games for its score file, as it seems non-canonical.
* Update to version 0.06Kevin Lo2001-11-296-176/+162
| | | | | PR: 32311 Submitted by: Ports Fury
* Fix a braino: when using @unexec rmdir, must specify %D/foo so rmdir knowsPete Fritchman2001-11-291-3/+3
| | | | | | what to remove (opposed to just rmdir foo). Noticed by: bento
* - update to 1.0.13Pete Fritchman2001-11-286-364/+331
| | | | | | | | | | | - fix style issues (^I^I -> ^I) - replace patches w/regexps - patch configure for pthread issues, not Makefile.in - make pkg-comment more descriptive - sort pkg-plist PR: 32308 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Update hlserver-snow to 0.0.94.bPatrick Li2001-11-283-4/+17
| | | | | | | Add slaveport-post-extract target to hlserver-cs Submitted by: lioux Approved by: lioux
* Release maintainership to the ports team at large. I'm told there areSheldon Hearn2001-11-272-2/+2
| | | | issues with the gtk version (ports/20995) but don't use gtk myself.
* add cryptoslamYing-Chieh Liao2001-11-256-0/+39
| | | | A curses-based tool for creating and solving the cryptograms
* Use stdlib.h instead of malloc.h, which is deprecated.Stefan Eßer2001-11-242-0/+28
|
* disable BITSYing-Chieh Liao2001-11-241-2/+3
| | | | Submitted by: Marco Ziech <mmz@gmx.net> (BITS author of bnetd project)
* Change a '|' to a '/' to unbreak the INDEX build.Kris Kennaway2001-11-241-1/+1
|
* Add URL of ACM web-site.Stefan Eßer2001-11-231-0/+2
|
* Add hlserver-psychostats, a popular player statistics generator forPatrick Li2001-11-238-0/+438
| | | | | | | Half-Life mods Counter Strike and Day of Defeat. Submitted by: Martin Matuska <matuska@wu-wien.ac.at> Reviewed by: lioux
* upgrade to 2.1Ying-Chieh Liao2001-11-233-57/+297
| | | | | PR: 32219 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* add 54321Ying-Chieh Liao2001-11-238-0/+202
| | | | | | | 54321 is five games in four-, three-, or two-dimensions for one player PR: 32197 Submitted by: Leland Wang <llwang@infor.org>
* Allow for slave ports to set different categories.Patrick Li2001-11-221-1/+1
| | | | Approved by: lioux
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵Mario Sergio Fujikawa Ferreira2001-11-204-4/+4
| | | | the later case
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵Mario Sergio Fujikawa Ferreira2001-11-2010-10/+10
| | | | the later case
* o slave port handling enhancementsMario Sergio Fujikawa Ferreira2001-11-181-2/+9
| | | | | | | - special support for NO_WRKSUBDIR - support slaveport-post-install target Approved by: maintainer
* o New port hlserver-tsc version 2.4.6b: Half-Life mod Counter-StrikeMario Sergio Fujikawa Ferreira2001-11-177-0/+163
| | | | | | | | with TSC modifications o It is a server side only change that both enhances Counter-Strike and adds some anti-cheat measures Reviewed by: pat
* Update to 2.4.1.Christian Weisgerber2001-11-152-2/+2
| | | | | Changes in this version: * Documentation fixes.
* Update misc/menushki to version 1.0 and also take care ofPatrick Li2001-11-154-4/+4
| | | | | | some remaining email changes i left out Approved by: lioux
* Maintainer is now committer so change to new email address.Patrick Li2001-11-1516-16/+16
| | | | Approved by: lioux
* Add ttraffic, a Tcl/Tk version of the board game Rush Hour.Anton Berezin2001-11-146-0/+48
| | | | Requested by: guido
* upgrade to 1.0Ying-Chieh Liao2001-11-142-2/+2
|
* upgrade to 1.10.0Ying-Chieh Liao2001-11-143-3/+3
|
* Fix breakage due to gdk-pixbuf upgrade.Maxim Sobolev2001-11-131-0/+14
|
* Fix a breakage resulted from path to gdk-pixbuf's includes being hardcoded.Maxim Sobolev2001-11-123-3/+6
| | | | | Reported by: Mike Harding <mvh@ix.netcom.com> Anders Andersson <anders@codefactory.se>
* Update to prboom 2.2.2 and respect CFLAGSKris Kennaway2001-11-113-6/+47
| | | | Reviewed by: maintainer
* Update to 2.50.09Mario Sergio Fujikawa Ferreira2001-11-113-14/+6
| | | | Submitted by: MAINTAINER
* Fix MASTER_SITES.Mark Pulford2001-11-111-1/+1
| | | | | PR: 31852 Submitted by: maintainer
* Updated to 1.6.2.Mark Pulford2001-11-112-2/+2
|
* update WWW siteMario Sergio Fujikawa Ferreira2001-11-102-2/+2
| | | | Submitted by: MAINTAINER
* Updated to 0.9.0.Mark Pulford2001-11-103-3/+8
| | | | Submitted by: roam