diff options
author | hiyorin@gmail.com <hiyorin@gmail.com> | 2023-10-07 17:39:44 +0000 |
---|---|---|
committer | Robert Clausecker <fuz@FreeBSD.org> | 2023-10-09 07:40:31 +0000 |
commit | 96b523561b897c8e5fa4b661ad6d7aa22aa45c40 (patch) | |
tree | 8f1968c4e47ebe66450f9e7464ea0320f843af8b | |
parent | d5a284d59a370890732d9d0584fa030e31030c49 (diff) |
chinese/opencc: update to 1.1.6
Changelog: https://github.com/BYVoid/OpenCC/blob/master/NEWS.md
PR: 274323
Approved by: lichray@gmail.com (maintainer)
-rw-r--r-- | chinese/opencc/Makefile | 3 | ||||
-rw-r--r-- | chinese/opencc/distinfo | 6 | ||||
-rw-r--r-- | chinese/opencc/pkg-plist | 46 |
3 files changed, 32 insertions, 23 deletions
diff --git a/chinese/opencc/Makefile b/chinese/opencc/Makefile index 8be3ae06f2c2..0c6f634b2108 100644 --- a/chinese/opencc/Makefile +++ b/chinese/opencc/Makefile @@ -1,7 +1,6 @@ PORTNAME= opencc -PORTVERSION= 1.0.5 +DISTVERSION= 1.1.6 DISTVERSIONPREFIX= ver. -PORTREVISION= 3 CATEGORIES= chinese converters MAINTAINER= lichray@gmail.com diff --git a/chinese/opencc/distinfo b/chinese/opencc/distinfo index 29bb3411ab4e..e076790557ea 100644 --- a/chinese/opencc/distinfo +++ b/chinese/opencc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1508949376 -SHA256 (BYVoid-OpenCC-ver.1.0.5_GH0.tar.gz) = 1ce1649ba280cfc88bb76e740be5f54b29a9c034400c97a3ae211c37d7030705 -SIZE (BYVoid-OpenCC-ver.1.0.5_GH0.tar.gz) = 1598354 +TIMESTAMP = 1696659113 +SHA256 (BYVoid-OpenCC-ver.1.1.6_GH0.tar.gz) = 169bff4071ffe814dc16df7d180ff6610db418f4816e9c0ce02cf874bdf058df +SIZE (BYVoid-OpenCC-ver.1.1.6_GH0.tar.gz) = 3325614 diff --git a/chinese/opencc/pkg-plist b/chinese/opencc/pkg-plist index 187d864473e3..18293198a53a 100644 --- a/chinese/opencc/pkg-plist +++ b/chinese/opencc/pkg-plist @@ -1,13 +1,11 @@ bin/opencc bin/opencc_dict bin/opencc_phrase_extract -include/opencc/BinaryDict.hpp include/opencc/Common.hpp include/opencc/Config.hpp include/opencc/Conversion.hpp include/opencc/ConversionChain.hpp include/opencc/Converter.hpp -include/opencc/DartsDict.hpp include/opencc/Dict.hpp include/opencc/DictConverter.hpp include/opencc/DictEntry.hpp @@ -15,42 +13,54 @@ include/opencc/DictGroup.hpp include/opencc/Exception.hpp include/opencc/Export.hpp include/opencc/Lexicon.hpp +include/opencc/MarisaDict.hpp include/opencc/MaxMatchSegmentation.hpp include/opencc/Optional.hpp include/opencc/PhraseExtract.hpp include/opencc/Segmentation.hpp include/opencc/Segments.hpp include/opencc/SerializableDict.hpp +include/opencc/SerializedValues.hpp include/opencc/SimpleConverter.hpp include/opencc/TextDict.hpp include/opencc/UTF8StringSlice.hpp include/opencc/UTF8Util.hpp include/opencc/opencc.h +include/opencc/opencc_config.h +include/opencc/BinaryDict.hpp +include/opencc/DartsDict.hpp +lib/libopencc.so.1.1.5 +lib/libopencc.so.1.1 lib/libopencc.so -lib/libopencc.so.1.0.0 -lib/libopencc.so.2 libdata/pkgconfig/opencc.pc -%%DATADIR%%/HKVariants.ocd -%%DATADIR%%/HKVariantsPhrases.ocd -%%DATADIR%%/HKVariantsRev.ocd -%%DATADIR%%/HKVariantsRevPhrases.ocd -%%DATADIR%%/JPVariants.ocd -%%DATADIR%%/STCharacters.ocd -%%DATADIR%%/STPhrases.ocd -%%DATADIR%%/TSCharacters.ocd -%%DATADIR%%/TSPhrases.ocd -%%DATADIR%%/TWPhrases.ocd -%%DATADIR%%/TWPhrasesRev.ocd -%%DATADIR%%/TWVariants.ocd -%%DATADIR%%/TWVariantsRev.ocd -%%DATADIR%%/TWVariantsRevPhrases.ocd +%%DATADIR%%/STCharacters.ocd2 +%%DATADIR%%/STPhrases.ocd2 +%%DATADIR%%/TSCharacters.ocd2 +%%DATADIR%%/TSPhrases.ocd2 +%%DATADIR%%/TWVariants.ocd2 +%%DATADIR%%/TWVariantsRevPhrases.ocd2 +%%DATADIR%%/HKVariants.ocd2 +%%DATADIR%%/HKVariantsRevPhrases.ocd2 +%%DATADIR%%/JPVariants.ocd2 +%%DATADIR%%/JPShinjitaiCharacters.ocd2 +%%DATADIR%%/JPShinjitaiPhrases.ocd2 +%%DATADIR%%/TWPhrases.ocd2 +%%DATADIR%%/TWPhrasesRev.ocd2 +%%DATADIR%%/TWVariantsRev.ocd2 +%%DATADIR%%/HKVariantsRev.ocd2 +%%DATADIR%%/JPVariantsRev.ocd2 %%DATADIR%%/hk2s.json +%%DATADIR%%/hk2t.json +%%DATADIR%%/jp2t.json %%DATADIR%%/s2hk.json %%DATADIR%%/s2t.json %%DATADIR%%/s2tw.json %%DATADIR%%/s2twp.json %%DATADIR%%/t2hk.json +%%DATADIR%%/t2jp.json %%DATADIR%%/t2s.json %%DATADIR%%/t2tw.json %%DATADIR%%/tw2s.json %%DATADIR%%/tw2sp.json +%%DATADIR%%/tw2t.json + |