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/Makefile | |
| 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/Makefile')
| -rw-r--r-- | emulators/DatUtil/Makefile | 9 |
1 files changed, 3 insertions, 6 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 |
