pkgsrc-Changes archive

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

CVS commit: pkgsrc/cross/dasm



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Tue Dec  1 14:55:54 UTC 2020

Modified Files:
        pkgsrc/cross/dasm: Makefile PLIST distinfo

Log Message:
dasm: update to 2.20.14.1.

ChangeLog:

DASM version 2.20.14.1:

    * fixed support for forced word address x/y indexed (.wx / .wy)

    * man page added

    * missing opcodes added for mc68hc908 controller

    * Support for older macOS versions (OSX 10.5 and up)

DASM version 2.20.14:

    * Technical Documentation / User Guide for dasm in PDF format,
      written by Andrew Davie in his engaging style.

    * Dynamic Labels support by concatenating evaluated values

    * Multiline C style /* */ comments

    * Support for mc68hc908 controller family

    * Cleaned up and improved Unit Tests

    * new switch -R to remove output file if dasm found an
      error during assembly

    * Small optimization in the Atari 2600 CLEAN_START macro

    * SETSTR expression; typically used within a macro to use
      the name of an argument


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/cross/dasm/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/cross/dasm/PLIST
cvs rdiff -u -r1.12 -r1.13 pkgsrc/cross/dasm/distinfo

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

Modified files:

Index: pkgsrc/cross/dasm/Makefile
diff -u pkgsrc/cross/dasm/Makefile:1.14 pkgsrc/cross/dasm/Makefile:1.15
--- pkgsrc/cross/dasm/Makefile:1.14     Mon Sep  7 16:56:48 2020
+++ pkgsrc/cross/dasm/Makefile  Tue Dec  1 14:55:54 2020
@@ -1,11 +1,9 @@
-# $NetBSD: Makefile,v 1.14 2020/09/07 16:56:48 rhialto Exp $
-#
+# $NetBSD: Makefile,v 1.15 2020/12/01 14:55:54 fcambus Exp $
 
-DISTNAME=      dasm-2.20.13
+DISTNAME=      dasm-2.20.14.1
 DIST_SUBDIR=   ${PKGNAME_NOREV}
 CATEGORIES=    cross
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=dasm-assembler/}
-GITHUB_TAG=    2.20.11
 
 MAINTAINER=    xmor61%users.sourceforge.net@localhost
 HOMEPAGE=      https://dasm-assembler.github.io/
@@ -15,12 +13,14 @@ LICENSE=    gnu-gpl-v2
 NO_CONFIGURE=  YES
 USE_TOOLS+=    gmake
 
-INSTALLATION_DIRS=     bin share/dasm
+INSTALLATION_DIRS=     bin share/dasm ${PKGMANDIR}/man1
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/bin/dasm ${DESTDIR}${PREFIX}/bin
        ${INSTALL_PROGRAM} ${WRKSRC}/bin/ftohex ${DESTDIR}${PREFIX}/bin
-       ${INSTALL_DATA} ${WRKSRC}/doc/DASM.TXT ${DESTDIR}${PREFIX}/share/dasm
-       ${INSTALL_DATA} ${WRKSRC}/doc/FTOHEX.TXT ${DESTDIR}${PREFIX}/share/dasm
+       ${INSTALL_DATA} ${WRKSRC}/docs/dasm.txt ${DESTDIR}${PREFIX}/share/dasm
+       ${INSTALL_DATA} ${WRKSRC}/docs/ftohex.txt ${DESTDIR}${PREFIX}/share/dasm
+       ${INSTALL_MAN} ${WRKSRC}/docs/dasm.1 \
+               ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
 
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/cross/dasm/PLIST
diff -u pkgsrc/cross/dasm/PLIST:1.3 pkgsrc/cross/dasm/PLIST:1.4
--- pkgsrc/cross/dasm/PLIST:1.3 Sun Dec  8 23:59:25 2019
+++ pkgsrc/cross/dasm/PLIST     Tue Dec  1 14:55:54 2020
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.3 2019/12/08 23:59:25 ng0 Exp $
+@comment $NetBSD: PLIST,v 1.4 2020/12/01 14:55:54 fcambus Exp $
 bin/dasm
 bin/ftohex
-share/dasm/DASM.TXT
-share/dasm/FTOHEX.TXT
+man/man1/dasm.1
+share/dasm/dasm.txt
+share/dasm/ftohex.txt

Index: pkgsrc/cross/dasm/distinfo
diff -u pkgsrc/cross/dasm/distinfo:1.12 pkgsrc/cross/dasm/distinfo:1.13
--- pkgsrc/cross/dasm/distinfo:1.12     Mon Sep  7 16:56:48 2020
+++ pkgsrc/cross/dasm/distinfo  Tue Dec  1 14:55:54 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2020/09/07 16:56:48 rhialto Exp $
+$NetBSD: distinfo,v 1.13 2020/12/01 14:55:54 fcambus Exp $
 
-SHA1 (dasm-2.20.13/dasm-2.20.13.tar.gz) = 36ffd6784cad9c9503d6906c47718b9dd5f58274
-RMD160 (dasm-2.20.13/dasm-2.20.13.tar.gz) = e56d4fc5b41d1998de434d56f21ecd2d74d82a55
-SHA512 (dasm-2.20.13/dasm-2.20.13.tar.gz) = 0bcf7fa8b934129a416dbb8f238ae1a01401a469acc1e2fff30961f4c8e2fcb21132468ac0e41b40dd61b9efcbb9c109144ef293c0014bfcc394e880aea53d16
-Size (dasm-2.20.13/dasm-2.20.13.tar.gz) = 189028 bytes
+SHA1 (dasm-2.20.14.1/dasm-2.20.14.1.tar.gz) = 826aa94e144352cbbda3df01c0342319a645e212
+RMD160 (dasm-2.20.14.1/dasm-2.20.14.1.tar.gz) = e7420abb3f65e7e617606a52e32076d52eecb453
+SHA512 (dasm-2.20.14.1/dasm-2.20.14.1.tar.gz) = 2b617bd7c1a968b22966e84f1353f0a334125290a550ad7b4a9f6a2c18213806730067ee2abb25b138cd3926589d387486110a77fab144160890b934cf04add1
+Size (dasm-2.20.14.1/dasm-2.20.14.1.tar.gz) = 980412 bytes



Home | Main Index | Thread Index | Old Index