diff options
author | shattered <shattered@pkgsrc.org> | 2014-10-07 20:48:28 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2014-10-07 20:48:28 +0000 |
commit | 0d77f8f6e3fc639540ba08a214109570f73021cb (patch) | |
tree | c60651b3e2a946480a5c061d2073271f6c08fd5e /emulators | |
parent | 09050193e2b0dc639fc21279cb6058f795b908cd (diff) | |
download | pkgsrc-0d77f8f6e3fc639540ba08a214109570f73021cb.tar.gz |
Update to 2.36 (2009). Notable changes:
- Fixed crash when loading full MESS XML (0.105 upwards).
- MESS: Support for new device attributes (type, tag and mandatory).
- MESS: Support for machine "RAM options".
- Added support for 64-bit ROM sizes (n.b. not for directory scan).
- Added the DTD for ROM Management Datafiles (revision 1.1).
- Added support for Game Launcher and GameEx Map Files (untested).
- Added load / support for AAE RomList.
- Added save support for the Hyperspin Database format.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/DatLib/Makefile | 6 | ||||
-rw-r--r-- | emulators/DatLib/distinfo | 9 |
2 files changed, 7 insertions, 8 deletions
diff --git a/emulators/DatLib/Makefile b/emulators/DatLib/Makefile index 6d8c6e32fd4..b787e1af978 100644 --- a/emulators/DatLib/Makefile +++ b/emulators/DatLib/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2012/10/03 12:55:08 asau Exp $ +# $NetBSD: Makefile,v 1.25 2014/10/07 20:48:28 shattered Exp $ # -DISTNAME= datlib221 -PKGNAME= DatLib-2.21 +DISTNAME= datlib236 +PKGNAME= DatLib-2.36 CATEGORIES= emulators MASTER_SITES= http://www.logiqx.com/Tools/DatLib/ EXTRACT_SUFX= .zip diff --git a/emulators/DatLib/distinfo b/emulators/DatLib/distinfo index 3644157d5ac..5187d28a4a4 100644 --- a/emulators/DatLib/distinfo +++ b/emulators/DatLib/distinfo @@ -1,8 +1,7 @@ -$NetBSD: distinfo,v 1.13 2007/07/30 18:55:23 wiz Exp $ +$NetBSD: distinfo,v 1.14 2014/10/07 20:48:28 shattered Exp $ -SHA1 (datlib221.zip) = a5076fb30d8c871473025ee2b1c913c379e2538b -RMD160 (datlib221.zip) = 61c239645d193a674002c9555de81ba525a8de58 -Size (datlib221.zip) = 95554 bytes +SHA1 (datlib236.zip) = 99d4e787d3a3cd66a3274d7481486ee7189d6f8f +RMD160 (datlib236.zip) = e581cef88b063430f169963370091d1ddc15b926 +Size (datlib236.zip) = 109484 bytes SHA1 (patch-aa) = 58052a8c72989212d83081691f685574af6b40d4 SHA1 (patch-ab) = e01959114bafc63ae29fcde587b507f67e1c69b2 -SHA1 (patch-ac) = 55d7c856fc86aa40e625bcbde401b2c66b1d5b0c |