diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-26 00:00:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-26 00:00:42 +0000 |
commit | c9d589fe422e825b783e79123af9ebf1cf915c21 (patch) | |
tree | d78bd829b400ae7775a154ee63b5e9a49ae3d555 /emulators/DatUtil | |
parent | 58534730cc73885f363c747e7311c32bab32496e (diff) | |
download | pkgsrc-c9d589fe422e825b783e79123af9ebf1cf915c21.tar.gz |
Update to 2.31:
01/01/2007 *** v2.31 ***
- Uses DatLib v2.20.
- Added 'prune' option (-p) for removing roms, disk and/or samples
- Added 'incorporate' option (-I) to assist in combining datafiles
17/10/2006 *** v2.30 ***
- Uses DatLib v2.18.
- More intelligent DTD creation when saving in ListXML format
- Added support for game/display (MAME v0.107)
- Added support for game/input/control (MAME v0.107)
- Added support for emulator/build (MAME+MESS v0.101u4 upwards)
- Added support for driver/savestate (MAME v0.101u1 upwards)
- Note: The above changes affect the tab delimited format!
- Added 'delimited.sql' as an example of loading dats into MySQL
16/07/2006 *** v2.29 ***
- Uses DatLib v2.17.
- Fixed bug that caused the DatUtil -g and -r options to crash
11/07/2006 *** v2.28 ***
- Uses DatLib v2.16.
- Fixed bug that messed up internal indices (affected crc matching)
- More intelligent directory scanner (regarding samples and CHDs)
- Removed 64MB file limit from directory scanner (reads 1MB blocks)
Diffstat (limited to 'emulators/DatUtil')
-rw-r--r-- | emulators/DatUtil/Makefile | 9 | ||||
-rw-r--r-- | emulators/DatUtil/distinfo | 8 |
2 files changed, 7 insertions, 10 deletions
diff --git a/emulators/DatUtil/Makefile b/emulators/DatUtil/Makefile index 91a665472c6..cfd3704426f 100644 --- a/emulators/DatUtil/Makefile +++ b/emulators/DatUtil/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2006/10/04 21:38:37 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2007/02/26 00:00:42 wiz Exp $ # -DISTNAME= dutil227 -PKGNAME= DatUtil-2.27 -PKGREVISION= 1 +DISTNAME= dutil231 +PKGNAME= DatUtil-2.31 CATEGORIES= emulators MASTER_SITES= http://www.logiqx.com/Tools/DatUtil/ EXTRACT_SUFX= .zip @@ -20,8 +19,6 @@ EXTRACT_OPTS_ZIP= -Laaqo INSTALLATION_DIRS= bin -BUILDLINK_API_DEPENDS.DatLib+= DatLib>=2.15 - post-extract: ${MKDIR} ${WRKSRC}/obj diff --git a/emulators/DatUtil/distinfo b/emulators/DatUtil/distinfo index 57ba14d49e7..f8e2529498a 100644 --- a/emulators/DatUtil/distinfo +++ b/emulators/DatUtil/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.11 2006/01/19 21:43:08 wiz Exp $ +$NetBSD: distinfo,v 1.12 2007/02/26 00:00:42 wiz Exp $ -SHA1 (dutil227.zip) = e2509b1f907b26c56601fb4217c16d8957168b3d -RMD160 (dutil227.zip) = 6b6e0581080e3a0243071f552283970d0573fece -Size (dutil227.zip) = 148272 bytes +SHA1 (dutil231.zip) = 4b7aae37c862f26e763ca45a6c749622a02531fe +RMD160 (dutil231.zip) = 28b32f1a988c75befedfa9b5c6bb42084c02c11b +Size (dutil231.zip) = 182806 bytes SHA1 (patch-aa) = a6f3eee2549bc795bdf16b3672ec770ee16794a0 SHA1 (patch-ab) = 2926b8e6dda83ca30e20de6f27933a318a2db404 |