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

(-)converters/ta2as/Makefile (-5 / +7 lines)
Lines 4-23 Link Here
4
PORTNAME=	ta2as
4
PORTNAME=	ta2as
5
PORTVERSION=	0.8.2
5
PORTVERSION=	0.8.2
6
CATEGORIES=	converters devel
6
CATEGORIES=	converters devel
7
MASTER_SITES=	GOOGLE_CODE
7
MASTER_SITES=	GH
8
DISTNAME=	${PORTNAME}_v${PORTVERSION:S/./_/g}_src
9
8
10
MAINTAINER=	ports@FreeBSD.org
9
MAINTAINER=	ports@FreeBSD.org
11
COMMENT=	TASM to AT&T asm syntax converter (GNU AS)
10
COMMENT=	TASM to AT&T asm syntax converter (GNU AS)
12
11
13
OPTIONS_DEFINE=	DOCS
12
WRKSRC_SUBDIR=	ta2as
14
13
15
USES=		zip
14
USE_GITHUB=	yes
16
NO_WRKSUBDIR=	yes
15
GH_ACCOUNT=	mefistotelis
16
GH_TAGNAME=	3f4825a
17
17
18
PORTDOCS=	*
18
PORTDOCS=	*
19
PLIST_FILES=	bin/${PORTNAME}
19
PLIST_FILES=	bin/${PORTNAME}
20
20
21
OPTIONS_DEFINE=	DOCS
22
21
post-extract:
23
post-extract:
22
	@${CP} -f ${FILESDIR}/strtolower.c ${WRKSRC}
24
	@${CP} -f ${FILESDIR}/strtolower.c ${WRKSRC}
23
25
(-)converters/ta2as/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (ta2as_v0_8_2_src.zip) = 21ecef8ac8d99665b7cf15c6f692214b738e11d77058139133566dd40f92472b
1
SHA256 (mefistotelis-ta2as-0.8.2-3f4825a_GH0.tar.gz) = 55f362bc8bb73c82e6b70e57223921d1ae69019f64be477b6cc0ddd098d64afc
2
SIZE (ta2as_v0_8_2_src.zip) = 11339
2
SIZE (mefistotelis-ta2as-0.8.2-3f4825a_GH0.tar.gz) = 9760
(-)converters/ta2as/pkg-descr (-1 / +1 lines)
Lines 14-17 Link Here
14
SPiRiT group; this is continuation of his work, although not much of
14
SPiRiT group; this is continuation of his work, although not much of
15
the original code remains. 
15
the original code remains. 
16
16
17
WWW: http://code.google.com/p/ta2as/
17
WWW: https://github.com/mefistotelis/ta2as/

Return to bug 201173