pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/x16-rom



Module Name:    pkgsrc
Committed By:   thorpej
Date:           Sat Dec 28 19:31:38 UTC 2019

Added Files:
        pkgsrc/emulators/x16-rom: DESCR Makefile PLIST distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/emulators/x16-rom/DESCR \
    pkgsrc/emulators/x16-rom/Makefile pkgsrc/emulators/x16-rom/PLIST \
    pkgsrc/emulators/x16-rom/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/emulators/x16-rom/DESCR
diff -u /dev/null pkgsrc/emulators/x16-rom/DESCR:1.1
--- /dev/null   Sat Dec 28 19:31:38 2019
+++ pkgsrc/emulators/x16-rom/DESCR      Sat Dec 28 19:31:38 2019
@@ -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.
Index: pkgsrc/emulators/x16-rom/Makefile
diff -u /dev/null pkgsrc/emulators/x16-rom/Makefile:1.1
--- /dev/null   Sat Dec 28 19:31:38 2019
+++ pkgsrc/emulators/x16-rom/Makefile   Sat Dec 28 19:31:38 2019
@@ -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"
Index: pkgsrc/emulators/x16-rom/PLIST
diff -u /dev/null pkgsrc/emulators/x16-rom/PLIST:1.1
--- /dev/null   Sat Dec 28 19:31:38 2019
+++ pkgsrc/emulators/x16-rom/PLIST      Sat Dec 28 19:31:38 2019
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2019/12/28 19:31:38 thorpej Exp $
+share/x16/rom.bin
Index: pkgsrc/emulators/x16-rom/distinfo
diff -u /dev/null pkgsrc/emulators/x16-rom/distinfo:1.1
--- /dev/null   Sat Dec 28 19:31:38 2019
+++ pkgsrc/emulators/x16-rom/distinfo   Sat Dec 28 19:31:38 2019
@@ -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