pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/ckmame update to 0.10:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b2982d2abee8
branches:  trunk
changeset: 545061:b2982d2abee8
user:      dillo <dillo%pkgsrc.org@localhost>
date:      Fri Jul 25 11:50:33 2008 +0000

description:
update to 0.10:

- use SQLite3 instead of Berkeley DB
- optionally TorrentZip ROM set
- mkmamedb: add support for ROM Management Datafile format
- mkmamedb: add support to read dat files from zip archives
- mkmamedb: extract version and game description from listxml output
- ckmame: fix finding ROMs that need detectors from superfluous and extra
- change to 3-clause BSD license

diffstat:

 emulators/ckmame/Makefile |  8 +++++---
 emulators/ckmame/distinfo |  8 ++++----
 2 files changed, 9 insertions(+), 7 deletions(-)

diffs (39 lines):

diff -r b8b3fa72619d -r b2982d2abee8 emulators/ckmame/Makefile
--- a/emulators/ckmame/Makefile Fri Jul 25 11:42:10 2008 +0000
+++ b/emulators/ckmame/Makefile Fri Jul 25 11:50:33 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:29 joerg Exp $
+# $NetBSD: Makefile,v 1.12 2008/07/25 11:50:33 dillo Exp $
 #
 
-DISTNAME=              ckmame-0.9
+DISTNAME=              ckmame-0.10
 CATEGORIES=            emulators
 MASTER_SITES=          http://www.nih.at/ckmame/
 EXTRACT_SUFX=          .tar.bz2
@@ -16,9 +16,11 @@
 GNU_CONFIGURE=         yes
 TEST_TARGET=           check
 
+BUILDLINK_API_DEPENDS.libzip+=  libzip>=0.9
+
 .include "../../archivers/libzip/buildlink3.mk"
+.include "../../databases/sqlite3/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
-.include "../../mk/db1.builtin.mk"
 
 .include "../../mk/bsd.pkg.mk"
diff -r b8b3fa72619d -r b2982d2abee8 emulators/ckmame/distinfo
--- a/emulators/ckmame/distinfo Fri Jul 25 11:42:10 2008 +0000
+++ b/emulators/ckmame/distinfo Fri Jul 25 11:50:33 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2007/06/06 20:56:15 wiz Exp $
+$NetBSD: distinfo,v 1.5 2008/07/25 11:50:33 dillo Exp $
 
-SHA1 (ckmame-0.9.tar.bz2) = 3a20d2ab01af4dabff9d68f3630151251fb3ff9f
-RMD160 (ckmame-0.9.tar.bz2) = 84bbf9af8fbc55e4da63d5fc258749d2848cdc29
-Size (ckmame-0.9.tar.bz2) = 215134 bytes
+SHA1 (ckmame-0.10.tar.bz2) = c2a10d5a88e569821739abfbc965032d6335a031
+RMD160 (ckmame-0.10.tar.bz2) = 7a676ef3f976ea3cbe17d83bc2539d5bf9a6d8a1
+Size (ckmame-0.10.tar.bz2) = 211619 bytes



Home | Main Index | Thread Index | Old Index