Update to upstream version 1.7g
PR: 214886 Submitted by: cs@innolan.dk (maintainer)
This commit is contained in:
parent
24bba4d1f2
commit
0c7976b9d9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=428784
@ -2,22 +2,23 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= vasm
|
||||
PORTVERSION= 1.7e
|
||||
PORTVERSION= 1.7g
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://server.owl.de/%SUBDIR%/
|
||||
MASTER_SITE_SUBDIR= ~frank/tags/
|
||||
DISTNAME= vasm1_7e
|
||||
DISTNAME= vasm1_7g
|
||||
|
||||
MAINTAINER= cs@innolan.dk
|
||||
COMMENT= Portable 6502 6800 arm c16x jagrisc m68k ppc vidcore x86 z80 assembler
|
||||
|
||||
LEGAL_TEXT= This archive may be redistributed without modifications and used for non-commercial purposes.
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= gmake pathfix
|
||||
WRKSRC= ${WRKDIR}/vasm
|
||||
|
||||
CPU_LIST= 6502 6800 arm c16x jagrisc m68k ppc test vidcore x86 z80
|
||||
SYNTAX_LIST= std mot oldstyle
|
||||
CPU_LIST= 6502 6800 arm c16x jagrisc m68k ppc test tr3200 vidcore x86 z80
|
||||
SYNTAX_LIST= std madmac mot oldstyle test
|
||||
OUTPUT_LIST= aout bin elf hunk test tos vobj
|
||||
|
||||
do-build:
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1468497219
|
||||
SHA256 (vasm1_7e.tar.gz) = 2878c9c62bd7b33379111a66649f6de7f9267568946c097ffb7c08f0acd0df92
|
||||
SIZE (vasm1_7e.tar.gz) = 383164
|
||||
TIMESTAMP = 1480238303
|
||||
SHA256 (vasm1_7g.tar.gz) = 9cfca33c348fe10419cb2ef59a7ff25c262cd6cf1d353bb51d4468f1f1535c55
|
||||
SIZE (vasm1_7g.tar.gz) = 393623
|
||||
|
@ -7,13 +7,13 @@ Currently the following CPUs are officially supported by vasm:
|
||||
M680x0 family (including M6888x, M68851 and CPU32)
|
||||
ColdFire family (all models of V2, V3, V4, V4e)
|
||||
80x86 family (IA32 8/16/32 bit, using MIT-syntax)
|
||||
PowerPC family (POWER, 40x, 6xx, 7xx, 7xxx, 860, e300)
|
||||
PowerPC family (POWER, 40x, 440, 460, 6xx, 7xx, 860, Book-E, e300 and e500)
|
||||
ARM (architecture ARMv1 to ARMv4, including THUMB mode)
|
||||
Jaguar RISC (GPU and DSP instruction sets)
|
||||
Z80 family (Z80, 8080, GBZ80, 64180, RCM2/3/4k)
|
||||
C16x/ST10
|
||||
6502 family
|
||||
6800 family (6800, 68HC11)
|
||||
6800 family (6800, 6801, 6803, 68HC11)
|
||||
|
||||
These syntax flavours are supported:
|
||||
|
||||
|
@ -1,36 +1,63 @@
|
||||
bin/vasm6502_madmac
|
||||
bin/vasm6502_mot
|
||||
bin/vasm6502_oldstyle
|
||||
bin/vasm6502_std
|
||||
bin/vasm6502_test
|
||||
bin/vasm6800_madmac
|
||||
bin/vasm6800_mot
|
||||
bin/vasm6800_oldstyle
|
||||
bin/vasm6800_std
|
||||
bin/vasm6800_test
|
||||
bin/vasmarm_madmac
|
||||
bin/vasmarm_mot
|
||||
bin/vasmarm_oldstyle
|
||||
bin/vasmarm_std
|
||||
bin/vasmarm_test
|
||||
bin/vasmc16x_madmac
|
||||
bin/vasmc16x_mot
|
||||
bin/vasmc16x_oldstyle
|
||||
bin/vasmc16x_std
|
||||
bin/vasmc16x_test
|
||||
bin/vasmjagrisc_madmac
|
||||
bin/vasmjagrisc_mot
|
||||
bin/vasmjagrisc_oldstyle
|
||||
bin/vasmjagrisc_std
|
||||
bin/vasmjagrisc_test
|
||||
bin/vasmm68k_madmac
|
||||
bin/vasmm68k_mot
|
||||
bin/vasmm68k_oldstyle
|
||||
bin/vasmm68k_std
|
||||
bin/vasmm68k_test
|
||||
bin/vasmppc_madmac
|
||||
bin/vasmppc_mot
|
||||
bin/vasmppc_oldstyle
|
||||
bin/vasmppc_std
|
||||
bin/vasmppc_test
|
||||
bin/vasmtest_madmac
|
||||
bin/vasmtest_mot
|
||||
bin/vasmtest_oldstyle
|
||||
bin/vasmtest_std
|
||||
bin/vasmtest_test
|
||||
bin/vasmtr3200_madmac
|
||||
bin/vasmtr3200_mot
|
||||
bin/vasmtr3200_oldstyle
|
||||
bin/vasmtr3200_std
|
||||
bin/vasmtr3200_test
|
||||
bin/vasmvidcore_madmac
|
||||
bin/vasmvidcore_mot
|
||||
bin/vasmvidcore_oldstyle
|
||||
bin/vasmvidcore_std
|
||||
bin/vasmvidcore_test
|
||||
bin/vasmx86_madmac
|
||||
bin/vasmx86_mot
|
||||
bin/vasmx86_oldstyle
|
||||
bin/vasmx86_std
|
||||
bin/vasmx86_test
|
||||
bin/vasmz80_madmac
|
||||
bin/vasmz80_mot
|
||||
bin/vasmz80_oldstyle
|
||||
bin/vasmz80_std
|
||||
bin/vasmz80_test
|
||||
bin/vobjdump
|
||||
%%PORTDOCS%%%%DOCSDIR%%/cpu_6502.texi
|
||||
%%PORTDOCS%%%%DOCSDIR%%/cpu_6800.texi
|
||||
@ -39,6 +66,7 @@ bin/vobjdump
|
||||
%%PORTDOCS%%%%DOCSDIR%%/cpu_jagrisc.texi
|
||||
%%PORTDOCS%%%%DOCSDIR%%/cpu_m68k.texi
|
||||
%%PORTDOCS%%%%DOCSDIR%%/cpu_ppc.texi
|
||||
%%PORTDOCS%%%%DOCSDIR%%/cpu_tr3200.texi
|
||||
%%PORTDOCS%%%%DOCSDIR%%/cpu_x86.texi
|
||||
%%PORTDOCS%%%%DOCSDIR%%/cpu_z80.texi
|
||||
%%PORTDOCS%%%%DOCSDIR%%/interface.texi
|
||||
@ -49,6 +77,7 @@ bin/vobjdump
|
||||
%%PORTDOCS%%%%DOCSDIR%%/output_test.texi
|
||||
%%PORTDOCS%%%%DOCSDIR%%/output_tos.texi
|
||||
%%PORTDOCS%%%%DOCSDIR%%/output_vobj.texi
|
||||
%%PORTDOCS%%%%DOCSDIR%%/syntax_madmac.texi
|
||||
%%PORTDOCS%%%%DOCSDIR%%/syntax_mot.texi
|
||||
%%PORTDOCS%%%%DOCSDIR%%/syntax_oldstyle.texi
|
||||
%%PORTDOCS%%%%DOCSDIR%%/syntax_std.texi
|
||||
|
Loading…
Reference in New Issue
Block a user