pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/atari800 Changes 2.0.3:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d41dcd74f2b6
branches:  trunk
changeset: 531135:d41dcd74f2b6
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Jul 20 17:45:54 2007 +0000

description:
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

diffstat:

 emulators/atari800/Makefile |  18 +++++++++---------
 emulators/atari800/distinfo |   8 ++++----
 2 files changed, 13 insertions(+), 13 deletions(-)

diffs (64 lines):

diff -r d8c32951b37a -r d41dcd74f2b6 emulators/atari800/Makefile
--- a/emulators/atari800/Makefile       Fri Jul 20 16:55:51 2007 +0000
+++ b/emulators/atari800/Makefile       Fri Jul 20 17:45:54 2007 +0000
@@ -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 @@
 COMMENT=       Atari 800, 800XL, 130XE and 5200 emulator
 
 RESTRICTED=            copyrighted ROM images
-NO_SRC_ON_FTP=         ${RESTRICTED}
+NO_BIN_ON_CDROM=       ${RESTRICTED}
+NO_BIN_ON_FTP=         ${RESTRICTED}
 NO_SRC_ON_CDROM=       ${RESTRICTED}
-NO_BIN_ON_FTP=         ${RESTRICTED}
-NO_BIN_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 -r d8c32951b37a -r d41dcd74f2b6 emulators/atari800/distinfo
--- a/emulators/atari800/distinfo       Fri Jul 20 16:55:51 2007 +0000
+++ b/emulators/atari800/distinfo       Fri Jul 20 17:45:54 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index