pkgsrc-WIP-changes archive

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

cskk: update to 4.0.0



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Wed Sep 23 15:44:18 2026 +0900
Changeset:	8bfc21ae2da91fcc117e4bca6ccc006acbce9724

Modified Files:
	cskk/COMMIT_MSG
	cskk/Makefile
	cskk/PLIST
	cskk/distinfo

Log Message:
cskk: update to 4.0.0

Major version was upgraded as there are breaking changes in the
configuration file.

Added

* Conversion trigger keys can be changed by adding `composition_triggers`
  array in rules file. Symbol keys (ex. exclam) other than A-Z keys can be
  specified as conversion trigger keys.
  Refer to docs/henkan-trigger-extension.md in details.

Changed

* Breaking Change for rule authors: If `[option] composition_triggers` is
  omitted in rules file, any key does not trigger headword input state (▽
  mode).
  For using custom rules, `composition_triggers` needs to be added to
  `[option]` section (at least specify 26 characters "A" ~ "Z").
* Breaking Change for rule authors: rules file format change
  (pre_compisition_okurigana→pre_composition_okurigana)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8bfc21ae2da91fcc117e4bca6ccc006acbce9724

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

diffstat:
 cskk/COMMIT_MSG | 2 +-
 cskk/Makefile   | 2 +-
 cskk/PLIST      | 3 +--
 cskk/distinfo   | 6 +++---
 4 files changed, 6 insertions(+), 7 deletions(-)

diffs:
diff --git a/cskk/COMMIT_MSG b/cskk/COMMIT_MSG
index fb99df1842..7b9c1bc9c6 100644
--- a/cskk/COMMIT_MSG
+++ b/cskk/COMMIT_MSG
@@ -1,3 +1,3 @@
-inputmethod/cskk: import cskk version 3.3.0
+inputmethod/cskk: import cskk version 4.0.0
 
 Packaged in wip by iquiw
diff --git a/cskk/Makefile b/cskk/Makefile
index 90f5b059c4..d18c075133 100644
--- a/cskk/Makefile
+++ b/cskk/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	cskk-3.3.0
+DISTNAME=	cskk-4.0.0
 CATEGORIES=	inputmethod
 MASTER_SITES=	${MASTER_SITE_GITHUB:=naokiri/}
 GITHUB_TAG=	v${PKGVERSION_NOREV}
diff --git a/cskk/PLIST b/cskk/PLIST
index 3fea36358e..171c50274b 100644
--- a/cskk/PLIST
+++ b/cskk/PLIST
@@ -2,7 +2,7 @@
 include/cskk/libcskk.h
 lib/cskk/libcskk.a
 lib/cskk/libcskk.so
-lib/cskk/libcskk.so.3
+lib/cskk/libcskk.so.4
 lib/cskk/libcskk.so.${PKGVERSION}
 lib/pkgconfig/cskk.pc
 share/libcskk/README.rules
@@ -11,4 +11,3 @@ share/libcskk/rule/kana_form.toml
 share/libcskk/rules/azik/rule.toml
 share/libcskk/rules/default/rule.toml
 share/libcskk/rules/metadata.toml
-@pkgdir share/cskk
diff --git a/cskk/distinfo b/cskk/distinfo
index c35ad8c5ec..2b2c900029 100644
--- a/cskk/distinfo
+++ b/cskk/distinfo
@@ -189,9 +189,9 @@ Size (crypto-bigint-0.5.5.crate) = 83384 bytes
 BLAKE2s (crypto-common-0.1.6.crate) = 855d36a49ecab87b6f8a58c85a0360ab113d0615fa206f5e1bf200caa2fcbfd5
 SHA512 (crypto-common-0.1.6.crate) = 471dbc43f517089d2cfe0868e29510c6ca579875b3bb5d013c70796db969b609b6c4bb35c9a07b9a2917012dc5708b717d48e317a20038adbe7e7039bf3ada6f
 Size (crypto-common-0.1.6.crate) = 8760 bytes
-BLAKE2s (cskk-3.3.0.tar.gz) = 042ae1e310668b46b5ab57e99321e7832c6c89fbace9dcf71fa92e8f6e228830
-SHA512 (cskk-3.3.0.tar.gz) = 18df5e330b350bf94f7f476262f4f9c0d2ec40e3c8ca8482bb7e6797739bc6f842f52cf40a7e7d57381c11398343d70dea6ffb19bcd1120be1f5fc2c3933fa33
-Size (cskk-3.3.0.tar.gz) = 202171 bytes
+BLAKE2s (cskk-4.0.0.tar.gz) = 51dcce888ebac03ca442a2ae873f8951b11f8f2e90b076da218587c9c937c4d6
+SHA512 (cskk-4.0.0.tar.gz) = 31d4539fcf54c6a4118fc3c0219b7defec71bec4933d21cb603d2059aa77cc443b248eabbeb4fb4222abe5cb33aabdc31f1a35ce5b0e34450ceaa4e6ac447ed5
+Size (cskk-4.0.0.tar.gz) = 206003 bytes
 BLAKE2s (ct-codecs-1.1.3.crate) = c50dceb443ffc581cc525329fac79d1d29459ce32da84407abad44119259fe27
 SHA512 (ct-codecs-1.1.3.crate) = 6173b771e79d9194dd49a2158804d73eff6f13cd75b7a3207adb52f7e414d7ea5827b88e1f808c089b51dd6bf607fbf09e6e62109c1940756b0dcdade3a6ab25
 Size (ct-codecs-1.1.3.crate) = 5497 bytes


Home | Main Index | Thread Index | Old Index