pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/inputmethod/libskk Update to 1.0.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5e949a338b76
branches:  trunk
changeset: 372802:5e949a338b76
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Mon Dec 18 05:54:18 2017 +0000

description:
Update to 1.0.3

Changelog:
 Fix hiragana to katakana conversion in abbrev mode [#41]
 Make "commit-unhandled" actually commit in abbrev mode [#39]
 Avoid redundant dictionary lookup in non-numeric conversion cases [#36]
 Fix KZIK rules [#35, #37]
 Fix okuri-ari word registration [#33, #34]
 Add command for sticky-shift [#32]
 Don't crash when a rule has no default metadata [#31]
 Bind C-j to go back to hiragana in AZIK latin [#30]
 Build fixes [#42, #43]

diffstat:

 inputmethod/libskk/Makefile |   6 +++---
 inputmethod/libskk/PLIST    |   3 ++-
 inputmethod/libskk/distinfo |  10 +++++-----
 3 files changed, 10 insertions(+), 9 deletions(-)

diffs (49 lines):

diff -r 91437296e690 -r 5e949a338b76 inputmethod/libskk/Makefile
--- a/inputmethod/libskk/Makefile       Sun Dec 17 21:16:23 2017 +0000
+++ b/inputmethod/libskk/Makefile       Mon Dec 18 05:54:18 2017 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.11 2017/07/30 22:32:19 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2017/12/18 05:54:18 ryoon Exp $
 #
 
-DISTNAME=      libskk-1.0.2
-PKGREVISION=   1
+DISTNAME=      libskk-1.0.3
 CATEGORIES=    inputmethod
 MASTER_SITES=  https://github.com/ueno/libskk/releases/download/${PKGVERSION_NOREV}/
+EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/ueno/libskk/
diff -r 91437296e690 -r 5e949a338b76 inputmethod/libskk/PLIST
--- a/inputmethod/libskk/PLIST  Sun Dec 17 21:16:23 2017 +0000
+++ b/inputmethod/libskk/PLIST  Mon Dec 18 05:54:18 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2014/09/10 09:34:45 obache Exp $
+@comment $NetBSD: PLIST,v 1.4 2017/12/18 05:54:18 ryoon Exp $
 bin/skk
 include/libskk/libskk.h
 ${PLIST.introspection}lib/girepository-1.0/Skk-1.0.typelib
@@ -40,6 +40,7 @@
 share/libskk/rules/default/keymap/wide-latin.json
 share/libskk/rules/default/metadata.json
 share/libskk/rules/default/rom-kana/default.json
+share/libskk/rules/kzik/keymap/common.json
 share/libskk/rules/kzik/keymap/default.json
 share/libskk/rules/kzik/keymap/hankaku-katakana.json
 share/libskk/rules/kzik/keymap/hiragana.json
diff -r 91437296e690 -r 5e949a338b76 inputmethod/libskk/distinfo
--- a/inputmethod/libskk/distinfo       Sun Dec 17 21:16:23 2017 +0000
+++ b/inputmethod/libskk/distinfo       Mon Dec 18 05:54:18 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2015/11/03 22:13:37 agc Exp $
+$NetBSD: distinfo,v 1.9 2017/12/18 05:54:18 ryoon Exp $
 
-SHA1 (libskk-1.0.2.tar.gz) = 1d3c1881c41c33c81a79646f4ed580a630b90520
-RMD160 (libskk-1.0.2.tar.gz) = 87ac69baef98133d4fc487ff368400221367205c
-SHA512 (libskk-1.0.2.tar.gz) = f8fff94b216c18f66bf1004ee068f8d737177f1b70ac36d054d9a68ce02ba9b8d1b7b4127d9a330f64054b2fe06f352070c750a3562d4be36fecf20cb854e6c0
-Size (libskk-1.0.2.tar.gz) = 867572 bytes
+SHA1 (libskk-1.0.3.tar.xz) = 324ed781fdc877054fd7cb103fafabacaf83c023
+RMD160 (libskk-1.0.3.tar.xz) = fac3375ae9087fc0cbeaf38960929d32840694de
+SHA512 (libskk-1.0.3.tar.xz) = ede5c43138a14268a346323ee23102fe33bcdfe18d280d152ab0cf6050682d259190142b73cc03be83d50fb4383d59742417c68495f51cc668b2f2231e8589b1
+Size (libskk-1.0.3.tar.xz) = 562340 bytes



Home | Main Index | Thread Index | Old Index