aboutsummaryrefslogtreecommitdiff
path: root/polish
Commit message (Collapse)AuthorAgeFilesLines
* polish/napi: Add new portDominik Lisiak2021-10-318-0/+162
| | | | | | | | | | | | | "napi.sh" is a napiprojekt.pl client written in Bash. The purpose of the project was to create simple tool for systems with very limited resources (NAS QNAP drives, Synology, OpenWRT routers, Popcorn streamers, etc). It was inspired by "pynapi.py" script. "napi.sh" is distributed together with automatic subtitle format converter "subotage.sh" created specially for "napi.sh". "subotage.sh" is written in Bash and uses awk for text processing. PR: 245996
* */*: Remove redundant '-[0-9]*' from CONFLICTSStefan Eßer2021-10-291-1/+1
| | | | | | | | | | | | | The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter for the bash package in any version. But that pattern is functionally identical with just "bash". Approved by: portmgr (blanket)
* polish/kadu: Add CPE informationStefan Eßer2021-10-211-1/+1
| | | | Approved by: portmgr (blanket)
* editors/libreoffice: update to 7.2.2 release (+)Dima Panov2021-10-141-5/+5
| | | | | | LibreOffice 7.2.2 is now available, with 68 bugfixes and compatibility improvements. Learn more: https://blog.documentfoundation.org/blog/2021/10/14/libreoffice-7-2-2-community/
* INSTALLS_ICONS: retire the macro and rework the related dependenciesBaptiste Daroussin2021-10-101-1/+0
| | | | | | | While here, make sure gtk-update-icon-cache is only on run dependency where added as a dependency Enforce gtk3 to depend on gtk-update-icon-cache (previously it was inheriting the dependency)
* */*mythes: Fix 72664fc2b4d33ca3ae39c8e7ab6f8fa85c08bd63Po-Chuan Hsieh2021-09-211-26/+0
| | | | | | Remove accidentally-generated 'Makefile ' Reported by: bdrewery
* */*hyphen: Fix 915dbfaa562e20c8402d3873f8bfbf07899f9f8aPo-Chuan Hsieh2021-09-211-25/+0
| | | | | | Remove accidentally-generated 'Makefile ' Reported by: bdrewery
* */*mythes: Avoid using %% in MakefilePo-Chuan Hsieh2021-09-192-2/+28
| | | | Use ${DATAIDR} instead of %%DATADIR%%
* */*hyphen: Avoid using %% in MakefilePo-Chuan Hsieh2021-09-192-1/+26
| | | | Use ${DATAIDR} instead of %%DATADIR%%
* editors/libreoffice: update to 7.2.1 release (+)Dima Panov2021-09-161-5/+5
| | | | | | | | | LibreOffice 7.2.1 is here, with many bugfixes and compatibility improvements. Learn more about it: https://blog.documentfoundation.org/blog/2021/09/16/libreoffice-7-2-1-community/ * Add OPTION to build GTK4 VCL * If both GTK3 and KF5 enabled, add GTK3_KDE5 VCL to build * Force RUN_DEPENDS on JDK if JAVA selected to run extensions
* editors/libreoffice: Please welcome LibreOffice suite 7.2.0 release!Dima Panov2021-08-191-5/+5
| | | | | | LibreOffice 7.2 launches with many new features, compatibility improvements and performance boosts. Learn all about it in blog announce post: https://blog.documentfoundation.org/blog/2021/08/19/libreoffice-7-2-community/
* polish/hunspell: Update to 20210731Po-Chuan Hsieh2021-08-082-4/+4
|
* editors/libreoffice: Update to 7.1.5Li-Wen Hsu2021-07-231-5/+5
| | | | | Release note: https://blog.documentfoundation.org/blog/2021/07/22/libreoffice-7-1-5-community/
* polish/kadu: add missing dependency on testlibTobias C. Berner2021-07-151-1/+2
| | | | The port was previously getting that dependency transitively.
* polish/hunspell: Update to 20210625Po-Chuan Hsieh2021-07-062-4/+4
|
* graphics/mesa-libs: Bump reverse deps for libglvndKevin Bowling2021-06-221-1/+1
| | | | | | | | | | Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824
* editors/libreoffice: Update to 7.1.4Li-Wen Hsu2021-06-201-5/+5
| | | | | | Release note: https://blog.documentfoundation.org/blog/2021/06/10/libreoffice-7-1-4/ This is a joint work with fluffy.
* devel/protobuf-c: Bump PORTREVISION of dependent portsDon Lewis2021-05-311-0/+1
| | | | | | Bump the PORTREVISION of ports that use protobuf-c and bake in the value of PROTOBUF_C_VERSION*. Sponsored by: Farsight Security, Inc.
* polish/hunspell: Update to 20210427Po-Chuan Hsieh2021-05-112-4/+4
|
* editors/libreoffice: Update to 7.1.3 releaseDima Panov2021-05-091-5/+5
| | | | | | | | LibreOffice 7.1.3 Community, the third minor release of the LibreOffice 7.1 family, includes over 100 bug fixes, with 25% focused on Microsoft Office file compatibility (DOCX, XLSX and PPTX). Release notes: https://blog.documentfoundation.org/blog/2021/05/06/libreoffice-7-1-3/
* polish/hunspell: Update to 20210216Po-Chuan Hsieh2021-04-182-4/+4
|
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-075-5/+0
| | | | Reported by: lwhsu
* Fix build of polish/kaduAdriaan de Groot2021-04-063-2/+37
| | | | | | | | | | | The update of qxmpp to the latest upstream release made qxmpp require C++17, for std::optional. Kadu is forcing C++14, which breaks in the build like this: In file included from plugins/jabber_protocol/services/jabber-room-chat-service.cpp:35: /usr/local/include/qxmpp/QXmppMessage.h:250:10: error: no template named 'optional' in namespace 'std' std::optional<QXmppMixInvitation> mixInvitation() const; Bump the C++ requirement and patch the CMake bits that DTWT.
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-0616-18/+0
|
* editors/libreoffice: update to 7.1.2 releaseDima Panov2021-04-061-5/+5
| | | | | | | | The FreeBSD Office team is proud to announce LibreOffice 7.1.2 – the second bugfix update to the 7.1 branch. Check out more in official blog post: https://blog.documentfoundation.org/blog/2021/04/01/libreoffice-712/
* LibreOffice 7.1.1 is now available, with over 90 bugfixes and compatibility ↵Dima Panov2021-03-081-5/+5
| | | | | | | | | | | improvements. Learn more: https://blog.documentfoundation.org/blog/2021/03/04/libreoffice-711/ MFH: 2021Q1 Notes: svn path=/head/; revision=567826
* Update to 20210203Sunpoet Po-Chuan Hsieh2021-02-172-4/+4
| | | | Notes: svn path=/head/; revision=565770
* Please welcome LibreOffice suite 7.1.0 release!Dima Panov2021-02-041-5/+5
| | | | | | | Release Notes: https://blog.documentfoundation.org/blog/2021/02/03/libreoffice-7-1-community/ Notes: svn path=/head/; revision=564006
* Update to 20210105Sunpoet Po-Chuan Hsieh2021-01-262-4/+4
| | | | Notes: svn path=/head/; revision=562932
* Update to 20201231Sunpoet Po-Chuan Hsieh2021-01-062-4/+4
| | | | Notes: svn path=/head/; revision=560639
* LibreOffice 7.0.4 is here, with over 110 bugfixes and compatibility ↵Dima Panov2020-12-181-5/+5
| | | | | | | | | | | | improvements! It's the latest release in the 7.0 branch Release Notes: https://wiki.documentfoundation.org/ReleaseNotes/7.0 MFH: 2020Q4 Notes: svn path=/head/; revision=558365
* Update to 20201103Sunpoet Po-Chuan Hsieh2020-11-092-4/+4
| | | | Notes: svn path=/head/; revision=554777
* Update LibreOffice suite to 7.0.3 releaseDima Panov2020-10-291-5/+5
| | | | | | | | | Release Notes: https://wiki.documentfoundation.org/ReleaseNotes/7.0 MFH: 2020Q4 Notes: svn path=/head/; revision=553614
* Update to 20201011Sunpoet Po-Chuan Hsieh2020-10-132-4/+4
| | | | Notes: svn path=/head/; revision=552267
* LibreOffice 7.0.2 is now available, with over 130 bugfixes and compatibility ↵Dima Panov2020-10-091-5/+5
| | | | | | | | | | | improvements. Release Notes: https://wiki.documentfoundation.org/ReleaseNotes/7.0 MFH: 2020Q4 (hat: ports-secteam) Notes: svn path=/head/; revision=551743
* Update to 20201001Sunpoet Po-Chuan Hsieh2020-10-052-4/+4
| | | | Notes: svn path=/head/; revision=551522
* Chase libsndfile 1.0.30 update.Thomas Zander2020-10-011-1/+1
| | | | | | | | | Details: - Missing symbol sf_version_string, not auto-resolved by pkg + rebuild. - Bump PORTREVISION for consumers. Notes: svn path=/head/; revision=550824
* Update to 20200926Sunpoet Po-Chuan Hsieh2020-10-012-4/+4
| | | | Notes: svn path=/head/; revision=550794
* Update to 20200918Sunpoet Po-Chuan Hsieh2020-09-232-4/+4
| | | | Notes: svn path=/head/; revision=549803
* Update to 20200911Sunpoet Po-Chuan Hsieh2020-09-192-4/+4
| | | | Notes: svn path=/head/; revision=549022
* Update to 20200903Sunpoet Po-Chuan Hsieh2020-09-072-4/+4
| | | | Notes: svn path=/head/; revision=547929
* Update to 20200830Sunpoet Po-Chuan Hsieh2020-09-052-4/+4
| | | | Notes: svn path=/head/; revision=547646
* - Update LibreOffice suite to 7.0.1 releaseDima Panov2020-09-041-5/+5
| | | | | | | - Push textproc/libnumertext to 1.0.6 release Notes: svn path=/head/; revision=547518
* Update to 20200822Sunpoet Po-Chuan Hsieh2020-08-252-4/+4
| | | | Notes: svn path=/head/; revision=546220
* Update to 20200809Sunpoet Po-Chuan Hsieh2020-08-192-4/+4
| | | | Notes: svn path=/head/; revision=545429
* LibreOffice suite: update to 7.0.0 releaseDima Panov2020-08-161-5/+5
| | | | | | | | | | | | | | | | | | | | The Office@FreeBSD team is proud to announce long awaited, new major release of LibreOffice suite - 7.0.0! New major branch comes with tons of new changes: switch render from opengl to skia, many templates redesigned from 4:3 to 16:9 format, added support for "ODF 1.3" and "ODF 1.3 Extended" documents format, support native 2013/2016/2019 mode instead of 2007 compatibility mode for DOCX, added a new icon theme, named Sukapura. Full release notes available on the official page (https://wiki.documentfoundation.org/ReleaseNotes/7.0) Of course, conservative users can keep 6.4.x stable version by switch to use all-in-one editors/libreoffice6 port and even with i18n langpack (off by default). It will be kept updated at least till 7.1.0 version will be released. Notes: svn path=/head/; revision=545101
* Update LibreOffice suite to 6.4.6 maintenance releaseDima Panov2020-08-141-5/+5
| | | | | | | Relnotes: https://wiki.documentfoundation.org/ReleaseNotes/6.4 Notes: svn path=/head/; revision=544870
* Update to 20200724Sunpoet Po-Chuan Hsieh2020-07-302-4/+4
| | | | Notes: svn path=/head/; revision=543779
* Update to 20200718Sunpoet Po-Chuan Hsieh2020-07-242-4/+4
| | | | Notes: svn path=/head/; revision=543112
* Update to 20200704Sunpoet Po-Chuan Hsieh2020-07-082-4/+4
| | | | Notes: svn path=/head/; revision=541705