head	1.7;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1;
locks; strict;
comment	@# @;


1.7
date	2012.11.17.05.54.57;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2011.09.17.06.48.46;	author sunpoet;	state Exp;
branches;
next	1.5;

1.5
date	2008.04.17.14.24.12;	author araujo;	state Exp;
branches;
next	1.4;

1.4
date	2007.12.13.11.26.31;	author leeym;	state Exp;
branches;
next	1.3;

1.3
date	2007.10.01.11.46.07;	author leeym;	state Exp;
branches;
next	1.2;

1.2
date	2007.09.08.00.53.12;	author linimon;	state Exp;
branches;
next	1.1;

1.1
date	2005.09.01.12.35.44;	author leeym;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-Encode-HanExtra
# Date created:				19 August 2005
# Whom:	      				Yen-Ming Lee <leeym@@FreeBSD.org>
#
# $FreeBSD: head/chinese/p5-Encode-HanExtra/Makefile 300895 2012-07-14 12:56:14Z beat $
#

PORTNAME=	Encode-HanExtra
PORTVERSION=	0.23
CATEGORIES=	chinese perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	leeym@@FreeBSD.org
COMMENT=	Extra sets of Chinese encodings

PERL_CONFIGURE=	yes

MAN3=		Encode::HanExtra.3 Encode::TW::Unisys::SOSI1.3 Encode::TW::Unisys::SOSI2.3

.include <bsd.port.mk>
@


1.6
log
@- Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+

With hat:	perl
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@- Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.

PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
@
text
@d17 1
a17 1
PERL_CONFIGURE=	5.7.3+
@


1.4
log
@- update to 0.23
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Encode
@


1.3
log
@- update to 0.21
@
text
@d9 1
a9 1
PORTVERSION=	0.21
@


1.2
log
@Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
@
text
@d9 1
a9 1
PORTVERSION=	0.10
d20 2
@


1.1
log
@- 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/
@
text
@d18 1
a18 1
PERL_CONFIGURE=	yes
d20 1
a20 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500703
IGNORE=		requires Perl 5.7.3 or above
.endif

.include <bsd.port.post.mk>
@

