diff --git a/chinese/libime/Makefile b/chinese/libime/Makefile index 675a210a60a8..870959ba8412 100644 --- a/chinese/libime/Makefile +++ b/chinese/libime/Makefile @@ -1,55 +1,54 @@ PORTNAME= libime -DISTVERSION= 1.1.10 -PORTREVISION= 2 +DISTVERSION= 1.1.12 CATEGORIES= chinese textproc MASTER_SITES= https://download.fcitx-im.org/fcitx5/${PORTNAME}/ \ https://download.fcitx-im.org/data/:opengram_lm,opengram_dict,table_dict DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${OPENGRAM_LM_TAR}:opengram_lm \ ${OPENGRAM_DICT_TAR}:opengram_dict \ ${TABLE_DICT_TAR}:table_dict DIST_SUBDIR= ${PORTNAME} MAINTAINER= khng@FreeBSD.org COMMENT= Library to support generic input method implementation WWW= https://github.com/fcitx/libime LICENSE= LGPL21 LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \ libFcitx5Utils.so:textproc/fcitx5 USES= cmake compiler:c++17-lang kde:5 pkgconfig tar:zst PLIST_SUB= VER=${PORTVERSION} \ VER_MAJOR=${PORTVERSION:R:R} USE_LDCONFIG= yes USE_KDE= ecm CMAKE_OFF= ENABLE_TEST MAKE_ENV= FCITX5_DOWNLOAD_DISALLOWED=TRUE # These must follow data/CMakeLists.txt OPENGRAM_LM_TAR= lm_sc.arpa-20250113.tar.zst -OPENGRAM_DICT_TAR= dict-20241001.tar.zst +OPENGRAM_DICT_TAR= dict-20250327.tar.zst TABLE_DICT_TAR= table-20240108.tar.zst .include post-patch: .if ${COMPILER_TYPE} == clang @${REINPLACE_CMD} -e 's|std::binary_function|std::__binary_function|' \ ${WRKSRC}/src/libime/core/kenlm/lm/trie_sort.hh \ ${WRKSRC}/src/libime/core/kenlm/util/joint_sort.hh \ ${WRKSRC}/src/libime/core/kenlm/util/sized_iterator.hh .endif post-extract: ${CP} ${DISTDIR}/${DIST_SUBDIR}/${OPENGRAM_LM_TAR} ${WRKSRC}/data ${CP} ${DISTDIR}/${DIST_SUBDIR}/${OPENGRAM_DICT_TAR} ${WRKSRC}/data ${CP} ${DISTDIR}/${DIST_SUBDIR}/${TABLE_DICT_TAR} ${WRKSRC}/data .include diff --git a/chinese/libime/distinfo b/chinese/libime/distinfo index 0a561b99440b..c5207cf18ce8 100644 --- a/chinese/libime/distinfo +++ b/chinese/libime/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1745159783 -SHA256 (libime/libime-1.1.10.tar.zst) = ad2fca9c8520b30a72e052ca9c01cbac578728fdb525054cd5c77a04f31bb8b0 -SIZE (libime/libime-1.1.10.tar.zst) = 565637 +TIMESTAMP = 1762030624 +SHA256 (libime/libime-1.1.12.tar.zst) = c76ac36695350f8ca9408ef59616e0413bb75738f99d0fc8a0780c3863621287 +SIZE (libime/libime-1.1.12.tar.zst) = 568906 SHA256 (libime/lm_sc.arpa-20250113.tar.zst) = ee83ecf20d52e8bccdba4cf6cd57183d53c257713a5eb77ee3a63d50fc3796dd SIZE (libime/lm_sc.arpa-20250113.tar.zst) = 42045779 -SHA256 (libime/dict-20241001.tar.zst) = d3313b88a68620a23bc8d5f9564cf1b678848dc7af541c4f5f02198e5a3686bf -SIZE (libime/dict-20241001.tar.zst) = 2315822 +SHA256 (libime/dict-20250327.tar.zst) = 7ca6be4754c0d4c27ba7702c0dce651659bd2ca1faa5cbf2848d81a0053c8c13 +SIZE (libime/dict-20250327.tar.zst) = 2311762 SHA256 (libime/table-20240108.tar.zst) = 3e9d87b04a393f131723472c8eaa860dd23c378a3d4f6a9005513b2a95b3614b SIZE (libime/table-20240108.tar.zst) = 4656038 diff --git a/chinese/libime/files/patch-tools_libime__prediction.cpp b/chinese/libime/files/patch-tools_libime__prediction.cpp deleted file mode 100644 index 2d5d490b2947..000000000000 --- a/chinese/libime/files/patch-tools_libime__prediction.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- tools/libime_prediction.cpp.orig 2021-11-05 14:13:24 UTC -+++ tools/libime_prediction.cpp -@@ -8,6 +8,7 @@ - #include "libime/core/datrie.h" - #include "libime/core/languagemodel.h" - #include -+#include - #include - #include - #include