diff options
author | wiz <wiz@pkgsrc.org> | 2012-06-01 20:00:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-06-01 20:00:41 +0000 |
commit | ed7d7daf0b92a5d783d3a83df2b626ca81aa4c82 (patch) | |
tree | 514adab777ba94553f943610147581628c1b5871 /emulators | |
parent | 52376e0647b04f078a05265986cc6265e27ae0c1 (diff) | |
download | pkgsrc-ed7d7daf0b92a5d783d3a83df2b626ca81aa4c82.tar.gz |
Update to 0.146. Lots of emulation updates, 5 new set lists, and now
builds with clang.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/mess/Makefile | 12 | ||||
-rw-r--r-- | emulators/mess/PLIST | 7 | ||||
-rw-r--r-- | emulators/mess/distinfo | 8 |
3 files changed, 18 insertions, 9 deletions
diff --git a/emulators/mess/Makefile b/emulators/mess/Makefile index 6e50f7a6134..0fffc4f5822 100644 --- a/emulators/mess/Makefile +++ b/emulators/mess/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.13 2012/06/01 01:14:24 dholland Exp $ +# $NetBSD: Makefile,v 1.14 2012/06/01 20:00:41 wiz Exp $ # -DISTNAME= mess0145s +DISTNAME= mess0146s PKGNAME= ${DISTNAME:S/0/-0./:S/s$//} -PKGREVISION= 3 -MASTER_SITES= http://www.mess.org/_media/downloads: +# original master site on cookie/javascript/whatever site +MASTER_SITES= # http://www.mess.org/_media/downloads: COMMENT= Multi Emulator Super System @@ -14,6 +14,10 @@ DOCDIR= share/doc/mess SHAREDIR= share/mess INSTALLATION_DIRS= bin ${DOCDIR} ${SHAREDIR}/artwork ${SHAREDIR}/hash +INTERACTIVE_STAGE= fetch +FETCH_MESSAGE= "Distfile is on sendspace.com, please download manually." \ + "Follow the link for \"MESS "${DISTNAME:S/mess//:S/s//:S/0/0./}" Source\" on http://www.mess.org/downloads" + # to build mess, not mame MAKE_FLAGS= TARGET=mess diff --git a/emulators/mess/PLIST b/emulators/mess/PLIST index b4e6047a1a3..3dcbf35316d 100644 --- a/emulators/mess/PLIST +++ b/emulators/mess/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2012/05/31 21:37:09 shattered Exp $ +@comment $NetBSD: PLIST,v 1.9 2012/06/01 20:00:41 wiz Exp $ bin/castool bin/floptool bin/imgtool @@ -115,6 +115,7 @@ share/mess/hash/gbcolor.xml share/mess/hash/gmaster.xml share/mess/hash/gx4000.xml share/mess/hash/ibm5140.xml +share/mess/hash/ibm5150.xml share/mess/hash/ibm5170.xml share/mess/hash/ibmpcjr_cart.xml share/mess/hash/ibmpcjr_flop.xml @@ -134,6 +135,7 @@ share/mess/hash/lynx.xml share/mess/hash/m5.xml share/mess/hash/mac_flop.xml share/mess/hash/mac_hdd.xml +share/mess/hash/mbc55x.xml share/mess/hash/megacd.xml share/mess/hash/megacdj.xml share/mess/hash/megadriv.xml @@ -200,10 +202,12 @@ share/mess/hash/svision.xml share/mess/hash/tandy200.xml share/mess/hash/tdv2324.xml share/mess/hash/tg16.xml +share/mess/hash/ti99_cart.xml share/mess/hash/tiki100.xml share/mess/hash/trs80m2.xml share/mess/hash/trsm100.xml share/mess/hash/tutor.xml +share/mess/hash/tvc_cart.xml share/mess/hash/uzebox.xml share/mess/hash/v1050.xml share/mess/hash/vboy.xml @@ -219,6 +223,7 @@ share/mess/hash/vixen.xml share/mess/hash/vsmile.xml share/mess/hash/wscolor.xml share/mess/hash/wswan.xml +share/mess/hash/x07_card.xml share/mess/hash/x1_cass.xml share/mess/hash/x1_flop.xml share/mess/hash/x68k_flop.xml diff --git a/emulators/mess/distinfo b/emulators/mess/distinfo index e38d9d7e505..486b21a5853 100644 --- a/emulators/mess/distinfo +++ b/emulators/mess/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2012/03/08 17:13:21 wiz Exp $ +$NetBSD: distinfo,v 1.9 2012/06/01 20:00:41 wiz Exp $ -SHA1 (mess0145s.zip) = 147acedd255f07fe4f4e05e8c6fca1ad080ae437 -RMD160 (mess0145s.zip) = 8009daab0ead7417baa5142464c8fc8a7540fe03 -Size (mess0145s.zip) = 61648176 bytes +SHA1 (mess0146s.zip) = c859df9ed4c3894ccacf327c8af5bd8801e1cd15 +RMD160 (mess0146s.zip) = 20aafc92232be1cfa34952452bfdf4b61b7d4913 +Size (mess0146s.zip) = 62626787 bytes |