aboutsummaryrefslogtreecommitdiffstats
path: root/editors/calligra-l10n
Commit message (Collapse)AuthorAgeFilesLines
* Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks andtcberner2016-08-242-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Plasma5 ports At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When working on the ports for KDE Frameworks and Plasma5 it seemed to be more reasonable to create a new kde.mk instead of adding an bsd.kde5.mk. The kde.mk in this review is a stripped down version of the one we are using in the KDE Test repositories plasma5 branch [1] to only contain the parts relevant to the current KDE4 ports in the portstree [2]. Changes to the KDE Ports needed by this: Replace USE_KDE4 by USE_KDE [3] Add USES=kde:4 [4] [1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk [2] The version in the plasma5 branch also handles frameworks/plasma5 and handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt Ports -- I chose to leave this out for now, as the diff is already large enough. [3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we want is already specified as argument to kde:<arg> [4] For KDE Frameworks and Plasma5 ports this would be kde:5 PR: 210667 Approved by: portmgr, mat (mentor), rakuco (mentor) Reviewed by: mat, rakuco Differential Revision: https://reviews.freebsd.org/D6961
* Add USE_KDE4 so that KDE4_VERSION is definedswills2016-05-271-0/+1
| | | | | | PR: 209756 Submitted by: T.C.Berner <tcberner@gmail.com> Reported by: Vladimir Omelchuk <admin@vladiom.com.ua>
* Remove expired misc/kdehier4 and update all of its consumers to not ↵rene2016-05-262-2/+1
| | | | | | | | | | | | | reference it any longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy. PR: 209014 (partial) Submitted by: myself Approved by: portmgr (bapt) Differential Revision: https://reviews.freebsd.org/D6542
* editors/calligra-l10n: add plist-subpi2016-05-241-0/+2
| | | | | | | | | | | | 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)
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* Update Calligra to 2.9.10.rakuco2015-12-222-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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).
* Convert to USES=metaport.rakuco2015-12-041-8/+1
| | | | | PR: 201605 Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
* MASTER_SITES cleanup.mat2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
* - Remove deprecated USE_KDE4=kdehiermakc2015-02-201-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
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* Upgrade OpenEXR and ilmbase to 2.2.0.mandree2014-08-161-1/+1
| | | | | | | | | | | | | | | | | | | GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so GCC-based systems will upgrade to the default ports compiler (GCC 4.7 currently.) Add two patches to OpenEXR to permit building it in a live system with the older OpenEXR version installed. Bug report filed to upstream Github at https://github.com/openexr/openexr/issues/130 Couple OpenEXR more tightly to ilmbase and require its exact .so version. Add UPDATING note, and bump PORTREVISION of all dependent ports. Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer. Approved by: portmgr (implicit for bumping PORTREVISION on unstaged ports)
* Unbreak japanese/calligra-l10n and editors/calligra-l10-en_GBantoine2014-07-301-1/+1
|
* Remove the final usages of USE_XZ from the tree, and replace them withadamw2014-07-301-2/+1
| | | | | | USES=tar:xz. Approved by: portmgr (most of them)
* - Bump PORTREVISION after KDE4_PREFIX changemakc2014-02-181-0/+1
|
* - Update Calligra Suite to 2.7.5.avilla2013-12-172-17/+11
| | | | | | | | | | | | - Require a new compiler to build Calligra. - Make GTL really an option in Calligra. - STAGEify. - Use OPTIONS helpers. - Set NO_ARCH for translation ports. - Add translation port for Intelingua. Calligra 2.7 release notes: http://www.calligra.org/news/calligra-2-7-released
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | editors)
* Convert from USE_GETTEXT to USES= gettextbapt2013-04-271-2/+1
| | | | | | While here: - Trim some headers - Convert to new options framework
* - Do not always build all languages.avilla2013-04-031-8/+11
| | | | | | PR: 177519 Submitted by: Martin Birgmeier <Martin.Birgmeier@aon.at> Approved by: portmgr via tabthorpe
* - Update Calligra and l10n ports to 2.6.2:avilla2013-03-301-3/+3
| | | | | | | | | | * Japanese translation is stuck at 2.5.5; * Southern Catalan translation is now up to date; * Bosnian, Slovenian and Turkish translations were added. This update brings several new features and the new Calligra Author; for a full list, please read 2.6 release notes: http://www.calligra.org/news/calligra-2-6-released
* - convert USE_CMAKE to USESmakc2013-03-231-1/+1
| | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi)
* Merge from area51 repository:makc2013-02-051-3/+8
| | | | | | | | - Update to 2.5.5 - Convert to new options framework - minor cleanups Courtesy of: avilla
* - Update Calligra to 2.5.1.avilla2012-09-011-5/+0
| | | | | | | | | - Remove header from Makefiles. This release contains a number of important bug fixes to 2.5.0 and we recommend everybody to update. Release notes can be found in the official announcement: http://www.calligra.org/news/calligra-2-5-1-released
* The KDE/FreeBSD team is pleased to announce version 2.5 of Calligra,avilla2012-08-261-5/+4
| | | | | | | | | | | | | | | | | | | coming to the ports tree after a short testing period which showed it to be quite stable. For the productivity part of the suite (word processor, spreadsheet, and presentation program) the target user of version 2.5 is still the student or academic user. This version has a number of new features that will make it more suitable for these users. The artistic applications of the Calligra Suite are the most mature ones and are already used by professional users everywhere. As usual, detailed release notes can be found in the official announcement: http://www.calligra.org/news/calligra-2-5-released Meanwhile, new translations were added: - editors/calligra-l10n-gl (Gallegan)
* - Update Calligra to 2.4.3.avilla2012-07-051-2/+2
| | | | | | | - Add Japanese localization. This release contains a number of important bug fixes to 2.4.2: http://www.calligra.org/news/calligra-2-4-3-released
* The KDE/FreeBSD team is pleased to announce Calligra Suite 2.4.2, KDEavilla2012-05-313-34/+35
| | | | | | | | | | | | | | | graphic art and office suite. Information on this release can be found here: http://www.calligra.org/news/calligra-2-4-2-released Information on Calligra Project can be found in its first ever release announcement: http://www.calligra.org/news/calligra-2-4-released Consequently, KOffice 2 has been removed from the ports collection. As usual, we would like to thank all testers and contributors.
* - Bump PORTREVISION to chase the update of multimedia/libvpxashish2012-02-161-0/+1
|
* - Update KOffice to 2.3.1.avilla2011-03-252-3/+2
| | | | - Force dependency on new libwpg.
* Update to 2.2.2makc2010-08-282-6/+10
| | | | Connect Russian and Walloon l10ns
* Fix CATEGORIESmakc2010-07-251-1/+1
| | | | Submitted by: Anatoly Borodin <anatoly.borodin at gmail.com>
* Avoid use of @ and Unicode in optionsmakc2010-07-241-8/+7
| | | | | PR: ports/148826 Reported by: Anatoly Borodin <anatoly.borodin at gmail.com>
* - Update KOffice (and its l10n packs) to 2.2.0 releasefluffy2010-06-191-2/+2
| | | | | | | | | | | | Major changes: Kexi now returns back New import filters for MS OOXML (Office 2007) Formats Improved OO.org and MS Office traditional formats compatibility Improved stability at all Discussed with: miwi, itetcu Approved by: portmgr (erwin) Feature safe: yes
* - Update KOffice to 2.1.2 releasefluffy2010-05-113-4/+4
| | | | | | - Add ca@valencia localization for KOffice With hat on: kde@
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-0/+1
|
* - Fix fetchmiwi2009-12-221-1/+1
|
* The KDE FreeBSD team is proud to announce the release of KOffice2 suite for ↵fluffy2009-12-222-35/+59
| | | | | | | | | | | | FreeBSD. The official KOffice 2.1.0 notes can be found here (http://www.koffice.org/news/koffice-2-1-released/) We'd like to say thanks to all helpers, testers and submitters. Happy Installing. Approved by: miwi (mentor)
* - Fix build after recent repocopytabthorpe2009-08-061-1/+2
| | | | | Submitted by: erwinbot Pointyhat to: tabthorpe
* - Rename editors/koffice-i18n-sr@Latn -> editors/koffice-i18n-sr_Latntabthorpe2009-08-031-1/+1
| | | | | | - Rename misc/kde3-i18n-sr@Latn -> misc/kde3-i18n-sr_Latn Requested by: simon
* - Update CATEGORIEStabthorpe2009-06-291-3/+3
|
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* Update to KDE 3.5.7 / KOffice 1.6.3lofi2007-07-041-2/+1
|
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Update to KDE 3.5.6 / KOffice 1.6.2lofi2007-03-141-2/+3
|
* Update to KDE 3.5.5 / KOffice 1.6.1lofi2006-12-201-1/+1
| | | | Approved by: portmgr
* KDE 3.5.4 / KOffice 1.5.2lofi2006-09-131-1/+1
|
* Update to KOffice 1.5.1lofi2006-05-271-3/+3
|
* Update to KOffice 1.5.0lofi2006-04-291-1/+1
| | | | | Approved by: portmgr (kris) cVS: arabic/koffice-i18n/distinfo arabic/koffice-i18n/pkg-descr
* Update to KDE 3.4.3 / KOffice 1.4.2lofi2005-11-051-2/+2
|
* Update to KDE 3.4.2 / KOffice 1.4.1lofi2005-08-011-3/+5
|
* Update to KOffice 1.4.0a.lofi2005-07-061-1/+1
| | | | | Note that 'a' does *not* stand for 'alpha', but denotes a short-notice bugfix release made after KOffice 1.4.0.
* Remove empty file.lofi2005-04-091-0/+0
| | | | Noticed by: netchild
* Update to KDE 3.4lofi2005-03-211-1/+0
|
* Bring the i18n metaports in sync with the available i18n subports.lofi2004-12-191-5/+4
|
* Update to KOffice 1.3.5lofi2004-12-141-2/+2
|
* Update to KDE 3.3.1lofi2004-11-081-2/+2
|
* Factor out all but one of the build switches of the KDE main module portslofi2004-08-111-1/+1
| | | | | | | | | | | | | | | into separate ports. The OPTIONS will remain as of yet and trigger dependencies now, for easy transition. Update KOffice to version 1.3.2. Add patches to fix a number of issues, including: - fix kxkb on Xorg - fix kdemultimedia WITH_MPEGLIB (now mpeglib_artsplug) compilation on gcc 3.4.2 with optimizations greater than -O Add security related patches and entries to portaudit.txt.
* Update to version 1.3.1lofi2004-05-061-3/+3
|
* Add missing language slave ports.lofi2004-03-091-2/+2
|
* Add -se.lofi2004-03-071-1/+1
|
* Add -lo to the metaport.lofi2004-03-071-1/+1
|
* Update to KDE 3.2.0lofi2004-02-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | Important changes: ================== - Kmail and knode have been moved from kdenetwork to kdepim. This means you will have to install kdepim if you want to continue using kmail or knode. This is to ease integration with korganizer, in the new 'Kontact' application. - The arabic translations for KDE and KOffice have been moved from misc to the arabic category. - There is a new module called kdeaccessibility in the accessibility category. It contains a few utilities for disabled users like a magnification lens and a text-to-speech frontend. - In KDM, you need to select the 'CUSTOM' session profile in order to have your .xsession executed. This is particularly important if you're using the aegypten tools (http://freebsd.kde.org/howtos/aegypten-kmail.php). - We have started making more parts of the ports optional. In kdepim, both Kandy and KPilot can be turned off with ports-knobs. This process will continue in the 3.2 series.
* Fix broken dependency on arabic i18n port.arved2003-11-261-1/+1
| | | | Reported by: kris
* Move these ports to the new arabic category after the repocopies. Fixwill2003-11-161-2/+3
| | | | | | | up dependencies and add this incident to MOVED. PR: (closed already) 57507, 57508, 57510, 57512, 57513, 57515 Submitted by: Samy Al Bahra <samy@kerneled.com>
* Fix the dependency on Polish koffice.marcus2003-09-191-1/+2
| | | | Noticed by: bento's makeindex script
* Upgrade to Qt 3.2.1 / KDE 3.1.4. See x11/kde3/Makefile rev 1.64 for details.will2003-09-181-2/+1
|
* Fix location of polish/koffice-i18n after Repocopy.arved2003-08-191-1/+2
|
* Bring back from Attic: localized messages and documentation for kofficelioux2003-05-203-0/+46
|
* KDE2 is dead. The source is no longer available.alane2002-09-096-694/+0
|
* Chase shlib rev of devel/gettextade2002-08-021-1/+1
| | | | | Submitted by: lots and lots Pointy hat to: ade
* gettext upgrade uber-patch (stage 3)ade2002-04-131-1/+2
| | | | | | | | | | - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr
* Stage 1 of gettext update.ade2002-03-161-1/+1
| | | | | | | | | | | | Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr
* Stop pkg_delete time messages caused by uneraseable directories.sada2002-01-211-56/+56
| | | | Approved by: Maintainer
* Update to 1.1.1demon2001-12-263-2/+76
| | | | | PR: 33193 Submitted by: SASAKI Katuhiro <sahiro@crest.ocn.ne.jp>
* Localized messages for KOffice.demon2001-12-186-0/+619
PR: 32932 Submitted by: SASAKI Katuhiro <sahiro@crest.ocn.ne.jp>