View | Details | Raw Unified | Return to bug 211110 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-5 / +7 lines)
Lines 2-21 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	vasm
4
PORTNAME=	vasm
5
PORTVERSION=	1.7a
5
PORTVERSION=	1.7e
6
CATEGORIES=	devel
6
CATEGORIES=	devel
7
MASTER_SITES=	http://sun.hasenbraten.de/vasm/release/
7
MASTER_SITES=	http://server.owl.de/%SUBDIR%/
8
DISTNAME=	${PORTNAME}
8
MASTER_SITE_SUBDIR=	~frank/tags/
9
DISTNAME=	vasm1_7e
9
10
10
MAINTAINER=	uffe@uffe.org
11
MAINTAINER=	cs@innolan.dk
11
COMMENT=	Portable 6502 6800 arm c16x jagrisc m68k ppc vidcore x86 z80 assembler
12
COMMENT=	Portable 6502 6800 arm c16x jagrisc m68k ppc vidcore x86 z80 assembler
12
13
13
LEGAL_TEXT=	This archive may be redistributed without modifications and used for non-commercial purposes.
14
LEGAL_TEXT=	This archive may be redistributed without modifications and used for non-commercial purposes.
14
15
15
USES=		gmake pathfix
16
USES=		gmake pathfix
17
WRKSRC=		${WRKDIR}/vasm
16
18
17
CPU_LIST=	6502 6800 arm c16x jagrisc m68k ppc test vidcore x86 z80
19
CPU_LIST=	6502 6800 arm c16x jagrisc m68k ppc test vidcore x86 z80
18
SYNTAX_LIST=	std mot oldstyle test
20
SYNTAX_LIST=	std mot oldstyle
19
OUTPUT_LIST=	aout bin elf hunk test tos vobj
21
OUTPUT_LIST=	aout bin elf hunk test tos vobj
20
22
21
do-build:
23
do-build:
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (vasm.tar.gz) = d97cc9e3eb1f175e1187ef0773d8f3a267bdf97939ef0b97a719a98b8de7b6be
1
TIMESTAMP = 1468497219
2
SIZE (vasm.tar.gz) = 337992
2
SHA256 (vasm1_7e.tar.gz) = 2878c9c62bd7b33379111a66649f6de7f9267568946c097ffb7c08f0acd0df92
3
SIZE (vasm1_7e.tar.gz) = 383164
(-)pkg-plist (-11 lines)
Lines 1-47 Link Here
1
bin/vasm6502_mot
1
bin/vasm6502_mot
2
bin/vasm6502_oldstyle
2
bin/vasm6502_oldstyle
3
bin/vasm6502_std
3
bin/vasm6502_std
4
bin/vasm6502_test
5
bin/vasm6800_mot
4
bin/vasm6800_mot
6
bin/vasm6800_oldstyle
5
bin/vasm6800_oldstyle
7
bin/vasm6800_std
6
bin/vasm6800_std
8
bin/vasm6800_test
9
bin/vasmarm_mot
7
bin/vasmarm_mot
10
bin/vasmarm_oldstyle
8
bin/vasmarm_oldstyle
11
bin/vasmarm_std
9
bin/vasmarm_std
12
bin/vasmarm_test
13
bin/vasmc16x_mot
10
bin/vasmc16x_mot
14
bin/vasmc16x_oldstyle
11
bin/vasmc16x_oldstyle
15
bin/vasmc16x_std
12
bin/vasmc16x_std
16
bin/vasmc16x_test
17
bin/vasmjagrisc_mot
13
bin/vasmjagrisc_mot
18
bin/vasmjagrisc_oldstyle
14
bin/vasmjagrisc_oldstyle
19
bin/vasmjagrisc_std
15
bin/vasmjagrisc_std
20
bin/vasmjagrisc_test
21
bin/vasmm68k_mot
16
bin/vasmm68k_mot
22
bin/vasmm68k_oldstyle
17
bin/vasmm68k_oldstyle
23
bin/vasmm68k_std
18
bin/vasmm68k_std
24
bin/vasmm68k_test
25
bin/vasmppc_mot
19
bin/vasmppc_mot
26
bin/vasmppc_oldstyle
20
bin/vasmppc_oldstyle
27
bin/vasmppc_std
21
bin/vasmppc_std
28
bin/vasmppc_test
29
bin/vasmtest_mot
22
bin/vasmtest_mot
30
bin/vasmtest_oldstyle
23
bin/vasmtest_oldstyle
31
bin/vasmtest_std
24
bin/vasmtest_std
32
bin/vasmtest_test
33
bin/vasmvidcore_mot
25
bin/vasmvidcore_mot
34
bin/vasmvidcore_oldstyle
26
bin/vasmvidcore_oldstyle
35
bin/vasmvidcore_std
27
bin/vasmvidcore_std
36
bin/vasmvidcore_test
37
bin/vasmx86_mot
28
bin/vasmx86_mot
38
bin/vasmx86_oldstyle
29
bin/vasmx86_oldstyle
39
bin/vasmx86_std
30
bin/vasmx86_std
40
bin/vasmx86_test
41
bin/vasmz80_mot
31
bin/vasmz80_mot
42
bin/vasmz80_oldstyle
32
bin/vasmz80_oldstyle
43
bin/vasmz80_std
33
bin/vasmz80_std
44
bin/vasmz80_test
45
bin/vobjdump
34
bin/vobjdump
46
%%PORTDOCS%%%%DOCSDIR%%/cpu_6502.texi
35
%%PORTDOCS%%%%DOCSDIR%%/cpu_6502.texi
47
%%PORTDOCS%%%%DOCSDIR%%/cpu_6800.texi
36
%%PORTDOCS%%%%DOCSDIR%%/cpu_6800.texi

Return to bug 211110