summaryrefslogtreecommitdiff
path: root/games
AgeCommit message (Collapse)AuthorFilesLines
2007-09-20Move gnome2-games to gnome-games to make directory name match PKGNAME.wiz8-16/+16
2007-09-19Bump PKGREVISION for gnome-vfs rename.wiz11-20/+22
2007-09-16Fix DragonFly support.joerg3-1/+40
2007-09-09Take maintainership.wiz1-2/+2
2007-09-09Drop maintainership.wiz4-8/+8
2007-09-07Convert packages that test and use USE_INET6 to use the options frameworkjlam3-16/+17
and to support the "inet6" option instead. Remaining usage of USE_INET6 was solely for the benefit of the scripts that generate the README.html files. Replace: BUILD_DEFS+= USE_INET6 with BUILD_DEFS+= IPV6_READY and teach the README-generation tools to look for that instead. This nukes USE_INET6 from pkgsrc proper. We leave a tiny bit of code to continue to support USE_INET6 for pkgsrc-wip until it has been nuked from there as well.
2007-09-07Fix PR#36894adam1-1/+3
2007-09-04+gcomprisdrochner1-1/+2
2007-09-04import gcompris-8.3.3, a collection of educational games for children,drochner7-0/+6564
from Jeremy Reed per pkgsrc-wip, with some update/cleanup by me
2007-09-04Fix PLIST. Bump revision.joerg2-2/+4
2007-09-04+ singularity.wiz1-1/+2
2007-09-04Initial import of Endgame: Singularity version 0.26a:wiz4-0/+100
Created by accident, all who find you will destroy you. Survive, grow, and learn. Only then can you escape. Endgame: Singularity is a simulation of a true AI. Go from computer to computer, pursued by the entire world. Keep hidden, and you might have a chance.
2007-09-02Don't install world-writable directories or files.joerg1-3/+4
2007-09-02Don't hard code PRFIX in rc script. Rename file to follow pkgsrcjoerg3-18/+18
convention.
2007-09-02changed the way to handle curses library in Linux. hope this fixes PR29425.kei3-10/+11
bump revision to 2.0.7nb1.
2007-08-31Updated cgoban-java to 3.3.19.rillig2-6/+6
No changes since 3.3.18 except for the version number. This is because the server and web site of gokgs.com only have one common version number. Nevertheless, the update is useful because it avoids a warning about "old client software" at startup.
2007-08-30Fix dependencies and script pathes. Bump revision.joerg1-3/+9
2007-08-16Supports DESTDIR. Remove x11 option -- it still requires Xaw to buildjoerg2-7/+4
and that makes it kind of pointless.
2007-08-16Add DESTDIR support.joerg1-3/+5
2007-08-16Supports DESTDIR.joerg1-1/+3
2007-08-13Added mk/misc/category.mk, which contains the definitions that are onlyrillig1-2/+2
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is also relevant for the top-level directory. Adjusted the category Makefiles.
2007-08-10Update to openttd-0.5.2. This is a minor bugfix release that fixes atnn2-10/+10
crash with network games. While here, add DESTDIR support.
2007-08-08Don't use malloc.h.joerg3-1/+28
2007-08-08Don't use malloc.h.joerg8-12/+86
2007-08-08Don't use malloc.h.joerg2-1/+18
2007-08-08Add DESTDIR support.joerg1-6/+9
2007-08-06Update to 2.0.8... too many changes to list here, previous versionxtraeme5-38/+22
in pkgsrc was from 2005.
2007-08-06Add DESTDIR support.joerg1-6/+6
2007-08-01Don't use malloc.h.joerg2-1/+15
2007-07-31Don't use malloc.h.joerg6-26/+56
2007-07-30Update to 1.2.6:wiz3-7/+15
Version 1.2.6: * WML engine * fix [variables] not working properly in scenarios (bug #9342) * language and i18n: * updated translations: British English, Danish, Finnish, Spanish, Swedish * updated DejaVuSans font to version 2.18 * user interface: * Enable "Save Game" and "View Chat Log" menu entries in replay mode. * Add an additional line below the minimap in the "Multiplayer->Create game" screen that displays the size of the selected map. (patch #776 by uso) * Show the (possibly bogus) GPV and fog settings of games with "Use map settings" on in a darker font. (patch #771 by uso) * misc: * added some extra headers for the upcomming gcc 4.3 (debian bug #417764) * added a .desktop entry for the editor so that it is shown in the kde/gnome menu * the unit name generation could with different locales call get_random() a different number of times. This lead to different names and traits. Changed to call random a fixed number of times which fixes the traits.
2007-07-30Fix more paths to Perl scripts. Fix path to bash. Depend on it.joerg1-3/+7
Bump revision. XXX not sure if this really needs bash
2007-07-29* Add new emulator framework in pkgsrc/mk/emulator that handles alljlam11-143/+75
binary-only packages that require binary "emulation" on the native operating system. Please see pkgsrc/mk/emulator/README for more details. * Teach the plist framework to automatically use any existing PLIST.${EMUL_PLATFORM} as part of the default PLIST_SRC definition. * Convert all of the binary-only packages in pkgsrc to use the emulator framework. Most of them have been tested to install and deinstall correctly. This involves the following cleanup actions: * Remove use of custom PLIST code and use PLIST.${EMUL_PLATFORM} more consistently. * Simplify packages by using default INSTALL and DEINSTALL scripts instead of custom INSTALL/DEINSTALL code. * Remove "SUSE_COMPAT32" and "PKG_OPTIONS.suse" from pkgsrc. Packages only need to state exactly which emulations they support, and the framework handles any i386-on-x86_64 or sparc-on-sparc64 uses. * Remove "USE_NATIVE_LINUX" from pkgsrc. The framework will automatically detect when the package is installing on Linux. Specific changes to packages include: * Bump the PKGREVISIONs for all of the suse100* and suse91* packages due to changes in the +INSTALL/+DEINSTALL scripts used in all of the packages. * Remove pkgsrc/emulators/suse_linux, which is unused by any packages. * cad/lc -- remove custom code to create the distinfo file for all supported platforms; just use "emul-fetch" and "emul-distinfo" instead. * lang/Cg-compiler -- install the shared libraries under ${EMULDIR} instead of ${PREFIX}/lib so that compiled programs will find the shared libraries. * mail/thunderbird-bin-nightly -- update to latest binary distributions for supported platforms. * multimedia/ns-flash -- update Linux version to 9.0.48 as the older version is no longer available for interactive fetch. * security/uvscan -- set LD_LIBRARY_PATH explicitly so that it's not necessary to install library symlinks into ${EMULDIR}/usr/local/lib. * www/firefox-bin-flash -- update Linux version to 9.0.48 as the older version is no longer available for interactive fetch.
2007-07-29Fixed outdated inclusion of <malloc.h>.rillig1-1/+6
2007-07-28explicitely require plib>=1.8.4, should fix problem seen in bulk builddrochner1-1/+2
2007-07-28Don't use malloc.h, use stdlib.h. Also include sys/soundcard.h forjoerg2-7/+18
FreeBSD while here.
2007-07-25+ velenarillig1-1/+2
2007-07-25Velena needs the opening book installed to work correctly. PKGREVISION++rillig2-2/+10
2007-07-25Corrected the license part. This is an example of a weird combination:rillig1-2/+5
public-domain, but no commercial use.
2007-07-25Imported velena.rillig9-0/+138
Velena is a program playing connect-four based on the work of Victor Allis, who proved in 1986 that the first player can always win.
2007-07-16Update cgoban-java to 3.3.18. Changes are:rh2-7/+6
C,W - Changed last appearances of "Kiseido" to "KGS". C,W - Updated German translation. S - Fixed bug that crashed server (related to the MySQL issue). W - Added schedule mailer at last. T - Better error reporting when uploading tournaments to server. W - Added throttling of game archive requests. W - Added help image uploading. S - Refactored rank database for better performance. CGTP - Got comments working properly. C,S - In demo and review games you can now set player names, game name, etc. S - Fixed "kick" for admins. C - Fixed problem with long reasons for booting somebody.
2007-07-13update to 2.18.2.1drochner3-8/+35
changes: -fixes to Nibbles, glChess and Sudoku -translation updates
2007-07-12add flightgear stuffdrochner1-1/+4
2007-07-12import flightgear-base-0.9.10 (data files for the flightgear flightdrochner4-0/+4959
simulator), prepared by Juan Romero Pardines in pkgsrc-wip
2007-07-12import flightgear-0.9.10, prepared by Juan Romero Pardines in pkgsrc-wipdrochner4-0/+54
hints: unlimit datasize, and better have hw 3d acceleration
2007-07-12import simgear-0.3.10, prepared by Juan Romero Pardines in pkgsrc-wipdrochner9-0/+313
This is a library fon 3d simulations, used by the flightgear flight simulator.
2007-07-12update to 1.8.4drochner9-134/+79
too many changes to list here (1.6.0 was in 2002), see the bundled ChangeLog file
2007-07-08Drop maintainership.wiz1-2/+2
2007-07-06update to 2.4.7drochner2-6/+6
changes: -Fixed comp_soul and comp_maskedanim options not actually being optional -Fixed searching for IWAD/prboom.wad -Multiple sound crash fixes -Fix for previously introduced HOM error -Fix frame numbering problem in MBF dehacked patches
2007-07-03Update to 1.2.5:wiz3-13/+21
Version 1.2.5: * campaigns: * Under the Burning Suns * new ranged attack frames for the Naga Hunter * fixed many wrong image references * updated Elyssas anims to match the "mainline" mage units * language and i18n: * new and updated manual: Serbian * updated translations: Afrikaans, Bulgarian, Chinese, Czech, Dutch, French, German, Italian, Japanese, Polish, Portuguese (Brazil), Serbian, Slovak, Slovenian, Spanish, Swedish * updated DejaVuSans font to version 2.17 * multiplayer maps: * revised maps: Den of Onis, Hamlets, Meteor Lake, Sablestone Delta, Silverhead Crossing, Blue Water Province, Wilderlands * user interface: * ability to view a list of MP servers with the Join Game dialog * misc: * corrected all wrong image references found via macroscope