diff options
author | wiz <wiz@pkgsrc.org> | 2012-06-01 19:42:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-06-01 19:42:06 +0000 |
commit | f425165fe6ff1bd21a3ac81c1cd2ba4fe5eaab52 (patch) | |
tree | 10aeee264ae10469b13780a130bb5b42da07d63e /emulators | |
parent | 32a8880acddd1adb786c0a3a407404c2daed956d (diff) | |
download | pkgsrc-f425165fe6ff1bd21a3ac81c1cd2ba4fe5eaab52.tar.gz |
Update to 0.146. Lots of emulation updates, CHD format change (v5).
Also, this version now builds with clang.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/mame/Makefile | 9 | ||||
-rw-r--r-- | emulators/mame/PLIST | 4 | ||||
-rw-r--r-- | emulators/mame/distinfo | 8 |
3 files changed, 11 insertions, 10 deletions
diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile index 63ccf47cdae..b7f8c1fa84f 100644 --- a/emulators/mame/Makefile +++ b/emulators/mame/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2012/03/08 17:11:09 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2012/06/01 19:42:06 wiz Exp $ # -DISTNAME= mame0145s +DISTNAME= mame0146s PKGNAME= ${DISTNAME:S/0/-0./:S/s$//} MASTER_SITES= http://mamedev.org/downloader.php?file=releases/ @@ -10,7 +10,7 @@ COMMENT= Multiple Arcade Machine Emulator CONFLICTS= xmame-[0-9]* sdlmame-[0-9]* DOCDIR= share/doc/mame -INSTALLATION_DIRS= bin ${DOCDIR} ${PKGMANDIR}/man1 +INSTALLATION_DIRS= bin ${DOCDIR} ${PKGMANDIR}/man1 ${PKGMANDIR}/man6 # mame source is double-zipped post-extract: @@ -32,9 +32,10 @@ do-install: # skipped: ldplayer man page exists, but no binary? # skipped: testkeys, binary not installed set -e; \ - for man in chdman.1 jedutil.1 ldverify.1 mame.1 romcmp.1; \ + for man in chdman.1 jedutil.1 ldverify.1 romcmp.1; \ do \ ${INSTALL_DATA} ${WRKSRC}/src/osd/sdl/man/"$$man" ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1; \ done + ${INSTALL_DATA} ${WRKSRC}/src/osd/sdl/man/mame.6 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man6; \ .include "Makefile.common" diff --git a/emulators/mame/PLIST b/emulators/mame/PLIST index be166d501e9..6068a75c357 100644 --- a/emulators/mame/PLIST +++ b/emulators/mame/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2011/02/03 22:22:35 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2012/06/01 19:42:06 wiz Exp $ bin/chdman bin/jedutil bin/ldresample @@ -9,8 +9,8 @@ bin/unidasm man/man1/chdman.1 man/man1/jedutil.1 man/man1/ldverify.1 -man/man1/mame.1 man/man1/romcmp.1 +man/man6/mame.6 share/doc/mame/config.txt share/doc/mame/license.txt share/doc/mame/mame.txt diff --git a/emulators/mame/distinfo b/emulators/mame/distinfo index 69bafed723f..23a452336c1 100644 --- a/emulators/mame/distinfo +++ b/emulators/mame/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2012/03/08 17:11:09 wiz Exp $ +$NetBSD: distinfo,v 1.10 2012/06/01 19:42:06 wiz Exp $ -SHA1 (mame0145s.zip) = 740cd6ee00167124a0d12078ff83e0fff2d0b45d -RMD160 (mame0145s.zip) = 254ed752f8e3f9e54f472f279b308b3f45346a3b -Size (mame0145s.zip) = 20346129 bytes +SHA1 (mame0146s.zip) = 6bd2c6209dd5fc6468d0461cd1739b83559dbbf7 +RMD160 (mame0146s.zip) = 4c650e0318a7b00058971e0e47a93b7842464358 +Size (mame0146s.zip) = 20933242 bytes |