aboutsummaryrefslogtreecommitdiff
path: root/polish
Commit message (Collapse)AuthorAgeFilesLines
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* Fix library dependency.Bryan Drewery2016-01-071-2/+3
| | | | | | | | | The library is provided by textproc/aspell, which is what pkg was already registering as a dependency. This fixes Poudriere rebuilding ekg every time due to a 'new dependency' on polish/aspell when ASPELL is selected. Notes: svn path=/head/; revision=405490
* 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
* Switch to options helperPawel Pekala2015-12-111-6/+2
| | | | Notes: svn path=/head/; revision=403570
* - Switch to USES=shebangfixPawel Pekala2015-12-111-9/+3
| | | | | | | - Convert to options helper Notes: svn path=/head/; revision=403569
* Update to version 0.2.0Pawel Pekala2015-11-243-7/+8
| | | | | | | | | | | | | | | | | | Changelog: - quiet batch mode (not available on OSX) - #13 - bugfixes in Napisy24 engine - #23 - icons placed at directories according to their sizes - #24 - HiDPI display awareness (OSX) - #27 - support for paths containing special characters (Windows) - #28 - bugfixed SRT conversion adding empty lines to resulting file (Windows) - #29 - application self-closing in batch mode (OSX) - #31 - added version information to .exe file (Windows) - #32 - bugfixes in file encoding detection (UTF-8 with BOM amongst others) - #34 - preserving original file encoding during subtitle format conversion - bugfixed backup language support - #36 Notes: svn path=/head/; revision=402375
* - Switch to options helpersDmitry Marakasov2015-11-121-0/+2
| | | | Notes: svn path=/head/; revision=401372
* - Add LICENSEDmitry Marakasov2015-11-121-1/+3
| | | | | | | - Switch to options helpers Notes: svn path=/head/; revision=401371
* - Fix build with gcc 4.9 [1]Pawel Pekala2015-11-112-5/+12
| | | | | | | | | | - Use option helper PR: 204395 [1] Reported by: gerald [1] Notes: svn path=/head/; revision=401251
* Update to 5.0.3.Jung-uk Kim2015-11-031-4/+4
| | | | Notes: svn path=/head/; revision=400704
* - Update to 20150428Sunpoet Po-Chuan Hsieh2015-10-272-3/+3
| | | | Notes: svn path=/head/; revision=400323
* Update to 5.0.2.Jung-uk Kim2015-09-232-6/+6
| | | | Notes: svn path=/head/; revision=397662
* Remove the autodetect optionBaptiste Daroussin2015-09-132-101/+34
| | | | | | | Convert to options helpers Notes: svn path=/head/; revision=396821
* 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
* Update to version 0.1.9Pawel Pekala2015-08-263-40/+6
| | | | | | | | | | | | | Changelog: - conversion between subtitle formas: SRT, mDVD, TMP, MPL2 (now ffprobe is required) - select target extension of subtitles - directory scanning now can see other subtitle extensions than .txt (also .srt and .sub) - respect INSTALL_PREFIX on icons and desktop files installation Notes: svn path=/head/; revision=395400
* - Update to version 1.8, now Qt5 basedPawel Pekala2015-08-165-73/+50
| | | | | | | | | | - Development moved to GitHub - Drop INSTALLS_ICONS, it's for Gtk apps - Install all desktop files into DESKTOPDIR to be more desktop agnostic Notes: svn path=/head/; revision=394428
* - Update to version 2.1, now Qt5 basedPawel Pekala2015-07-238-86/+244
| | | | | | | | - USES=compiler for better handling of needed compiler - USES=libarchive to prevent linking with libarchive from base on 10+ Notes: svn path=/head/; revision=392755
* - 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
* - Strip librariesDmitry Marakasov2015-06-011-1/+2
| | | | Notes: svn path=/head/; revision=388185
* - Strip libraryDmitry Marakasov2015-05-161-1/+3
| | | | | | | - Unsilence install Notes: svn path=/head/; revision=386552
* Cleanup DIST* variables.Mathieu Arnold2015-05-112-4/+3
| | | | | | | | | | | | | | When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386097
* USE_GITHUB: For the new support, fix DISTNAME to be more consistent.Bryan Drewery2015-04-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | When using GH_TAGNAME the DISTNAME would have GH_PROJECT and GH_ACCOUNT in it. When not using GH_TAGNAME it would not have this. Now both cases will add in the GH_PROJECT and GH_ACCOUNT. Add special care to ensure that the DISTVERSION is not added in twice. If a port does GH_TAGNAME=v${PORTVERSION} it will be added in twice though. For that case DISTVERSIONPREFIX=v should be set and no GH_TAGNAME should be used. empty() is used rather than (!defined || !${}) to support fmake. The purpose of setting DISTNAME at all in these cases is to make it more clear that the distfile is from *GITHUB* and to avoid collisions if a project were to be renamed or moved. Without adding in GH_PROJECT and GH_ACCOUNT then there are real risks that collisions on filenames would happen on renamed or moved projects, which is fairly common. A GITHUB-generated file may not match a custom-rolled or git-archive-rolled distfile. PR: 199069 With hat: portmgr Testing done: All USE_GITHUB ports without GH_COMMIT were checksum/fetch/extract/WRKSRC tested. Notes: svn path=/head/; revision=384932
* - Update to 20150426Sunpoet Po-Chuan Hsieh2015-04-272-3/+3
| | | | Notes: svn path=/head/; revision=384847
* Update to 4.3.7.Jung-uk Kim2015-04-251-4/+4
| | | | Notes: svn path=/head/; revision=384746
* - Update to 20150419Sunpoet Po-Chuan Hsieh2015-04-212-3/+3
| | | | Notes: svn path=/head/; revision=384448
* - Update to 20150405Sunpoet Po-Chuan Hsieh2015-04-062-3/+3
| | | | Notes: svn path=/head/; revision=383435
* Convert to new USE_GITHUBPawel Pekala2015-04-042-3/+2
| | | | Notes: svn path=/head/; revision=383207
* - Update to 20150329Sunpoet Po-Chuan Hsieh2015-03-302-3/+3
| | | | Notes: svn path=/head/; revision=382636
* - Update to 20150322Sunpoet Po-Chuan Hsieh2015-03-232-3/+3
| | | | Notes: svn path=/head/; revision=382028
* - Update to 20150315Sunpoet Po-Chuan Hsieh2015-03-162-3/+3
| | | | Notes: svn path=/head/; revision=381414
* 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 20150308Sunpoet Po-Chuan Hsieh2015-03-102-3/+3
| | | | Notes: svn path=/head/; revision=380931
* - Update to 20150301Sunpoet Po-Chuan Hsieh2015-03-022-3/+3
| | | | Notes: svn path=/head/; revision=380284
* - Update to 20150222Sunpoet Po-Chuan Hsieh2015-02-232-3/+3
| | | | Notes: svn path=/head/; revision=379687
* - 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
* - Remove deprecated USE_KDE4=kdehierMax Brazhnikov2015-02-191-1/+1
| | | | | | | | - while here, remove any reference to KDE in deskutils/charmtimetracker (Qt-only app) and supposedly fix build of graphics/gnash with KDE4 option Notes: svn path=/head/; revision=379358
* Unbreak on headAntoine Brodin2015-02-151-11/+6
| | | | Notes: svn path=/head/; revision=379034
* Update to version 1.5Pawel Pekala2015-01-202-4/+3
| | | | | | | | | | Changelog: - otr: #2895 fixed: strange error messages when using libotr5-4.1.0 (Vogel) - history: #2902 fixed: clear history menu item dissappears after a second (Vogel) Notes: svn path=/head/; revision=377538
* - Update to 20150111Sunpoet Po-Chuan Hsieh2015-01-122-3/+3
| | | | Notes: svn path=/head/; revision=376844
* - Update devel/qca to version 2.1.0Tijl Coosemans2015-01-121-1/+1
| | | | | | | | | | | | | - Plugins are no longer available separately so remove security/qca-* and replace them with options in devel/qca - Adjust all ports that depended on security/qca-* - This also fixes the build of the OpenSSL plugin when OpenSSL doesn't support SSLv2 Approved by: kde (rakuco) Notes: svn path=/head/; revision=376838
* - Update to 20150104Sunpoet Po-Chuan Hsieh2015-01-052-3/+3
| | | | Notes: svn path=/head/; revision=376320
* - Convert <OPTION>_USE= PYTHON... to <OPTION>_USES= python...Marcus von Appen2015-01-031-1/+1
| | | | | | | With hat: python@ Notes: svn path=/head/; revision=376110
* Update to version 1.4Pawel Pekala2015-01-012-4/+4
| | | | | | | | | Changes: hints: #2905 fixed: crash after clicking on hint (Vogel) gadu: #2906 fixed: random disconnections (Vogel) Notes: svn path=/head/; revision=375916
* - Update to version 1.12.1Pawel Pekala2015-01-012-11/+6
| | | | | | | - Use pathfix to fix pkgconfigdir Notes: svn path=/head/; revision=375914
* CMake 3.1.0 compatibility, take 2.Raphael Kubo da Costa2014-12-311-0/+37
| | | | | | | | | Add another patch of mine sent upstream to make the port build with CMake 3.1.0. No PORTREVISION bump as there should be no changes in functionality or contents of the generated package. Notes: svn path=/head/; revision=375907
* Revert r375855 for now.Raphael Kubo da Costa2014-12-301-29/+0
| | | | | | | | The issue with CMake 3.1.0 is actually something else. Back the change out for now while a proper fix is being worked on. Notes: svn path=/head/; revision=375861
* Add a patch (submitted upstream) to make the port build with CMake 3.1.0.Raphael Kubo da Costa2014-12-301-0/+29
| | | | | | | | Use the proper syntax for configure_package_config_file(). Verified to also work with CMake 3.0.2. Notes: svn path=/head/; revision=375855