diff options
author | dillo <dillo@pkgsrc.org> | 2008-07-25 11:50:33 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2008-07-25 11:50:33 +0000 |
commit | da24487044ac99fd52e69fe1cf6c69ce4df73e4e (patch) | |
tree | 439aa6427c4c839834d2537b3706d037cf519e88 /emulators | |
parent | befb90d484c1098107df964abf7cfd3a0fcf3c08 (diff) | |
download | pkgsrc-da24487044ac99fd52e69fe1cf6c69ce4df73e4e.tar.gz |
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 (limited to 'emulators')
-rw-r--r-- | emulators/ckmame/Makefile | 8 | ||||
-rw-r--r-- | emulators/ckmame/distinfo | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/emulators/ckmame/Makefile b/emulators/ckmame/Makefile index 1fa2cb6b8c6..a364513ea0b 100644 --- a/emulators/ckmame/Makefile +++ b/emulators/ckmame/Makefile @@ -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 @@ USE_TOOLS+= pkg-config 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 --git a/emulators/ckmame/distinfo b/emulators/ckmame/distinfo index 34a8502947e..2db28c80256 100644 --- a/emulators/ckmame/distinfo +++ b/emulators/ckmame/distinfo @@ -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 |