mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
Add p5-Lingua-Han-Utils 0.05, the utility tools of Chinese
character(HanZi). PR: ports/102938 Submitted by: Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
parent
74ccf7c129
commit
84ee96fe5c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174424
@ -91,6 +91,7 @@
|
|||||||
SUBDIR += p5-Date-Chinese
|
SUBDIR += p5-Date-Chinese
|
||||||
SUBDIR += p5-Encode-HanConvert
|
SUBDIR += p5-Encode-HanConvert
|
||||||
SUBDIR += p5-Encode-HanExtra
|
SUBDIR += p5-Encode-HanExtra
|
||||||
|
SUBDIR += p5-Lingua-Han-Utils
|
||||||
SUBDIR += p5-Lingua-ZH-BPMFConvert
|
SUBDIR += p5-Lingua-ZH-BPMFConvert
|
||||||
SUBDIR += p5-Lingua-ZH-Keywords
|
SUBDIR += p5-Lingua-ZH-Keywords
|
||||||
SUBDIR += p5-Lingua-ZH-Numbers
|
SUBDIR += p5-Lingua-ZH-Numbers
|
||||||
|
33
chinese/p5-Lingua-Han-Utils/Makefile
Normal file
33
chinese/p5-Lingua-Han-Utils/Makefile
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
# New ports collection makefile for: p5-Lingua-Han-Utils
|
||||||
|
# Date created: 2006-09-06
|
||||||
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= Lingua-Han-Utils
|
||||||
|
PORTVERSION= 0.05
|
||||||
|
CATEGORIES= chinese perl5
|
||||||
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||||
|
MASTER_SITE_SUBDIR= Lingua
|
||||||
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
|
MAINTAINER= gslin@gslin.org
|
||||||
|
COMMENT= The utility tools of Chinese character(HanZi)
|
||||||
|
|
||||||
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
|
MAN3= Lingua::Han::Utils.3
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${PERL_LEVEL} < 500600
|
||||||
|
IGNORE= requires Perl 5.6.0 or newer. Install lang/perl5.8 and try again
|
||||||
|
.endif
|
||||||
|
|
||||||
|
.if ${PERL_LEVEL} < 500800
|
||||||
|
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Encode/Guess.pm:${PORTSDIR}/converters/p5-Encode
|
||||||
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||||
|
.endif
|
||||||
|
|
||||||
|
.include <bsd.port.post.mk>
|
3
chinese/p5-Lingua-Han-Utils/distinfo
Normal file
3
chinese/p5-Lingua-Han-Utils/distinfo
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
MD5 (Lingua-Han-Utils-0.05.tar.gz) = 278c6d84f597c1e4ee73c3f795087867
|
||||||
|
SHA256 (Lingua-Han-Utils-0.05.tar.gz) = 06b1da456a21d72362ab9821043aed782981f176bac96a0a6b5439f26f290927
|
||||||
|
SIZE (Lingua-Han-Utils-0.05.tar.gz) = 3976
|
3
chinese/p5-Lingua-Han-Utils/pkg-descr
Normal file
3
chinese/p5-Lingua-Han-Utils/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
The utility tools of Chinese character(HanZi).
|
||||||
|
|
||||||
|
WWW: http://search.cpan.org/dist/Lingua-Han-Utils/
|
8
chinese/p5-Lingua-Han-Utils/pkg-plist
Normal file
8
chinese/p5-Lingua-Han-Utils/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
@comment $FreeBSD$
|
||||||
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Han/Utils/.packlist
|
||||||
|
%%SITE_PERL%%/Lingua/Han/Utils.pm
|
||||||
|
@dirrmtry %%SITE_PERL%%/Lingua/Han
|
||||||
|
@dirrmtry %%SITE_PERL%%/Lingua
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Han/Utils
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Han
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua
|
Loading…
Reference in New Issue
Block a user