pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/ckmame ckmame: update to 1.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9f5c9d10add1
branches:  trunk
changeset: 316982:9f5c9d10add1
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Dec 23 15:36:48 2018 +0000

description:
ckmame: update to 1.0.

1.0 (2018-12-18)
=================

* add `--stats` to print stats about the state of the ROM set
* add support to only keep complete games in ROM set
* add `--autofixdat` to create fixdat with a name based on the dat name
* improve MAME (neogeo set) support
* fix up regression test suite
* switched to CMake build system

diffstat:

 emulators/ckmame/Makefile |  10 ++++------
 emulators/ckmame/PLIST    |   4 +---
 emulators/ckmame/distinfo |  10 +++++-----
 3 files changed, 10 insertions(+), 14 deletions(-)

diffs (60 lines):

diff -r fabb04bcc40a -r 9f5c9d10add1 emulators/ckmame/Makefile
--- a/emulators/ckmame/Makefile Sun Dec 23 15:33:01 2018 +0000
+++ b/emulators/ckmame/Makefile Sun Dec 23 15:36:48 2018 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2018/12/09 18:52:27 adam Exp $
+# $NetBSD: Makefile,v 1.45 2018/12/23 15:36:48 wiz Exp $
 
-DISTNAME=              ckmame-0.12
-PKGREVISION=           14
+DISTNAME=              ckmame-1.0
 CATEGORIES=            emulators
 MASTER_SITES=          https://www.nih.at/ckmame/
 EXTRACT_SUFX=          .tar.xz
@@ -11,8 +10,8 @@
 COMMENT=               Check ROM sets for MAME
 LICENSE=               modified-bsd
 
-USE_TOOLS+=            pkg-config
-GNU_CONFIGURE=         yes
+USE_TOOLS+=            pkg-config perl:test
+USE_CMAKE=             yes
 TEST_TARGET=           check
 
 BUILDLINK_API_DEPENDS.libzip+=  libzip>=1.0
@@ -21,5 +20,4 @@
 .include "../../databases/sqlite3/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
-
 .include "../../mk/bsd.pkg.mk"
diff -r fabb04bcc40a -r 9f5c9d10add1 emulators/ckmame/PLIST
--- a/emulators/ckmame/PLIST    Sun Dec 23 15:33:01 2018 +0000
+++ b/emulators/ckmame/PLIST    Sun Dec 23 15:36:48 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2011/02/20 22:19:52 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2018/12/23 15:36:48 wiz Exp $
 bin/ckmame
 bin/detective
 bin/dumpgame
@@ -7,5 +7,3 @@
 man/man1/detective.1
 man/man1/dumpgame.1
 man/man1/mkmamedb.1
-share/doc/ckmame/mame-0.96.dtd
-share/doc/ckmame/mess-0.97.dtd
diff -r fabb04bcc40a -r 9f5c9d10add1 emulators/ckmame/distinfo
--- a/emulators/ckmame/distinfo Sun Dec 23 15:33:01 2018 +0000
+++ b/emulators/ckmame/distinfo Sun Dec 23 15:36:48 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2015/11/03 20:30:55 agc Exp $
+$NetBSD: distinfo,v 1.9 2018/12/23 15:36:48 wiz Exp $
 
-SHA1 (ckmame-0.12.tar.xz) = 2f7ed3066393a15cdfadeac992a5be5da141be09
-RMD160 (ckmame-0.12.tar.xz) = d80724e5d21df189767edb07b6294a6c2d1a5b82
-SHA512 (ckmame-0.12.tar.xz) = 48a44cca15b245805c26ab996c9eb28491751530244ca6260c1e73f772edaa2b2532f7385be19afe4da8b5e0e1cd8bf33374c20cc9a13c93d818bd9a35e6e9ca
-Size (ckmame-0.12.tar.xz) = 366152 bytes
+SHA1 (ckmame-1.0.tar.xz) = 934a4e16aa1f917e38c9c9036973b62d12534bd0
+RMD160 (ckmame-1.0.tar.xz) = a11f3072e76a7152600b52459b036ad9348d60a4
+SHA512 (ckmame-1.0.tar.xz) = 20523cbc0a48a6b22b62f9b4f03d6eb457bbec70fb623fbbdaf61b39f2de9f0bf76d698fa673c6966400d89882cbc0a42073730e3cdd43d3e545316695a5cefd
+Size (ckmame-1.0.tar.xz) = 163100 bytes



Home | Main Index | Thread Index | Old Index