summaryrefslogtreecommitdiff
path: root/games/pysol
AgeCommit message (Collapse)AuthorFilesLines
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-02-25Update to 4.81, provided by Soren Jacobsen in PR 19510.wiz2-7/+7
Changes in 4.81 (24 Jun 2002, 202 games) * adapted for new pysol-sound-server 3.00 - fixed some Python 2.2 problems with Spider-type games + stay tuned for Pysol 5 with *lots* of improvements :-) Changes in 4.80 (28 Nov 2001, 202 games) * support Python 2.2 Changes in 4.73 (28 Sep 2001, 202 games) - fixed rules of Irmgard
2002-10-24use buildlink2 (easy - NO_BUILD)drochner1-2/+3
2002-09-21Strip the ".buildlink" from the names of the python application andjlam1-2/+2
extension Makefile fragments, because they really don't have anything to do with the buildlink[12] frameworks. Change all the Makefiles that use application.buildlink.mk and extension.buildlink.mk to use application.mk and extension.mk instead.
2002-01-28use buildlink files for Python and py-Tkdrochner1-4/+6
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-3/+3
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-07-09Update pysol to 4.72 and cardset to 4.40.sakamoto2-8/+9
suggested by Gary Duzan <gary@duzan.org>. This version should work with any Python version.
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-3/+5
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-2/+2
XXX need to teach pkglint to be more picky about this
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-04-19Update pysol to 4.10sakamoto2-4/+4
what's new ? * completely new Mahjongg game driver * fixed a bad memory leak (when will there finally be a real garbage collector in Python ???)
2000-04-13Update pysol to 4.00sakamoto2-6/+6
Changes in 4.00 (12 Apr 2000, 173 games) * PySol now plays Mahjongg games * PySol now plays Tarot type games * added a floating "Demo" logo * options are now saved automatically at program exit - Poker type games: cards for a Straight can now be in any sequence - fixed a scoring problem in Casino Klondike and Vegas Klondike Changes in 3.40 (12 Feb 2000, 163 games) * implemented 3 new games * updated the pysol-sound-server - fixed a problem with winning in Golf type games - some other minor fixes Changes in 3.30 (26 Jan 2000, 160 games) * implemented 7 new games * converted the pysol-sound-server into a Python extension module Changes in 3.21 (21 Jan 2000, 153 games) * implemented 2 new games * updated the pysol-sound-server - Windows: added the missing PyWinTypes15.dll to the setup file Changes in 3.20 (18 Jan 2000, 151 games) * added 8 Hanafuda type games (Oonsoo, Pagoda, MatsuKiri, ...) * added 2 Poker type games (Poker Shuffle, Poker Square) * added 13 other new games (Der Katzenschwanz, Perpetual Motion, Die Schlange, Three Shuffles and a Draw, Vegas Klondike, ...) * background music is supported under Win32 as well - corrected redeal rules of La Belle Lucie and Trefoil - corrected rules of Aces Up
2000-01-02replaced some commands by their ${COMMAND} counterpartswiz1-3/+3
1999-12-23Update pysol to 3.10sakamoto3-1963/+18
what's new: * Implemented 17 new games. * Added sound support including samples and background MP3/MOD music. Sound is implemented by a rather generic server (a C program) using the SDL library for low-level mixing and playing. * Wrote some really fancy tree dialogs - Python programmers will definitely love these :-) * Added 19 great cardsets to pysol-cardsets. Many thanks to T. Kirk.
1999-12-14Adapt this package to NetBSD.sakamoto4-14/+9
1999-12-14Import FreeBSD's "pysol" port:sakamoto5-0/+2017
Solitaire game, written in Python