pkgsrc-WIP-changes archive

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

cbmbasic: Import as cbmbasic-0.0



Module Name:	pkgsrc-wip
Committed By:	Sijmen J. Mulder <sjmulder%NetBSD.org@localhost>
Pushed By:	sjmulder
Date:		Fri Jul 5 10:03:25 2019 +0200
Changeset:	88ec31c2d285eb7c39ccebbe00019c3435ca7ed2

Added Files:
	cbmbasic/DESCR
	cbmbasic/Makefile
	cbmbasic/PLIST
	cbmbasic/distinfo

Log Message:
cbmbasic: Import as cbmbasic-0.0

"Commodore BASIC" (cbmbasic) is a 100% compatible version of Commodore's
version of Microsoft BASIC 6502 as found on the Commodore 64. You can use it
in interactive mode or pass a BASIC file as a command line parameter.

cbmbasic does not emulate 6502 code; all code is completely native. On a
1 GHz CPU you get about 1000x speed compared to a 1 MHz 6502.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=88ec31c2d285eb7c39ccebbe00019c3435ca7ed2

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

diffstat:
 cbmbasic/DESCR    |  6 ++++++
 cbmbasic/Makefile | 24 ++++++++++++++++++++++++
 cbmbasic/PLIST    |  2 ++
 cbmbasic/distinfo |  6 ++++++
 4 files changed, 38 insertions(+)

diffs:
diff --git a/cbmbasic/DESCR b/cbmbasic/DESCR
new file mode 100644
index 0000000000..0dcf590945
--- /dev/null
+++ b/cbmbasic/DESCR
@@ -0,0 +1,6 @@
+"Commodore BASIC" (cbmbasic) is a 100% compatible version of Commodore's
+version of Microsoft BASIC 6502 as found on the Commodore 64. You can use it
+in interactive mode or pass a BASIC file as a command line parameter.
+
+cbmbasic does not emulate 6502 code; all code is completely native. On a
+1 GHz CPU you get about 1000x speed compared to a 1 MHz 6502.
diff --git a/cbmbasic/Makefile b/cbmbasic/Makefile
new file mode 100644
index 0000000000..dad6edb3b4
--- /dev/null
+++ b/cbmbasic/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD$
+
+DISTNAME=	cbmbasic-0.0
+CATEGORIES=	lang
+MASTER_SITES=	${MASTER_SITE_GITHUB:=mist64/}
+GITHUB_TAG=	89093eba090d6e1c2d2b6e1cb1616dba0ce9c7f6
+
+MAINTAINER=	sjmulder%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/mist64/cbmbasic/
+COMMENT=	Portable implementation of Commodore BASIC
+LICENSE=	2-clause-bsd
+
+SUBST_CLASSES+=		makefile
+SUBST_STAGE.makefile=	pre-configure
+SUBST_MESSAGE.makefile=	Adjust Makefile
+SUBST_FILES.makefile=	Makefile
+SUBST_SED.makefile+=	-e 's|-O3||g'
+
+INSTALLATION_DIRS+=	bin
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/cbmbasic ${DESTDIR}${PREFIX}/bin/
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/cbmbasic/PLIST b/cbmbasic/PLIST
new file mode 100644
index 0000000000..b8d46b4964
--- /dev/null
+++ b/cbmbasic/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/cbmbasic
diff --git a/cbmbasic/distinfo b/cbmbasic/distinfo
new file mode 100644
index 0000000000..320abe18dd
--- /dev/null
+++ b/cbmbasic/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (cbmbasic-0.0-89093eba090d6e1c2d2b6e1cb1616dba0ce9c7f6.tar.gz) = 401f099e6506d8b2d0b9fac62e450b0d5ef9e87c
+RMD160 (cbmbasic-0.0-89093eba090d6e1c2d2b6e1cb1616dba0ce9c7f6.tar.gz) = 2b2d8b5c669ba92e133392a26993d24196027b08
+SHA512 (cbmbasic-0.0-89093eba090d6e1c2d2b6e1cb1616dba0ce9c7f6.tar.gz) = 136a87af934834f98301d47217d443e50c9e8fd0f45725105c4266795a8f7751a864008d76571cc816c913abcf9ee24e457b35c08fa178c75d4167d7193fde6b
+Size (cbmbasic-0.0-89093eba090d6e1c2d2b6e1cb1616dba0ce9c7f6.tar.gz) = 169327 bytes


Home | Main Index | Thread Index | Old Index