# New ports collection makefile for: gitg # Date created: 2010-03-19 # Whom: kipz # # $FreeBSD$ # PORTNAME= gitg PORTVERSION= 0.0.8 PORTREVISION= 1 CATEGORIES= devel deskutils gnome MASTER_SITES= GNOME MAINTAINER= amdmi3@FreeBSD.org COMMENT= GTK-based git repository viewer RUN_DEPENDS= git>=1.7.0.2:${PORTSDIR}/devel/git LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gconf2 gtk20 gtksourceview2 gnomehack USE_GETTEXT= yes MAKE_JOBS_SAFE= yes INSTALLS_ICONS= yes GCONF_SCHEMAS= gitg.schemas MAN1= gitg.1 .include ons 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)
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)
Add missing items to the calligra-l10n ports plists. 2016-03-28T18:16:36+00:00 rakuco rakuco@FreeBSD.org 2016-03-28T18:16:36+00:00 970e4e735e3cadf61497ddd4415eb67430fe6790 Submitted by: Tobias Berner <tcberner@gmail.com>
Submitted by:	Tobias Berner <tcberner@gmail.com>
Update Calligra to 2.9.10. 2015-12-21T18:10:32+00:00 rakuco rakuco@FreeBSD.org 2015-12-21T18:10:32+00:00 3802028c9af22e25507285f2095fa370a3822fb1 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).
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).