pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/vice The 4064, SX-64, and C64 Game System di...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/365d620ca963
branches:  trunk
changeset: 464130:365d620ca963
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Thu Dec 04 00:42:04 2003 +0000

description:
The 4064, SX-64, and C64 Game System dist files have been removed
from the FTP.  Remove them from the package too.

PKGREVISION++

diffstat:

 emulators/vice/Makefile         |  30 +++---------------------------
 emulators/vice/PLIST            |   9 +--------
 emulators/vice/distinfo         |   9 +--------
 emulators/vice/patches/patch-ad |  20 --------------------
 4 files changed, 5 insertions(+), 63 deletions(-)

diffs (127 lines):

diff -r e43fd6c1b96f -r 365d620ca963 emulators/vice/Makefile
--- a/emulators/vice/Makefile   Thu Dec 04 00:41:22 2003 +0000
+++ b/emulators/vice/Makefile   Thu Dec 04 00:42:04 2003 +0000
@@ -1,15 +1,11 @@
-# $NetBSD: Makefile,v 1.37 2003/11/06 18:54:34 gavan Exp $
+# $NetBSD: Makefile,v 1.38 2003/12/04 00:42:04 kristerw Exp $
 #
 
 DISTNAME=              vice-1.13
+PKGREVISION=           1
 CATEGORIES=            emulators
-MASTER_SITES=          ftp://ftp.funet.fi/pub/cbm/firmware/computers/c64/ \
-                       ftp://ftp.funet.fi/pub/cbm/crossplatform/emulators/VICE/ \
+MASTER_SITES=          ftp://ftp.funet.fi/pub/cbm/crossplatform/emulators/VICE/ \
                        http://www.nic.funet.fi/pub/cbm/crossplatform/emulators/VICE/
-DISTFILES=             ${DISTNAME}${EXTRACT_SUFX} \
-                       64gs.390852-01.bin \
-                       kernal.4064.901246-01.bin \
-                       kernal.sx.251104-04.bin
 
 MAINTAINER=            kristerw%NetBSD.org@localhost
 HOMEPAGE=              http://viceteam.bei.t-online.de/
@@ -45,27 +41,7 @@
                        $$file.orig >$$file;                            \
        done
 
-post-build:
-       dd if=${_DISTDIR}/64gs.390852-01.bin of=${WRKDIR}/basic.64gs    \
-               bs=8k count=1 2>/dev/null
-       dd if=${_DISTDIR}/64gs.390852-01.bin of=${WRKDIR}/kernal.64gs   \
-               bs=8k skip=1 2>/dev/null
-       ${SED}  -e "s|kernal|kernal.64gs|g" -e "s|basic|basic.64gs|g"   \
-               ${WRKSRC}/data/C64/default.vrs > ${WRKDIR}/64gs.vrs
-       ${SED}  -e "s|kernal|kernal.4064|g"                             \
-               ${WRKSRC}/data/C64/default.vrs > ${WRKDIR}/4064.vrs
-       ${SED}  -e "s|kernal|kernal.sx64|g"                             \
-               ${WRKSRC}/data/C64/default.vrs > ${WRKDIR}/sx64.vrs
-
 post-install:
-       ${INSTALL_DATA} ${WRKDIR}/basic.64gs ${PREFIX}/share/vice/C64/
-       ${INSTALL_DATA} ${WRKDIR}/kernal.64gs ${PREFIX}/share/vice/C64/
-       ${INSTALL_DATA} ${_DISTDIR}/kernal.4064.901246-01.bin           \
-               ${PREFIX}/share/vice/C64/kernal.4064
-       ${INSTALL_DATA} ${_DISTDIR}/kernal.sx.251104-04.bin             \
-               ${PREFIX}/share/vice/C64/kernal.sx64
-       cd ${WRKDIR} && ${INSTALL_DATA} 64gs.vrs 4064.vrs sx64.vrs      \
-               ${PREFIX}/share/vice/C64/
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/vice
        ${MV} ${PREFIX}/share/doc/vice/*.html ${PREFIX}/share/doc/html/vice
 
diff -r e43fd6c1b96f -r 365d620ca963 emulators/vice/PLIST
--- a/emulators/vice/PLIST      Thu Dec 04 00:41:22 2003 +0000
+++ b/emulators/vice/PLIST      Thu Dec 04 00:42:04 2003 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2003/09/28 10:41:21 kristerw Exp $
+@comment $NetBSD: PLIST,v 1.9 2003/12/04 00:42:04 kristerw Exp $
 bin/c1541
 bin/petcat
 bin/vsid
@@ -91,10 +91,7 @@
 share/vice/C128/win_sym.vkm
 share/vice/C128/x11_pos.vkm
 share/vice/C128/x11_sym.vkm
-share/vice/C64/4064.vrs
-share/vice/C64/64gs.vrs
 share/vice/C64/basic
-share/vice/C64/basic.64gs
 share/vice/C64/beos_pos.vkm
 share/vice/C64/beos_sym.vkm
 share/vice/C64/c64hq.vpl
@@ -109,13 +106,9 @@
 share/vice/C64/frodo.vpl
 share/vice/C64/godot.vpl
 share/vice/C64/kernal
-share/vice/C64/kernal.4064
-share/vice/C64/kernal.64gs
-share/vice/C64/kernal.sx64
 share/vice/C64/os2.vkm
 share/vice/C64/os2_sym.vkm
 share/vice/C64/pc64.vpl
-share/vice/C64/sx64.vrs
 share/vice/C64/vice.vpl
 share/vice/C64/win_pos.vkm
 share/vice/C64/win_sym.vkm
diff -r e43fd6c1b96f -r 365d620ca963 emulators/vice/distinfo
--- a/emulators/vice/distinfo   Thu Dec 04 00:41:22 2003 +0000
+++ b/emulators/vice/distinfo   Thu Dec 04 00:42:04 2003 +0000
@@ -1,14 +1,7 @@
-$NetBSD: distinfo,v 1.10 2003/09/28 10:41:21 kristerw Exp $
+$NetBSD: distinfo,v 1.11 2003/12/04 00:42:04 kristerw Exp $
 
 SHA1 (vice-1.13.tar.gz) = 0d6e92860afd8854680af7cbb3445ed0352fd692
 Size (vice-1.13.tar.gz) = 3599738 bytes
-SHA1 (64gs.390852-01.bin) = 21940ef5f1bfe67d7537164f7ca130a1095b067a
-Size (64gs.390852-01.bin) = 16384 bytes
-SHA1 (kernal.4064.901246-01.bin) = 6c4fa9465f6091b174df27dfe679499df447503c
-Size (kernal.4064.901246-01.bin) = 8192 bytes
-SHA1 (kernal.sx.251104-04.bin) = aa136e91ecf3c5ac64f696b3dbcbfc5ba0871c98
-Size (kernal.sx.251104-04.bin) = 8192 bytes
 SHA1 (patch-aa) = fa152c1d14aad31c0b50fe96c83b4e5cfa06de5f
 SHA1 (patch-ab) = 0be2ec8b98a50e5c879095b1d0327c802b7740e2
-SHA1 (patch-ad) = 6b934d8101bd2b88994115975fd87c3c20d0852e
 SHA1 (patch-ae) = c2ede31953ebaf033c9ae1aa1985012fb0e5f3b6
diff -r e43fd6c1b96f -r 365d620ca963 emulators/vice/patches/patch-ad
--- a/emulators/vice/patches/patch-ad   Thu Dec 04 00:41:22 2003 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-$NetBSD: patch-ad,v 1.7 2003/02/21 14:25:15 wiz Exp $
-
---- src/arch/unix/c64ui.c.orig Tue Dec 31 18:29:18 2002
-+++ src/arch/unix/c64ui.c
-@@ -278,6 +278,15 @@
-     { N_("Load default ROMs"),
-       (ui_callback_t)ui_set_romset,
-       (ui_callback_data_t)"default.vrs", NULL },
-+    { N_("C64 Game System (GS)"),
-+      (ui_callback_t)ui_set_romset,
-+      (ui_callback_data_t)"64gs.vrs", NULL },
-+    { N_("Educator 64 (4064)"),
-+      (ui_callback_t)ui_set_romset,
-+      (ui_callback_data_t)"4064.vrs", NULL },
-+    { N_("SX-64"),
-+      (ui_callback_t)ui_set_romset,
-+      (ui_callback_data_t)"sx64.vrs", NULL },
-     { "--" },
-     { N_("Load new kernal ROM"),
-       (ui_callback_t)ui_load_rom_file,



Home | Main Index | Thread Index | Old Index