pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/p5-Jcode Update p5-Jcode package to 0.86.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ab85384d8dbc
branches:  trunk
changeset: 477015:ab85384d8dbc
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Jun 25 14:55:02 2004 +0000

description:
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:

 converters/p5-Jcode/Makefile         |   4 ++--
 converters/p5-Jcode/distinfo         |   8 ++++----
 converters/p5-Jcode/patches/patch-aa |  13 +++++++------
 3 files changed, 13 insertions(+), 12 deletions(-)

diffs (54 lines):

diff -r 173e948c56f0 -r ab85384d8dbc converters/p5-Jcode/Makefile
--- a/converters/p5-Jcode/Makefile      Fri Jun 25 14:51:23 2004 +0000
+++ b/converters/p5-Jcode/Makefile      Fri Jun 25 14:55:02 2004 +0000
@@ -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 -r 173e948c56f0 -r ab85384d8dbc converters/p5-Jcode/distinfo
--- a/converters/p5-Jcode/distinfo      Fri Jun 25 14:51:23 2004 +0000
+++ b/converters/p5-Jcode/distinfo      Fri Jun 25 14:55:02 2004 +0000
@@ -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 -r 173e948c56f0 -r ab85384d8dbc converters/p5-Jcode/patches/patch-aa
--- a/converters/p5-Jcode/patches/patch-aa      Fri Jun 25 14:51:23 2004 +0000
+++ b/converters/p5-Jcode/patches/patch-aa      Fri Jun 25 14:55:02 2004 +0000
@@ -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)



Home | Main Index | Thread Index | Old Index