From ee2fa017809b5f2e9a1f2e1b4d4b633e141cd1ac Mon Sep 17 00:00:00 2001 From: shattered Date: Fri, 12 Sep 2014 21:47:23 +0000 Subject: Update to 6.5. Notable changes: Added radical search. Added usefile toggle in multikanji search display. 'cheat' is now a toggle highlight for the current question. Added [return] key accelerator for stroke count search. Added handling of non-shifted JIS for cut-n-paste (rxvt support) Added handling of ascii-escaped unicode char cut-n-paste (for pan, and other gtk2 based progs) Patched doJISConvert to understand gtk2 unicode cutnpaste format. Fixed buffer overflow in doJISConvert, that made coredumps for long cut-n-paste strings. Fixed bug in matchromaji() that was giving bogus matches too soon. --- misc/kdrill/Makefile | 7 +++---- misc/kdrill/distinfo | 10 +++++----- misc/kdrill/patches/patch-aa | 6 ++++-- 3 files changed, 12 insertions(+), 11 deletions(-) (limited to 'misc') diff --git a/misc/kdrill/Makefile b/misc/kdrill/Makefile index 224a1187eeb..45bef453d1d 100644 --- a/misc/kdrill/Makefile +++ b/misc/kdrill/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2012/10/08 09:57:26 asau Exp $ +# $NetBSD: Makefile,v 1.21 2014/09/12 21:47:23 shattered Exp $ # -DISTNAME= kdrill5.11.6 -PKGNAME= kdrill-5.11.6 -PKGREVISION= 5 +DISTNAME= kdrill6.5 +PKGNAME= kdrill-6.5 CATEGORIES= japanese misc MASTER_SITES= http://www.bolthole.com/kdrill/ diff --git a/misc/kdrill/distinfo b/misc/kdrill/distinfo index 367f946351e..76c6ce92760 100644 --- a/misc/kdrill/distinfo +++ b/misc/kdrill/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.5 2010/01/09 12:03:03 obache Exp $ +$NetBSD: distinfo,v 1.6 2014/09/12 21:47:23 shattered Exp $ -SHA1 (kdrill5.11.6.tar.gz) = 8ce3594c81f717a4fd1488a952b0a05111679cd0 -RMD160 (kdrill5.11.6.tar.gz) = a2c81fe9490f549940a4eea793af37b56dd2b7e6 -Size (kdrill5.11.6.tar.gz) = 182956 bytes -SHA1 (patch-aa) = 42fc93ca33c380cc947a526c97cb887c2e778ebb +SHA1 (kdrill6.5.tar.gz) = 102f0eafebd717465b41e891615667e601656894 +RMD160 (kdrill6.5.tar.gz) = f114b237a86f18477c898a3e21393f21c42cfb01 +Size (kdrill6.5.tar.gz) = 233569 bytes +SHA1 (patch-aa) = bbdad0c4d4ccf8bc066a2edf85ed51a80ff2ca30 SHA1 (patch-ab) = bacf2be816f63ec072f0a4f4ba4d132691518dab SHA1 (patch-ac) = 2f1a6216be59b5fccaa19f7ea124822f412c4317 diff --git a/misc/kdrill/patches/patch-aa b/misc/kdrill/patches/patch-aa index 83c7b44a7cd..85620687b26 100644 --- a/misc/kdrill/patches/patch-aa +++ b/misc/kdrill/patches/patch-aa @@ -1,15 +1,17 @@ -$NetBSD: patch-aa,v 1.3 2004/05/09 23:46:53 wiz Exp $ +$NetBSD: patch-aa,v 1.4 2014/09/12 21:47:23 shattered Exp $ --- Imakefile.orig Wed Feb 6 01:56:16 2002 +++ Imakefile -@@ -32,8 +32,8 @@ +@@ -32,9 +32,9 @@ UNCOMPRESSEXT = .gz /* You can change these here, and KDrill.ad will * get created with the matching values. Yaaay! */ -DICTLOCATION= /usr/local/lib/kanjidic.gz -EDICTLOCATION= /usr/local/lib/edict.gz +-RADLOCATION= /usr/local/lib/radkfile +DICTLOCATION= ${PREFIX}/share/kdrill/kanjidic.gz +EDICTLOCATION= ${PREFIX}/share/kdrill/edict.gz ++RADLOCATION= ${PREFIX}/share/kdrill/radkfile # If for some reason, the user prefs stuff isn't working for you, # and you can't compile, uncomment this -- cgit v1.2.3