diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-26 00:00:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-26 00:00:32 +0000 |
commit | ceed4557c41a43ef82a91245ac06e50875133d59 (patch) | |
tree | 1241a15d5b0c9439f6ab0277c6c19c80679a7e75 /emulators | |
parent | e1a84aefa30fb62313135780ea14bb7614c6c0ac (diff) | |
download | pkgsrc-ceed4557c41a43ef82a91245ac06e50875133d59.tar.gz |
Update to 2.20:
01/01/2007 *** v2.20 ***
- Added 'prune' feature for removing roms, disk and/or samples
- Added 'incorporate' feature to assist in combining datafiles
30/12/2006 *** v2.19 ***
- Internal change that only affects MAMEDiff (see note below)
- Improved -dX modes (understands merging despite differing names)
17/10/2006 *** 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!
16/07/2006 *** v2.17 ***
- Fixed bug that caused the DatUtil -g and -r options to crash
11/07/2006 *** 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')
-rw-r--r-- | emulators/DatLib/Makefile | 7 | ||||
-rw-r--r-- | emulators/DatLib/buildlink3.mk | 5 | ||||
-rw-r--r-- | emulators/DatLib/distinfo | 10 | ||||
-rw-r--r-- | emulators/DatLib/patches/patch-aa | 8 |
4 files changed, 14 insertions, 16 deletions
diff --git a/emulators/DatLib/Makefile b/emulators/DatLib/Makefile index 0417b3e0094..6ebdde94203 100644 --- a/emulators/DatLib/Makefile +++ b/emulators/DatLib/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2006/10/04 21:38:37 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2007/02/26 00:00:32 wiz Exp $ # -DISTNAME= datlib215 -PKGNAME= DatLib-2.15 -PKGREVISION= 1 +DISTNAME= datlib220 +PKGNAME= DatLib-2.20 CATEGORIES= emulators MASTER_SITES= http://www.logiqx.com/Tools/DatLib/ EXTRACT_SUFX= .zip diff --git a/emulators/DatLib/buildlink3.mk b/emulators/DatLib/buildlink3.mk index 7c40671a3c5..191e32785c0 100644 --- a/emulators/DatLib/buildlink3.mk +++ b/emulators/DatLib/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.7 2006/07/08 23:10:49 jlam Exp $ +# $NetBSD: buildlink3.mk,v 1.8 2007/02/26 00:00:32 wiz Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ DATLIB_BUILDLINK3_MK:= ${DATLIB_BUILDLINK3_MK}+ @@ -12,8 +12,7 @@ BUILDLINK_PACKAGES+= DatLib BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}DatLib .if !empty(DATLIB_BUILDLINK3_MK:M+) -BUILDLINK_API_DEPENDS.DatLib+= DatLib>=2.8 -BUILDLINK_ABI_DEPENDS.DatLib?= DatLib>=2.15nb1 +BUILDLINK_API_DEPENDS.DatLib+= DatLib>=2.20 BUILDLINK_PKGSRCDIR.DatLib?= ../../emulators/DatLib .endif # DATLIB_BUILDLINK3_MK diff --git a/emulators/DatLib/distinfo b/emulators/DatLib/distinfo index 18da81f38aa..5112618339d 100644 --- a/emulators/DatLib/distinfo +++ b/emulators/DatLib/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.11 2006/01/19 21:42:46 wiz Exp $ +$NetBSD: distinfo,v 1.12 2007/02/26 00:00:32 wiz Exp $ -SHA1 (datlib215.zip) = 3ced57deacf7380ef9a3f57f7450339aee9fc900 -RMD160 (datlib215.zip) = 55d3eb18ffaefa48d4e6d8547b8b9ccbafb1e5d6 -Size (datlib215.zip) = 89283 bytes -SHA1 (patch-aa) = c589d437d71f9342cb15b1b0e731169b274bd6b0 +SHA1 (datlib220.zip) = 05281aa81ea9130ba5b8b7ad029fada0369e69e0 +RMD160 (datlib220.zip) = a74f33b6bbc5c6c93557315efec448a4f2417506 +Size (datlib220.zip) = 95340 bytes +SHA1 (patch-aa) = 58052a8c72989212d83081691f685574af6b40d4 SHA1 (patch-ab) = e01959114bafc63ae29fcde587b507f67e1c69b2 SHA1 (patch-ac) = 55d7c856fc86aa40e625bcbde401b2c66b1d5b0c diff --git a/emulators/DatLib/patches/patch-aa b/emulators/DatLib/patches/patch-aa index 90fd08dae65..3dec2b0490d 100644 --- a/emulators/DatLib/patches/patch-aa +++ b/emulators/DatLib/patches/patch-aa @@ -1,13 +1,13 @@ -$NetBSD: patch-aa,v 1.2 2005/03/14 16:11:42 rillig Exp $ +$NetBSD: patch-aa,v 1.3 2007/02/26 00:00:32 wiz Exp $ ---- makefile.orig 2005-02-24 23:39:10.000000000 +0100 +--- makefile.orig 2007-01-01 18:13:12.000000000 +0000 +++ makefile @@ -5,20 +5,20 @@ MD=mkdir CC=@gcc --CFLAGS+=-Wall -O2 -I $(LOGIQX)/dev -+CFLAGS+=-Wall -O2 -I . +-CFLAGS+=-Wall -O3 -I $(LOGIQX)/dev ++CFLAGS+=-Wall -O3 -I . LD=@gcc LIBS+=-lz -lm |