pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/DatUtil Update to 2.27:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a38671ccd90f
branches:  trunk
changeset: 506605:a38671ccd90f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jan 19 21:43:08 2006 +0000

description:
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:

 emulators/DatUtil/Makefile |  10 +++++-----
 emulators/DatUtil/PLIST    |   5 +++--
 emulators/DatUtil/distinfo |   8 ++++----
 3 files changed, 12 insertions(+), 11 deletions(-)

diffs (59 lines):

diff -r cd81e3d42cf9 -r a38671ccd90f emulators/DatUtil/Makefile
--- a/emulators/DatUtil/Makefile        Thu Jan 19 21:42:46 2006 +0000
+++ b/emulators/DatUtil/Makefile        Thu Jan 19 21:43:08 2006 +0000
@@ -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 @@
 
 INSTALLATION_DIRS=     bin
 
-BUILDLINK_DEPENDS.DatLib+=     DatLib>=2.13
+BUILDLINK_DEPENDS.DatLib+=     DatLib>=2.15
 
 post-extract:
        ${MKDIR} ${WRKSRC}/obj
@@ -27,7 +27,7 @@
 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 -r cd81e3d42cf9 -r a38671ccd90f emulators/DatUtil/PLIST
--- a/emulators/DatUtil/PLIST   Thu Jan 19 21:42:46 2006 +0000
+++ b/emulators/DatUtil/PLIST   Thu Jan 19 21:43:08 2006 +0000
@@ -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 -r cd81e3d42cf9 -r a38671ccd90f emulators/DatUtil/distinfo
--- a/emulators/DatUtil/distinfo        Thu Jan 19 21:42:46 2006 +0000
+++ b/emulators/DatUtil/distinfo        Thu Jan 19 21:43:08 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index