Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 May 2006 18:49:15 -0400 (EDT)
From:      Rong-En Fan <rafan@infor.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/98039: [NEW PORT] converters/p5-Encode-JIS2K: JIS X 0212 (aka JIS 2000) Encodings
Message-ID:  <200605272249.k4RMnFkm069106@woodstock.rafan.org>
Resent-Message-ID: <200605272310.k4RNAF0V071655@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         98039
>Category:       ports
>Synopsis:       [NEW PORT] converters/p5-Encode-JIS2K: JIS X 0212 (aka JIS 2000) Encodings
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 27 23:10:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Rong-En Fan
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
NTU CSIE
>Environment:
System: FreeBSD woodstock.rafan.org 7.0-CURRENT FreeBSD 7.0-CURRENT #3: Wed May 17 00:28:05 EDT 2006
>Description:
This module implements encodings that covers JIS X 0213 charset (AKA
JIS 2000, hence the module name). Encodings supported are as follows.

Canonical     Alias                                      Description
--------------------------------------------------------------------
euc-jisx0213  qr/\beuc.*jp[ \-]?(?:2000|2k)$/i          EUC-JISX0213
              qr/\bjp.*euc[ \-]?(2000|2k)$/i
              qr/\bujis[ \-]?(?:2000|2k)$/i
shiftjisx0123 qr/\bshift.*jis(?:2000|2k)$/i           Shift_JISX0213
              qr/\bsjisp \-]?(?:2000|2k)$/i

iso-2022-jp-3
jis0213-1-raw                         JIS X 0213 plane 1, raw format
jis0213-2-raw                         JIS X 0213 plane 2, raw format

WWW: http://search.cpan.org/dist/Encode-JIS2K/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Encode-JIS2K-0.02.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-Encode-JIS2K
#	p5-Encode-JIS2K/Makefile
#	p5-Encode-JIS2K/distinfo
#	p5-Encode-JIS2K/pkg-descr
#	p5-Encode-JIS2K/pkg-plist
#
echo c - p5-Encode-JIS2K
mkdir -p p5-Encode-JIS2K > /dev/null 2>&1
echo x - p5-Encode-JIS2K/Makefile
sed 's/^X//' >p5-Encode-JIS2K/Makefile << 'END-of-p5-Encode-JIS2K/Makefile'
X# New ports collection makefile for:	p5-Encode-JIS2K
X# Date created:				May 21 2006
X# Whom:					Rong-En Fan <rafan@infor.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Encode-JIS2K
XPORTVERSION=	0.02
XCATEGORIES=	converters perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Encode
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	rafan@infor.org
XCOMMENT=	JIS X 0212 (aka JIS 2000) Encodings
X
XPERL_CONFIGURE=	yes
X
X.include <bsd.port.pre.mk>
X
X.if ${PERL_LEVEL} < 500703
XIGNORE=		requires Perl 5.7.3 or above
X.endif
X
X.include <bsd.port.post.mk>
END-of-p5-Encode-JIS2K/Makefile
echo x - p5-Encode-JIS2K/distinfo
sed 's/^X//' >p5-Encode-JIS2K/distinfo << 'END-of-p5-Encode-JIS2K/distinfo'
XMD5 (Encode-JIS2K-0.02.tar.gz) = 00e73ee943fb2f882b00b7b61e4c9db1
XSHA256 (Encode-JIS2K-0.02.tar.gz) = 5d718add5857f37fc270f24360bc9d100b72e0e13a11ca3149fe4e4d7c7cc4bf
XSIZE (Encode-JIS2K-0.02.tar.gz) = 401178
END-of-p5-Encode-JIS2K/distinfo
echo x - p5-Encode-JIS2K/pkg-descr
sed 's/^X//' >p5-Encode-JIS2K/pkg-descr << 'END-of-p5-Encode-JIS2K/pkg-descr'
XThis module implements encodings that covers JIS X 0213 charset (AKA
XJIS 2000, hence the module name). Encodings supported are as follows.
X
XCanonical     Alias                                      Description
X--------------------------------------------------------------------
Xeuc-jisx0213  qr/\beuc.*jp[ \-]?(?:2000|2k)$/i          EUC-JISX0213
X              qr/\bjp.*euc[ \-]?(2000|2k)$/i
X              qr/\bujis[ \-]?(?:2000|2k)$/i
Xshiftjisx0123 qr/\bshift.*jis(?:2000|2k)$/i           Shift_JISX0213
X              qr/\bsjisp \-]?(?:2000|2k)$/i
X
Xiso-2022-jp-3
Xjis0213-1-raw                         JIS X 0213 plane 1, raw format
Xjis0213-2-raw                         JIS X 0213 plane 2, raw format
X
XWWW: http://search.cpan.org/dist/Encode-JIS2K/
END-of-p5-Encode-JIS2K/pkg-descr
echo x - p5-Encode-JIS2K/pkg-plist
sed 's/^X//' >p5-Encode-JIS2K/pkg-plist << 'END-of-p5-Encode-JIS2K/pkg-plist'
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/JIS2K/JIS2K.so
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/JIS2K/JIS2K.bs
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/JIS2K/.packlist
X%%SITE_PERL%%/%%PERL_ARCH%%/Encode/JIS2K.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/Encode/JIS2K/2022JP3.pm
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/JIS2K
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Encode/JIS2K
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Encode
END-of-p5-Encode-JIS2K/pkg-plist
exit
--- p5-Encode-JIS2K-0.02.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605272249.k4RMnFkm069106>