diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2012-10-09 00:12:07 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2012-10-09 00:12:07 +0800 |
commit | d9a1a20750332535bbbbc09de76721eccc684421 (patch) | |
tree | 94705dfa4d60ac2f56c1675daf984ae9ede60232 /converters/p5-bsdconv | |
parent | 07f25fd5574f6bac9da0238103841dea0bda603b (diff) | |
download | freebsd-ports-gnome-d9a1a20750332535bbbbc09de76721eccc684421.tar.gz freebsd-ports-gnome-d9a1a20750332535bbbbc09de76721eccc684421.tar.zst freebsd-ports-gnome-d9a1a20750332535bbbbc09de76721eccc684421.zip |
- Update bsdconv and wrappers to 9.0 [1]
- Switch to USE_GITHUB for fetching
- Update to new header format
- Mark converters/bsdconv as MAKE_JOBS_UNSAFE
- Add prefix into DISTNAMEs to avoid conflicts
Changelog for converters/bsdconv:
9.0:
fix for MinGW
export bsdconv_malloc/bsdconv_free
add {from,to}/CCCII
add inter/ZH-STRINGS
internal API changes for use of bsdconv_ctl in wrappers
bugfixes
8.0:
add flush function into callback interface
for supporting inter/OPENCC* ( http://github.com/buganini/bsdconv-opencc )
sync data from project chvar
update inter/KANA_PHONETIC
use double data type for score value
add inter/TRIM-WIDTH
Changelog for converters/{p5,php5,py,ruby}-bsdconv:
update/add ctl function
add mktemp/fopen function
PR: ports/172263 [1]
Submitted by: Kuan-Chung Chiu <buganini@gmail.com> [1]
Diffstat (limited to 'converters/p5-bsdconv')
-rw-r--r-- | converters/p5-bsdconv/Makefile | 18 | ||||
-rw-r--r-- | converters/p5-bsdconv/distinfo | 4 |
2 files changed, 9 insertions, 13 deletions
diff --git a/converters/p5-bsdconv/Makefile b/converters/p5-bsdconv/Makefile index 05c4055a2f49..0b891b6fc7be 100644 --- a/converters/p5-bsdconv/Makefile +++ b/converters/p5-bsdconv/Makefile @@ -1,16 +1,11 @@ -# New ports collection makefile for: p5-bsdconv -# Date created: 29 May 2009 -# Whom: buganini@gmail.com -# +# Created by: buganini@gmail.com # $FreeBSD$ -# PORTNAME= bsdconv -PORTVERSION= 7.2 +PORTVERSION= 9.0 CATEGORIES= converters perl5 -MASTER_SITES= https://github.com/buganini/perl-${PORTNAME}/tarball/${PORTVERSION}/ PKGNAMEPREFIX= p5- -DISTNAME= buganini-${PORTNAME}-${PORTVERSION}-0-g${GITVERSION} +DISTNAME= buganini-${GH_PROJECT}-${PORTVERSION}-0-g${GH_COMMIT} MAINTAINER= buganini@gmail.com COMMENT= Perl wrapper for bsdconv @@ -19,9 +14,10 @@ LICENSE= BSD LIB_DEPENDS= bsdconv:${PORTSDIR}/converters/bsdconv -GITVERSION= 0da681c -FETCH_ARGS= -pRr -WRKSRC= ${WRKDIR}/buganini-perl-${PORTNAME}-${GITVERSION} +USE_GITHUB= yes +GH_ACCOUNT= buganini +GH_PROJECT= perl-${PORTNAME} +GH_COMMIT= c98a201 PERL_CONFIGURE= yes diff --git a/converters/p5-bsdconv/distinfo b/converters/p5-bsdconv/distinfo index f9e930f3df8a..e2e89a28630c 100644 --- a/converters/p5-bsdconv/distinfo +++ b/converters/p5-bsdconv/distinfo @@ -1,2 +1,2 @@ -SHA256 (buganini-bsdconv-7.2-0-g0da681c.tar.gz) = 8172f046ae393bd818a5f360ebac7bf18426800a1979eecf08321bcfa800069a -SIZE (buganini-bsdconv-7.2-0-g0da681c.tar.gz) = 43211 +SHA256 (buganini-perl-bsdconv-9.0-0-gc98a201.tar.gz) = 11afd766985d007ca2304f96b6bb383bf818f1595f57320dfc3ed74caad7dc1f +SIZE (buganini-perl-bsdconv-9.0-0-gc98a201.tar.gz) = 43745 |