pkgsrc-WIP-changes archive

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

Add bsa, another crossassembler for 6502-likes.



Module Name:	pkgsrc-wip
Committed By:	Olaf Seibert <rhialto%falu.nl@localhost>
Pushed By:	rhialto
Date:		Sun Jun 26 14:30:47 2022 +0200
Changeset:	f38a33ff92028d9b9886981ab6cc6d2bf6ca159c

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

Log Message:
Add bsa, another crossassembler for 6502-likes.

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

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

diffstat:
 bsa/DESCR    |  8 ++++++++
 bsa/Makefile | 27 +++++++++++++++++++++++++++
 bsa/PLIST    |  3 +++
 bsa/distinfo |  5 +++++
 4 files changed, 43 insertions(+)

diffs:
diff --git a/bsa/DESCR b/bsa/DESCR
new file mode 100644
index 0000000000..ed840ab0ec
--- /dev/null
+++ b/bsa/DESCR
@@ -0,0 +1,8 @@
+The Bit Shift Assembler for the 6502 / 65C02 / 45GS02 CPU.
+
+The Assembler supports the address modes and instructions of the 45GS02 CPU as
+used in the MEGA65 computer.
+
+A cross-assembler for hosts running MAC OSX, Linux or Windows.
+
+The bsa assembler is a command line program. There is no GUI.
diff --git a/bsa/Makefile b/bsa/Makefile
new file mode 100644
index 0000000000..e93d6bffa0
--- /dev/null
+++ b/bsa/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD$
+
+DISTNAME=	bsa-2022.03.19
+CATEGORIES=	cross
+MASTER_SITES=	${MASTER_SITE_GITHUB:=Edilbert/}
+GITHUB_PROJECT=	BSA
+GITHUB_TAG=	2dcb832724cab15b452798cf1dbcc66ea73198b8
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/Edilbert/BSA
+COMMENT=	Cross-assembler for 6502-like processors
+#LICENSE=	unknown
+
+USE_LANGUAGES=	c
+
+INSTALLATION_DIRS+=	bin
+INSTALLATION_DIRS+=	share/doc/bsa
+
+do-build:
+	cd ${WRKSRC} && ${CC} ${CFLAGS} ${LDFLAGS} -o bsa bsa.c
+	cd ${WRKSRC} && sed -n -e '3,/\*\//p' <bsa.c >bsa.readme
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/bsa ${DESTDIR}${PREFIX}/bin/
+	${INSTALL_DATA} ${WRKSRC}/bsa.readme ${DESTDIR}${PREFIX}/share/doc/bsa
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/bsa/PLIST b/bsa/PLIST
new file mode 100644
index 0000000000..6ee60d79d9
--- /dev/null
+++ b/bsa/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/bsa
+share/doc/bsa/bsa.readme
diff --git a/bsa/distinfo b/bsa/distinfo
new file mode 100644
index 0000000000..fe6ef8bc12
--- /dev/null
+++ b/bsa/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (bsa-2022.03.19-2dcb832724cab15b452798cf1dbcc66ea73198b8.tar.gz) = 0e0bda8a25e8d890ede9b84fa17601c70fa7a2b1a0e17841fbf05b6fe9be5608
+SHA512 (bsa-2022.03.19-2dcb832724cab15b452798cf1dbcc66ea73198b8.tar.gz) = 3dc5a19013d43fce7280f17516f4c5588f4995492aceaef79d57c8b99b833dbb2c4575e440ec3ad9856a1e7a2945dad2ccd3ed8740ba0d092211210be4a50bd1
+Size (bsa-2022.03.19-2dcb832724cab15b452798cf1dbcc66ea73198b8.tar.gz) = 58643 bytes


Home | Main Index | Thread Index | Old Index