pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/opencc



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Jun  6 05:17:40 UTC 2026

Modified Files:
        pkgsrc/converters/opencc: Makefile PLIST distinfo

Log Message:
opencc: updated to 1.3.1

1.3.1
https://github.com/BYVoid/OpenCC/releases/tag/ver.1.3.1


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/converters/opencc/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/converters/opencc/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/converters/opencc/distinfo

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

Modified files:

Index: pkgsrc/converters/opencc/Makefile
diff -u pkgsrc/converters/opencc/Makefile:1.11 pkgsrc/converters/opencc/Makefile:1.12
--- pkgsrc/converters/opencc/Makefile:1.11      Wed Jan  7 19:32:04 2026
+++ pkgsrc/converters/opencc/Makefile   Sat Jun  6 05:17:39 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2026/01/07 19:32:04 adam Exp $
+# $NetBSD: Makefile,v 1.12 2026/06/06 05:17:39 adam Exp $
 
-DISTNAME=      opencc-1.1.9
+DISTNAME=      opencc-1.3.1
 CATEGORIES=    converters chinese
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=BYVoid/}
 GITHUB_PROJECT=        OpenCC
@@ -13,7 +13,7 @@ LICENSE=      apache-2.0
 
 WRKSRC=                ${WRKDIR}/OpenCC-${GITHUB_TAG}
 
-USE_CXX_FEATURES=      c++14
+USE_CXX_FEATURES=      c++17
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            pkg-config
 PKGCONFIG_OVERRIDE+=   opencc.pc.in

Index: pkgsrc/converters/opencc/PLIST
diff -u pkgsrc/converters/opencc/PLIST:1.4 pkgsrc/converters/opencc/PLIST:1.5
--- pkgsrc/converters/opencc/PLIST:1.4  Wed Jan  7 19:32:04 2026
+++ pkgsrc/converters/opencc/PLIST      Sat Jun  6 05:17:39 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2026/01/07 19:32:04 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2026/06/06 05:17:39 adam Exp $
 bin/opencc
 bin/opencc_dict
 bin/opencc_phrase_extract
@@ -7,6 +7,7 @@ include/opencc/Common.hpp
 include/opencc/Config.hpp
 include/opencc/Conversion.hpp
 include/opencc/ConversionChain.hpp
+include/opencc/ConversionInspection.hpp
 include/opencc/Converter.hpp
 include/opencc/DartsDict.hpp
 include/opencc/Dict.hpp
@@ -20,6 +21,8 @@ include/opencc/MarisaDict.hpp
 include/opencc/MaxMatchSegmentation.hpp
 include/opencc/Optional.hpp
 include/opencc/PhraseExtract.hpp
+include/opencc/PluginSegmentation.hpp
+include/opencc/PrefixMatch.hpp
 include/opencc/Segmentation.hpp
 include/opencc/Segments.hpp
 include/opencc/SerializableDict.hpp
@@ -30,6 +33,7 @@ include/opencc/UTF8StringSlice.hpp
 include/opencc/UTF8Util.hpp
 include/opencc/opencc.h
 include/opencc/opencc_config.h
+include/opencc/plugin/OpenCCPlugin.h
 lib/cmake/opencc/OpenCCConfig.cmake
 lib/cmake/opencc/OpenCCConfigVersion.cmake
 lib/cmake/opencc/OpenCCTargets-noconfig.cmake

Index: pkgsrc/converters/opencc/distinfo
diff -u pkgsrc/converters/opencc/distinfo:1.9 pkgsrc/converters/opencc/distinfo:1.10
--- pkgsrc/converters/opencc/distinfo:1.9       Wed Jan  7 19:32:04 2026
+++ pkgsrc/converters/opencc/distinfo   Sat Jun  6 05:17:39 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2026/01/07 19:32:04 adam Exp $
+$NetBSD: distinfo,v 1.10 2026/06/06 05:17:39 adam Exp $
 
-BLAKE2s (opencc-1.1.9.tar.gz) = 5f9f9f02d5d69e4ed955c277e047645896fd44223a7d4891ee355f04384c5ba1
-SHA512 (opencc-1.1.9.tar.gz) = 713cf00931d7616994eb455eef3bc893096b5cd6d42b346aa1130591752d9612891ea3ed035bd7bd4ec7df1c90425e86375f5b3337fac11663c656c79a8f33e9
-Size (opencc-1.1.9.tar.gz) = 3422511 bytes
+BLAKE2s (opencc-1.3.1.tar.gz) = 49a97882220aae3db92774f5af48ef433a276bbbdb3b1a9300a1c18bd7231f70
+SHA512 (opencc-1.3.1.tar.gz) = 0eb3800a13f693c09c3261fa8b3d0484e88db4ae4dd88721d42aab0db773b2385d965ec9ef321f51757e98aefa5552beb3b3afd17172463ee07e85e2081b5b35
+Size (opencc-1.3.1.tar.gz) = 11886343 bytes
 SHA1 (patch-src_PhraseExtract.cpp) = 41ea305268331d9bc8547656450fd844209273b6



Home | Main Index | Thread Index | Old Index