diff options
author | taca <taca@pkgsrc.org> | 2004-06-25 14:55:02 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2004-06-25 14:55:02 +0000 |
commit | e8fd4148bff30e7c12ecaff455af70e1c462a194 (patch) | |
tree | c3fc3a7860c5bdc14cd630f20a6ec3878590dba2 /converters/p5-Jcode | |
parent | 789b67e94731836f98b17c20e7030643dae83ce1 (diff) | |
download | pkgsrc-e8fd4148bff30e7c12ecaff455af70e1c462a194.tar.gz |
Update p5-Jcode package to 0.86.
$Revision: 0.86 $ $Date: 2004/06/20 09:54:33 $
! Unicode/uni.c Unicode/uni2euc.h
Flat-table representation of uni2euc is now segmented to paged
tables so Visual C++ happy. Also pages w/ undefined characters
only are aggregated to shrink the table by more than 50%.
Thank you, Takahashi-san.
Message-Id: <006301c45664$a048cb20$0401a8c0@makoto>
0.85 2004/06/18 18:32:19
! Jcode.pm
getcode() is now less likely to fail to detect utf-8
Message-Id: <001901c45541$234adb00$0401a8c0@makoto>
2003/06/21 07:37:54
! Unicode/* Manifest
Unicode XS is completely rewritten from scratch. It is now
even faster than Encode (but less general, of course).
Instead of bsearch(), Unicode XS now uses flat lookup table
Which makes it not only faster but (hopefully) more portable.
Its only price is slightly larger size of the shared library
(360kb on FreeBSD 4-Stable)
Diffstat (limited to 'converters/p5-Jcode')
-rw-r--r-- | converters/p5-Jcode/Makefile | 4 | ||||
-rw-r--r-- | converters/p5-Jcode/distinfo | 8 | ||||
-rw-r--r-- | converters/p5-Jcode/patches/patch-aa | 13 |
3 files changed, 13 insertions, 12 deletions
diff --git a/converters/p5-Jcode/Makefile b/converters/p5-Jcode/Makefile index b36256dc254..ee0c740d35c 100644 --- a/converters/p5-Jcode/Makefile +++ b/converters/p5-Jcode/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2004/03/07 17:51:10 minskim Exp $ +# $NetBSD: Makefile,v 1.11 2004/06/25 14:55:02 taca Exp $ # -DISTNAME= Jcode-0.83 +DISTNAME= Jcode-0.86 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5jco CATEGORIES= converters japanese diff --git a/converters/p5-Jcode/distinfo b/converters/p5-Jcode/distinfo index db44112e5ce..f610176aa34 100644 --- a/converters/p5-Jcode/distinfo +++ b/converters/p5-Jcode/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2003/03/16 16:37:06 taca Exp $ +$NetBSD: distinfo,v 1.5 2004/06/25 14:55:02 taca Exp $ -SHA1 (Jcode-0.83.tar.gz) = b3c1945cf9d8d9aafd3ca5ed57fd04d1187b5753 -Size (Jcode-0.83.tar.gz) = 188328 bytes -SHA1 (patch-aa) = 27a8d2a53abdf6ca77444a671e8ad319a2e973d1 +SHA1 (Jcode-0.86.tar.gz) = 3618ee157ea4018df755df91420b31a290b28688 +Size (Jcode-0.86.tar.gz) = 232682 bytes +SHA1 (patch-aa) = 2d29204006ad6fbe9d0c4bc65e4c3664d3d8f00c diff --git a/converters/p5-Jcode/patches/patch-aa b/converters/p5-Jcode/patches/patch-aa index 0a5bb8f7dca..17f80a36eeb 100644 --- a/converters/p5-Jcode/patches/patch-aa +++ b/converters/p5-Jcode/patches/patch-aa @@ -1,17 +1,18 @@ -$NetBSD: patch-aa,v 1.1.1.1 2002/05/31 13:00:19 seb Exp $ +$NetBSD: patch-aa,v 1.2 2004/06/25 14:55:02 taca Exp $ ---- MANIFEST.orig Fri May 3 09:01:24 2002 +--- MANIFEST.orig 2004-06-19 03:36:55.000000000 +0900 +++ MANIFEST -@@ -15,7 +15,6 @@ - Unicode/_test.pl - Unicode/table.h +@@ -16,7 +16,6 @@ Unicode/_test.pl + Unicode/euc2uni.h + Unicode/uni2euc.h Unicode/uni.c -mac_install.pl t/ambiguous.pl t/benchmark.pl t/convert.t -@@ -32,4 +31,3 @@ +@@ -33,5 +32,4 @@ t/tr.t t/unibench.pl t/x0212.euc t/zenkaku.euc -win_install.pl + META.yml Module meta-data (added by MakeMaker) |