aboutsummaryrefslogtreecommitdiff
path: root/development/vasm
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-08-23 00:45:18 -0400
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-08-24 11:55:26 +0700
commit5b3e8341fdc3859120a417b2d53fa9dc5c9d2495 (patch)
treec6e08f60a403b5f66bfc1261550e8a7c0b7d8eef /development/vasm
parentd9978aae0b725666b4af9adeeb5fda0e7bc5548a (diff)
downloadslackbuilds-5b3e8341fdc3859120a417b2d53fa9dc5c9d2495.tar.xz
development/vasm: Updated for version 1.9f.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/vasm')
-rw-r--r--development/vasm/README4
-rw-r--r--development/vasm/slack-desc4
-rw-r--r--development/vasm/vasm.SlackBuild12
-rw-r--r--development/vasm/vasm.info6
4 files changed, 14 insertions, 12 deletions
diff --git a/development/vasm/README b/development/vasm/README
index 465a80938f6c..39b28f9a0d36 100644
--- a/development/vasm/README
+++ b/development/vasm/README
@@ -5,5 +5,5 @@ objects in different formats as well as absolute code. Different CPU,
syntax, and output modules are supported.
Supported target CPUs:
-
-6502 6800 6809 arm c16x jagrisc m68k pdp11 ppc tr3200 vidcore x86 z80
+ 6502 6800 6809 arm c16x jagrisc m68k
+ pdp11 ppc qnice tr3200 vidcore x86 z80
diff --git a/development/vasm/slack-desc b/development/vasm/slack-desc
index 3c01da0bfb67..7dded627face 100644
--- a/development/vasm/slack-desc
+++ b/development/vasm/slack-desc
@@ -13,7 +13,7 @@ vasm: objects in different formats as well as absolute code. Different CPU,
vasm: syntax, and output modules are supported.
vasm:
vasm: Supported target CPUs:
-vasm:
-vasm: 6502 6800 6809 arm c16x jagrisc m68k pdp11 ppc tr3200 vidcore x86 z80
+vasm: 6502 6800 6809 arm c16x jagrisc m68k
+vasm: pdp11 ppc qnice tr3200 vidcore x86 z80
vasm:
vasm:
diff --git a/development/vasm/vasm.SlackBuild b/development/vasm/vasm.SlackBuild
index d00fa2806ba4..5155c70c062a 100644
--- a/development/vasm/vasm.SlackBuild
+++ b/development/vasm/vasm.SlackBuild
@@ -6,12 +6,17 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20240822 bkw:
+# - update for v1.9f.
+# - enable qnice (it's a toy/test arch, but someone might want it).
+# See: https://qnice.sourceforge.net/
+
# 20230912 bkw: update for v1.9d.
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=vasm
-VERSION=${VERSION:-1.9d}
+VERSION=${VERSION:-1.9f}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -70,12 +75,9 @@ runmake() {
rm -f ${PRGNAM}${cpu}*
}
-# qnice looks to be a toy/test architecture (only 22 opcodes), and
-# it's never explained in the docs. leave it out.
-
# every CPU gets std syntax:
CPUS="6502 6800 6809 arm c16x jagrisc m68k \
- pdp11 ppc tr3200 vidcore x86 z80"
+ pdp11 ppc qnice tr3200 vidcore x86 z80"
# only a few CPUs get extra syntax modules:
EXTRAS="m68k-mot ppc-mot 6502-madmac jagrisc-madmac \
diff --git a/development/vasm/vasm.info b/development/vasm/vasm.info
index 9193269ef78f..416a3d05ca2c 100644
--- a/development/vasm/vasm.info
+++ b/development/vasm/vasm.info
@@ -1,8 +1,8 @@
PRGNAM="vasm"
-VERSION="1.9d"
+VERSION="1.9f"
HOMEPAGE="http://sun.hasenbraten.de/vasm/"
-DOWNLOAD="http://phoenix.owl.de/tags/vasm1_9d.tar.gz"
-MD5SUM="14e87e882ac20f1a69dddf2fd7c6db86"
+DOWNLOAD="http://phoenix.owl.de/tags/vasm1_9f.tar.gz"
+MD5SUM="2fc3c5a8322f1ed0004cca707cc2b43e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""