update to 2.06
This commit is contained in:
parent
f2a64beea9
commit
82438605f2
@ -1,15 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2004/01/17 15:58:07 naddy Exp $
|
||||
|
||||
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
|
||||
# $OpenBSD: Makefile,v 1.3 2006/07/13 07:26:44 steven Exp $
|
||||
|
||||
COMMENT= "handles various Japanese charsets"
|
||||
|
||||
DISTNAME= Jcode-0.83
|
||||
DISTNAME= Jcode-2.06
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= converters japanese perl5
|
||||
|
||||
HOMEPAGE= http://openlab.ring.gr.jp/Jcode/
|
||||
|
||||
# same as perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
@ -19,4 +18,6 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/D/DA/DANKOGAI/}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (Jcode-0.83.tar.gz) = 64e137e289e9fc65c1afc00c08ffa0f3
|
||||
RMD160 (Jcode-0.83.tar.gz) = 6fb501bcac8219ab55c1f263c152f3f5dcc1c7f1
|
||||
SHA1 (Jcode-0.83.tar.gz) = b3c1945cf9d8d9aafd3ca5ed57fd04d1187b5753
|
||||
SIZE (Jcode-0.83.tar.gz) = 188328
|
||||
MD5 (Jcode-2.06.tar.gz) = 56d787a94cbb557d8b21d10972befd94
|
||||
RMD160 (Jcode-2.06.tar.gz) = f7e6f1d8c0eaf05730386367e9683f6360ee74ea
|
||||
SHA1 (Jcode-2.06.tar.gz) = 08c085bc8776b42b8dea178e56f7b820b3b39238
|
||||
SIZE (Jcode-2.06.tar.gz) = 350545
|
||||
|
@ -1,6 +1,10 @@
|
||||
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)
|
||||
- Object-oriented approach on Japanese text handling
|
||||
- mime header handling
|
||||
- Unicode feature (UCS2 and UTF8)
|
||||
|
||||
As of Perl 5.8.0, all the Jcode capabilities are available in the standard
|
||||
distribution via the Encode module. As of Jcode 2.0, Jcode now acts as a
|
||||
wrapper to Encode for perl 5.8.1 and better.
|
||||
|
@ -1,23 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2004/09/14 23:25:50 espie Exp $
|
||||
${P5ARCH}/
|
||||
${P5ARCH}/Jcode/
|
||||
${P5ARCH}/Jcode.pm
|
||||
${P5ARCH}/Jcode/Constants.pm
|
||||
${P5ARCH}/Jcode/H2Z.pm
|
||||
${P5ARCH}/Jcode/Tr.pm
|
||||
${P5ARCH}/Jcode/Unicode/
|
||||
${P5ARCH}/Jcode/Unicode.pm
|
||||
${P5ARCH}/Jcode/Unicode/Constants.pm
|
||||
${P5ARCH}/Jcode/Unicode/NoXS.pm
|
||||
${P5ARCH}/Jcode/_test.pl
|
||||
${P5ARCH}/auto/
|
||||
${P5ARCH}/auto/Jcode/
|
||||
${P5ARCH}/auto/Jcode/Unicode/
|
||||
${P5ARCH}/auto/Jcode/Unicode/Unicode.bs
|
||||
${P5ARCH}/auto/Jcode/Unicode/Unicode.so
|
||||
@comment ${P5ARCH}/mac_install.pl
|
||||
@comment ${P5ARCH}/win_install.pl
|
||||
@comment $OpenBSD: PLIST,v 1.6 2006/07/13 07:26:44 steven Exp $
|
||||
${P5SITE}/Jcode/
|
||||
${P5SITE}/Jcode.pm
|
||||
${P5SITE}/Jcode/Nihongo.pod
|
||||
@man man/man3p/Jcode.3p
|
||||
@man man/man3p/Jcode::Unicode.3p
|
||||
@man man/man3p/Jcode::Unicode::Constants.3p
|
||||
@man man/man3p/Jcode::Unicode::NoXS.3p
|
||||
@man man/man3p/Jcode::Nihongo.3p
|
||||
|
Loading…
Reference in New Issue
Block a user