diff options
author | kei <kei> | 2000-09-12 17:13:28 +0000 |
---|---|---|
committer | kei <kei> | 2000-09-12 17:13:28 +0000 |
commit | 7faf20b2f3c57cf0294e0835775a5037cea43dc5 (patch) | |
tree | 840217a32c425d5e21e0167a2b6b2889974d804d | |
parent | 70a3bf4157a58739569b14bf7760a68746674289 (diff) | |
download | pkgsrc-7faf20b2f3c57cf0294e0835775a5037cea43dc5.tar.gz |
update kakasi to version 2.3.2.
The patch was supplied by Bernhard Riedel <bernhard@sdg.de> and posted to
tech-pkg-ja@jp.netbsd.org mailing list. Thanks Bernhard!
Changes from 2.3.1 to 2.3.2:
* `wo' dissapear in output bug fixed.
* library initialization bug fixed.
* other bugs fixed.
* Endoding of all Japanese documents is now set to EUC-JP. Also fixed typo.
* included `kakasi.spec'.
(No English version included, so this is translated from Japanese one by me)
This version includes (part of) NetBSD patche and fix the problem, so it's
removed.
-rw-r--r-- | japanese/kakasi/Makefile | 4 | ||||
-rw-r--r-- | japanese/kakasi/files/md5 | 4 | ||||
-rw-r--r-- | japanese/kakasi/files/patch-sum | 3 | ||||
-rw-r--r-- | japanese/kakasi/patches/patch-aa | 29 | ||||
-rw-r--r-- | japanese/kakasi/pkg/PLIST | 4 |
5 files changed, 6 insertions, 38 deletions
diff --git a/japanese/kakasi/Makefile b/japanese/kakasi/Makefile index c08ef9865ff..8895619fb5b 100644 --- a/japanese/kakasi/Makefile +++ b/japanese/kakasi/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2000/08/14 22:02:27 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2000/09/12 17:13:28 kei Exp $ # FreeBSD Id: Makefile,v 1.14 1998/04/05 04:46:33 max Exp $ -DISTNAME= kakasi-2.3.1 +DISTNAME= kakasi-2.3.2 CATEGORIES= japanese MASTER_SITES= ftp://kakasi.namazu.org/pub/kakasi/ diff --git a/japanese/kakasi/files/md5 b/japanese/kakasi/files/md5 index 8d7c351a1af..7cb76a28e3f 100644 --- a/japanese/kakasi/files/md5 +++ b/japanese/kakasi/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.4 1999/11/16 09:28:50 sakamoto Exp $ +$NetBSD: md5,v 1.5 2000/09/12 17:13:28 kei Exp $ -MD5 (kakasi-2.3.1.tar.gz) = 74057ccb3fb03533fcd2ba6e71a1549f +MD5 (kakasi-2.3.2.tar.gz) = 22a144606a05e481219df40344787cf7 diff --git a/japanese/kakasi/files/patch-sum b/japanese/kakasi/files/patch-sum deleted file mode 100644 index 21b1568f495..00000000000 --- a/japanese/kakasi/files/patch-sum +++ /dev/null @@ -1,3 +0,0 @@ -$NetBSD: patch-sum,v 1.3 1999/11/16 09:28:51 sakamoto Exp $ - -MD5 (patch-aa) = cbbcdd9016d72d917c023fe98bba214d diff --git a/japanese/kakasi/patches/patch-aa b/japanese/kakasi/patches/patch-aa deleted file mode 100644 index e4e460d7119..00000000000 --- a/japanese/kakasi/patches/patch-aa +++ /dev/null @@ -1,29 +0,0 @@ -$NetBSD: patch-aa,v 1.4 1999/11/16 09:28:53 sakamoto Exp $ - ---- ./src/mkkanwa.c.orig Fri Oct 29 14:18:45 1999 -+++ ./src/mkkanwa.c Tue Nov 16 18:14:40 1999 -@@ -26,10 +26,8 @@ - #include "jj2.h" - --static void usage(argv, options) -+static void usage(argv) - char **argv; -- char *options; - { -- (void)fprintf(stderr, "usage: %s kanwadict %s dict1 [dict2,,,]\n", -- argv[0], options); -+ (void)fprintf(stderr, "usage: %s kanwadict dict1 [dict2,,,]\n", argv[0]); - exit (2); - } -@@ -80,9 +78,9 @@ - case 'h': - default: -- usage(argv, options); -+ usage(argv); - } - } - if (optind >= argc) -- usage(argv, options); -+ usage(argv); - if ((kdict = fopen(argv[optind],"wb")) == NULL) { - perror(argv[optind]); diff --git a/japanese/kakasi/pkg/PLIST b/japanese/kakasi/pkg/PLIST index 5aaced42abc..033817434ee 100644 --- a/japanese/kakasi/pkg/PLIST +++ b/japanese/kakasi/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2000/08/14 22:02:27 wiz Exp $ +@comment $NetBSD: PLIST,v 1.5 2000/09/12 17:13:29 kei Exp $ bin/atoc_conv bin/kakasi bin/mkkanwa @@ -7,7 +7,7 @@ bin/wx2_conv include/libkakasi.h lib/libkakasi.a lib/libkakasi.la -lib/libkakasi.so.2.0 +lib/libkakasi.so.2.2 man/ja_JP.EUC/cat1/kakasi.cat man/ja_JP.EUC/man1/kakasi.1 share/kakasi/itaijidict |