diff options
author | wiz <wiz@pkgsrc.org> | 2007-06-06 20:56:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-06-06 20:56:15 +0000 |
commit | ffc41a25c47d0342455f5ada505f257869119441 (patch) | |
tree | 8fc8c930d59401dd7d2f4995dfaea6f2a393e699 /emulators | |
parent | 9cf545c1e709312c83b3d7286d072570985c7ef1 (diff) | |
download | pkgsrc-ffc41a25c47d0342455f5ada505f257869119441.tar.gz |
Update to 0.9:
0.9 (2007-06-04)
- add support for CMPro XML header skip detectors
- fix handling of zero byte ROMs
- dumpgame: brief option: no ROM/disk info
- mkmamedb: add support for reading Romcenter dat files
- mkmamedb: warn about multiple games with same name
- mkmamedb: create CMPro dat files
- mkmamedb: create mame db or CMPro dat file from zip archives
- ckmame: add option to keep files present in old ROM database
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/ckmame/Makefile | 4 | ||||
-rw-r--r-- | emulators/ckmame/PLIST | 4 | ||||
-rw-r--r-- | emulators/ckmame/distinfo | 8 |
3 files changed, 9 insertions, 7 deletions
diff --git a/emulators/ckmame/Makefile b/emulators/ckmame/Makefile index 14be1eeab59..2ff06f7da07 100644 --- a/emulators/ckmame/Makefile +++ b/emulators/ckmame/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2006/05/18 19:12:25 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2007/06/06 20:56:15 wiz Exp $ # -DISTNAME= ckmame-0.8 +DISTNAME= ckmame-0.9 CATEGORIES= emulators MASTER_SITES= http://www.nih.at/ckmame/ EXTRACT_SUFX= .tar.bz2 diff --git a/emulators/ckmame/PLIST b/emulators/ckmame/PLIST index 7ca5641b457..f94773dc15b 100644 --- a/emulators/ckmame/PLIST +++ b/emulators/ckmame/PLIST @@ -1,9 +1,11 @@ -@comment $NetBSD: PLIST,v 1.2 2005/12/28 21:44:26 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2007/06/06 20:56:15 wiz Exp $ bin/ckmame +bin/detective bin/dumpgame bin/mkmamedb bin/mkmamedb-xmame.sh man/man1/ckmame.1 +man/man1/detective.1 man/man1/dumpgame.1 man/man1/mkmamedb.1 share/doc/ckmame/mame-0.96.dtd diff --git a/emulators/ckmame/distinfo b/emulators/ckmame/distinfo index af6e7eb7a78..34a8502947e 100644 --- a/emulators/ckmame/distinfo +++ b/emulators/ckmame/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2006/05/18 19:12:25 wiz Exp $ +$NetBSD: distinfo,v 1.4 2007/06/06 20:56:15 wiz Exp $ -SHA1 (ckmame-0.8.tar.bz2) = a00daf9c9e9b992e5b0de71df889ea92cb744c97 -RMD160 (ckmame-0.8.tar.bz2) = 5bcd752e69deef7fe5681c448987679184255f45 -Size (ckmame-0.8.tar.bz2) = 206134 bytes +SHA1 (ckmame-0.9.tar.bz2) = 3a20d2ab01af4dabff9d68f3630151251fb3ff9f +RMD160 (ckmame-0.9.tar.bz2) = 84bbf9af8fbc55e4da63d5fc258749d2848cdc29 +Size (ckmame-0.9.tar.bz2) = 215134 bytes |