summaryrefslogtreecommitdiff
path: root/games
AgeCommit message (Collapse)AuthorFilesLines
2002-01-28use buildlink files for Python and py-Tkdrochner1-4/+6
2002-01-27Use auto-extract code for .shar files.jlam1-2/+1
2002-01-25Add xtris-1.15:hubertf3-0/+197
xtris is a version of an classical popular game, for any number of players, for the X Window system. xtris is a true client/server game (as opposed to a centralized game managing multiple displays), which makes it particularily responsive and bandwith-effective. Submitted by Oliver Paulzen <opp@muffin.org> in private mail.
2002-01-25add & enable xtrishubertf1-1/+2
2002-01-25Add xtris-1.15:hubertf6-0/+315
xtris is a version of an classical popular game, for any number of players, for the X Window system. xtris is a true client/server game (as opposed to a centralized game managing multiple displays), which makes it particularily responsive and bandwith-effective. Submitted by Oliver Paulzen <opp@muffin.org> in private mail.
2002-01-24Correct vsprintf usage. Might fix alpha bulk build.wiz2-1/+24
2002-01-24Remove incorrect and unnecessary "EXTRACT_CMD" definition which broke thetron1-3/+1
"patch" target. "bsd.pkg.mk" will handle this properly.
2002-01-24Remove dead mirror on "ftp.cdrom.com".tron1-3/+2
2002-01-24Fix version number in build dependence on "lha" package.tron1-2/+2
2002-01-24Remove dead mirror on "ftp.cdrom.com", add working on "ftp.fu-berlin.de".tron1-5/+2
2002-01-24USE_BUILDLINK_ONLY and pull in Mesa. This should fix the build failureskrll2-3/+8
noted in the bulk builds.
2002-01-22Fix compilation on 1.5.3_ALPHA - the ncurses buildlinkhubertf2-11/+5
framework will always setup a proper libncurses, either real ncurses or the system's libcurses, so just link in libncurses ((from the buildlink area!)
2002-01-21add&enable falcons-eyepooka1-1/+2
2002-01-21Falcon's Eye 1.9.3, isometric Nethack with real graphics.pooka21-0/+1305
Originally supplied by collver@linuxfreemail.com in pkg/14359 and subsequently modified somewhat mostly by him.
2002-01-14Update MASTER_SITES.wiz1-2/+2
2002-01-12Update games/crafty to 18.13. Changes from version 18.12 include:jlam3-13/+13
* Deep Blue extension limit removed and restored to one ply of extension per ply of search. * pruning in q-search fixed so that a capture will be considered if it takes the total material on the board down to a bishop or less for the opponent, as that can greatly influence the evaluation with the EvaluateWinner() code. * as the 50 move rule draws near, the hash table scores are marked as invalid every 5 moves so that hashing can't hide potential 50-move-rule draws. * lazy evaluation code modified to be more conservative, since in endgames the positional score can be a large change. * EvaluatePassedPawnRaces() fixed so that if one side has two pawns that are far enough apart, it will recognize that even though the king is "in the square" of either, it can't always stay in the square of one if it has to capture the other. * pawn hash signature restored to 64 bits after testing proved that 32 was producing an unacceptable number of collisions. * search node counter is now 64 bits as well to avoid overflows. * in the outside passed pawn code fixed (bad mask).
2002-01-11Provide a pre-generated configure script so that we can remove the (whatskrll2-5/+969
should have been a build) dependency on autoconf.
2002-01-10Remove the autoconf BUILD_DEPENDS and have all the patches in one place.skrll11-44/+426
2002-01-08regen. pkg/15180wiz1-2/+2
2002-01-03Don't check if stdin is redirected -- it is in bulk builds, andwiz2-11/+23
that's perfectly okay. Fixes recently noted bulk build problem.
2002-01-02Make this at least build.hubertf18-107/+99
This was obviously not tested at all...! :-(
2001-12-30Add USE_GMAKE. Noted in recent bulk build.wiz1-1/+2
2001-12-30Make sure the xmahjongg.bdf is compressed, as XFree 3 seems to nothubertf2-3/+5
deal properly with uncompressed fonts. Fixes PR 15096 by Paul Goyette <paul@whooppee.com>
2001-12-25Fix typo in comment.wiz1-2/+2
2001-12-25Buildlinkify. Use appropriate INCOMPAT_CURSES for setscrreg().wiz3-13/+29
2001-12-22add & enable xfreecellhubertf1-1/+2
2001-12-22Add xfreecell-1.0.5bhubertf6-0/+87
Submitted by Chris Ewert <chris@infolaunch.com> in PR 15036 This is a version of the popular one-player freecell card game for X.
2001-12-20Update for new homepage/distribution site.simonb1-3/+3
2001-12-19Remove a MASTER_SITE which does not contain the file anymore.wiz1-3/+2
2001-12-19Copy defaults file from correct location when starting "craft" on systemstron3-10/+12
where "xpkwedge" is installed. Fixes PR pkg/14861 by Robert Elz.
2001-12-19Fix RCS Ids.tron5-9/+13
2001-12-19Remove useless "CFLAGS" definition which should't have been committed.tron1-2/+1
2001-12-19Make this package build on systems with XFree86 3.3.x and the "xpkwedge"tron3-10/+19
package installed. This fixes PR pkg/14923 by Robert Elz.
2001-12-15Modify all references to PKGSRCDIR to _PKGSRCDIR, except in the externalagc3-6/+6
references of the pkglint package. _PKGSRCDIR is an internal definition in bsd.pkg.mk, and a few packages which would like to refer to other packages in the build tree. It should not be set by users, but neither should it stop a user from building a package if it is defined, so make it obvious that this is the case.
2001-12-14Fixes for the stricter checking with the new toolchain, providedmartin3-1/+70
by Robert Elz in pkg/14911 (slightly modified by me).
2001-12-12Use PKGLOCALEDIR instead of hardwired "share".wiz1-32/+32
2001-12-12Use PKGLOCALEDIR instead of local hack, use ncurses and gettext-libwiz3-25/+10
buildlink.mks instead of USE_CURSES and USE_LIBINTL. XXX: guile needs to be buildlinkified before this package can be strongly buildlinked.
2001-12-11Fix compilation problem with gcc 2.95.3 reported in pkg/14908.wiz2-1/+15
2001-12-11Data files are not installed into X11BASE, but into PREFIX.wiz2-5/+5
Problem reported by Robert Elz in pkg/14859, including patch.
2001-12-11Fix compilation with gcc 2.95.3 (fix an error, and silence two warningswiz2-1/+25
while we're here). Reported by Robert Elz in pkg/14834, solved nearly according to his suggestions.
2001-12-08Do some of the modification suggested by David Griffith in pkg/14061.kristerw1-4/+2
2001-12-08Remove old comment that the distfile has not reached the mirrors yet.kristerw1-3/+3
Add comment that the maintainer has asked us to use the mirrors instead of the master site.
2001-12-07Fix compilation with gcc 2.95.3. Problem report and patch by Robert Elzwiz2-5/+23
from pkg/14860.
2001-12-06Look for the score directory in /var/games/xmris instead of hardcoding intojlam3-5/+8
${X11BASE}/share/xmris. /var/games is where score files should go, and this now works properly with xpkgwedge.
2001-12-05s/root/${ROOT_USER}/g, now that the definition appears in theagc5-13/+13
defs.${OPSYS}.mk files.
2001-12-05Strongly buildlink'ify by including x11.buildlink.mk.jlam1-1/+2
2001-12-05Strongly buildlink'ify, and use INSTALL_* variables instead of private wayjlam3-28/+77
of installing files into ${PREFIX}.
2001-12-05Strongly buildlink'ify.jlam3-16/+27
2001-12-04By default, prevent invocation of GNU "auto*" driven by the generatedjlam1-2/+1
Makefiles during the build process by touching various auto{conf,make} source files to make them up-to-date. Packages that require regenerating the configure script and Makefile.in files should make the appropriate calls to auto{conf,make} in a pre-configure target. This allows the various targets listed in ${_CONFIG_PREREQ} to modify the generated files without triggering the GNU auto* tools and having the modifications be overwritten.
2001-12-03Update to KDE 2.2.2skrll4-10/+10
Closes pkg/14728 from Mark Davies <mark@mcs.vuw.ac.nz>. Changes from him with updates from myself. From www.kde.org... The principal improvements over KDE 2.2.1, release two months ago, include: o security-related - SSL certificate loading - symlink vulnerability in .wmrc access by KDM introduced in 2.2 - security problem with eFax (used by klprfax) - potential problem in PAM invocation by KDM - potential harmful side-effect of failed KDM session starts o new features - added support for CodeWeavers' CrossOver plug-in (provides support for QuickTime, etc.) - added support for the wheelmouse for scrolling through the KGhostview PS/PDF viewer component - ability to search for multiple patterns at a time in the file search dialog - debugging multi-threaded applications with KDevelop o improvements/fixes - handling of HTTP links that redirect to FTP - POST using SSL through a proxy and sending headers through proxies - saving of recently-selected files in the file dialog - handling of non-ASCII characters over SMB - toolbar button captions with certain styles - selecting items with the mouse in Konqueror - sorting in Konqueror's textview - saving current settings as a theme in the theme manager - crashes in KMail with certain mails - crash on invoking the KDM chooser - non-Latin languages with KDevelop performance - icon loading optimized - file dialog speedups - stop spinning SMB client processes - handling of large files in Kate