From f1f1dcaa2cee723a837bc4b63e24ec64e6e0d81e Mon Sep 17 00:00:00 2001 From: jperkin Date: Thu, 5 Mar 2020 16:11:49 +0000 Subject: asm6809: Import version 2.12 into pkgsrc cross. asm6809 is a portable cross assembler targeting the Motorola 6809 and Hitachi 6309. Features arbitrarily complex expressions (with most C-style operators available), forward references, macro expansion and conditional assembly. Output formats are: Raw binary, DragonDOS binary, CoCo RS-DOS (or "DECB") binary, Motorola SREC, Intel HEX. --- cross/asm6809/DESCR | 7 +++++++ cross/asm6809/Makefile | 16 ++++++++++++++++ cross/asm6809/PLIST | 3 +++ cross/asm6809/distinfo | 6 ++++++ 4 files changed, 32 insertions(+) create mode 100644 cross/asm6809/DESCR create mode 100644 cross/asm6809/Makefile create mode 100644 cross/asm6809/PLIST create mode 100644 cross/asm6809/distinfo (limited to 'cross') diff --git a/cross/asm6809/DESCR b/cross/asm6809/DESCR new file mode 100644 index 00000000000..5b1271db766 --- /dev/null +++ b/cross/asm6809/DESCR @@ -0,0 +1,7 @@ +asm6809 is a portable cross assembler targeting the Motorola 6809 +and Hitachi 6309. + +Features arbitrarily complex expressions (with most C-style +operators available), forward references, macro expansion and +conditional assembly. Output formats are: Raw binary, DragonDOS +binary, CoCo RS-DOS (or "DECB") binary, Motorola SREC, Intel HEX. diff --git a/cross/asm6809/Makefile b/cross/asm6809/Makefile new file mode 100644 index 00000000000..6a47ce5448c --- /dev/null +++ b/cross/asm6809/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2020/03/05 16:11:49 jperkin Exp $ + +DISTNAME= asm6809-2.12 +CATEGORIES= cross +MASTER_SITES= https://www.6809.org.uk/asm6809/dl/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://www.6809.org.uk/asm6809/dl/ +COMMENT= Portable assembler targeting Motorola 6809 and Hitachi 6309 +LICENSE= gnu-gpl-v3 + +GNU_CONFIGURE= yes + +TEST_TARGET= check + +.include "../../mk/bsd.pkg.mk" diff --git a/cross/asm6809/PLIST b/cross/asm6809/PLIST new file mode 100644 index 00000000000..3d199c965b9 --- /dev/null +++ b/cross/asm6809/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2020/03/05 16:11:49 jperkin Exp $ +bin/asm6809 +man/man1/asm6809.1 diff --git a/cross/asm6809/distinfo b/cross/asm6809/distinfo new file mode 100644 index 00000000000..9318d854e46 --- /dev/null +++ b/cross/asm6809/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2020/03/05 16:11:49 jperkin Exp $ + +SHA1 (asm6809-2.12.tar.gz) = 6fc8b152263be45103176fdbad2937ee9d56e286 +RMD160 (asm6809-2.12.tar.gz) = 61d1a9a6195f2d4fb35a2e48321fa2b85ba55191 +SHA512 (asm6809-2.12.tar.gz) = f388f9f5b258a2d3f9d755d9cc26854ecb1ee792f187977859c34d9174056867cebbee77ec8071343568bdc7ed493061db8ca5feaf2c345a5eef38fa7c17687c +Size (asm6809-2.12.tar.gz) = 596672 bytes -- cgit v1.2.3