summaryrefslogtreecommitdiff
path: root/ukrainian (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 6.0.5Li-Wen Hsu2018-06-261-5/+5
| | | | Notes: svn path=/head/; revision=473396
* - Update to 6.0.4Li-Wen Hsu2018-05-101-5/+5
| | | | Notes: svn path=/head/; revision=469498
* - Update to 6.0.3Li-Wen Hsu2018-04-081-5/+5
| | | | Notes: svn path=/head/; revision=466788
* Add LICENSE_FILESunpoet Po-Chuan Hsieh2018-03-292-1/+3
| | | | | | | - Update WWW Notes: svn path=/head/; revision=465917
* Fix build with Perl 5.26.Mathieu Arnold2018-03-281-0/+12
| | | | | | | | | | | "use encoding" was removed (deprecated since 5.18), and set STDOUT to utf8 so that it does not warn about wide characters. PR: 226817 Sponsored by: Absolight Notes: svn path=/head/; revision=465818
* - Update LibreOffice to 6.0.2 [1]Li-Wen Hsu2018-03-172-8/+5
| | | | | | | | | | | | | | | | | | | - Build offline help when DOCS option enabled [2] - Fix bad symlink and add missing dependencies [3] PR: 224288 [1] 197071 [2] 226344 [3] Submitted by: Greg V <greg@unrelenting.technology> [1] bergerkos@yahoo.co.uk [2] Reported by: joneum [3] Helped & tested by: Daniel Ebdrup Greg Veldman <freebsd@gregv.net> Per olof Ljungmark <peo@nethead.se> StariKarp <starikarp@yandex.com> pi Security: 289269f1-0def-11e8-99b0-d017c2987f9a Notes: svn path=/head/; revision=464758
* Rename KDE4 meta portsTobias C. Berner2018-02-101-1/+1
| | | | | | | | | | | | | | This is done for * consistency, * and to simplify the import of the newer KDE Plasma5 desktop and KDE applications Bumps the dependencies. Reviewed by: adridg Differential Revision: https://reviews.freebsd.org/D12979 Notes: svn path=/head/; revision=461375
* Update to 5.3.7.Jung-uk Kim2017-11-021-5/+5
| | | | Notes: svn path=/head/; revision=453378
* Fix kde4-l10n packages after sysutils/filelight's updateTobias C. Berner2017-09-162-9/+1
| | | | | | | | | | | | | | | | | | I chose filelight-17.* as it contains its own localization, which is good, as kde4-l10n is very outdated, and may not match modern filelight anymore. Unfortunately this lead to conflicts with the kde4-l10n. So strip the filelight parts from kde4-l10n-*. Reported by: VVD (via IRC) Reviewed by: rakuco Pointyhat to: tcberner Differential Revision: https://reviews.freebsd.org/D12393 Notes: svn path=/head/; revision=449969
* Update to 5.3.6.Jung-uk Kim2017-09-051-5/+5
| | | | Notes: svn path=/head/; revision=449308
* Update to 5.3.5.Jung-uk Kim2017-08-031-5/+5
| | | | Notes: svn path=/head/; revision=447247
* Update to 5.3.4.Jung-uk Kim2017-06-221-5/+5
| | | | Notes: svn path=/head/; revision=444114
* Update the Calligra ports to 3.0.1.Raphael Kubo da Costa2017-06-175-180/+0
| | | | | | | | | | | | | | | | | | | | | The 3.x series is based on KDE Frameworks 5, and some programs have been split into separate ports: - Sheets, Words & co are in editors/calligra. - Krita is in graphics/krita. - Kexi is in databases/kexi. - The calligra-l10n* ports are now part of editors/calligra itself. Okular support in editors/calligra and Marble support in textproc/kreport have been disabled for now because they need the KF5 version of those ports. Thanks to everyone who's tested it and worked on it in our area51 repository. Submitted by: Adrian de Groot <groot@kde.org>, tcberner, rakuco Reviewed by: rakuco, mat (earlier versions) Differential Revision: https://reviews.freebsd.org/D10167 Notes: svn path=/head/; revision=443772
* Update to 5.3.3.Jung-uk Kim2017-05-191-5/+5
| | | | | | | | Unfortunately, support for Firebird database is temporarily disabled because Firebird 2.5 is no longer supported. Notes: svn path=/head/; revision=441257
* Update to 5.2.7.Jung-uk Kim2017-05-041-5/+5
| | | | Notes: svn path=/head/; revision=440112
* Chase ffmpeg 3.3 update (ABI changes)Thomas Zander2017-04-252-1/+2
| | | | | | | | PR: 218658 Submitted by: riggs Notes: svn path=/head/; revision=439367
* Rename the magic DISTVERSION into SPELLVERSION for the aspell ports.Mathieu Arnold2017-04-121-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=438338
* Update to 5.2.6.Jung-uk Kim2017-03-271-5/+5
| | | | Notes: svn path=/head/; revision=437081
* Update to 5.2.5.Jung-uk Kim2017-02-011-5/+5
| | | | Notes: svn path=/head/; revision=432960
* Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/Sunpoet Po-Chuan Hsieh2017-01-201-1/+1
| | | | Notes: svn path=/head/; revision=431996
* Update to 5.2.4.Jung-uk Kim2017-01-011-5/+5
| | | | Notes: svn path=/head/; revision=430266
* Remove libiconv.so.3 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-0/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428150
* Update libreoffice to 5.2.3 and liborcus to 0.11.2Baptiste Daroussin2016-11-121-4/+5
| | | | Notes: svn path=/head/; revision=425933
* Many KDE i10n ports: Patch updates CURDIRKurt Jaeger2016-05-261-1/+1
| | | | | | | | | | | | This patch replaces a bunch of ${CURDIR}/../../ by ${CURDIR:H:H}; the latter is considered proper contemporary usage by kde@ . The patch is independent of other KDE4 infrastructure changes. PR: 209303 Submitted by: Adriaan de Groot <groot@kde.org>, rakuco, T.C.Berner <tcberner@gmail.com> (kde) Notes: svn path=/head/; revision=415873
* editors/calligra-l10n: add plist-subKurt Jaeger2016-05-242-161/+161
| | | | | | | | | | | | | | | All of the Calligra translations can use %%LANG%% in their plists to reduce plist-differences across the translations and reduce churn. Also introduces ${CURDIR:H:H} instead of some ${CURDIR}/../.. constructions. Original work by tcberner. PR: 209268 Submitted by: Adriaan de Groot <groot@kde.org> (kde) Notes: svn path=/head/; revision=415763
* Update to 5.0.6.Jung-uk Kim2016-05-071-4/+4
| | | | Notes: svn path=/head/; revision=414753
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-013-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Add missing items to the calligra-l10n ports plists.Raphael Kubo da Costa2016-03-282-0/+2
| | | | | | | Submitted by: Tobias Berner <tcberner@gmail.com> Notes: svn path=/head/; revision=412065
* Update to 5.0.5.Jung-uk Kim2016-02-151-4/+4
| | | | Notes: svn path=/head/; revision=408954
* Update Calligra to 2.9.11.Raphael Kubo da Costa2016-02-082-3/+2
| | | | | | | | | | This time it did not take us 2 years to update Calligra. In fact, we're updating it 5 days after its official release \o/ Announcement: https://www.calligra.org/news/calligra-2-9-11-released/ Notes: svn path=/head/; revision=408504
* Update Calligra to 2.9.10.Raphael Kubo da Costa2015-12-213-26/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the latest Calligra release, and the 2.9 series will be the last KDE4-based release series. As usual, huge thanks to Tobias Berner <tcberner@gmail.com> for working on this in kde@'s area51 experimental repository (including previous Calligra releases between 2.7.5 and 2.9.10). Notable changes from a packaging perspective: - Several dependencies have been updated to use more recent ports versions. - Old translations not shipped by the current Calligra release have been removed. - The dependency on sysutils/nepomuk-core has been dropped, following what upstream has done. - The dependency on Qt3-compatibility Qt4 ports has been dropped, following upstream. - CONFLICTS with ancient ports have been removed. - Support for G'MIC (GREYC's Magic for Image Computing), introduced after 2.7.5, is disabled by default, as building the code with clang requires insane (>24GB) amounts of memory. We reported this bug to the LLVM developers (bug 22199) almost a year ago, but there has been no activity upstream. - Stopped depending on graphics/pstoedit in an unorthodox way: just follow what every major Linux distribution does and unconditionally depend on it. I could not figure out why we were originally depending on the port if it was already installed. - Stop playing tricks with PACKAGE_BUILDING: we do not package Vc (https://github.com/VcDevel/Vc) so it does not make sense to turn on support for it when building packages. Not only that, but the CMake option name was wrong (it should be PACKAGERS_BUILD, not WITH_PACKAGERS_BUILD). Notes: svn path=/head/; revision=404140
* Update to 5.0.4.Jung-uk Kim2015-12-171-4/+4
| | | | Notes: svn path=/head/; revision=403932
* Update to 5.0.3.Jung-uk Kim2015-11-031-4/+4
| | | | Notes: svn path=/head/; revision=400704
* Update to 5.0.2.Jung-uk Kim2015-09-232-6/+6
| | | | Notes: svn path=/head/; revision=397662
* Update LibreOffice to 5.0.1.Jung-uk Kim2015-09-011-4/+4
| | | | | | | | | | | | Unfortunately, LibreOffice project completely dropped support for pre-C++11 compilers and libraries since 4.4. Therefore, we cannot easily build it on FeeBSD 9.x any more unless the system was rebuilt with WITH_CLANG_IS_CC and WITH_LIBCPLUSPLUS. If user is unable to upgrade the system for some reason, the old port, i.e., 4.3.7, is still available from devel/libreoffice4 (with no language packs). Notes: svn path=/head/; revision=395799
* Correct the pathname in user-instructions given by the port andMikhail Teterin2015-07-271-1/+1
| | | | | | | | | | | advise the users updating of the need to change their existing configuration after the March 21st commit to ukrainian/monacofonts by portmgr@ Pointy hat to: bapt Notes: svn path=/head/; revision=392954
* - Add NO_ARCHSunpoet Po-Chuan Hsieh2015-07-181-0/+1
| | | | Notes: svn path=/head/; revision=392424
* - Add NO_ARCHSunpoet Po-Chuan Hsieh2015-07-181-0/+1
| | | | Notes: svn path=/head/; revision=392423
* - Add NO_ARCHSunpoet Po-Chuan Hsieh2015-07-181-0/+1
| | | | Notes: svn path=/head/; revision=392422
* Update to 4.3.7.Jung-uk Kim2015-04-251-4/+4
| | | | Notes: svn path=/head/; revision=384746
* Make fonts repecting XDGBaptiste Daroussin2015-03-214-18/+13
| | | | | | | | | | | | | Xorg is now looking in ${LOCALBASE}/share/fonts by default Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1)) Large cleanup on lots of font ports All fonts are now properly dynamically generating fonts.dir and fonts.scale instead of sometime overwriting existing ones) All fonts are generating fontconfig's cache Improve consistency in fonts ports Notes: svn path=/head/; revision=381876
* Update KDE SC to 4.14.3Alonso Schaich2015-03-112-2/+3
| | | | | | | | | | | | | | | | | | | The kde@ team presents KDE SC 4.14.3, the last planed release of the KDE SC 4 series. In addition to the updates provided by the KDE SC developers, this update also addresses numerous FreeBSD and PORTS specific issues, found and solved by the kde@ team and area51 testers, most notorously Tobias C. Berner <tcberner@gmail.com> PR: 197751 PR: 197871 PR: 184996 Reviewed by: rakuco (mentor) Differential: https://reviews.freebsd.org/D1950 Notes: svn path=/head/; revision=381052
* - Update to 4.3.6.Jung-uk Kim2015-02-201-4/+4
| | | | | | | | | - Enable GIO when GTK2 or GTK3 is enabled. [1] Submitted by: tijl [1] Notes: svn path=/head/; revision=379468
* cleanup plistBaptiste Daroussin2014-12-204-4/+0
| | | | Notes: svn path=/head/; revision=375114
* Update to 4.3.5.Jung-uk Kim2014-12-181-4/+4
| | | | Notes: svn path=/head/; revision=374930
* Update to 4.3.4.Jung-uk Kim2014-11-271-4/+4
| | | | Notes: svn path=/head/; revision=373473
* Cleanup plistAntoine Brodin2014-11-122-5/+0
| | | | Notes: svn path=/head/; revision=372495
* Update to 4.3.3.Jung-uk Kim2014-10-311-4/+4
| | | | Notes: svn path=/head/; revision=371880
* Update to 1.8.0Baptiste Daroussin2014-10-312-3/+3
| | | | Notes: svn path=/head/; revision=371816
* Update to 1.8.0Baptiste Daroussin2014-10-312-3/+6
| | | | Notes: svn path=/head/; revision=371814