The NetBSD Project

CVS log for pkgsrc/inputmethod/fcitx5-chinese-addons/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / inputmethod / fcitx5-chinese-addons

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.35: download - view: text, markup, annotated - select for diffs
Thu Nov 14 22:20:22 2024 UTC (3 weeks, 4 days ago) by wiz
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2 lines
*: recursive bump for icu 76 shlib major version bump

Revision 1.34: download - view: text, markup, annotated - select for diffs
Fri Nov 1 12:53:07 2024 UTC (5 weeks, 3 days ago) by wiz
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -2 lines
*: revbump for icu downgrade

Revision 1.33: download - view: text, markup, annotated - select for diffs
Fri Nov 1 00:52:20 2024 UTC (5 weeks, 4 days ago) by wiz
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -2 lines
*: recursive bump for icu 76.1 shlib bump

Revision 1.32: download - view: text, markup, annotated - select for diffs
Fri Oct 4 03:49:29 2024 UTC (2 months ago) by ryoon
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2 lines
*: Recursive revbump from Boost 1.86.0

Revision 1.31: download - view: text, markup, annotated - select for diffs
Tue Jul 16 10:02:04 2024 UTC (4 months, 3 weeks ago) by prlw1
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
Revbump for fmtlib 11.0.1
Pointed out by David Gutteridge on pkgsrc-changes

Revision 1.30: download - view: text, markup, annotated - select for diffs
Wed May 29 16:33:08 2024 UTC (6 months, 1 week ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q2-base, pkgsrc-2024Q2
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
revbump after icu and protobuf updates

Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu May 16 06:15:04 2024 UTC (6 months, 3 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
*: recursive bump for gnutls p11-kit option

(existing installations need the bl3.mk included, but it's now only
optionally included)

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat Apr 6 08:05:59 2024 UTC (8 months ago) by wiz
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -1 lines
* recursive bump for libxkbcommon 1.7.0

Marc Baudoin reported problems with using old binary packages
with the new libkxbcommon, so force everything to 1.7.0

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sat Feb 10 10:05:47 2024 UTC (9 months, 4 weeks ago) by ryoon
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +7 -6 lines
inputmethod/fcitx5-chinese-addons: Update to 5.1.3

* Use qt5-wtwebengine instead of qt5=qtwebkit.
  qt5-qtwebkit is not buildable for me now.

Changelog:
Cleanups.
Update translations.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Jan 30 14:22:12 2024 UTC (10 months, 1 week ago) by ryoon
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
*: Recursive revbump from audio/pulseaudio-17.0

Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri Dec 29 18:24:51 2023 UTC (11 months, 1 week ago) by adam
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
revbump for boost-libs

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sun Nov 12 13:22:24 2023 UTC (12 months, 4 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2 lines
*: revebump for new brotli option for freetype2

Addresses PR 57693

Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Nov 8 13:19:45 2023 UTC (13 months ago) by wiz
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
*: recursive bump for icu 74.1

Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Oct 24 22:09:34 2023 UTC (13 months, 2 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
*: bump for openssl 3

Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Jun 6 12:41:38 2023 UTC (18 months ago) by riastradh
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html

Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon May 22 21:00:34 2023 UTC (18 months, 2 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
*: bump for libproxy 0.5

Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue May 16 21:20:52 2023 UTC (18 months, 3 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
*: PKGREVISION bump for fmtlib shlib major bump

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun Apr 23 14:26:24 2023 UTC (19 months, 2 weeks ago) by adam
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
revbump for boost

Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Apr 19 08:10:31 2023 UTC (19 months, 3 weeks ago) by adam
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
revbump after textproc/icu update

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Apr 3 20:21:06 2023 UTC (20 months, 1 week ago) by nros
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
Revbump due to dependecy change in qt5-qtbase
Since these dependecies are bundled with
qt5-qtbase and not exposed to qt5 using
applications directly, only bump direct users
of qt5-qtbase.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Jan 29 21:16:52 2023 UTC (22 months, 1 week ago) by ryoon
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
*: Recursive revbup from graphics/freetype2

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Jan 22 16:28:31 2023 UTC (22 months, 2 weeks ago) by ryoon
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
*: Recursive revbump from Boost 1.81.0

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Nov 23 16:20:26 2022 UTC (2 years ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
massive revision bump after textproc/icu update

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Oct 26 10:31:34 2022 UTC (2 years, 1 month ago) by wiz
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
*: bump PKGREVISION for libunistring shlib major bump

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Apr 18 19:11:27 2022 UTC (2 years, 7 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
revbump for textproc/icu update

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Jan 10 01:46:37 2022 UTC (2 years, 11 months ago) by ryoon
Branches: MAIN
CVS tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
*: Recursive revbump from boost 1.78.0

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Dec 8 16:05:12 2021 UTC (3 years ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
revbump for icu and libffi

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Nov 15 22:54:20 2021 UTC (3 years ago) by wiz
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
*: recursive bump for gstreamer 1.18.5

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Sep 29 19:00:51 2021 UTC (3 years, 2 months ago) by adam
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
revbump for boost-libs

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Apr 21 13:24:53 2021 UTC (3 years, 7 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
revbump for boost-libs

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Apr 21 11:42:03 2021 UTC (3 years, 7 months ago) by adam
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1 lines
revbump for textproc/icu

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Mar 29 06:13:28 2021 UTC (3 years, 8 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -1 lines
fcitx5-chinese-addons: needs pkg-config

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Mar 2 13:24:53 2021 UTC (3 years, 9 months ago) by ryoon
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -1 lines
fcitx5: Set build time dependency to extra-cmake-modules

* Replace DEPENDS with BUILD_DEPENDS. And remove trailing slash.
* Add new BUILD_DEPENDS to some packages. CMake dectects ECM.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Feb 27 20:08:01 2021 UTC (3 years, 9 months ago) by ryoon
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
fcitx5-chinese-addons: Update to 5.0.4

Changelog:
* Update translations.
* Fix big endian support.
* Imporove user dictionary support.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Feb 20 21:29:29 2021 UTC (3 years, 9 months ago) by ryoon
Branches: MAIN
inputmethod/fcitx5-chinese-addons: import fcitx5-chinese-addons-5.0.3

Chinese related addon for fcitx5
================================================
This provides pinyin and table input method support for fcitx5.
Released under LGPL-2.1+.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>