diff options
author | sakamoto <sakamoto@pkgsrc.org> | 2000-04-13 03:08:44 +0000 |
---|---|---|
committer | sakamoto <sakamoto@pkgsrc.org> | 2000-04-13 03:08:44 +0000 |
commit | 7edd77b3d7c8df19911081bfeb634e820e54efd0 (patch) | |
tree | 21429a5ba4b03eb771c8e3547612488d49b75be5 /games/pysol/Makefile | |
parent | ddab22953b3311f6607512021b881a23581af960 (diff) | |
download | pkgsrc-7edd77b3d7c8df19911081bfeb634e820e54efd0.tar.gz |
Update pysol to 4.00
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
Diffstat (limited to 'games/pysol/Makefile')
-rw-r--r-- | games/pysol/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/pysol/Makefile b/games/pysol/Makefile index 4c6a98d3784..6ae026ed6c9 100644 --- a/games/pysol/Makefile +++ b/games/pysol/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2000/01/02 03:20:13 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2000/04/13 03:08:44 sakamoto Exp $ # FreeBSD Id: ports/games/pysol/Makefile,v 1.20 1999/12/08 11:01:01 tg Exp -DISTNAME= pysol-3.10 +DISTNAME= pysol-4.00 CATEGORIES= games MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/download/pysol/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${CARDSETS}${EXTRACT_SUFX} @@ -14,7 +14,7 @@ DEPENDS+= py-Tk-*:../../x11/py-Tk NO_BUILD= yes PLIST_SRC= ${WRKDIR}/PLIST.src -CARDSETS= pysol-cardsets-3.10 +CARDSETS= pysol-cardsets-3.40 do-install: ${SED} -e "s|@pkgdatadir@|${PREFIX}/share/pysol|" < ${WRKSRC}/pysol > ${PREFIX}/bin/pysol |