summaryrefslogtreecommitdiff
path: root/games
AgeCommit message (Collapse)AuthorFilesLines
2005-06-07Use 0 instead of NULL to avoid an undeclared identifier error.minskim2-4/+4
2005-06-07Include time.h to use time(3).minskim2-10/+18
2005-06-06Set BUILD_TARGET correctly on Linux. This fixes PR pkg/29379.minskim1-1/+7
2005-06-04Add and enable liquidwar.wiz1-1/+2
2005-06-04Initial import of liquidwar from pkgsrc-wip:wiz5-0/+170
Liquid War is a unique multiplayer wargame. Its rules are truly original and have been invented by Thomas Colcombet. You control an army of liquid and have to try and eat your opponents. A single player mode is available, but the game is definitely designed to be multiplayer, and has network support.
2005-06-02Fix errors made by pkgsrc n00b.blymn1-3/+2
2005-06-02Remove USE_X11, sort includes.salo1-4/+3
2005-06-02Fix some pkglint warnings. Replace USE_PERL5wiz1-5/+3
by adding perl to the tools.
2005-06-02Updated to version 2.0.2 of bzflag:blymn12-250/+119
* many many bug fixes * network protocol version updated * new game modes added
2005-06-01convert to options frameworkdillo2-10/+16
2005-06-01Remove mk/autoconf.mk and mk/automake.mk and replace their usage withjlam3-17/+11
USE_TOOLS and any of "autoconf", "autoconf213", "automake" or "automake14". Also, we don't need to call the auto* tools via ${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care to symlink the correct tool to the correct name, so we can just use aclocal, autoconf, etc.
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam95-181/+145
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-06-01Replace PKGBASE in WRKSRC with PKGNAME_NOREV.wiz1-2/+2
2005-05-31Do not play games with PKGBASE.wiz1-3/+2
2005-05-31Fix conversion.wiz1-4/+2
2005-05-31Whitespace consistency.wiz1-2/+2
2005-05-31Convert to options framework.wiz2-9/+14
2005-05-31Convert to options framework.wiz2-11/+14
2005-05-31Sort.wiz1-2/+2
2005-05-31Update to KDE 3.4.1markd2-8/+8
Changes: unknown
2005-05-31Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's adillo1-2/+2
user settable variable. Set PKG_SUGGESTED_OPTIONS instead. Also, make use of PKG_OPTIONS_LEGACY_VARS. Reviewed by wiz.
2005-05-26Made the horizontal lines 75 characters long.rillig1-3/+3
2005-05-25Add RMD160 checksum.wiz1-1/+2
2005-05-24Added RCS tag to patch-aa.rillig2-2/+4
2005-05-23Removed trailing white-space.rillig8-17/+17
2005-05-22Replace explicit build dependencies on bison and manipulations on thejlam1-5/+2
YACC variable with USE_TOOLS+=bison.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam77-155/+154
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-22Enable usage of deprecated APIs to make this build after the recent GNOMEjmmv1-1/+3
updates.
2005-05-19Update to 2.10.1:jmmv3-7/+9
This is a bug-fix and translation update release. There were serious problems with the statistics recroding in Aisleriot in 2.10, this has been fixed. A crasher in blackjack and some other misbehaviour has also been fixed. Aisleriot: - Fix statistics collection (callum). - Restart the timer after an undo at the end of the game (callum). Blackjack: - Avoid crasher due to multiple events (mccann). Nibbles: - Make sure the preferences menu sensitivity is set correctly after a network game is cancelled (callum).
2005-05-19update to 3.1.02.1: unknown changes to the library.dillo2-9/+9
2005-05-19Update to 1.1.14, which comes from a new maintainer, homepage, andsnj4-47/+20
download site. Fixes PR pkg/29376. Changes include the addition of a gtk2 frontend, build fixes, and various bug fixes. See the included ChangeLog for more details.
2005-05-18Remove packages that have been broken on 2.0/i386 for over 9 monthswiz15-387/+1
now; neither maintainer nor anyone else stepped up to fix them. Predicted on tech-pkg and in private mail to maintainers; no comments.
2005-05-18Remove gnome1 packages except as needed for gnucash.wiz24-1736/+1
Ok'd by jmmv@ and rh@ (gnome 1 maintainers).
2005-05-18+kyedrochner1-1/+2
2005-05-18import kye-0.1.0, a Python-GTK remake of the old DOS gamedrochner5-0/+72
2005-05-18don't try to @dirrm share/iconsdrochner1-5/+1
2005-05-16This package uses imake/xmkmf, even if it doesn't need USE_IMAKE.jlam1-7/+3
2005-05-16Fix quoting of make variables passed to shell.jlam1-2/+2
2005-05-16We need gzcat to extract this distfile.jlam1-2/+3
2005-05-16Note that the date tool is used.jlam1-1/+2
2005-05-16Note that gtar is required by the package.jlam13-14/+29
2005-05-15Note where gzip or gunzip is required by the package since it isn'tjlam3-3/+7
required by default any longer in bsd.pkg.mk under the new tools framework.
2005-05-15gzcat is needed, so note it as such for the new tools framework.jlam1-1/+2
2005-05-13Change references to M4 & YACC into TOOLS_M4 & TOOLS_YACC to simplifyjlam1-2/+2
transition to new tools framework.
2005-05-08* install the nethack nh10 fontpooka3-4/+26
* install some x11 resources examples files from from Sergey Svishchev in PR pkg/21753
2005-05-07Update to 3.1.02 (various bug fixes, old distfile no longer available)dillo11-102/+106
2005-05-06Add RCSIDs, remove diff command line. (hi heinz!)salo6-11/+16
2005-05-02Fix MAINTAINER email address for David Ferlier.reed6-12/+12
2005-05-02RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.reed1-1/+2
And always is defined as share/examples/rc.d which was the default before. This rc.d scripts are not automatically added to PLISTs now also. So add to each corresponding PLIST as required. This was discussed on tech-pkg in late January and late April. Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
2005-05-01Regenerate for new patch-a[bcef] (PR pkg/29426).jdc1-5/+5