diff options
author | jperkin <jperkin@pkgsrc.org> | 2020-03-05 16:11:49 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2020-03-05 16:11:49 +0000 |
commit | f1f1dcaa2cee723a837bc4b63e24ec64e6e0d81e (patch) | |
tree | 8483da003a3d31d9e8f24ed2b00dc39c2da38bfb /cross | |
parent | 71be9468f5ff8f7e89b5db2bad904b7439ac3fbb (diff) | |
download | pkgsrc-f1f1dcaa2cee723a837bc4b63e24ec64e6e0d81e.tar.gz |
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.
Diffstat (limited to 'cross')
-rw-r--r-- | cross/asm6809/DESCR | 7 | ||||
-rw-r--r-- | cross/asm6809/Makefile | 16 | ||||
-rw-r--r-- | cross/asm6809/PLIST | 3 | ||||
-rw-r--r-- | cross/asm6809/distinfo | 6 |
4 files changed, 32 insertions, 0 deletions
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 |