From 9a2833dd58145fc20de7f38b038f9f39b5592a76 Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 20 Jul 2007 17:45:54 +0000 Subject: Changes 2.0.3: * new style of artifacting * corrected PMG in bizarre ANTIC/GTIA modes * added 128 KB SpartaDOS X cartridge type * added support for QVGA landscape smartphones, added the virtual keyboard * new command-line option "-win32keys" for keyboard layouts different from US * MS-Win: run the emulator in a window ("-windowed" on the command line) * middle button support for ST and Amiga mice in X11 and MS-Win targets --- emulators/atari800/Makefile | 18 +++++++++--------- emulators/atari800/distinfo | 8 ++++---- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/emulators/atari800/Makefile b/emulators/atari800/Makefile index 514b22b3f3f..34b0bb58c60 100644 --- a/emulators/atari800/Makefile +++ b/emulators/atari800/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.40 2007/06/17 18:36:19 minskim Exp $ +# $NetBSD: Makefile,v 1.41 2007/07/20 17:45:54 adam Exp $ -DISTNAME= atari800-2.0.2 -PKGREVISION= 2 +DISTNAME= atari800-2.0.3 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=atari800/} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} xf25.zip @@ -11,27 +10,28 @@ HOMEPAGE= http://atari800.sourceforge.net/ COMMENT= Atari 800, 800XL, 130XE and 5200 emulator RESTRICTED= copyrighted ROM images -NO_SRC_ON_FTP= ${RESTRICTED} -NO_SRC_ON_CDROM= ${RESTRICTED} -NO_BIN_ON_FTP= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} +NO_SRC_ON_CDROM= ${RESTRICTED} +NO_SRC_ON_FTP= ${RESTRICTED} WRKSRC= ${WRKDIR}/${DISTNAME}/src USE_TOOLS+= gmake unzip GNU_CONFIGURE= yes +INSTALLATION_DIRS+= ${PREFIX}/share/atari800 + .include "options.mk" # override HOME to avoid picking up a bad ${HOME}/.atari800 during the build MAKE_FLAGS+= HOME=${WRKSRC:Q} post-extract: - @cd ${WRKDIR} && unzip -Lqo ${DISTDIR}/xf25.zip - ${SED} -e 's,@PREFIX@,${PREFIX},g' <${FILESDIR}/atari800.cfg \ + cd ${WRKDIR} && unzip -Lqo ${DISTDIR}/xf25.zip + sed -e 's,@PREFIX@,${PREFIX},g' <${FILESDIR}/atari800.cfg \ >${WRKSRC}/atari800.cfg post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/atari800 ${INSTALL_DATA} ${WRKDIR}/*.rom ${WRKDIR}/*.xfd ${WRKDIR}/*.atr \ ${WRKSRC}/atari800.cfg ${PREFIX}/share/atari800/ diff --git a/emulators/atari800/distinfo b/emulators/atari800/distinfo index f5cf6785308..9d6bbbcae75 100644 --- a/emulators/atari800/distinfo +++ b/emulators/atari800/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.13 2006/04/09 08:31:13 adam Exp $ +$NetBSD: distinfo,v 1.14 2007/07/20 17:45:54 adam Exp $ -SHA1 (atari800-2.0.2.tar.gz) = 23dd5e2ce9232945fb3c694cb011c86966b49863 -RMD160 (atari800-2.0.2.tar.gz) = a9e3d971b62192be945abf828552bab0a16a7fda -Size (atari800-2.0.2.tar.gz) = 982758 bytes +SHA1 (atari800-2.0.3.tar.gz) = e6cfcd22b79874239bd664a476ff287c2d708924 +RMD160 (atari800-2.0.3.tar.gz) = 408fec88e001a234786e689d0875d820e2036d46 +Size (atari800-2.0.3.tar.gz) = 998685 bytes SHA1 (xf25.zip) = e65923fd3a4845c1c72d1677db0fda969187eb42 RMD160 (xf25.zip) = e3960898223dd4d1b9a9cc5cfb1251bd726ea5a7 Size (xf25.zip) = 188942 bytes -- cgit v1.2.3