diff options
author | wiz <wiz@pkgsrc.org> | 2006-01-19 21:43:08 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-01-19 21:43:08 +0000 |
commit | 2fcf579bacf33cf1a57a291423cb04e2df5d4def (patch) | |
tree | 78f567ebcbf3990e52543677ae86216a54eb0dd0 /emulators | |
parent | ed58f295ba8d4779ddee03862b91bf01f5939b5c (diff) | |
download | pkgsrc-2fcf579bacf33cf1a57a291423cb04e2df5d4def.tar.gz |
Update to 2.27:
13/01/2006 *** v2.27 ***
- Uses DatLib v2.15.
- Last release would not load data files less than 4KB in size!
12/01/2006 *** v2.26 ***
- Uses DatLib v2.14.
- Added a save-only format to imitate MAME's gamelist.txt file.
- File identification is now done by loading just the first 4KB.
- Added a list of supported save-formats to the command line help.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/DatUtil/Makefile | 10 | ||||
-rw-r--r-- | emulators/DatUtil/PLIST | 5 | ||||
-rw-r--r-- | emulators/DatUtil/distinfo | 8 |
3 files changed, 12 insertions, 11 deletions
diff --git a/emulators/DatUtil/Makefile b/emulators/DatUtil/Makefile index 957ae2ea494..6841387b50b 100644 --- a/emulators/DatUtil/Makefile +++ b/emulators/DatUtil/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2006/01/01 19:36:34 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2006/01/19 21:43:08 wiz Exp $ # -DISTNAME= dutil225 -PKGNAME= DatUtil-2.25 +DISTNAME= dutil227 +PKGNAME= DatUtil-2.27 CATEGORIES= emulators MASTER_SITES= http://www.logiqx.com/Tools/DatUtil/ EXTRACT_SUFX= .zip @@ -19,7 +19,7 @@ EXTRACT_CMD_OPTS.zip= -Laaqo INSTALLATION_DIRS= bin -BUILDLINK_DEPENDS.DatLib+= DatLib>=2.13 +BUILDLINK_DEPENDS.DatLib+= DatLib>=2.15 post-extract: ${MKDIR} ${WRKSRC}/obj @@ -27,7 +27,7 @@ post-extract: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/datutil ${PREFIX}/bin ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/DatUtil - ${INSTALL_DATA} ${WRKSRC}/datutil.txt ${PREFIX}/share/doc/DatUtil + ${INSTALL_DATA} ${WRKSRC}/*.txt ${PREFIX}/share/doc/DatUtil .include "../../devel/zlib/buildlink3.mk" .include "../../emulators/DatLib/buildlink3.mk" diff --git a/emulators/DatUtil/PLIST b/emulators/DatUtil/PLIST index a965e8fd78e..63dab2db4d7 100644 --- a/emulators/DatUtil/PLIST +++ b/emulators/DatUtil/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2005/03/04 12:05:13 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2006/01/19 21:43:08 wiz Exp $ bin/datutil -share/doc/DatUtil/datutil.txt +share/doc/DatUtil/readme.txt +share/doc/DatUtil/whatsnew.txt @dirrm share/doc/DatUtil diff --git a/emulators/DatUtil/distinfo b/emulators/DatUtil/distinfo index a86c5a95b09..57ba14d49e7 100644 --- a/emulators/DatUtil/distinfo +++ b/emulators/DatUtil/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.10 2006/01/01 19:36:34 wiz Exp $ +$NetBSD: distinfo,v 1.11 2006/01/19 21:43:08 wiz Exp $ -SHA1 (dutil225.zip) = bc6a1ea0415d0879eecd5b6d20d3031f95f7ff3e -RMD160 (dutil225.zip) = 7b1e64bfe8838cbfe6c802f3757c3bf278e920df -Size (dutil225.zip) = 299489 bytes +SHA1 (dutil227.zip) = e2509b1f907b26c56601fb4217c16d8957168b3d +RMD160 (dutil227.zip) = 6b6e0581080e3a0243071f552283970d0573fece +Size (dutil227.zip) = 148272 bytes SHA1 (patch-aa) = a6f3eee2549bc795bdf16b3672ec770ee16794a0 SHA1 (patch-ab) = 2926b8e6dda83ca30e20de6f27933a318a2db404 |