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:           Sat Jun  6 05:23:15 UTC 2026

Modified Files:
        pkgsrc/inputmethod/librime: Makefile distinfo

Log Message:
librime: updated to 1.17.0

1.17.0

Features

syllabifier: trim leading delimiters
navigator: 允許跳轉到分隔符之前
poet: make multiple sentences #1164 (ksqsf)
script_translator: allow multiple sentence candidates #1164 (ksqsf)

Bug Fixes

script_translator: excluded words cause crashes
navigator: forward/rewind 步長視未選定編碼分節數而定 (居戎氏)
build: commit ci should also build with plugins
punctuator: space after digit separators shouldn't be translated #1167 (ksqsf)
charset_filter: 不過濾漢字以外的符號 (居戎氏)


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/inputmethod/librime/Makefile
cvs rdiff -u -r1.19 -r1.20 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.44 pkgsrc/inputmethod/librime/Makefile:1.45
--- pkgsrc/inputmethod/librime/Makefile:1.44    Fri May 15 09:58:56 2026
+++ pkgsrc/inputmethod/librime/Makefile Sat Jun  6 05:23:15 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2026/05/15 09:58:56 adam Exp $
+# $NetBSD: Makefile,v 1.45 2026/06/06 05:23:15 adam Exp $
 
-DISTNAME=      librime-1.16.1
-PKGREVISION=   2
+DISTNAME=      librime-1.17.0
 CATEGORIES=    inputmethod chinese
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=rime/}
 
@@ -10,8 +9,8 @@ HOMEPAGE=      https://rime.im/
 COMMENT=       Rime input method engine
 LICENSE=       modified-bsd
 
-USE_LANGUAGES=         c c++
 USE_CXX_FEATURES=      c++17 filesystem
+USE_LANGUAGES=         c c++
 USE_TOOLS+=            pkg-config
 PKGCONFIG_OVERRIDE+=   rime.pc.in
 

Index: pkgsrc/inputmethod/librime/distinfo
diff -u pkgsrc/inputmethod/librime/distinfo:1.19 pkgsrc/inputmethod/librime/distinfo:1.20
--- pkgsrc/inputmethod/librime/distinfo:1.19    Mon Apr 27 10:52:42 2026
+++ pkgsrc/inputmethod/librime/distinfo Sat Jun  6 05:23:15 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.19 2026/04/27 10:52:42 wiz Exp $
+$NetBSD: distinfo,v 1.20 2026/06/06 05:23:15 adam Exp $
 
-BLAKE2s (librime-1.16.1.tar.gz) = 2cd60a3c63ce44bdab75496ae6d5f07deb86daf7374af86104a0a80c246af4a8
-SHA512 (librime-1.16.1.tar.gz) = ff48cd3d8a6b39c998735522160e1e213a978bc15e439412a417023042e9c623f0b98ec98c70bd21f0bb204d5197cdc6660cef202da4032ea6a3e4ec99570369
-Size (librime-1.16.1.tar.gz) = 2649730 bytes
+BLAKE2s (librime-1.17.0.tar.gz) = 1197ad3d2afc314ba8e11827508914f8e525da1c1cbd5a89730ff61fe12030fb
+SHA512 (librime-1.17.0.tar.gz) = 0d4a689c5efdf2589d63118d72833329259d5b1ce48eea6590c5317d88b22281b933663df1cf858cad36dd48745be11d117d8ff5fac4813c2e49aca6282eaa44
+Size (librime-1.17.0.tar.gz) = 2652464 bytes
 SHA1 (patch-CMakeLists.txt) = dc01d9f1d34d4d1ece83da133dac8efe46089830
 SHA1 (patch-plugins_CMakeLists.txt) = ab0b528c0a9219c52d0a8ca596209799db9de14a
 SHA1 (patch-src_rime_config_config__data.cc) = e9035ce0684f43fc281f8cb2b78fe72449a36f91



Home | Main Index | Thread Index | Old Index