pkgsrc-Changes archive

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

CVS commit: pkgsrc/inputmethod/libskk



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Mon Dec 18 05:54:19 UTC 2017

Modified Files:
        pkgsrc/inputmethod/libskk: Makefile PLIST distinfo

Log Message:
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]


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/inputmethod/libskk/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/inputmethod/libskk/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/inputmethod/libskk/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/inputmethod/libskk/Makefile
diff -u pkgsrc/inputmethod/libskk/Makefile:1.11 pkgsrc/inputmethod/libskk/Makefile:1.12
--- pkgsrc/inputmethod/libskk/Makefile:1.11     Sun Jul 30 22:32:19 2017
+++ pkgsrc/inputmethod/libskk/Makefile  Mon Dec 18 05:54:18 2017
@@ -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/

Index: pkgsrc/inputmethod/libskk/PLIST
diff -u pkgsrc/inputmethod/libskk/PLIST:1.3 pkgsrc/inputmethod/libskk/PLIST:1.4
--- pkgsrc/inputmethod/libskk/PLIST:1.3 Wed Sep 10 09:34:45 2014
+++ pkgsrc/inputmethod/libskk/PLIST     Mon Dec 18 05:54:18 2017
@@ -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/latin.
 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

Index: pkgsrc/inputmethod/libskk/distinfo
diff -u pkgsrc/inputmethod/libskk/distinfo:1.8 pkgsrc/inputmethod/libskk/distinfo:1.9
--- pkgsrc/inputmethod/libskk/distinfo:1.8      Tue Nov  3 22:13:37 2015
+++ pkgsrc/inputmethod/libskk/distinfo  Mon Dec 18 05:54:18 2017
@@ -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