pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/DatLib Update to 2.15:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cd81e3d42cf9
branches:  trunk
changeset: 506604:cd81e3d42cf9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jan 19 21:42:46 2006 +0000

description:
Update to 2.15:
13/01/2006  *** v2.15 ***

            - Last release would not load data files less than 4KB in size!

12/01/2006  *** 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.

diffstat:

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

diffs (59 lines):

diff -r e0320cdfce47 -r cd81e3d42cf9 emulators/DatLib/Makefile
--- a/emulators/DatLib/Makefile Thu Jan 19 21:11:25 2006 +0000
+++ b/emulators/DatLib/Makefile Thu Jan 19 21:42:46 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2006/01/01 19:35:18 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2006/01/19 21:42:46 wiz Exp $
 #
 
-DISTNAME=              datlib213
-PKGNAME=               DatLib-2.13
+DISTNAME=              datlib215
+PKGNAME=               DatLib-2.15
 CATEGORIES=            emulators
 MASTER_SITES=          http://www.logiqx.com/Tools/DatLib/
 EXTRACT_SUFX=          .zip
@@ -31,7 +31,7 @@
        ${INSTALL_DATA} ${WRKSRC}/src/misc/*.h ${PREFIX}/include/DatLib/misc
        ${INSTALL_LIB} ${WRKSRC}/obj/libdatlib.a ${PREFIX}/lib/libdatlib.a
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/DatLib
-       ${INSTALL_DATA} ${WRKSRC}/datlib.txt ${PREFIX}/share/doc/DatLib
+       ${INSTALL_DATA} ${WRKSRC}/*.txt ${PREFIX}/share/doc/DatLib
 
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r e0320cdfce47 -r cd81e3d42cf9 emulators/DatLib/PLIST
--- a/emulators/DatLib/PLIST    Thu Jan 19 21:11:25 2006 +0000
+++ b/emulators/DatLib/PLIST    Thu Jan 19 21:42:46 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2005/03/04 12:05:12 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2006/01/19 21:42:46 wiz Exp $
 include/DatLib/datlib.h
 include/DatLib/driver.h
 include/DatLib/hash/md5.h
@@ -11,7 +11,8 @@
 include/DatLib/token.h
 include/DatLib/type.h
 lib/libdatlib.a
-share/doc/DatLib/datlib.txt
+share/doc/DatLib/readme.txt
+share/doc/DatLib/whatsnew.txt
 @dirrm share/doc/DatLib
 @dirrm include/DatLib/hash
 @dirrm include/DatLib/mame
diff -r e0320cdfce47 -r cd81e3d42cf9 emulators/DatLib/distinfo
--- a/emulators/DatLib/distinfo Thu Jan 19 21:11:25 2006 +0000
+++ b/emulators/DatLib/distinfo Thu Jan 19 21:42:46 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.10 2006/01/01 19:35:18 wiz Exp $
+$NetBSD: distinfo,v 1.11 2006/01/19 21:42:46 wiz Exp $
 
-SHA1 (datlib213.zip) = 4de1b93e46403bf22178d2589d12b5673d5844f7
-RMD160 (datlib213.zip) = 9e35cb8bc7b23ea740a507e23a99ee454707791e
-Size (datlib213.zip) = 85880 bytes
+SHA1 (datlib215.zip) = 3ced57deacf7380ef9a3f57f7450339aee9fc900
+RMD160 (datlib215.zip) = 55d3eb18ffaefa48d4e6d8547b8b9ccbafb1e5d6
+Size (datlib215.zip) = 89283 bytes
 SHA1 (patch-aa) = c589d437d71f9342cb15b1b0e731169b274bd6b0
 SHA1 (patch-ab) = e01959114bafc63ae29fcde587b507f67e1c69b2
 SHA1 (patch-ac) = 55d7c856fc86aa40e625bcbde401b2c66b1d5b0c



Home | Main Index | Thread Index | Old Index