pkgsrc-Changes archive

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

CVS commit: pkgsrc/inputmethod/librime



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jul 22 06:42:26 UTC 2025

Modified Files:
        pkgsrc/inputmethod/librime: Makefile distinfo

Log Message:
librime: updated to 1.14.0

1.14.0

Bug Fixes

* fix non-void function does not return a value
* **ascii_composer:** Fix good old caps lock behavior
* **cmake:** replace include() with find_package() to avoid calling find_package_handle_standard_args() twice with different arguments
* **script_translator:** config max_word_length and core_word_length
* **simplifier:** return nullptr on error
* crashes caused by creating empty components
* **test:** memory leaks in unit tests

Features

* **ascii_composer:** set/unset_ascii_mode
* **ascii_composer:** support alt, super key press
* **deployer:** allow disabling backup_config_files
* **script_translator:** concatenate segments with a sliding window
* **script_translator:** learn new phrases automatically from segmentations
* **script_translator:** update elements of phrases which are longer than max_word_length
* **translator_commons:** add `dictionary_exclude` to exclude words


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/inputmethod/librime/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/inputmethod/librime/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/librime/Makefile
diff -u pkgsrc/inputmethod/librime/Makefile:1.37 pkgsrc/inputmethod/librime/Makefile:1.38
--- pkgsrc/inputmethod/librime/Makefile:1.37    Wed Feb 26 10:02:24 2025
+++ pkgsrc/inputmethod/librime/Makefile Tue Jul 22 06:42:25 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2025/02/26 10:02:24 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2025/07/22 06:42:25 adam Exp $
 
-DISTNAME=      librime-1.13.1
+DISTNAME=      librime-1.14.0
 CATEGORIES=    inputmethod chinese
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=rime/}
 

Index: pkgsrc/inputmethod/librime/distinfo
diff -u pkgsrc/inputmethod/librime/distinfo:1.14 pkgsrc/inputmethod/librime/distinfo:1.15
--- pkgsrc/inputmethod/librime/distinfo:1.14    Tue Feb 18 10:05:00 2025
+++ pkgsrc/inputmethod/librime/distinfo Tue Jul 22 06:42:25 2025
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.14 2025/02/18 10:05:00 adam Exp $
+$NetBSD: distinfo,v 1.15 2025/07/22 06:42:25 adam Exp $
 
-BLAKE2s (librime-1.13.1.tar.gz) = 6c8ced54bccf1cc316b9c64ddb9cf5c743f65f1f4e5b9875bb17c46ec6abb203
-SHA512 (librime-1.13.1.tar.gz) = 949d7a94bb498dc1a92aaae5e3216efd25dd0b5d52aaa7f69953ccc63f1bc2590be87636bd85111d0a5222b4ef8e4e152beb45349a9f91df58de2ae631d2b040
-Size (librime-1.13.1.tar.gz) = 2639960 bytes
+BLAKE2s (librime-1.14.0.tar.gz) = 35965d7b66230128daffffd86a0481b2790077f79c15ed9adf422db27b1b7a8b
+SHA512 (librime-1.14.0.tar.gz) = 44baa823a79a1fbc8b48b149184a614a5710c2f858d4c06ffa99768a657b193f392d260532ba635e163eae73e55590632233c50e48b356e64433465c7451ac0f
+Size (librime-1.14.0.tar.gz) = 2642080 bytes
 SHA1 (patch-CMakeLists.txt) = dc01d9f1d34d4d1ece83da133dac8efe46089830
 SHA1 (patch-plugins_CMakeLists.txt) = ab0b528c0a9219c52d0a8ca596209799db9de14a



Home | Main Index | Thread Index | Old Index