1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
Commit Graph

3735 Commits

Author SHA1 Message Date
Fernando Apesteguía
90fd687e39 chinese/ibus-array: new port: IME modules for ibus
Array 30 Traditional Chinese IME module for ibus

PR:		251538
Reported by:	Jia-Shiun Li <jiashiun@gmail.com>
2023-11-08 09:03:43 +01:00
Rodrigo Osorio
06df180a9e */*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems

Approved by:	portmgr (blanket)
PR:		274888
2023-11-06 11:03:47 +01:00
Michael Osipov
fcf68ae5ec */*: Bump PORTREVISION for Ghostscript 10 change
Reported by:	sunpoet
Approved by:	jrm (mentor), sunpoet
Differential Revision:	https://reviews.freebsd.org/D42412
2023-11-03 08:17:38 +01:00
Rodrigo Osorio
9d66bcf099 */*: Update WWW to use HTTPS
Homepage link is permanent redirected to its HTTPS counterpart
2023-11-01 23:13:06 +01:00
Rodrigo Osorio
05f0f44a55 */*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
2023-11-01 23:11:47 +01:00
Henry Hu
b6250d2287 chinese/ibus-libpinyin: update to 1.15.4
Remove now obsolete patch.

Changelog: https://github.com/libpinyin/ibus-libpinyin/releases

PR:		274630
2023-10-22 21:51:29 -04:00
hiyorin@gmail.com
96b523561b 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)
2023-10-09 03:40:31 -04:00
Dima Panov
4936a809c2
editors/libreoffice: update to 7.6.2 release (+)
Please welcome LibreOffice Suite 7.6.2 Community release!

* Document themes
* Navigation panel in Impress
* Highlighting for used styles
...plus compatibility, performance and accessibility improvements.

Release Notes:	https://blog.documentfoundation.org/blog/2023/08/21/libreoffice-7-6-community/
		https://blog.documentfoundation.org/blog/2023/09/14/libreoffice-7-6-1/
		https://blog.documentfoundation.org/blog/2023/09/26/lo-762-and-lo-757/

Sponsored by:	Serenety Cybersecurity LLC
2023-09-27 17:36:32 +03:00
Dima Panov
21d8008e86
devel/boost*: bump all consumers after 1.83.0 2023-09-27 17:36:30 +03:00
Tobias C. Berner
c7691ef42d chinese/libime-jyutping: fix plist against KDE Frameworks 5.110
The change [1] in KDE Frameworks leads to the configuration
ecm_setup_version(PROJECT
                  VARIABLE_PREFIX IMEJyutping
                  PACKAGE_VERSION_FILE "${CMAKE_CURRENT_BINARY_DIR}/LibIMEJyutpingConfigVersion.cmake"
                  SOVERSION 0)
accepting the value '0' as so-version, and not defaulting to the
softwares major version (here 1).

This leads to the .so.1 being renamed to .so.0 in the final package.

[1] 1da0bba97d

PR:		273695
2023-09-18 17:57:12 +02:00
Tobias C. Berner
769f9d927d chinese/fcitx5-chinese-addons: switch to Qt5WebEngine
Qt5Webkit will be removed at the end of the year.

See: commit e8e65e7574

    www/qt5-webkit: mark for deletion

    Qt upstream switched to QtWebEngine quite a while ago, and the maintenance
    of QtWebKit was carried out by a separate person.
    Unfortunately, no release or updates have been pushed in the recent
    years.

    Note: there is a fork [1] of the used fork [2], that might be viable for people that
    really still need to rely on Qt5Webkit.

    [1] https://github.com/movableink/webkit/
    [2] https://github.com/qtwebkit/qtwebkit
2023-09-13 13:16:12 +02:00
Po-Chuan Hsieh
7a4777dc53
*: Rename GTK+ to GTK
GTK+ has been renamed to GTK since 2019.

Reference:	https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html
Approved by:	portmgr (blanket)
2023-08-26 21:03:32 +00:00
Muhammad Moinur Rahman
c92e9cc7e1 chinese/scim-fcitx: Fix build with llvm16
- Pet portclippy

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
2023-08-05 20:55:51 +02:00
Muhammad Moinur Rahman
95274bf4f9 */*: Fix build with llvm16 on 13.2-STABLE
As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE
with the OSVERSION 1302507.

- Utilize USE_CXXSTD=c++14 or similar solution where applicable
- Update conditionals to addtionally check for OSVERSION greater than
  1302507 and less than 1400000

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
2023-07-26 02:48:20 +02:00
Dima Panov
7a10b64736
editors/libreoffice: update to 7.5.5 release (+)
LibreOffice 7.5.5 Community, the fifth minor release of the LibreOffice 7.5 line,
the volunteer-supported free office suite for desktop productivity,
is available for FreeBSD users!

Release notes:	https://blog.documentfoundation.org/blog/2023/07/20/libreoffice-7-5-5-community-available-for-download/

Sponsored by:	Serenity Cybersecurity, LLC
2023-07-25 10:16:49 +03:00
Muhammad Moinur Rahman
4c4d74fc6c chinese/scim-pinyin: Fix build with llvm16
- Pet portclippy
- Utilize USES=localbase

Sponsored by:	The FreeBSD Foundation
2023-07-23 22:02:29 +02:00
Muhammad Moinur Rahman
296aef65e8 chinese/celvis: Fix build with llvm16
- Pet portclippy

Sponsored by:	The FreeBSD Foundation
2023-07-23 19:54:17 +02:00
Rene Ladan
3d9a815d9c all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++ -DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable -Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi -Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings -Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x -MT _quickfix_la-QuickfixPython.lo -MD -MP -MF .deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o .libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
2023-06-27 21:34:34 +02:00
Muhammad Moinur Rahman
627d9b8a64 chinese/libime: Fix build with llvm16
Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
2023-06-25 20:09:48 +02:00
Dima Panov
20f870d08b
editors/libreoffice: update to 7.5.4 release (+)
LibreOffice Suite 7.5.4 Community release is out and ready for our users!

Read more:	https://blog.documentfoundation.org/blog/2023/06/08/tdf-releases-lo-7-5-4-community/
Changelog:	https://wiki.documentfoundation.org/Releases/7.5.4/RC1
		https://wiki.documentfoundation.org/Releases/7.5.4/RC2

Sponsored by:	Serenity Cybersecurity, LLC
2023-06-11 00:58:01 +03:00
Muhammad Moinur Rahman
4ca6b84706 */*: Mark IGNORE_WITH_PHP for 8.3.X
Approved by:	portmgr (blanket)
Sponsored by:	Bounce Experts
2023-06-10 16:57:35 +02:00
Jochen Neumeister
dd504c5d93 */wordpress*: Update to 6.2.2
Sponsored by:	Netzkommune GmbH
2023-06-06 08:46:47 +02:00
Jochen Neumeister
77b7aa3bf8 */wordpress*: Update to 6.1.3
Sponsored by:	Netzkommune GmbH
2023-06-05 21:31:56 +02:00
Li-Wen Hsu
cef70d9cf7
chinese/fcitx5-mcbopomofo: Update to 2.5.2 2023-05-17 03:15:04 -04:00
Dima Panov
04967636d2
editors/libreoffice: update LibreOffice Suite to 7.5.3 release (+)
New update for latest major release!
LibreOffice 7.5.3 is now available, with fixes and compatibility improvements

Read more: https://blog.documentfoundation.org/blog/2023/05/04/tdf-releases-lo753-community/

Sponsored by:	Serenity Cybersecurity, LLC
2023-05-07 23:38:59 +03:00
Dima Panov
3e45e8e244
*/*: bump all direct Boost cunsumers 2023-04-27 21:25:55 +03:00
Christian Weisgerber
feb1fa34f5 audio/opus: bump consumers after update to 1.4 2023-04-25 17:17:15 +02:00
Charlie Li
d58731655c chinese/ibus-libpinyin: update to 1.15.2
- update LICENSE
- STROKE removed, new TABLE

Changelog: https://github.com/epico/ibus-libpinyin/compare/1.11.1...libpinyin:ibus-libpinyin:1.15.2

PR:		270156
Approved by:	Henry Hu <henry.hu.sh@gmail.com> (maintainer)
2023-04-18 23:55:29 +02:00
Dima Panov
e8a24621d5
editors/libreoffice: update to 7.5.2 release (+)
LibreOffice Suite 7.5.2 Community Release is now available, with fixes and improvements.

Announce:	https://blog.documentfoundation.org/blog/2023/03/30/libreoffice-7-5-2-community-available-for-download/
Release notes:	https://wiki.documentfoundation.org/ReleaseNotes/7.5

Sponsored by:	Serenity Cybersecurity, LLC
2023-03-31 10:11:03 +03:00
Yuri Victorovich
ed48bae687 devel/capnproto: Update 0.10.1 → 0.10.3
Also add tests.

PR:	270533
Approved by:	felix@userspace.com.au (maintainer)
2023-03-30 17:27:50 -07:00
Henry Hu
f38d0fdbea chinese/ibus-pinyin: fix build with sqlite3 DQS option off
Also mention that ibus-libpinyin should be preferred.

See also:	PR 270064
PR:		270376
2023-03-22 21:15:30 +01:00
Li-Wen Hsu
addcd02a20
chinese/fcitx5-mcbopomofo: Update to 2.5.1 2023-03-22 12:35:08 +08:00
Li-Wen Hsu
9792ebb0a7
chinese/fcitx5-mcbopomofo: Update to 2.5 2023-03-20 23:33:33 +08:00
Muhammad Moinur Rahman
5449a0174c chinese/brise: Remove expired port:
2023-03-20 chinese/brise: Broken since 2020
2023-03-19 18:51:42 -05:00
Li-Wen Hsu
50c97dbfef
fcitx5: Update related ports to the latest version as 2023-03-18
While here, use the official site to fetch distfiles from

Approved by:	khng
Differential Revision: https://reviews.freebsd.org/D37948
2023-03-18 21:12:46 +08:00
Charlie Li
6c8bee42bc
chinese/libpinyin: update to 2.8.1
- correct LICENSE and specify LICENSE_FILE
- bump consumers due to ABI version change

Changes: https://github.com/libpinyin/libpinyin/compare/2.6.2...2.8.1
Approved by: lichray[at]gmail[dot]com (maintainer)
PR: 270155
2023-03-12 20:16:05 -04:00
Dima Panov
002f89af89
editors/libreoffice: update to 7.5.1 release (+)
LibreOffice Suite 7.5.1 Community release is now available!
Along with various fixes, it also includes a manual
light/dark mode switch – regardless of your system settings.
It's under "Tools > Options > View".

Learn more: https://blog.documentfoundation.org/blog/2023/03/02/libreoffice-7-5-1-community/
Sponsored by:	Serenity Cybersecurity, LLC
2023-03-03 21:05:21 +03:00
Tobias C. Berner
fa81a4f5f8 accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
  interface.

What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
  events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).

What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments.
* xml: Add some missing DeviceEventController methods.
* Bind the AT-SPI bus to the graphical session.
* Mark bus service as belonging to the session slice.
* Add ATSPI_ROLE_PUSH_BUTTON_MENU.
* Add an "announcement" event/signal to allow objects to send
  notifications (!63).
* Various code clean-ups and test improvements.

What's new in at-spi2-core 2.45.1:
* Atk and at-spi2-atk are now merged into this project.
* Now requires meson 0.56.2 and glib 2.67.4.
* at-spi2-atk: Expose the accessible hierarchy via dbus introspection.
* Properly escape the AT-SPI bus address; fixes warnings about the address
  not containing a colon (!55).
* Add a text value to AtspiValue, so that a value can expose a textual
  description, as in the new Atk value API.
* Add atspi_event_listener_register_with_app, to allow an event listener
  to be registered only for a given application (!52).

- accessibility/atk and accessibility/at-spi2-atk have been merged into
  accessibility/at-spi2-core

- accessibility/at-spi2-core: bump consumers of removed ports atk and at-spi2-atk

PR:		269704
Exp-run by:	antoine
---
2023-03-02 06:23:10 +01:00
Daniel Engberg
0100a78c1d chinese/auto-cn-l10n: Remove support for dead RelaxBSD project
Last release of RelaxBSD was back in 2011 so support is no longer needed

Reference: https://sourceforge.net/projects/relaxbsd/
2023-02-27 09:17:28 +01:00
Li-Wen Hsu
22522d8fcb
chinese/ibus-table-chinese: Update to 1.8.12
- De-DEPRECATED
- Change to new upstream
2023-02-21 05:56:43 +08:00
Antoine Brodin
ffb2cdf53a chinese/ibus-table-chinese: deprecate 2023-02-20 17:09:20 +00:00
Antoine Brodin
cafd71f61f chinese/brise: deprecate 2023-02-20 15:55:50 +00:00
Bernard Spil
6beccad94e www/wordpress: Transform into master port
* Simplify language ports
 * Removes differences in pkg-message and pkg-descr
 * Reduce files to manage on updates
2023-02-14 18:28:53 +00:00
Dima Panov
60ab1114e2 */libreoffice*: update to 7.5.0 release (+)
Office team is proud to announce LibreOffice 7.5 Community,
the new major release of the volunteer-supported free office suite for desktop productivity

Read more:	https://blog.documentfoundation.org/blog/2023/02/02/tdf-announces-libreoffice-75-community/
2023-02-04 11:43:03 +03:00
Dima Panov
e1287d0d12 */*: bump libboost*.so libraries consumert after Boost upgrade 2023-01-16 22:32:07 +03:00
Dima Panov
82776dcceb */libreoffice*: update to 7.4.4.release (+)
Please welcome latest Community release of LibreOffice Suite, 7.4.4!

Read more:	https://blog.documentfoundation.org/blog/2023/01/12/libreoffice-7-4-4-community/
2023-01-14 17:00:19 +03:00
Dima Panov
e9f55fc512 chinese/libime: prepare for upcoming Boost-1.81
With hat:	office
2023-01-12 19:43:33 +03:00
Li-Wen Hsu
6c35869fd9
chinese/fcitx5-mcbopomofo: Use CMAKE_OFF instead of setting Off in CMAKE_ARGS 2022-12-30 23:42:07 +08:00
Li-Wen Hsu
aa17ba01c9
Add chinese/fcitx5-mcbopomofo: McBopomofo for Fcitx5 2022-12-30 18:00:29 +08:00
Thierry Thomas
2af489c04c */*: chase the upgrade of devel/libfmt to 9.1.0
PR:		268081
2022-12-19 10:31:34 +01:00