pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cross/asm6809 asm6809: Import version 2.12 into pkgsrc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3345222d1bb4
branches:  trunk
changeset: 412379:3345222d1bb4
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Mar 05 16:11:49 2020 +0000

description:
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:

 cross/asm6809/DESCR    |   7 +++++++
 cross/asm6809/Makefile |  16 ++++++++++++++++
 cross/asm6809/PLIST    |   3 +++
 cross/asm6809/distinfo |   6 ++++++
 4 files changed, 32 insertions(+), 0 deletions(-)

diffs (48 lines):

diff -r 9ee0fcda7014 -r 3345222d1bb4 cross/asm6809/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cross/asm6809/DESCR       Thu Mar 05 16:11:49 2020 +0000
@@ -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 -r 9ee0fcda7014 -r 3345222d1bb4 cross/asm6809/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cross/asm6809/Makefile    Thu Mar 05 16:11:49 2020 +0000
@@ -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@localhost
+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 -r 9ee0fcda7014 -r 3345222d1bb4 cross/asm6809/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cross/asm6809/PLIST       Thu Mar 05 16:11:49 2020 +0000
@@ -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 -r 9ee0fcda7014 -r 3345222d1bb4 cross/asm6809/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cross/asm6809/distinfo    Thu Mar 05 16:11:49 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index