mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
- Switch to new github home [1]
- Add LICENSE PR: 201173 [1] Submitted by: tkato432@yahoo.com [1] Differential Revision:
This commit is contained in:
parent
1a1784171d
commit
18579a81f3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=391015
3 changed files with 14 additions and 8 deletions
|
@ -4,20 +4,26 @@
|
||||||
PORTNAME= ta2as
|
PORTNAME= ta2as
|
||||||
PORTVERSION= 0.8.2
|
PORTVERSION= 0.8.2
|
||||||
CATEGORIES= converters devel
|
CATEGORIES= converters devel
|
||||||
MASTER_SITES= GOOGLE_CODE
|
|
||||||
DISTNAME= ${PORTNAME}_v${PORTVERSION:S/./_/g}_src
|
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= TASM to AT&T asm syntax converter (GNU AS)
|
COMMENT= TASM to AT&T asm syntax converter (GNU AS)
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS
|
LICENSE= TA2AS
|
||||||
|
LICENSE_NAME= TA2AS license
|
||||||
|
LICENSE_FILE= ${WRKSRC}/legal.txt
|
||||||
|
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
|
||||||
|
|
||||||
USES= zip
|
WRKSRC_SUBDIR= ta2as
|
||||||
NO_WRKSUBDIR= yes
|
|
||||||
|
USE_GITHUB= yes
|
||||||
|
GH_ACCOUNT= mefistotelis
|
||||||
|
GH_TAGNAME= 3f4825a
|
||||||
|
|
||||||
PORTDOCS= *
|
PORTDOCS= *
|
||||||
PLIST_FILES= bin/${PORTNAME}
|
PLIST_FILES= bin/${PORTNAME}
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
post-extract:
|
post-extract:
|
||||||
@${CP} -f ${FILESDIR}/strtolower.c ${WRKSRC}
|
@${CP} -f ${FILESDIR}/strtolower.c ${WRKSRC}
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (ta2as_v0_8_2_src.zip) = 21ecef8ac8d99665b7cf15c6f692214b738e11d77058139133566dd40f92472b
|
SHA256 (mefistotelis-ta2as-0.8.2-3f4825a_GH0.tar.gz) = 55f362bc8bb73c82e6b70e57223921d1ae69019f64be477b6cc0ddd098d64afc
|
||||||
SIZE (ta2as_v0_8_2_src.zip) = 11339
|
SIZE (mefistotelis-ta2as-0.8.2-3f4825a_GH0.tar.gz) = 9760
|
||||||
|
|
|
@ -14,4 +14,4 @@ This tool was originally written by Frank van Dijk and released by
|
||||||
SPiRiT group; this is continuation of his work, although not much of
|
SPiRiT group; this is continuation of his work, although not much of
|
||||||
the original code remains.
|
the original code remains.
|
||||||
|
|
||||||
WWW: http://code.google.com/p/ta2as/
|
WWW: https://github.com/mefistotelis/ta2as/
|
||||||
|
|
Loading…
Add table
Reference in a new issue