pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/cross/asm6809
Module Name: pkgsrc
Committed By: jperkin
Date: Thu Mar 5 16:11:49 UTC 2020
Added Files:
pkgsrc/cross/asm6809: DESCR Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/cross/asm6809/DESCR \
pkgsrc/cross/asm6809/Makefile pkgsrc/cross/asm6809/PLIST \
pkgsrc/cross/asm6809/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/cross/asm6809/DESCR
diff -u /dev/null pkgsrc/cross/asm6809/DESCR:1.1
--- /dev/null Thu Mar 5 16:11:49 2020
+++ pkgsrc/cross/asm6809/DESCR Thu Mar 5 16:11:49 2020
@@ -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.
Index: pkgsrc/cross/asm6809/Makefile
diff -u /dev/null pkgsrc/cross/asm6809/Makefile:1.1
--- /dev/null Thu Mar 5 16:11:49 2020
+++ pkgsrc/cross/asm6809/Makefile Thu Mar 5 16:11:49 2020
@@ -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"
Index: pkgsrc/cross/asm6809/PLIST
diff -u /dev/null pkgsrc/cross/asm6809/PLIST:1.1
--- /dev/null Thu Mar 5 16:11:49 2020
+++ pkgsrc/cross/asm6809/PLIST Thu Mar 5 16:11:49 2020
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2020/03/05 16:11:49 jperkin Exp $
+bin/asm6809
+man/man1/asm6809.1
Index: pkgsrc/cross/asm6809/distinfo
diff -u /dev/null pkgsrc/cross/asm6809/distinfo:1.1
--- /dev/null Thu Mar 5 16:11:49 2020
+++ pkgsrc/cross/asm6809/distinfo Thu Mar 5 16:11:49 2020
@@ -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