initial import of p5-Jcode-0.83:

--
Jcode.pm is a Perl module that handles various Japanese charsets. It has all
features available on jcode.pl-2.10 PLUS

- Object-oriented approach on Japanese text handling 
- mime header handling 
- Unicode feature (UCS2 and UTF8) 

WWW: http://openlab.ring.gr.jp/Jcode/
This commit is contained in:
lebel 2003-05-30 15:33:21 +00:00
parent e3b253e762
commit 65a11c3b27
4 changed files with 51 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# $OpenBSD: Makefile,v 1.1.1.1 2003/05/30 15:33:21 lebel Exp $
COMMENT= "handles various Japanese charsets"
DISTNAME= Jcode-0.83
PKGNAME= p5-${DISTNAME}
CATEGORIES= converters japanese perl5
HOMEPAGE= http://openlab.ring.gr.jp/Jcode/
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/D/DA/DANKOGAI/}
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Jcode-0.83.tar.gz) = 64e137e289e9fc65c1afc00c08ffa0f3
RMD160 (Jcode-0.83.tar.gz) = 6fb501bcac8219ab55c1f263c152f3f5dcc1c7f1
SHA1 (Jcode-0.83.tar.gz) = b3c1945cf9d8d9aafd3ca5ed57fd04d1187b5753

View File

@ -0,0 +1,8 @@
Jcode.pm is a Perl module that handles various Japanese charsets. It has all
features available on jcode.pl-2.10 PLUS
- Object-oriented approach on Japanese text handling
- mime header handling
- Unicode feature (UCS2 and UTF8)
WWW: ${HOMEPAGE}

View File

@ -0,0 +1,20 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/05/30 15:33:21 lebel Exp $
${P5ARCH}/Jcode.pm
${P5ARCH}/Jcode/Constants.pm
${P5ARCH}/Jcode/H2Z.pm
${P5ARCH}/Jcode/Tr.pm
${P5ARCH}/Jcode/Unicode.pm
${P5ARCH}/Jcode/Unicode/Constants.pm
${P5ARCH}/Jcode/Unicode/NoXS.pm
${P5ARCH}/Jcode/_test.pl
${P5ARCH}/auto/Jcode/.packlist
${P5ARCH}/auto/Jcode/Unicode/Unicode.bs
${P5ARCH}/auto/Jcode/Unicode/Unicode.so
man/man3p/Jcode.3p
man/man3p/Jcode::Unicode.3p
man/man3p/Jcode::Unicode::Constants.3p
man/man3p/Jcode::Unicode::NoXS.3p
@dirrm ${P5ARCH}/auto/Jcode/Unicode
@dirrm ${P5ARCH}/auto/Jcode
@dirrm ${P5ARCH}/Jcode/Unicode
@dirrm ${P5ARCH}/Jcode