2003-01-28 18:36:58 +00:00
|
|
|
#-*- mode: Makefile; tab-width: 4; -*-
|
Bring in my fixes for KDE2 for users of XFree86 4.0.x. Basically, what
this involves is this: Cull GL from Qt by default, but still provide a
Qt+GL library that may or may not have threads. Then also provide a Qt
library that has threads but not GL. This allows us to make KDE2 depend
on a library that will *not* have threads, ever. Threads will be
revisited at a later date. Ports that require GL support need to be
updated to use the hacked library, libqtgl.so.4. The net result is that
we bloat our qt2 package by 1.5-2.5MB for compatability. Also, static
qt will not have GL support.
Introduce bsd.kde.mk, which will be tested on bento before becoming
fully activated.
Replace qt22-static with qt2-static, since it's just a proxy. Update
qt-designer to depend on qt23. Also make the old hack to package the
correct lib obsolete by using PLIST_SUB instead.
Miscellaneous changes: remove LIBQTFILE from CONFIGURE_ENV, it's not
used anymore. Solve namespace pollution problems with the devel/pth and
devel/libgnugetopt ports. Hopefully.
Suggested by: ade, asami, sobomax (bsd.kde.mk)
Repocopied by: asami (qt22-static --> qt2-static)
2001-03-24 22:15:59 +00:00
|
|
|
# ex:ts=4
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
2008-08-09 16:52:28 +00:00
|
|
|
|
|
|
|
.if !defined(_POSTMKINCLUDED) && !defined(Kde_Pre_Include)
|
Bring in my fixes for KDE2 for users of XFree86 4.0.x. Basically, what
this involves is this: Cull GL from Qt by default, but still provide a
Qt+GL library that may or may not have threads. Then also provide a Qt
library that has threads but not GL. This allows us to make KDE2 depend
on a library that will *not* have threads, ever. Threads will be
revisited at a later date. Ports that require GL support need to be
updated to use the hacked library, libqtgl.so.4. The net result is that
we bloat our qt2 package by 1.5-2.5MB for compatability. Also, static
qt will not have GL support.
Introduce bsd.kde.mk, which will be tested on bento before becoming
fully activated.
Replace qt22-static with qt2-static, since it's just a proxy. Update
qt-designer to depend on qt23. Also make the old hack to package the
correct lib obsolete by using PLIST_SUB instead.
Miscellaneous changes: remove LIBQTFILE from CONFIGURE_ENV, it's not
used anymore. Solve namespace pollution problems with the devel/pth and
devel/libgnugetopt ports. Hopefully.
Suggested by: ade, asami, sobomax (bsd.kde.mk)
Repocopied by: asami (qt22-static --> qt2-static)
2001-03-24 22:15:59 +00:00
|
|
|
|
2005-01-09 10:12:07 +00:00
|
|
|
# Please make sure all changes to this file are past through the maintainer.
|
Bring in my fixes for KDE2 for users of XFree86 4.0.x. Basically, what
this involves is this: Cull GL from Qt by default, but still provide a
Qt+GL library that may or may not have threads. Then also provide a Qt
library that has threads but not GL. This allows us to make KDE2 depend
on a library that will *not* have threads, ever. Threads will be
revisited at a later date. Ports that require GL support need to be
updated to use the hacked library, libqtgl.so.4. The net result is that
we bloat our qt2 package by 1.5-2.5MB for compatability. Also, static
qt will not have GL support.
Introduce bsd.kde.mk, which will be tested on bento before becoming
fully activated.
Replace qt22-static with qt2-static, since it's just a proxy. Update
qt-designer to depend on qt23. Also make the old hack to package the
correct lib obsolete by using PLIST_SUB instead.
Miscellaneous changes: remove LIBQTFILE from CONFIGURE_ENV, it's not
used anymore. Solve namespace pollution problems with the devel/pth and
devel/libgnugetopt ports. Hopefully.
Suggested by: ade, asami, sobomax (bsd.kde.mk)
Repocopied by: asami (qt22-static --> qt2-static)
2001-03-24 22:15:59 +00:00
|
|
|
# Do not commit them yourself (unless of course you're the Port's Wraith ;).
|
2008-08-09 16:52:28 +00:00
|
|
|
Kde_Pre_Include= bsd.kde4.mk
|
|
|
|
Kde_Include_MAINTAINER= kde@FreeBSD.org
|
|
|
|
|
|
|
|
#
|
|
|
|
# This file contains some variable definitions that are supposed to
|
|
|
|
# make your life easier when dealing with ports related to the KDE4
|
|
|
|
# desktop environment. It's automatically included when USE_KDE4
|
|
|
|
# is defined in the ports' makefile.
|
|
|
|
#
|
|
|
|
# KDE4 related ports can use this as follows:
|
|
|
|
#
|
|
|
|
# USE_KDE4= kdehier kdeprefix kdelibs
|
|
|
|
# USE_QT_VER= 4
|
|
|
|
# QT_COMPONENTS=corelib #set additional qt4 components here
|
|
|
|
#
|
|
|
|
# .include <bsd.port.mk>
|
|
|
|
#
|
|
|
|
# Available KDE4 components are:
|
|
|
|
#
|
|
|
|
# akonadi - Akonadi PIM storage service
|
|
|
|
# automoc4 - automoc4 tool
|
|
|
|
# kdebase - Basic KDE applications (Konqueror, Dolphin)
|
2009-09-01 22:19:47 +00:00
|
|
|
# kdeexp - experimental libraries (with non-stable ABI/API)
|
2008-08-09 16:52:28 +00:00
|
|
|
# kdehier - Provides common KDE directories
|
2011-03-25 10:33:51 +00:00
|
|
|
# kdelibs - The base set of KDE libraries
|
2008-08-09 16:52:28 +00:00
|
|
|
# kdeprefix - If set, port will be installed into ${KDE4_PREFIX} instead of ${LOCALBASE}
|
2009-09-01 22:19:47 +00:00
|
|
|
# oxygen - icon themes
|
2011-03-25 10:33:51 +00:00
|
|
|
# pimlibs - KDE PIM libraries
|
|
|
|
# pimruntime - KDE PIM runtime services
|
|
|
|
# pykde4 - Python bindings for KDE
|
|
|
|
# pykdeuic4 - User Interface Compiler for PyKDE
|
2008-08-09 16:52:28 +00:00
|
|
|
# runtime - More KDE applications
|
2011-03-25 10:33:51 +00:00
|
|
|
# sharedmime - share-mime-info wrapper for KDE ports
|
2008-08-09 16:52:28 +00:00
|
|
|
# workspace - More KDE applications (Plasma, kwin, etc.)
|
|
|
|
#
|
|
|
|
# These read-only variables can be used in port Makefile:
|
|
|
|
#
|
|
|
|
# MASTER_SITE_KDE_kde
|
|
|
|
# - MASTER_SITE_KDE_kde is equivalent to MASTER_SITE_KDE
|
|
|
|
# with :kde tag. It could be used when port needs multiple
|
|
|
|
# distfiles from different sites. See for details porters-handbook:
|
|
|
|
# http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-distfiles.html
|
|
|
|
# KDE4_PREFIX - The place where KDE4 ports live. Currently it is {LOCALBASE}/kde4,
|
|
|
|
# but this could be changed in a future.
|
|
|
|
#
|
|
|
|
|
2011-07-07 16:38:39 +00:00
|
|
|
KDE4_VERSION= 4.6.5
|
The KDE FreeBSD team is proud to announce the release of KDE 4.2.0
for FreeBSD. The official KDE 4.2.0 (Codename: "The Answer") release
notes can be found at:
http://kde.org/announcements/4.2/index.php.
New supported languages include Arabic, Icelandic, Basque,
Hebrew, Romanian, Tajik and several Indian languages (Bengali India,
Gujarati, Kannada, Maithili, Marathi) indicating a rise in popularity in
this part of Asia.
New ports for KDE 4.2.0:
arabic/kde4-l10n Arabic
hebrew/kde4-l10n Hebrew
misc/kde4-l10n-bn_IN Bengali (India)
misc/kde4-l10n-eu Basque
misc/kde4-l10n-gu Gujarati
misc/kde4-l10n-is Icelandic
misc/kde4-l10n-kn Kannada
misc/kde4-l10n-mai Maithili
misc/kde4-l10n-mr Marathi
misc/kde4-l10n-ro Romanian
misc/kde4-l10n-tg Tajik
math/eigen2 Lightweight library for vector and matrix math
graphics/kipi-plugins-kde4 KDE4 kipi graphics plugins
sysutils/policykit-kde PolicyKit manager for KDE
Unfortunately FreeBSD 6.4 support is dropped.
We'd like to say thanks for feedback and help to:
Matt Tosto, Kris Moore, stickibit, David Johnson, Markus Brueffer,
David Naylor, Thomas Schlesinger, Warren Liddell, Thomas Abthorpe,
Diego Depaoli, Mats Andreassen, portmgr for exp-run and repocopies.
2009-02-08 20:23:45 +00:00
|
|
|
KDE4_BRANCH?= stable
|
2011-04-22 23:37:20 +00:00
|
|
|
KDEPIM4_VERSION= 4.4.11.1
|
2010-09-01 21:52:16 +00:00
|
|
|
KDEPIM4_BRANCH?= stable
|
2011-04-13 07:33:32 +00:00
|
|
|
KOFFICE2_VERSION= 2.3.2
|
2009-12-21 18:50:48 +00:00
|
|
|
KOFFICE2_BRANCH?= stable
|
2011-07-17 16:13:03 +00:00
|
|
|
KDEVELOP_VERSION= 4.2.3
|
2010-05-14 05:21:57 +00:00
|
|
|
KDEVELOP_BRANCH?= stable
|
2009-12-21 18:50:48 +00:00
|
|
|
|
2008-08-09 16:52:28 +00:00
|
|
|
#
|
|
|
|
# KDE4 is installed into its own prefix to not conflict with KDE3
|
|
|
|
#
|
|
|
|
KDE4_PREFIX?= ${LOCALBASE}/kde4
|
|
|
|
|
|
|
|
#
|
|
|
|
# Tagged MASTER_SITE_KDE
|
|
|
|
#
|
|
|
|
kmaster= ${MASTER_SITE_KDE:S@%/@%/:kde@g}
|
2002-10-11 07:35:44 +00:00
|
|
|
.if !defined(MASTER_SITE_SUBDIR)
|
|
|
|
MASTER_SITE_KDE_kde= ${kmaster:S@%SUBDIR%/@@g}
|
|
|
|
.else
|
|
|
|
ksub=${MASTER_SITE_SUBDIR}
|
|
|
|
MASTER_SITE_KDE_kde= ${kmaster:S@%SUBDIR%/@${ksub}/@g}
|
2003-01-28 18:36:58 +00:00
|
|
|
.endif # !defined(MASTER_SITE_SUBDIR)
|
2002-10-11 07:35:44 +00:00
|
|
|
|
2008-08-09 16:52:28 +00:00
|
|
|
#
|
|
|
|
# KDE4 modules
|
|
|
|
#
|
2010-05-11 14:21:05 +00:00
|
|
|
_USE_KDE4_ALL= akonadi automoc4 kdebase kdehier kdelibs kdeprefix \
|
2010-06-01 21:35:38 +00:00
|
|
|
oxygen pimlibs pimruntime pykde4 pykdeuic4 runtime \
|
|
|
|
sharedmime workspace
|
2001-04-14 20:43:29 +00:00
|
|
|
|
2008-08-09 16:52:28 +00:00
|
|
|
akonadi_LIB_DEPENDS= akonadiprotocolinternals.1:${PORTSDIR}/databases/akonadi
|
2004-05-24 00:34:38 +00:00
|
|
|
|
The KDE FreeBSD team is proud to announce the release of KDE 4.2.0
for FreeBSD. The official KDE 4.2.0 (Codename: "The Answer") release
notes can be found at:
http://kde.org/announcements/4.2/index.php.
New supported languages include Arabic, Icelandic, Basque,
Hebrew, Romanian, Tajik and several Indian languages (Bengali India,
Gujarati, Kannada, Maithili, Marathi) indicating a rise in popularity in
this part of Asia.
New ports for KDE 4.2.0:
arabic/kde4-l10n Arabic
hebrew/kde4-l10n Hebrew
misc/kde4-l10n-bn_IN Bengali (India)
misc/kde4-l10n-eu Basque
misc/kde4-l10n-gu Gujarati
misc/kde4-l10n-is Icelandic
misc/kde4-l10n-kn Kannada
misc/kde4-l10n-mai Maithili
misc/kde4-l10n-mr Marathi
misc/kde4-l10n-ro Romanian
misc/kde4-l10n-tg Tajik
math/eigen2 Lightweight library for vector and matrix math
graphics/kipi-plugins-kde4 KDE4 kipi graphics plugins
sysutils/policykit-kde PolicyKit manager for KDE
Unfortunately FreeBSD 6.4 support is dropped.
We'd like to say thanks for feedback and help to:
Matt Tosto, Kris Moore, stickibit, David Johnson, Markus Brueffer,
David Naylor, Thomas Schlesinger, Warren Liddell, Thomas Abthorpe,
Diego Depaoli, Mats Andreassen, portmgr for exp-run and repocopies.
2009-02-08 20:23:45 +00:00
|
|
|
automoc4_BUILD_DEPENDS= ${LOCALBASE}/bin/automoc4:${PORTSDIR}/devel/automoc4
|
2004-05-24 00:34:38 +00:00
|
|
|
|
2008-08-09 16:52:28 +00:00
|
|
|
kdebase_LIB_DEPENDS= konq.7:${PORTSDIR}/x11/kdebase4
|
2004-05-24 00:34:38 +00:00
|
|
|
|
2008-08-09 16:52:28 +00:00
|
|
|
kdehier_RUN_DEPENDS= kdehier4>=1:${PORTSDIR}/misc/kdehier4
|
2006-12-19 21:19:54 +00:00
|
|
|
|
2008-08-09 16:52:28 +00:00
|
|
|
kdelibs_LIB_DEPENDS= kimproxy.5:${PORTSDIR}/x11/kdelibs4
|
2006-12-19 21:19:54 +00:00
|
|
|
|
2008-08-09 16:52:28 +00:00
|
|
|
kdeprefix_PREFIX= ${KDE4_PREFIX}
|
2004-05-24 00:34:38 +00:00
|
|
|
|
2009-09-01 22:19:47 +00:00
|
|
|
oxygen_RUN_DEPENDS= ${KDE4_PREFIX}/share/icons/oxygen/index.theme:${PORTSDIR}/x11-themes/kde4-icons-oxygen
|
|
|
|
|
2008-08-09 16:52:28 +00:00
|
|
|
pimlibs_LIB_DEPENDS= kpimutils.5:${PORTSDIR}/deskutils/kdepimlibs4
|
|
|
|
|
2009-08-04 21:14:07 +00:00
|
|
|
pimruntime_LIB_DEPENDS= kdepim-copy.5:${PORTSDIR}/deskutils/kdepim4-runtime
|
|
|
|
|
2010-05-11 14:21:05 +00:00
|
|
|
pykde4_RUN_DEPENDS= ${KDE4_PYTHON_SITELIBDIR}/PyKDE4/kdeui.so:${PORTSDIR}/devel/kdebindings4-python-pykde4
|
|
|
|
|
2010-06-01 21:35:38 +00:00
|
|
|
pykdeuic4_RUN_DEPENDS= ${LOCALBASE}/bin/pykdeuic4:${PORTSDIR}/devel/kdebindings4-python-pykdeuic4
|
|
|
|
|
2008-08-09 16:52:28 +00:00
|
|
|
runtime_BUILD_DEPENDS= ${KDE4_PREFIX}/bin/kdebugdialog:${PORTSDIR}/x11/kdebase4-runtime
|
|
|
|
runtime_RUN_DEPENDS= ${KDE4_PREFIX}/bin/kdebugdialog:${PORTSDIR}/x11/kdebase4-runtime
|
|
|
|
|
|
|
|
sharedmime_BUILD_DEPENDS= kde4-shared-mime-info>=1:${PORTSDIR}/misc/kde4-shared-mime-info
|
|
|
|
sharedmime_RUN_DEPENDS= kde4-shared-mime-info>=1:${PORTSDIR}/misc/kde4-shared-mime-info
|
|
|
|
|
|
|
|
workspace_LIB_DEPENDS= kscreensaver.5:${PORTSDIR}/x11/kdebase4-workspace
|
2003-06-23 18:14:38 +00:00
|
|
|
|
2009-08-04 21:14:07 +00:00
|
|
|
|
2009-09-01 22:19:47 +00:00
|
|
|
PLIST_SUB+= KDE4_PREFIX="${KDE4_PREFIX}"
|
2009-08-04 21:14:07 +00:00
|
|
|
|
2010-05-11 14:21:05 +00:00
|
|
|
KDE4_PYTHON_SITELIBDIR= ${PYTHON_SITELIBDIR:S;${PYTHONBASE};${KDE4_PREFIX};}
|
|
|
|
|
The KDE FreeBSD team is proud to announce the release of KDE 4.2.0
for FreeBSD. The official KDE 4.2.0 (Codename: "The Answer") release
notes can be found at:
http://kde.org/announcements/4.2/index.php.
New supported languages include Arabic, Icelandic, Basque,
Hebrew, Romanian, Tajik and several Indian languages (Bengali India,
Gujarati, Kannada, Maithili, Marathi) indicating a rise in popularity in
this part of Asia.
New ports for KDE 4.2.0:
arabic/kde4-l10n Arabic
hebrew/kde4-l10n Hebrew
misc/kde4-l10n-bn_IN Bengali (India)
misc/kde4-l10n-eu Basque
misc/kde4-l10n-gu Gujarati
misc/kde4-l10n-is Icelandic
misc/kde4-l10n-kn Kannada
misc/kde4-l10n-mai Maithili
misc/kde4-l10n-mr Marathi
misc/kde4-l10n-ro Romanian
misc/kde4-l10n-tg Tajik
math/eigen2 Lightweight library for vector and matrix math
graphics/kipi-plugins-kde4 KDE4 kipi graphics plugins
sysutils/policykit-kde PolicyKit manager for KDE
Unfortunately FreeBSD 6.4 support is dropped.
We'd like to say thanks for feedback and help to:
Matt Tosto, Kris Moore, stickibit, David Johnson, Markus Brueffer,
David Naylor, Thomas Schlesinger, Warren Liddell, Thomas Abthorpe,
Diego Depaoli, Mats Andreassen, portmgr for exp-run and repocopies.
2009-02-08 20:23:45 +00:00
|
|
|
#
|
|
|
|
# Common build related stuff for kde4 ports. It's not intended for usage
|
|
|
|
# in KDE4-dependent ports
|
|
|
|
#
|
|
|
|
.if defined(KDE4_BUILDENV)
|
|
|
|
|
|
|
|
.if ${KDE4_BRANCH} == "unstable"
|
|
|
|
WITH_DEBUG=yes
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if defined(WITH_DEBUG)
|
2011-04-10 08:46:04 +00:00
|
|
|
CMAKE_BUILD_TYPE= DebugFull
|
2006-04-03 09:34:22 +00:00
|
|
|
.endif
|
|
|
|
|
2011-04-10 08:46:04 +00:00
|
|
|
PLIST_SUB+= KDE4_VERSION="${KDE4_VERSION}"
|
The KDE FreeBSD team is proud to announce the release of KDE 4.2.0
for FreeBSD. The official KDE 4.2.0 (Codename: "The Answer") release
notes can be found at:
http://kde.org/announcements/4.2/index.php.
New supported languages include Arabic, Icelandic, Basque,
Hebrew, Romanian, Tajik and several Indian languages (Bengali India,
Gujarati, Kannada, Maithili, Marathi) indicating a rise in popularity in
this part of Asia.
New ports for KDE 4.2.0:
arabic/kde4-l10n Arabic
hebrew/kde4-l10n Hebrew
misc/kde4-l10n-bn_IN Bengali (India)
misc/kde4-l10n-eu Basque
misc/kde4-l10n-gu Gujarati
misc/kde4-l10n-is Icelandic
misc/kde4-l10n-kn Kannada
misc/kde4-l10n-mai Maithili
misc/kde4-l10n-mr Marathi
misc/kde4-l10n-ro Romanian
misc/kde4-l10n-tg Tajik
math/eigen2 Lightweight library for vector and matrix math
graphics/kipi-plugins-kde4 KDE4 kipi graphics plugins
sysutils/policykit-kde PolicyKit manager for KDE
Unfortunately FreeBSD 6.4 support is dropped.
We'd like to say thanks for feedback and help to:
Matt Tosto, Kris Moore, stickibit, David Johnson, Markus Brueffer,
David Naylor, Thomas Schlesinger, Warren Liddell, Thomas Abthorpe,
Diego Depaoli, Mats Andreassen, portmgr for exp-run and repocopies.
2009-02-08 20:23:45 +00:00
|
|
|
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
USE_CMAKE= yes
|
2009-08-10 11:47:36 +00:00
|
|
|
CMAKE_SOURCE_PATH= ${WRKSRC}
|
2010-05-11 14:21:05 +00:00
|
|
|
CONFIGURE_WRKSRC= ${CMAKE_SOURCE_PATH}/build
|
|
|
|
BUILD_WRKSRC= ${CONFIGURE_WRKSRC}
|
2009-08-10 11:47:36 +00:00
|
|
|
INSTALL_WRKSRC?= ${BUILD_WRKSRC}
|
|
|
|
|
|
|
|
post-extract: kde-create-builddir
|
|
|
|
|
|
|
|
kde-create-builddir:
|
|
|
|
${MKDIR} ${BUILD_WRKSRC}
|
The KDE FreeBSD team is proud to announce the release of KDE 4.2.0
for FreeBSD. The official KDE 4.2.0 (Codename: "The Answer") release
notes can be found at:
http://kde.org/announcements/4.2/index.php.
New supported languages include Arabic, Icelandic, Basque,
Hebrew, Romanian, Tajik and several Indian languages (Bengali India,
Gujarati, Kannada, Maithili, Marathi) indicating a rise in popularity in
this part of Asia.
New ports for KDE 4.2.0:
arabic/kde4-l10n Arabic
hebrew/kde4-l10n Hebrew
misc/kde4-l10n-bn_IN Bengali (India)
misc/kde4-l10n-eu Basque
misc/kde4-l10n-gu Gujarati
misc/kde4-l10n-is Icelandic
misc/kde4-l10n-kn Kannada
misc/kde4-l10n-mai Maithili
misc/kde4-l10n-mr Marathi
misc/kde4-l10n-ro Romanian
misc/kde4-l10n-tg Tajik
math/eigen2 Lightweight library for vector and matrix math
graphics/kipi-plugins-kde4 KDE4 kipi graphics plugins
sysutils/policykit-kde PolicyKit manager for KDE
Unfortunately FreeBSD 6.4 support is dropped.
We'd like to say thanks for feedback and help to:
Matt Tosto, Kris Moore, stickibit, David Johnson, Markus Brueffer,
David Naylor, Thomas Schlesinger, Warren Liddell, Thomas Abthorpe,
Diego Depaoli, Mats Andreassen, portmgr for exp-run and repocopies.
2009-02-08 20:23:45 +00:00
|
|
|
|
|
|
|
.endif # KDE4_BUILDENV
|
|
|
|
|
|
|
|
.endif #!defined(_POSTMKINCLUDED) && !defined(Kde_Pre_Include)
|
|
|
|
|
2008-08-09 16:52:28 +00:00
|
|
|
.if defined(_POSTMKINCLUDED) && !defined(Kde_Post_Include)
|
|
|
|
|
|
|
|
Kde_Post_Include= bsd.kde4.mk
|
|
|
|
|
|
|
|
.for component in ${USE_KDE4}
|
|
|
|
. if ${_USE_KDE4_ALL:M${component}}!=""
|
|
|
|
BUILD_DEPENDS+= ${${component}_BUILD_DEPENDS}
|
|
|
|
LIB_DEPENDS+= ${${component}_LIB_DEPENDS}
|
|
|
|
RUN_DEPENDS+= ${${component}_RUN_DEPENDS}
|
|
|
|
. if defined(${component}_PREFIX)
|
|
|
|
. if ${.MAKEFLAGS:MPREFIX=*}==""
|
|
|
|
PREFIX= ${${component}_PREFIX}
|
|
|
|
. if ${KDE4_PREFIX} != ${LOCALBASE}
|
|
|
|
NO_MTREE= yes
|
|
|
|
. endif
|
|
|
|
. endif
|
|
|
|
. endif
|
|
|
|
. else
|
|
|
|
IGNORE= cannot install: Unknown component ${component}
|
|
|
|
. endif
|
|
|
|
.endfor
|
2007-02-05 20:56:24 +00:00
|
|
|
|
The KDE FreeBSD team is proud to announce the release of KDE 4.2.0
for FreeBSD. The official KDE 4.2.0 (Codename: "The Answer") release
notes can be found at:
http://kde.org/announcements/4.2/index.php.
New supported languages include Arabic, Icelandic, Basque,
Hebrew, Romanian, Tajik and several Indian languages (Bengali India,
Gujarati, Kannada, Maithili, Marathi) indicating a rise in popularity in
this part of Asia.
New ports for KDE 4.2.0:
arabic/kde4-l10n Arabic
hebrew/kde4-l10n Hebrew
misc/kde4-l10n-bn_IN Bengali (India)
misc/kde4-l10n-eu Basque
misc/kde4-l10n-gu Gujarati
misc/kde4-l10n-is Icelandic
misc/kde4-l10n-kn Kannada
misc/kde4-l10n-mai Maithili
misc/kde4-l10n-mr Marathi
misc/kde4-l10n-ro Romanian
misc/kde4-l10n-tg Tajik
math/eigen2 Lightweight library for vector and matrix math
graphics/kipi-plugins-kde4 KDE4 kipi graphics plugins
sysutils/policykit-kde PolicyKit manager for KDE
Unfortunately FreeBSD 6.4 support is dropped.
We'd like to say thanks for feedback and help to:
Matt Tosto, Kris Moore, stickibit, David Johnson, Markus Brueffer,
David Naylor, Thomas Schlesinger, Warren Liddell, Thomas Abthorpe,
Diego Depaoli, Mats Andreassen, portmgr for exp-run and repocopies.
2009-02-08 20:23:45 +00:00
|
|
|
.endif #defined(_POSTMKINCLUDED) && !defined(Kde_Post_Include)
|