diff options
author | dillo <dillo@pkgsrc.org> | 2005-06-24 08:23:17 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2005-06-24 08:23:17 +0000 |
commit | 1c93d6728ce41683d8129a09c091be4b47f421a2 (patch) | |
tree | bbd4be78857f93649dbdc602efd9f7cf37903035 /emulators/ckmame | |
parent | ddd7abb96ad39d34d6ffad8c313dee3f054647a9 (diff) | |
download | pkgsrc-1c93d6728ce41683d8129a09c091be4b47f421a2.tar.gz |
Add ckmame 0.6, a program to check and fix ROM sets for MAME
Diffstat (limited to 'emulators/ckmame')
-rw-r--r-- | emulators/ckmame/DESCR | 5 | ||||
-rw-r--r-- | emulators/ckmame/Makefile | 21 | ||||
-rw-r--r-- | emulators/ckmame/PLIST | 10 | ||||
-rw-r--r-- | emulators/ckmame/distinfo | 5 |
4 files changed, 41 insertions, 0 deletions
diff --git a/emulators/ckmame/DESCR b/emulators/ckmame/DESCR new file mode 100644 index 00000000000..2822c322740 --- /dev/null +++ b/emulators/ckmame/DESCR @@ -0,0 +1,5 @@ + This is ckmame, a program to check ROM sets for MAME, the Multiple +Arcade Machine Emulator (http://mame.retrogames.com). It tells you +which ROM files are missing or have a wrong checksum, and can delete +unknown and unused files from the ROM sets, and rename or move ROM +files. diff --git a/emulators/ckmame/Makefile b/emulators/ckmame/Makefile new file mode 100644 index 00000000000..e4c7964eb64 --- /dev/null +++ b/emulators/ckmame/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/06/24 08:23:17 dillo Exp $ +# + +DISTNAME= ckmame-0.6 +CATEGORIES= emulators +MASTER_SITES= http://www.nih.at/ckmame/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= dillo@NetBSD.org +HOMEPAGE= http://www.nih.at/ckmame/ +COMMENT= Check ROM sets for MAME + +GNU_CONFIGURE= yes +TEST_TARGET= check + +.include "../../archivers/libzip/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/PLIST b/emulators/ckmame/PLIST new file mode 100644 index 00000000000..07edaaf593a --- /dev/null +++ b/emulators/ckmame/PLIST @@ -0,0 +1,10 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/06/24 08:23:17 dillo Exp $ +bin/ckmame +bin/dumpgame +bin/mkmamedb +bin/mkmamedb-xmame.sh +man/man1/ckmame.1 +man/man1/dumpgame.1 +man/man1/mkmamedb.1 +share/doc/ckmame/mame-0.96.dtd +@dirrm share/doc/ckmame diff --git a/emulators/ckmame/distinfo b/emulators/ckmame/distinfo new file mode 100644 index 00000000000..259328d56a9 --- /dev/null +++ b/emulators/ckmame/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/06/24 08:23:18 dillo Exp $ + +SHA1 (ckmame-0.6.tar.bz2) = ba2a2b94cfc2cad49841fc9e33c302b35efbe382 +RMD160 (ckmame-0.6.tar.bz2) = b5e2270ba7d0b5240218fb52f0a77bab18465a75 +Size (ckmame-0.6.tar.bz2) = 148769 bytes |