aboutsummaryrefslogtreecommitdiff
path: root/chinese
Commit message (Collapse)AuthorAgeFilesLines
* lang/rust: Bump revisions after 1.97.1Mikael Urankar2026-07-212-1/+2
| | | | PR: 296645
* */wordpress*: upgrade to 7.0.2Xin LI2026-07-202-6/+6
|
* chinese/opencc: Upgrade from 1.3.1 to 1.4.1.Frank Lin2026-07-1613-25/+68
| | | | | | | | | | | | | Changes in this update: - Enable the Jieba segmentation plugin via a new JIEBA option (default on). - OpenCC now requires C++17: USES compiler:c++11-lib -> c++17-lang. - Regenerate files/patch-CMakeLists.txt for the reorganized upstream tree. - Add files/patch-cmake_GitVersion.cmake so the release tarball (which ships without Git metadata) reports 1.4.1 instead of 1.4.0. Obtained from upstream commit c23e743702f4. PR: ports/296829 Approved by: maintainer
* */wordpress*: upgrade to 7.0.1Xin LI2026-07-102-6/+6
|
* chinese/py-OpenCC: update 1.3.1 → 1.3.2Yuri Victorovich2026-06-302-4/+4
|
* chinese/libchewing: Update to 0.12.0Po-Chuan Hsieh2026-06-264-18/+332
| | | | | | - Update WWW Changes: https://codeberg.org/chewing/libchewing/releases
* editors/libreoffice: update to 26.2.4 release (+)Dima Panov2026-06-222-10/+10
| | | | | | | | LibreOffice suite release of 26.2.4 is available for FreeBSD users. Release notes: https://wiki.documentfoundation.org/ReleaseNotes/26.2 Changelog: https://wiki.documentfoundation.org/Releases/26.2.4/RC1 \ https://wiki.documentfoundation.org/Releases/26.2.4/RC2
* chinese/opencc-cli: New port: Open Chinese Convert CLI - Node.js binding ↵Yuri Victorovich2026-06-197-0/+455
| | | | with command line interface
* chinese/opencc: update 1.1.6 → 1.3.1Yuri Victorovich2026-06-194-40/+30
| | | | | PR: 296145 Approved by: lichray@gmail.com (maintainer)
* chinese/py-OpenCC: New port: Conversion between Traditional and Simplified ↵Yuri Victorovich2026-06-195-0/+40
| | | | Chinese
* chinese/py-chinese-calendar: New port: Check if some day is holiday in ChinaYuri Victorovich2026-06-194-0/+30
|
* lang/rust: Bump revisions after 1.96.0Mikael Urankar2026-06-041-1/+1
| | | | PR: 295694
* chinese/ibus-rime: Update 1.6.0 => 1.6.1Eric Camachat2026-05-282-5/+6
| | | | | | | | | | | | | | While here, add missing depends from stage-qa Changelog: https://github.com/rime/ibus-rime/blob/1.6.1/CHANGELOG.md Commit log: https://github.com/rime/ibus-rime/compare/1.6.0...1.6.1 PR: 295612 Reported by: Eric Camachat <eric@camachat.org> (maintainer) Approved by: osa, vvd (Mentors, implicit) MFH: 2026Q2
* editors/libreoffice: update to 26.2.3 release (+)Dima Panov2026-05-252-10/+10
| | | | | | | | LibreOffice 26.2.3 is the third bugfix release of the latest line. Release notes: https://wiki.documentfoundation.org/ReleaseNotes/26.2 Changelog: https://wiki.documentfoundation.org/Releases/26.2.3/RC1 \ https://wiki.documentfoundation.org/Releases/26.2.3/RC2
* */wordpress*: upgrade to 7.0Xin LI2026-05-222-6/+6
| | | | | WordPress 7.0 "Billie" ships localized tarballs directly, so drop the 6.9.1+patch workaround and return to the clean DISTVERSION approach.
* chinese/fcitx-rime: Remove from treeDaniel Engberg2026-05-176-97/+0
| | | | | | | | Marked broken for almost a year and upstream repo is archived as of May 8, 2024 Reference: https://github.com/fcitx/fcitx-rime
* chinese/fcitx: Fix options GTK2 and GTK3, improve portVladimir Druzenko2026-05-042-68/+45
| | | | | | | | | | | | | | | | | | | | | GTK2 and GTK3 options aren't working properly: even if disable GTK2, it gets re-enabled GTK2. Improve port: - Replace PORTVERSION with DISTVERSION. - Fix warnings from portclippy. - Set dependency from ecm as build. - Convert CMAKE_ARGS to CMAKE_ON and CMAKE_OFF. - Replace ".if ${PORT_OPTIONS:M***}" with new style options. - Remove unnecessary KDE_MAN_PREFIX - it have default value. - Remove description of Qt4 module from pkg-message. - Use DESKTOPDIR in pkg-message. PR: 294883 Approved by: lichray@gmail.com (maintainer) Sponsored by: UNIS Labs Co-authored-by: Ken DEGUCHI <kdeguchi@sz.tokoha-u.ac.jp> MFH: 2026Q2
* lang/rust: Bump revisions after 1.95.0Mikael Urankar2026-04-271-0/+1
| | | | PR: 294615
* chinese/py-rjieba: update 0.2.0 → 0.2.1Yuri Victorovich2026-04-263-109/+103
|
* chinese/py-rjieba: update 0.1.13 → 0.2.0Yuri Victorovich2026-04-103-150/+176
|
* editors/libreoffice: update to 26.2.2 release (+)Dima Panov2026-03-312-10/+10
| | | | | | | Announce: https://blog.documentfoundation.org/blog/2026/03/26/libreoffice-26-2-2-and-libreoffice-25-8-6/ Release notes: https://wiki.documentfoundation.org/ReleaseNotes/26.2 Changelog: https://wiki.documentfoundation.org/Releases/26.2.2/RC1 \ https://wiki.documentfoundation.org/Releases/26.2.2/RC2
* lang/rust: Bump revisions after 1.94.0Mikael Urankar2026-03-231-1/+1
| | | | PR: 293615
* devel/py-pyxdg: bump RUN_DEPENDS consumers after renameCharlie Li2026-03-111-1/+1
|
* devel/py-xdg: rename to devel/py-pyxdg to match Python package nameCharlie Li2026-03-111-1/+1
| | | | | | While here: - switch to USE_PYTHON=pep517 - pull in upstream commits addressing Python 3.12, 3.14, 3.15 compat
* editors/libreoffice: update to 26.2.1 release (+)Dima Panov2026-02-282-10/+10
| | | | | | | | | | | LibreOffice 26.2.1, the first maintenance update to the LibreOffice 26.2 branch, delivers targeted bug fixes and stability improvements contributed by a global community of developers, QA engineers, and ecosystem companies. Announce: https://blog.documentfoundation.org/blog/2026/02/26/tdf-releases-libreoffice-2621/ Release notes: https://wiki.documentfoundation.org/ReleaseNotes/26.2 Changelog: https://wiki.documentfoundation.org/Releases/26.2.1/RC1 \ https://wiki.documentfoundation.org/Releases/26.2.1/RC2
* editors/libreoffice: regen i18n distinfo for 26.2.0 releaseDima Panov2026-02-122-10/+10
| | | | Reported by: vvd
* editors/libreoffice: update to 26.2.0 release (+)Dima Panov2026-02-122-10/+10
| | | | | | | | | | | | | | | | | | | | We’re pleased to announce the release of LibreOffice 26.2, the newest version of the free and open source office suite What’s New in LibreOffice 26.2 * Markdown import and export features. * Improved performance and responsiveness across the suite, making large documents open, edit, and save more smoothly. * Enhanced compatibility with documents created in proprietary and open core office software, reducing formatting issues and surprises. * Refined user interface behavior for a cleaner, more consistent experience. * Expanded support for open standards, reinforcing long-term access to documents. * Hundreds of bug fixes and stability improvements contributed by the global LibreOffice community. Announce: https://blog.documentfoundation.org/blog/2026/02/04/libreoffice-26-2-is-here/ Release notes: https://wiki.documentfoundation.org/ReleaseNotes/26.2 Changelog: https://wiki.documentfoundation.org/Releases/26.2.0/Beta1 \ https://wiki.documentfoundation.org/Releases/26.2.0/RC1 \ https://wiki.documentfoundation.org/Releases/26.2.0/RC2 \ https://wiki.documentfoundation.org/Releases/26.2.0/RC3
* www/wordpress: upgrade to 6.9.1Xin LI2026-02-042-6/+6
| | | | Take maintainership
* lang/rust: Bump revisions after 1.93.0Mikael Urankar2026-01-281-1/+1
| | | | PR: 292360
* chinese/librime: update to 1.16.1.Vanilla I. Shu2026-01-222-4/+4
| | | | PR: 292637
* chinese/rime-terra-pinyin: update to g20251206.Vanilla I. Shu2026-01-202-5/+5
| | | | PR: 592526
* chinese/rime-stroke: update to g20250922.Vanilla I. Shu2026-01-202-6/+5
| | | | PR: 592524
* chinese/rime-stenotype: update to g20251008.Vanilla I. Shu2026-01-202-6/+5
| | | | PR: 592523
* chinese/rime-prelude: update to g20251229.Vanilla I. Shu2026-01-202-5/+5
| | | | PR: 592522
* chinese/rime-luna-pinyin: update to g20260106Vanilla I. Shu2026-01-202-5/+5
| | | | PR: 592521
* chinese/rime-jyutping: update to g20251229.Vanilla I. Shu2026-01-202-5/+5
| | | | PR: 292520
* chinese/rime-essay: update to g20260105.Vanilla I. Shu2026-01-202-5/+5
| | | | PR: 292519
* chinese/rime-double-pinyin: update to g20250923.Vanilla I. Shu2026-01-202-5/+4
| | | | PR: 292518
* chinese/rime-combo-pinyin: update to g20251122.Vanilla I. Shu2026-01-202-4/+4
| | | | PR: 292517
* chinese/rime-bopomofo: update to g20260106.Vanilla I. Shu2026-01-203-6/+6
| | | | PR: 292516
* chinese/ibus-rime: update to 1.6.0.Vanilla I. Shu2026-01-202-5/+4
| | | | PR: 292515
* chinese/libtime: update to 1.16.0.Vanilla I. Shu2026-01-202-5/+4
| | | | PR: 292514
* chinese/pycangjie: fix build with python 3.12Antoine Brodin2026-01-131-0/+1
| | | | PR: 285957
* editors/libreoffice: update to 25.8.4 release (+)Dima Panov2026-01-012-10/+10
| | | | | | | | | | | | | LibreOffice 25.8.4, the fourth minor update to the free office suite developed by volunteers for personal productivity in office is now available for FreeBSD users! * Use bundled/patched argon2 to prevent crash at save document with password encryption Announce: https://blog.documentfoundation.org/blog/2025/12/18/libreoffice-25-8-4/ Release Notes: https://wiki.documentfoundation.org/ReleaseNotes/25.8 Changelog: https://wiki.documentfoundation.org/Releases/25.8.4/RC1 \ https://wiki.documentfoundation.org/Releases/25.8.4/RC2 Co-authored by: lwhsu@FreeBSD.org
* chinese/libime: Update to 1.1.13Li-Wen Hsu2025-12-272-4/+4
| | | | Approved by: khng (implicitly)
* chinese/libime-jyutping: Update to 1.0.16Li-Wen Hsu2025-12-272-4/+4
| | | | Approved by: khng (implicitly)
* chinese/fcitx5-table-extra: Update to 5.1.10Li-Wen Hsu2025-12-272-4/+4
| | | | Approved by: khng (implicitly)
* chinese/fcitx5-mcbopomofo: Fix pkg-plistLi-Wen Hsu2025-12-272-0/+5
|
* chinese/fcitx5-chinese-addons: Update to 5.1.11Li-Wen Hsu2025-12-272-4/+4
| | | | Approved by: khng (implicitly)
* chinese/fcitx5-chewing: Update to 5.1.10Li-Wen Hsu2025-12-272-4/+4
| | | | Approved by: khng (implicitly)