diff options
author | adam <adam@pkgsrc.org> | 2011-06-15 13:08:20 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-06-15 13:08:20 +0000 |
commit | d0498ebfe85946fa9d40273a4355b8940d778b9a (patch) | |
tree | ab5c128d8ca0a74a301aa8531dacbbb85b6b217f /games | |
parent | cdb25af66a7c8a687fba0bfaf53e4adf993e6ff2 (diff) | |
download | pkgsrc-d0498ebfe85946fa9d40273a4355b8940d778b9a.tar.gz |
Changes 1.3.0:
New Games:
- Added support for Backyard Baseball.
- Added support for Backyard Baseball 2001.
- Added support for Urban Runner.
- Added support for Playtoons: Bambou le Sauveur de la Jungle.
- Added support for Toonstruck.
- Added support for Living Books v1 and v2 games.
- Added support for Hugo's House of Horrors, Hugo 2: Whodunit?
and Hugo 3: Jungle of Doom.
- Added support for Amiga SCI games (except Conquests of the Longbow).
- Added support for Macintosh SCI1 games.
New Ports:
- Added WebOS port.
General
- Added support for loadable modules on platforms without a dynamic
loader (GSoC Task).
- Added Danish translation.
- Added Norwegian Bokmaal translation.
- Added Norwegian Nynorsk translation.
- Added Swedish translation.
- Added Debug Console to Cine, Draci, Gob, MADE, Sword1, Touche and
Tucker Engines.
- Closed significant memory leaks. RTL should now be more usable.
Diffstat (limited to 'games')
-rw-r--r-- | games/scummvm/Makefile | 4 | ||||
-rw-r--r-- | games/scummvm/PLIST | 4 | ||||
-rw-r--r-- | games/scummvm/distinfo | 8 |
3 files changed, 9 insertions, 7 deletions
diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile index f5c802a484a..5404cbeaac6 100644 --- a/games/scummvm/Makefile +++ b/games/scummvm/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.64 2010/12/24 14:51:43 adam Exp $ +# $NetBSD: Makefile,v 1.65 2011/06/15 13:08:20 adam Exp $ -DISTNAME= scummvm-1.2.1 +DISTNAME= scummvm-1.3.0 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scummvm/} EXTRACT_SUFX= .tar.bz2 diff --git a/games/scummvm/PLIST b/games/scummvm/PLIST index cd87a3dae2f..4672f3f0692 100644 --- a/games/scummvm/PLIST +++ b/games/scummvm/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2010/10/27 07:14:48 adam Exp $ +@comment $NetBSD: PLIST,v 1.12 2011/06/15 13:08:20 adam Exp $ bin/scummvm man/man6/scummvm.6 share/doc/scummvm/AUTHORS @@ -10,6 +10,7 @@ share/doc/scummvm/NEWS share/doc/scummvm/README share/pixmaps/scummvm.xpm share/scummvm/drascula.dat +share/scummvm/hugo.dat share/scummvm/kyra.dat share/scummvm/lure.dat share/scummvm/pred.dic @@ -18,4 +19,5 @@ share/scummvm/scummclassic.zip share/scummvm/scummmodern.zip share/scummvm/sky.cpt share/scummvm/teenagent.dat +share/scummvm/toon.dat share/scummvm/translations.dat diff --git a/games/scummvm/distinfo b/games/scummvm/distinfo index 836fab5a834..1d1f548990e 100644 --- a/games/scummvm/distinfo +++ b/games/scummvm/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.36 2010/12/24 14:51:43 adam Exp $ +$NetBSD: distinfo,v 1.37 2011/06/15 13:08:20 adam Exp $ -SHA1 (scummvm-1.2.1.tar.bz2) = f3dc6aae5a108c1fe4f9442a40c22c89ab2227b3 -RMD160 (scummvm-1.2.1.tar.bz2) = 3e78eaf5657f395cbf097898b965735e0520da2a -Size (scummvm-1.2.1.tar.bz2) = 9541548 bytes +SHA1 (scummvm-1.3.0.tar.bz2) = ff89c68da74bbf7a89c5d54a27baac3acecd5025 +RMD160 (scummvm-1.3.0.tar.bz2) = 4da7b500616c79a63281d0945717cbbe21d6287c +Size (scummvm-1.3.0.tar.bz2) = 10315113 bytes SHA1 (patch-aa) = dd038b5c60261919130bc670241fc305fb3d0d00 |