pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/kdrill Update to 6.5. Notable changes:
details: https://anonhg.NetBSD.org/pkgsrc/rev/58fbca4b4e84
branches: trunk
changeset: 639414:58fbca4b4e84
user: shattered <shattered%pkgsrc.org@localhost>
date: Fri Sep 12 21:47:23 2014 +0000
description:
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.
diffstat:
misc/kdrill/Makefile | 7 +++----
misc/kdrill/distinfo | 10 +++++-----
misc/kdrill/patches/patch-aa | 6 ++++--
3 files changed, 12 insertions(+), 11 deletions(-)
diffs (56 lines):
diff -r c55ba8613d8d -r 58fbca4b4e84 misc/kdrill/Makefile
--- a/misc/kdrill/Makefile Fri Sep 12 21:38:31 2014 +0000
+++ b/misc/kdrill/Makefile Fri Sep 12 21:47:23 2014 +0000
@@ -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 -r c55ba8613d8d -r 58fbca4b4e84 misc/kdrill/distinfo
--- a/misc/kdrill/distinfo Fri Sep 12 21:38:31 2014 +0000
+++ b/misc/kdrill/distinfo Fri Sep 12 21:47:23 2014 +0000
@@ -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 -r c55ba8613d8d -r 58fbca4b4e84 misc/kdrill/patches/patch-aa
--- a/misc/kdrill/patches/patch-aa Fri Sep 12 21:38:31 2014 +0000
+++ b/misc/kdrill/patches/patch-aa Fri Sep 12 21:47:23 2014 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index