diff options
author | taca <taca> | 2001-06-20 16:22:06 +0000 |
---|---|---|
committer | taca <taca> | 2001-06-20 16:22:06 +0000 |
commit | 14173683f11a98097b409e36059e5ff07a6cfa14 (patch) | |
tree | 9aaf348aa3a60c86ff5273b9a91256f01e8381de /japanese | |
parent | 1c8108ded3902ca4fc4ef68793da3c32e431050b (diff) | |
download | pkgsrc-14173683f11a98097b409e36059e5ff07a6cfa14.tar.gz |
- Update p5-jcode to 2.13.
- Remove obsolete URL in DESCR.
- Add blank HOMEPAGE.
Changes are below (with my poor translation):
2.11-2.13
Fixed those bugs:
* wrong target string for replacement was specified in __z2h_jis().
* z2h() fail in processing a katakana which would never have a sonant mark
but attached a sonant mark.
2.10-2.11
* jcode.pl works on perl with therad enabled.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/p5-jcode/Makefile | 11 | ||||
-rw-r--r-- | japanese/p5-jcode/distinfo | 6 |
2 files changed, 9 insertions, 8 deletions
diff --git a/japanese/p5-jcode/Makefile b/japanese/p5-jcode/Makefile index 63869a1d9b2..f249da16532 100644 --- a/japanese/p5-jcode/Makefile +++ b/japanese/p5-jcode/Makefile @@ -1,19 +1,20 @@ -# $NetBSD: Makefile,v 1.4 2001/02/16 15:25:27 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2001/06/20 16:22:06 taca Exp $ # FreeBSD Id: Makefile,v 1.2 1999/01/17 10:56:40 vanilla Exp $ -DISTNAME= jcode.pl-2.10 -PKGNAME= p5-jcode-2.10 +DISTNAME= jcode.pl-2.13 +PKGNAME= p5-jcode-2.13 CATEGORIES= japanese MASTER_SITES= ftp://ftp.iij.ad.jp/pub/IIJ/dist/utashiro/perl/ \ ftp://ftp.sra.co.jp/pub/lang/perl/sra-scripts/ EXTRACT_SUFX= MAINTAINER= tech-pkg-ja@jp.netbsd.org +HOMEPAGE= # not available COMMENT= Perl library for Japanese character code conversion USE_PERL5= yes -NO_WRKSUBDIR= yes -NO_BUILD= yes +NO_WRKSUBDIR= # defined +NO_BUILD= # defined EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} . do-install: diff --git a/japanese/p5-jcode/distinfo b/japanese/p5-jcode/distinfo index b701588e5c7..ee9a8a03efd 100644 --- a/japanese/p5-jcode/distinfo +++ b/japanese/p5-jcode/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/21 10:13:36 wiz Exp $ +$NetBSD: distinfo,v 1.3 2001/06/20 16:22:06 taca Exp $ -SHA1 (jcode.pl-2.10) = f945f40ec05eba1018f2518ccee9432dc9c83b4a -Size (jcode.pl-2.10) = 19900 bytes +SHA1 (jcode.pl-2.13) = a123c07e86addb950cb3d9b7128cff03aba12c60 +Size (jcode.pl-2.13) = 21093 bytes |