diff options
author | wiz <wiz> | 2005-03-27 18:13:06 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-03-27 18:13:06 +0000 |
commit | 3ed94061564b0bd68e179c0a79e2f158febee829 (patch) | |
tree | e4bdf2ed33432aa8da117eba3331b752dbb0b346 /emulators/DatLib | |
parent | 64ee5d349565f6a31071517d343ad9fb31e4503a (diff) | |
download | pkgsrc-3ed94061564b0bd68e179c0a79e2f158febee829.tar.gz |
Update to 2.4:
25/03/2005 *** v2.4 ***
- Fixed another crash with datutil -X and 'forcemerging full'.
- Changed the delimited format to use \N for NULLs.
- Changed the delimited format so that all types are 'game_*'.
- Changed the delimited format so that games include 'runnable'.
- Added save support for a DISK section in the RomCenter format.
- Added several aliases for the output formats (see DatUtil docs).
Diffstat (limited to 'emulators/DatLib')
-rw-r--r-- | emulators/DatLib/Makefile | 6 | ||||
-rw-r--r-- | emulators/DatLib/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/emulators/DatLib/Makefile b/emulators/DatLib/Makefile index fd0e756fcb3..dc9b6eac79f 100644 --- a/emulators/DatLib/Makefile +++ b/emulators/DatLib/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2005/03/22 17:22:36 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2005/03/27 18:13:06 wiz Exp $ # -DISTNAME= datlib23 -PKGNAME= DatLib-2.3 +DISTNAME= datlib24 +PKGNAME= DatLib-2.4 CATEGORIES= emulators MASTER_SITES= http://www.logiqx.com/Tools/DatLib/ EXTRACT_SUFX= .zip diff --git a/emulators/DatLib/distinfo b/emulators/DatLib/distinfo index 9a5a985d59d..840c683f926 100644 --- a/emulators/DatLib/distinfo +++ b/emulators/DatLib/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2005/03/22 17:22:36 wiz Exp $ +$NetBSD: distinfo,v 1.4 2005/03/27 18:13:06 wiz Exp $ -SHA1 (datlib23.zip) = 326ced72be87f92c1c45feed7b36e99a64ffadf9 -RMD160 (datlib23.zip) = 823cf68afbf9c03bbc72ecc6fdff2b5ba7308938 -Size (datlib23.zip) = 80954 bytes +SHA1 (datlib24.zip) = 2715fba91af532e3991841ce7e96148b6e6e86df +RMD160 (datlib24.zip) = 84167811704ae38c1b3e83eb6252c73cc24f29b0 +Size (datlib24.zip) = 81795 bytes SHA1 (patch-aa) = c589d437d71f9342cb15b1b0e731169b274bd6b0 |