summaryrefslogtreecommitdiff
path: root/editors/calligra/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* editors/calligra: switch to C++17 for upcoming popplerAdriaan de Groot2022-01-214-5/+1615
| | | | | | | | | | | | | | This is a fix-it-before-it-breaks commit. Upcoming poppler update requires C++17 in consumers, while Calligra was fixed on C++14. There is no upstream release for this. This is a mess: the upstream repo contains fixes, but they're mostly committed as "fix warnings" and many commits combine C++17- related fixes with other bits and pieces. As a result, there's some direct upstream patches now in files/ and a big glommed- together one put together from parts of other commits. PR: 260956
* */*: Update KDE Frameworks to 5.83Tobias C. Berner2021-07-092-0/+37
| | | | | | | | | | | | | | | | | | | | Saturday, 12 June 2021 KDE today announces the release of KDE Frameworks 5.83.0. KDE Frameworks are 83 addon libraries to Qt which provide a wide variety of commonly needed functionality in mature, peer reviewed and well tested libraries with friendly licensing terms. For an introduction see the KDE Frameworks release announcement. This release is part of a series of planned monthly releases making improvements available to developers in a quick and predictable manner. Full announcement: https://kde.org/announcements/frameworks/5/5.83.0/ PR: 256665 Exp-run by: antoine
* editors/calligra: update to 3.2.1Tobias C. Berner2020-05-151-99/+0
| | | | Notes: svn path=/head/; revision=535298
* editors/calligra: add upstream patch to get rid of some (harmless) Qt warningsTobias C. Berner2020-04-251-0/+99
| | | | Notes: svn path=/head/; revision=532922
* editors/calligra: update to 3.2.0Tobias C. Berner2020-04-249-467/+0
| | | | Notes: svn path=/head/; revision=532855
* graphics/poppler: update to 0.84.0Tobias C. Berner2020-01-221-0/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release 0.84.0: core: * Fix crash when converting from Unicode to ASCII-7 * Splash::scaleImageYdXu: Protect against crash if srcWidth is too big * JBIG2Stream: fix potential crash in malformed documents * JBIG2Stream: fix leak in reset() if called several times * Internal code improvements utils: * pdfimages: Add error message if first page is larger then number of pages. * pdfinfo: Improved paper size recognition * pdfsig: Fix exit code when dumping signatures * pdftocairo: Error out when even/odd selects 0 pages * pdftohtml: Fix memory leak * pdftoppm: Add an option to scale before rotate * pdftoppm: Add -hide-annotations option * pdftoppm: Error out when even/odd selects 0 pages * pdftops: Improve -optimizecolorspace qt5: * Code cleanups glib: * Fix compiler warnings Release 0.83.0 core: * Improve when a file is recognized as Linearized * Improve const-ness of the code * Make code a bit more readable/maintanable * Fix uninitialized memory uses in broken files utils: * pdffonts: Make code a bit more readable/maintanable * pdftohtml: Make code a bit more readable/maintanable qt5: * Remove a bunch of unused internal functions * trUtf8 -> tr (less warnings) build system: * make-glib-api-docs: switch to python3 PR: 243433 Exp-run by: antoine Notes: svn path=/head/; revision=523824
* graphics/poppler: update to 0.82.0Tobias C. Berner2019-11-013-11/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | Release 0.82.0: core: * Fix not being able to open some files. Issue #832 * Fix crashes in malformed files * Fix memory leak on broken files * Minor performance improvements * Minor code improvements glib: * Add poppler_document_new_from_bytes * PopplerAttachment: Silence deprecation warnings for ctime/mtime build system: * pdf-inspector: Support builddir != srcdir * Install Cairo* headers if Cairo has been found Thanks to adridg@ for fixing all the fallout. Exp-run by: antoine PR: 241532 Approved by: gnome (kwm, implicit) Notes: svn path=/head/; revision=516270
* Update KDE Frameworks to latest upstream release, 5.61Adriaan de Groot2019-08-151-0/+23
| | | | | | | | | | | | | | | | | | | | | Release notes at https://kde.org/announcements/kde-frameworks-5.61.0.php Thanks to antoine@ for the exp-runs, tcberner@ for most of the prep-work, the Gentoo community for cherry-picking patches There are a bunch of changes in (implicitly included) headers, which broke existing KDE Applications builds; that's why there are a whole bunch of "patch-gentoo-kf5-5.61-headers" patches (taken from Gentoo packaging). Those will go away with the next KDE Applications release, PR: 239777 Submitted by: tcberner Notes: svn path=/head/; revision=508988
* Update poppler to 0.72Tobias C. Berner2018-12-164-0/+244
| | | | | | | | | | | | | | | | | | | | | | This update brings many changes - the build system has switched to cmake - some ports needed to be switched to use their bundled version of poppler: - print/tex-luatex (r487226) - print/tex-xetex (r487226) - editors/opeonffice-devel - Qt4 support has been dropped - print/frescobaldi has been removed for this reason. - most of the added patches can be removed with the next upgrade of the concerning port. PR: 233452 Exp-run by: antoine Approved by: gnome (kwm) Differential Revision: https://reviews.freebsd.org/D17456 Notes: svn path=/head/; revision=487596
* Fix build with Qt 5.11Jason E. Hale2018-09-042-0/+104
| | | | | | | | PR: 230884 Obtained from: upstream Notes: svn path=/head/; revision=478948
* Update calligra, krita, kexi (and their dependencies) to their newest versionsTobias C. Berner2018-04-282-24/+0
| | | | Notes: svn path=/head/; revision=468526
* Update the Calligra ports to 3.0.1.Raphael Kubo da Costa2017-06-172-0/+26
| | | | | | | | | | | | | | | | | | | | | 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
* Fix linking against jpeg.Tobias C. Berner2017-04-301-0/+11
| | | | | | | | | | | | | | As ${LOCALBASE}/lib is was not unconditionally part of the linker flags (only if POSTGRES option was selected), linking of calligra could fail with /usr/bin/ld: cannot find -ljpeg Fix it, by using ${JPEG_LIBRARY} as provided by cmake. PR: 218726 Approved by: rakuco (mentor) Notes: svn path=/head/; revision=439841
* Update Calligra to 2.9.10.Raphael Kubo da Costa2015-12-213-67/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Calligra Suite to 2.7.5.Alberto Villa2013-12-161-0/+22
| | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=336675
* Add upstream patch to fix the build with libc++.Raphael Kubo da Costa2013-11-061-0/+25
| | | | Notes: svn path=/head/; revision=333012
* Merge from area51 repository:Max Brazhnikov2013-02-051-19/+0
| | | | | | | | | | | - Update to 2.5.5 - Convert to new options framework - minor cleanups Courtesy of: avilla Notes: svn path=/head/; revision=311700
* - Add upstream patch to fix build with lcms 2.4Jason E. Hale2012-11-081-0/+19
| | | | | | | | | Reported by: pointyhat via beat Approved by: makc, avilla (mentors, implicit) Feature safe: yes Notes: svn path=/head/; revision=307208
* The KDE/FreeBSD team is pleased to announce version 2.5 of Calligra,Alberto Villa2012-08-253-354/+18
| | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=303149
* The KDE/FreeBSD team is pleased to announce Calligra Suite 2.4.2, KDEAlberto Villa2012-05-316-1402/+339
| | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=297847
* - Depend on the embedded wv2 instead of the one from ports.Alberto Villa2011-07-171-0/+16
| | | | | | | | | | | | | | - Correctly link to iconv in the wv2 tests. [1] - Add conflict with the yet-to-come calligra port. - Bump PORTREVISION. This fix finally enables the build of the msword-odf filter. Reported by: Axel Gonzalez <loox@e-shell.net> [1] Submitted by: Raphael Kubo da Costa <kubito@gmail.com> via area51 Notes: svn path=/head/; revision=277870
* - Update KOffice to 2.3.1.Alberto Villa2011-03-254-15/+1367
| | | | | | | - Force dependency on new libwpg. Notes: svn path=/head/; revision=271656
* Update KOffice to 2.2.2Max Brazhnikov2010-08-271-11/+0
| | | | Notes: svn path=/head/; revision=260087
* - Update KOffice (and its l10n packs) to 2.2.0 releaseDima Panov2010-06-195-37/+25
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=256684
* - Update KOffice to 2.1.2 releaseDima Panov2010-05-113-3/+33
| | | | | | | | | - Add ca@valencia localization for KOffice With hat on: kde@ Notes: svn path=/head/; revision=254140
* - fix build for png-1.4.1Dirk Meyer2010-03-291-0/+14
| | | | | | | | PR: 145157 Submitted by: Andrei Lavreniyuk Notes: svn path=/head/; revision=251705
* The KDE FreeBSD team is proud to announce the release of KOffice2 suite for ↵Dima Panov2009-12-218-857/+30
| | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=246374
* - Update twxtproc/wv2 to latest release, 0.4.2Dima Panov2009-11-291-0/+14
| | | | | | | | | - Chase wv2 core change for koffice-kde3 Approved by: tabthorpe (co-mentor) Notes: svn path=/head/; revision=244958
* - Chase wv2 updateDima Panov2009-09-191-0/+69
| | | | | | | | Approved by: miwi (mentor) Feature safe: yes Notes: svn path=/head/; revision=241717
* Fix build with python26Max Brazhnikov2009-05-191-14/+30
| | | | Notes: svn path=/head/; revision=234238
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-051-13/+0
| | | | Notes: svn path=/head/; revision=225293
* - Fix build when ImageMagic and GraphicsMagic installed is.Martin Wilke2008-08-151-0/+30
| | | | | | | | | | | | | | | One solution proposed on the ports mailing list was to uninstall the ImageMagick port, rebuild editors/koffice-kde3 and then reinstall ImageMagick, while this works it is unacceptable to have to uninstall a port to get another port to build. The correct solution is to patch the source configure script to skip the detection of ImageMagick when GraphicsMagick is installed. PR: 125526 Submitted by: Scot W. Hetzel" <swhetzel@gmaill.com> Notes: svn path=/head/; revision=218616
* Fix multiple vulnerabilities from imported xpdf code in KOffice andMichael Nottebrock2007-11-081-0/+669
| | | | | | | | | kdegraphics Approved by: portmgr (mcl) Notes: svn path=/head/; revision=202589
* Fix buffer overflow vulnerability in xpdf code.Michael Nottebrock2007-07-301-0/+20
| | | | | | | | Security: http://www.kde.org/info/security/advisory-20070730-1.txt Security: CVE-2007-3387 Notes: svn path=/head/; revision=196764
* Update to KDE 3.5.7 / KOffice 1.6.3Michael Nottebrock2007-07-047-103/+0
| | | | Notes: svn path=/head/; revision=194883
* Fix koffice on current/amd64Michael Nottebrock2007-05-281-0/+25
| | | | Notes: svn path=/head/; revision=192196
* Update to KDE 3.5.6 / KOffice 1.6.2Michael Nottebrock2007-03-133-74/+30
| | | | Notes: svn path=/head/; revision=187334
* Stop-gap patch to make koffice build with libpqxx 2.6.9.Michael Nottebrock2007-02-155-0/+63
| | | | | | | Submitted by: Maxim Samsonov Notes: svn path=/head/; revision=185224
* Patch denial of service vulnerability in PDF parser.Michael Nottebrock2007-01-181-0/+74
| | | | | | | Security: CVE-2007-0104 Notes: svn path=/head/; revision=182715
* Update to KDE 3.5.5 / KOffice 1.6.1Michael Nottebrock2006-12-191-11/+0
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=180198
* KDE 3.5.4 / KOffice 1.5.2Michael Nottebrock2006-09-125-165/+0
| | | | Notes: svn path=/head/; revision=172898
* Update to KOffice 1.5.1Michael Nottebrock2006-05-2712-96/+176
| | | | Notes: svn path=/head/; revision=163607
* Update to KOffice 1.5.0Michael Nottebrock2006-04-2912-236/+120
| | | | | | | | Approved by: portmgr (kris) cVS: arabic/koffice-i18n/distinfo arabic/koffice-i18n/pkg-descr Notes: svn path=/head/; revision=160797
* Patch security issues in imported xpdf code.Michael Nottebrock2005-12-081-0/+92
| | | | | | | | | | | | Security: CAN-2005-3193 Security: http://www.kde.org/info/security/advisory-20051207-1.txt Security: kpdf, the KDE pdf viewer and KOffice' pdf filter share code with xpdf. xpdf contains multiple integer overflow vulnerabilities that allow specially crafted pdf files, when opened, to overflow a heap allocated buffer and execute arbitrary code. Notes: svn path=/head/; revision=150638
* Fix KDE Bug 111372 / FreeBSD PR 89479Michael Nottebrock2005-11-253-0/+144
| | | | Notes: svn path=/head/; revision=149472
* Update to KDE 3.4.3 / KOffice 1.4.2Michael Nottebrock2005-11-0510-433/+0
| | | | Notes: svn path=/head/; revision=147365
* Fix a security vulnerability in the RTF importer of KWord.Michael Nottebrock2005-10-111-0/+325
| | | | | | | | | | | Security: CAN-2005-2971 Security: CESA-2005-005 Security: http://www.kde.org/info/security/advisory-20051011-1.txt Security: Opening specially crafted RTF files in KWord can cause execution of abitrary code. Notes: svn path=/head/; revision=144938
* Fix bogus ui files in preparation for Qt 3.3.5Michael Nottebrock2005-10-049-0/+108
| | | | Notes: svn path=/head/; revision=144151
* Remove obsolete patch.Michael Nottebrock2005-08-011-5060/+0
| | | | Notes: svn path=/head/; revision=140639
* Various bugfixes from the KOffice-1.4.x branch.Michael Nottebrock2005-07-104-35/+5060
| | | | | | | Submitted by: Raphael Langerhorst <raphael-langerhorst@gmx.at> Notes: svn path=/head/; revision=138819