pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/x16-rom Add a package for the Commander X16 ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fe1627dbbe0e
branches:  trunk
changeset: 346081:fe1627dbbe0e
user:      thorpej <thorpej%pkgsrc.org@localhost>
date:      Sat Dec 28 19:31:38 2019 +0000

description:
Add a package for the Commander X16 ROM, which is needed for the
Commander X16 system emulator.

diffstat:

 emulators/x16-rom/DESCR    |  10 ++++++++++
 emulators/x16-rom/Makefile |  23 +++++++++++++++++++++++
 emulators/x16-rom/PLIST    |   2 ++
 emulators/x16-rom/distinfo |   6 ++++++
 4 files changed, 41 insertions(+), 0 deletions(-)

diffs (57 lines):

diff -r e5eaee2716fd -r fe1627dbbe0e emulators/x16-rom/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/x16-rom/DESCR   Sat Dec 28 19:31:38 2019 +0000
@@ -0,0 +1,10 @@
+This is the Commander X16 ROM containing BASIC, KERNAL, DOS and GEOS. BASIC
+and KERNAL are derived from the Commodore 64 versions. GEOS is derived from
+the C64/C128 version.
+
+* BASIC is fully compatible with Commodore BASIC V2.
+* KERNAL:
+  -> supports the complete $FF81+ API.
+  -> has the same zero page and $0200-$033C memory layout as the C64.
+  -> does not support tape (device 1).
+* GEOS is fully compatible with the C64 version.
diff -r e5eaee2716fd -r fe1627dbbe0e emulators/x16-rom/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/x16-rom/Makefile        Sat Dec 28 19:31:38 2019 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2019/12/28 19:31:38 thorpej Exp $
+
+DISTNAME=      x16-rom-35
+CATEGORIES=    emulators
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=commanderx16/}
+GITHUB_PROJECT=        x16-rom
+GITHUB_TAG=    r${PKGVERSION_NOREV}
+
+MAINTAINER=    thorpej%NetBSD.org@localhost
+HOMEPAGE=      http://commanderx16.com/
+COMMENT=       ROM for the Commander X16 computer system
+LICENSE=       2-clause-bsd
+
+TOOL_DEPENDS+= cc65-[0-9]*:../../cross/cc65
+
+USE_TOOLS+=    gmake
+
+INSTALLATION_DIRS= share/x16
+
+do-install:
+       ${INSTALL_DATA} ${WRKSRC}/rom.bin ${DESTDIR}${PREFIX}/share/x16
+
+.include "../../mk/bsd.pkg.mk"
diff -r e5eaee2716fd -r fe1627dbbe0e emulators/x16-rom/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/x16-rom/PLIST   Sat Dec 28 19:31:38 2019 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2019/12/28 19:31:38 thorpej Exp $
+share/x16/rom.bin
diff -r e5eaee2716fd -r fe1627dbbe0e emulators/x16-rom/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/x16-rom/distinfo        Sat Dec 28 19:31:38 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/12/28 19:31:38 thorpej Exp $
+
+SHA1 (x16-rom-35.tar.gz) = c26a3d106d0bfd0b9e4b7c4ff67b076909d75c4b
+RMD160 (x16-rom-35.tar.gz) = dd9d36f3f6f28f2513b0d3c18a4d30c4fedb93dc
+SHA512 (x16-rom-35.tar.gz) = 68694f972cd9675a49ad335485c8aafe79da24da6611933e3c83e1051053c6a7a72555a3d20ce7b607c7045a5212ebffc36d3bbae286f69e09bb7d21802ce425
+Size (x16-rom-35.tar.gz) = 401918 bytes



Home | Main Index | Thread Index | Old Index