diff options
author | leeym <leeym@FreeBSD.org> | 2005-09-01 20:35:44 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2005-09-01 20:35:44 +0800 |
commit | 6cf4c1bb5dde232ccb2d316d6705b257c024b750 (patch) | |
tree | a7e6949f31f378197970927d3605ee457df13949 /chinese/p5-Encode-HanExtra/Makefile | |
parent | 752812576328c8bf5b06c464a5fbbde9a8b22367 (diff) | |
download | freebsd-ports-gnome-6cf4c1bb5dde232ccb2d316d6705b257c024b750.tar.gz freebsd-ports-gnome-6cf4c1bb5dde232ccb2d316d6705b257c024b750.tar.zst freebsd-ports-gnome-6cf4c1bb5dde232ccb2d316d6705b257c024b750.zip |
- add p5-Encode-HanExtra
Encode::HanExtra - Extra sets of Chinese encodings
This version includes the following encoding tables:
Canonical Alias Description
-----------------------------------------------------------------------------
big5-1984 /\b(tca-)?big5-?(19)?84$/i TCA's original Big5-1984
big5ext /\b(cmex-)?big5-?e(xt)?$/i CMEX's Big5e Extension
big5plus /\b(cmex-)?big5-?p(lus)?$/i CMEX's Big5+ Extension
/\b(cmex-)?big5\+$/i
cccii /\b(ccag-)?cccii$/i Chinese Character Code for
Information Interchange
cns11643-1 /\bCNS[-_ ]?11643[-_]1$/i Taiwan's CNS map, plane 1
cns11643-2 /\bCNS[-_ ]?11643[-_]2$/i Taiwan's CNS map, plane 2
cns11643-3 /\bCNS[-_ ]?11643[-_]3$/i Taiwan's CNS map, plane 3
cns11643-4 /\bCNS[-_ ]?11643[-_]4$/i Taiwan's CNS map, plane 4
cns11643-5 /\bCNS[-_ ]?11643[-_]5$/i Taiwan's CNS map, plane 5
cns11643-6 /\bCNS[-_ ]?11643[-_]6$/i Taiwan's CNS map, plane 6
cns11643-7 /\bCNS[-_ ]?11643[-_]7$/i Taiwan's CNS map, plane 7
cns11643-f /\bCNS[-_ ]?11643[-_]f$/i Taiwan's CNS map, plane F
euc-tw /\beuc.*tw$/i EUC (Extended Unix Character)
/\btw.*euc$/i
gb18030 /\bGB[-_ ]?18030$/i GBK with Traditional Characters
unisys /\bunisys$/i Unisys Traditional Chinese
unisys-sosi1 Unisys SOSI1 transport encoding
unisys-sosi2 Unisys SOSI2 transport encoding
WWW: http://search.cpan.org/dist/Encode-HanExtra/
Diffstat (limited to 'chinese/p5-Encode-HanExtra/Makefile')
-rw-r--r-- | chinese/p5-Encode-HanExtra/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/chinese/p5-Encode-HanExtra/Makefile b/chinese/p5-Encode-HanExtra/Makefile new file mode 100644 index 000000000000..aa17430fa18e --- /dev/null +++ b/chinese/p5-Encode-HanExtra/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: p5-Encode-HanExtra +# Date created: 19 August 2005 +# Whom: Yen-Ming Lee <leeym@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Encode-HanExtra +PORTVERSION= 0.10 +CATEGORIES= chinese perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Encode +PKGNAMEPREFIX= p5- + +MAINTAINER= leeym@FreeBSD.org +COMMENT= Extra sets of Chinese encodings + +PERL_CONFIGURE= yes + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500703 +IGNORE= requires Perl 5.7.3 or above +.endif + +.include <bsd.port.post.mk> |