View | Details | Raw Unified | Return to bug 192150
Collapse All | Expand All

(-)Makefile (-3 / +5 lines)
Lines 1-11 Link Here
1
# Created by: Uffe Jakobsen <uffe@uffe.org>
1
# Created by: Uffe Jakobsen <uffe@uffe.org>
2
# $FreeBSD$
2
# $FreeBSD$
3
PORTNAME=	xa
3
PORTNAME=	xa65
4
PORTVERSION=	2.3.5
4
PORTVERSION=	2.3.6
5
CATEGORIES=	devel
5
CATEGORIES=	devel
6
MASTER_SITES=	http://www.floodgap.com/retrotech/xa/dists/
6
MASTER_SITES=	http://www.floodgap.com/retrotech/xa/dists/
7
PKGNAMESUFFIX=	65
7
DISTNAME=	xa-${PORTVERSION}
8
MAINTAINER=	uffe@uffe.org
8
MAINTAINER=	uffe@uffe.org
9
COMMENT=	Two-pass cross-assembler for MOS 6502 and compatible CPUs
9
COMMENT=	Two-pass cross-assembler for MOS 6502 and compatible CPUs
Lines 19-24 Link Here
19
PORTEXAMPLES=	*
19
PORTEXAMPLES=	*
20
OPTIONS_DEFINE=	DOCS EXAMPLES
20
OPTIONS_DEFINE=	DOCS EXAMPLES
21
OPTIONS_DEFAULT=	DOCS EXAMPLES
22
OPTIONS_SUB=	yes
21
do-install:
23
do-install:
22
	${INSTALL_PROGRAM} ${WRKSRC}/xa ${STAGEDIR}${PREFIX}/bin/xa65
24
	${INSTALL_PROGRAM} ${WRKSRC}/xa ${STAGEDIR}${PREFIX}/bin/xa65
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (xa-2.3.5.tar.gz) = 9cada4128a096169e5acba66b03b5e954ce4201ebb8aefeacb7025ffc0decdd2
1
SHA256 (xa-2.3.6.tar.gz) = 1c55388aca54909ce10d242e78da198d84b1a4888445bb4d75f76fc6ab8825eb
2
SIZE (xa-2.3.5.tar.gz) = 132551
2
SIZE (xa-2.3.6.tar.gz) = 159310
(-)pkg-plist (+20 lines)
Lines 11-13 Link Here
11
man/man1/uncpk.1.gz
11
man/man1/uncpk.1.gz
12
man/man1/xa.1.gz
12
man/man1/xa.1.gz
13
man/man1/xa65.1.gz
13
man/man1/xa65.1.gz
14
%%DOCS%%share/doc/xa65/ChangeLog
15
%%DOCS%%share/doc/xa65/README
16
%%DOCS%%share/doc/xa65/README.1st
17
%%DOCS%%share/doc/xa65/TODO
18
%%DOCS%%share/doc/xa65/fileformat.txt
19
%%DOCS%%share/doc/xa65/xa-de.log
20
%%DOCS%%share/doc/xa65/xa-de.txt
21
%%DOCS%%share/doc/xa65/xa.html
22
%%DOCS%%share/doc/xa65/xa.log
23
%%DOCS%%share/doc/xa65/xa.txt
24
%%DOCS%%share/doc/xa65/xaannounce
25
%%EXAMPLES%%share/examples/xa65/a.o65
26
%%EXAMPLES%%share/examples/xa65/c64def.def
27
%%EXAMPLES%%share/examples/xa65/pack.doc
28
%%EXAMPLES%%share/examples/xa65/pack_eng.a65
29
%%EXAMPLES%%share/examples/xa65/pack_ger.a65
30
%%EXAMPLES%%share/examples/xa65/peng.l
31
share/licenses/xa65-2.3.6/GPLv2
32
share/licenses/xa65-2.3.6/LICENSE
33
share/licenses/xa65-2.3.6/catalog.mk

Return to bug 192150