diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-05-01 01:47:10 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-05-01 01:47:10 +0000 |
commit | 1b000dfa399a5746fb6d9f3435931a8fdebefbfe (patch) | |
tree | ec62dfc97fa162522dd03bd02c7dfc23821caab0 /chinese | |
parent | 85e30b39ae308f70d26d5ab10f63764ff6567928 (diff) | |
download | ports-1b000dfa399a5746fb6d9f3435931a8fdebefbfe.tar.gz ports-1b000dfa399a5746fb6d9f3435931a8fdebefbfe.zip |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/p5-Lingua-Han-PinYin/Makefile | 2 | ||||
-rw-r--r-- | chinese/p5-Lingua-Han-Utils/Makefile | 2 | ||||
-rw-r--r-- | chinese/p5-Lingua-ZH-BPMFConvert/Makefile | 2 | ||||
-rw-r--r-- | chinese/p5-Lingua-ZH-Segment/Makefile | 2 | ||||
-rw-r--r-- | chinese/p5-Lingua-ZH-TaBE/Makefile | 2 | ||||
-rw-r--r-- | chinese/p5-Lingua-ZH-Toke/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/chinese/p5-Lingua-Han-PinYin/Makefile b/chinese/p5-Lingua-Han-PinYin/Makefile index 01862a8bb459..f9046adba210 100644 --- a/chinese/p5-Lingua-Han-PinYin/Makefile +++ b/chinese/p5-Lingua-Han-PinYin/Makefile @@ -11,7 +11,7 @@ CATEGORIES= chinese perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= clsung@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Retrieve the Mandarin(PinYin) of Chinese character(HanZi) RUN_DEPENDS= p5-Lingua-Han-Utils>=0.10:${PORTSDIR}/chinese/p5-Lingua-Han-Utils diff --git a/chinese/p5-Lingua-Han-Utils/Makefile b/chinese/p5-Lingua-Han-Utils/Makefile index 42499664043c..db29bf65aeb4 100644 --- a/chinese/p5-Lingua-Han-Utils/Makefile +++ b/chinese/p5-Lingua-Han-Utils/Makefile @@ -11,7 +11,7 @@ CATEGORIES= chinese perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= clsung@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= The utility tools of Chinese character(HanZi) PERL_CONFIGURE= yes diff --git a/chinese/p5-Lingua-ZH-BPMFConvert/Makefile b/chinese/p5-Lingua-ZH-BPMFConvert/Makefile index 5b1e2f3fca60..2f6e1b23c743 100644 --- a/chinese/p5-Lingua-ZH-BPMFConvert/Makefile +++ b/chinese/p5-Lingua-ZH-BPMFConvert/Makefile @@ -11,7 +11,7 @@ CATEGORIES= chinese perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= clsung@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Rule-based conversion of BPMF (bopomofo) into Hanyu Pinyin PERL_CONFIGURE= yes diff --git a/chinese/p5-Lingua-ZH-Segment/Makefile b/chinese/p5-Lingua-ZH-Segment/Makefile index 73af8e6794d8..a70549fc5047 100644 --- a/chinese/p5-Lingua-ZH-Segment/Makefile +++ b/chinese/p5-Lingua-ZH-Segment/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Lingua PKGNAMEPREFIX= p5- -MAINTAINER= clsung@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Chinese Text Segmentation PERL_CONFIGURE= yes diff --git a/chinese/p5-Lingua-ZH-TaBE/Makefile b/chinese/p5-Lingua-ZH-TaBE/Makefile index 357ee2609507..684ee439c22f 100644 --- a/chinese/p5-Lingua-ZH-TaBE/Makefile +++ b/chinese/p5-Lingua-ZH-TaBE/Makefile @@ -13,7 +13,7 @@ CATEGORIES= chinese perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= clsung@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Chinese processing via libtabe LIB_DEPENDS= tabe.3:${PORTSDIR}/chinese/libtabe diff --git a/chinese/p5-Lingua-ZH-Toke/Makefile b/chinese/p5-Lingua-ZH-Toke/Makefile index c71baf0ab916..62e7abac5a12 100644 --- a/chinese/p5-Lingua-ZH-Toke/Makefile +++ b/chinese/p5-Lingua-ZH-Toke/Makefile @@ -11,7 +11,7 @@ CATEGORIES= chinese perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= clsung@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= A Chinese Tokenizer on steroids BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Lingua/ZH/TaBE.pm:${PORTSDIR}/chinese/p5-Lingua-ZH-TaBE |