pkgsrc-WIP-changes archive

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

Remove cbmbasic, imported into pkgsrc



Module Name:	pkgsrc-wip
Committed By:	Sijmen J. Mulder <sjmulder%NetBSD.org@localhost>
Pushed By:	sjmulder
Date:		Mon Jul 8 08:49:41 2019 +0200
Changeset:	0ad5a1873a7d048c3f2442dce69f38a2a0bdd7ca

Removed Files:
	cbmbasic/DESCR
	cbmbasic/Makefile
	cbmbasic/PLIST
	cbmbasic/distinfo
	cbmbasic/patches/patch-Makefile

Log Message:
Remove cbmbasic, imported into pkgsrc

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

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               | 18 ------------------
 cbmbasic/PLIST                  |  2 --
 cbmbasic/distinfo               |  7 -------
 cbmbasic/patches/patch-Makefile | 23 -----------------------
 5 files changed, 56 deletions(-)

diffs:
diff --git a/cbmbasic/DESCR b/cbmbasic/DESCR
deleted file mode 100644
index 0dcf590945..0000000000
--- a/cbmbasic/DESCR
+++ /dev/null
@@ -1,6 +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.
diff --git a/cbmbasic/Makefile b/cbmbasic/Makefile
deleted file mode 100644
index a76712dc87..0000000000
--- a/cbmbasic/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	cbmbasic-0.0.20141206
-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
-
-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
deleted file mode 100644
index b8d46b4964..0000000000
--- a/cbmbasic/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD$
-bin/cbmbasic
diff --git a/cbmbasic/distinfo b/cbmbasic/distinfo
deleted file mode 100644
index bde6273f41..0000000000
--- a/cbmbasic/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD$
-
-SHA1 (cbmbasic-0.0.20141206-89093eba090d6e1c2d2b6e1cb1616dba0ce9c7f6.tar.gz) = 401f099e6506d8b2d0b9fac62e450b0d5ef9e87c
-RMD160 (cbmbasic-0.0.20141206-89093eba090d6e1c2d2b6e1cb1616dba0ce9c7f6.tar.gz) = 2b2d8b5c669ba92e133392a26993d24196027b08
-SHA512 (cbmbasic-0.0.20141206-89093eba090d6e1c2d2b6e1cb1616dba0ce9c7f6.tar.gz) = 136a87af934834f98301d47217d443e50c9e8fd0f45725105c4266795a8f7751a864008d76571cc816c913abcf9ee24e457b35c08fa178c75d4167d7193fde6b
-Size (cbmbasic-0.0.20141206-89093eba090d6e1c2d2b6e1cb1616dba0ce9c7f6.tar.gz) = 169327 bytes
-SHA1 (patch-Makefile) = bf1b3c0747f509ddb23a66021b3abe41fddcff63
diff --git a/cbmbasic/patches/patch-Makefile b/cbmbasic/patches/patch-Makefile
deleted file mode 100644
index 47728eb686..0000000000
--- a/cbmbasic/patches/patch-Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD$
-
- - Respect existing CFLAGS by appending, rather than replacing.
- - Respect LDFLAGS
- - Remove -O3 default.
-
-https://github.com/mist64/cbmbasic/pull/5
-
---- Makefile
-+++ Makefile
-@@ -1,10 +1,10 @@
- OBJS=cbmbasic.o runtime.o plugin.o console.o
--CFLAGS=-Wall -O3
-+CFLAGS+=-Wall
- 
- all: cbmbasic
- 
- cbmbasic: $(OBJS)
--	$(CC) -o cbmbasic $(OBJS)
-+	$(CC) $(LDFLAGS) -o cbmbasic $(OBJS)
- 
- clean:
- 	rm -f $(OBJS) cbmbasic


Home | Main Index | Thread Index | Old Index