Commit graph

312 commits

Author SHA1 Message Date
Li-Wen Hsu
f45fbba263 - Update to 6.0.5 2018-06-26 16:30:49 +00:00
Li-Wen Hsu
afbc70f91b - Update to 6.0.4 2018-05-10 03:40:37 +00:00
Li-Wen Hsu
f227ff4a34 - Update to 6.0.3 2018-04-08 10:42:32 +00:00
Sunpoet Po-Chuan Hsieh
ccb35c143c Add LICENSE_FILE
- Update WWW
2018-03-29 19:59:26 +00:00
Mathieu Arnold
dfc2c35490 Fix build with Perl 5.26.
"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
2018-03-28 16:52:49 +00:00
Li-Wen Hsu
6b0c7daec2 - Update LibreOffice to 6.0.2 [1]
- 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
2018-03-17 06:31:11 +00:00
Tobias C. Berner
737c1cc56d Rename KDE4 meta ports
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
2018-02-10 10:29:51 +00:00
Jung-uk Kim
c2d145e797 Update to 5.3.7. 2017-11-02 21:12:58 +00:00
Tobias C. Berner
f3049c5ff7 Fix kde4-l10n packages after sysutils/filelight's update
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
2017-09-16 16:52:48 +00:00
Jung-uk Kim
832bbf2b3a Update to 5.3.6. 2017-09-05 18:37:49 +00:00
Jung-uk Kim
7bdf3e6167 Update to 5.3.5. 2017-08-03 16:32:13 +00:00
Jung-uk Kim
7edfa5164d Update to 5.3.4. 2017-06-22 13:14:37 +00:00
Raphael Kubo da Costa
a842d46924 Update the Calligra ports to 3.0.1.
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
2017-06-17 13:44:51 +00:00
Jung-uk Kim
d26af7eba1 Update to 5.3.3.
Unfortunately, support for Firebird database is temporarily disabled
because Firebird 2.5 is no longer supported.
2017-05-19 18:42:01 +00:00
Jung-uk Kim
fa415a3594 Update to 5.2.7. 2017-05-04 18:07:45 +00:00
Thomas Zander
b50a4186ce Chase ffmpeg 3.3 update (ABI changes)
PR:		218658
Submitted by:	riggs
2017-04-25 08:20:30 +00:00
Mathieu Arnold
9858b9137f Rename the magic DISTVERSION into SPELLVERSION for the aspell ports.
Sponsored by:	Absolight
2017-04-12 09:09:47 +00:00
Jung-uk Kim
a489cb61bb Update to 5.2.6. 2017-03-27 20:14:16 +00:00
Jung-uk Kim
b2486f9967 Update to 5.2.5. 2017-02-01 00:52:29 +00:00
Sunpoet Po-Chuan Hsieh
0e04efec5a Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ 2017-01-20 20:33:30 +00:00
Jung-uk Kim
c8774e64f9 Update to 5.2.4. 2017-01-01 17:54:02 +00:00
Tijl Coosemans
6ead27eb95 Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:23:24 +00:00
Baptiste Daroussin
6721a47473 Update libreoffice to 5.2.3 and liborcus to 0.11.2 2016-11-12 09:45:22 +00:00
Kurt Jaeger
900062f127 Many KDE i10n ports: Patch updates CURDIR
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)
2016-05-26 03:38:38 +00:00
Kurt Jaeger
0ca9a312ae editors/calligra-l10n: add plist-sub
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)
2016-05-24 05:44:56 +00:00
Jung-uk Kim
92c297e6df Update to 5.0.6. 2016-05-07 03:28:18 +00:00
Mathieu Arnold
597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00
Raphael Kubo da Costa
0a13855bcf Add missing items to the calligra-l10n ports plists.
Submitted by:	Tobias Berner <tcberner@gmail.com>
2016-03-28 18:16:36 +00:00
Jung-uk Kim
ceaec8a283 Update to 5.0.5. 2016-02-15 19:32:16 +00:00
Raphael Kubo da Costa
d047bd9e6e Update Calligra to 2.9.11.
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/
2016-02-08 19:18:59 +00:00
Raphael Kubo da Costa
978b5a598d Update Calligra to 2.9.10.
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).
2015-12-21 18:10:32 +00:00
Jung-uk Kim
a40647d0a2 Update to 5.0.4. 2015-12-17 19:03:54 +00:00
Jung-uk Kim
78a55ecf2d Update to 5.0.3. 2015-11-03 17:47:01 +00:00
Jung-uk Kim
75883644e1 Update to 5.0.2. 2015-09-23 21:06:12 +00:00
Jung-uk Kim
f6862ef651 Update LibreOffice to 5.0.1.
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).
2015-09-01 21:26:44 +00:00
Mikhail Teterin
44b7e98939 Correct the pathname in user-instructions given by the port and
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
2015-07-27 02:52:57 +00:00
Sunpoet Po-Chuan Hsieh
593d0fdabb - Add NO_ARCH 2015-07-18 15:05:25 +00:00
Sunpoet Po-Chuan Hsieh
36dd0c66c2 - Add NO_ARCH 2015-07-18 15:02:02 +00:00
Sunpoet Po-Chuan Hsieh
b1ef5d715a - Add NO_ARCH 2015-07-18 15:01:38 +00:00
Jung-uk Kim
cf14c210f1 Update to 4.3.7. 2015-04-25 17:30:29 +00:00
Baptiste Daroussin
a5da770e67 Make fonts repecting XDG
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
2015-03-21 23:05:19 +00:00
Alonso Schaich
63ff0b60db Update KDE SC to 4.14.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
2015-03-11 23:11:47 +00:00
Jung-uk Kim
a9ba86c4c8 - Update to 4.3.6.
- Enable GIO when GTK2 or GTK3 is enabled. [1]

Submitted by:	tijl [1]
2015-02-20 20:26:23 +00:00
Baptiste Daroussin
6fec8535ab cleanup plist 2014-12-20 19:49:13 +00:00
Jung-uk Kim
d9c58baa19 Update to 4.3.5. 2014-12-18 23:32:32 +00:00
Jung-uk Kim
7e46d52b46 Update to 4.3.4. 2014-11-27 08:12:23 +00:00
Antoine Brodin
b9864fe38d Cleanup plist 2014-11-12 14:56:34 +00:00
Jung-uk Kim
7b23b77c4f Update to 4.3.3. 2014-10-31 18:15:49 +00:00
Baptiste Daroussin
504f3af6f7 Update to 1.8.0 2014-10-31 13:14:39 +00:00
Baptiste Daroussin
2387281812 Update to 1.8.0 2014-10-31 13:13:59 +00:00