mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
0ea52f99b4
USE_KDE4=kdehier component has been deprecated, new components added: baloo - Baloo core libraries baloo-widgets - Baloo widgets library kfilemetadata - KDE library for extracting file metadata New ports: graphics/kqtquickcharts - QtQuick plugin to render interactive charts misc/artikulate - Pronunciation trainer for KDE (not usable currently, links to both GStreamer 1.x and 0.10.x via dependencies) sysutils/baloo[-widgets] - KDE framework for searching and managing user metadata sysutils/kfilemetadata - Library for extracting file metadata l10n ports: - Farsi (Persian) and Indonesian translations has been readded - Vietnamese didn't pass threshold for inclusion into release astro/kstars: - switch dependency from math/eigen2 to math/eigen3 - add PYKDE option for updating supernovae data deskutils/kdepim4: - update dependencies: add libkgapi and baloo, remove now needless clucene, link-grammar, strigi - add patch to fix build with gcc42 - update COMMENT and description for all KDE PIM ports devel/ruby-krossruby: - remove BROKEN, it builds with ruby 2.x now editors/kate: - add patch to disable memory-hungry build of the kate tests [1] graphics/okular: - add dependency on graphics/libkscreen math/cantor: - add optional dependency on lang/luajit for LuaJIT backend - fix gfortran detection [2] misc/kdehier4: - adapt to new pkg world. Now the purpose of kdehier4 only to link some stuff between KDE4_PREFIX and LOCALBASE. science/kalzium: - switch dependency from math/eigen2 to math/eigen3 - add dependence on science/chemical-mime-data x11-themes/kdeartwork4 - switch dependency from math/eigen2 to math/eigen3 among other changes: - drop deprecated USE_KDE4=kdehier - drop @dirrm from plist - clean up pkg-descr - convert to options helpers - other portlint fixes The area51 repository features commits by alonso, rakuco and myself. PR: 187150 [1] Reported by: pe.freethread@live.com Patch by: Tobias Berner <tcberner@gmail.com> PR: 180674 [2] Reported by: torsten.eichstaedt@web.de PR: 194316 Exp-run: antoine
83 lines
2.5 KiB
Makefile
83 lines
2.5 KiB
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kdesdk
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
CATEGORIES= devel kde
|
|
DISTFILES= #
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE Software Development Kit
|
|
|
|
USE_KDE4= kdeprefix
|
|
NO_BUILD= yes
|
|
NO_INSTALL= yes
|
|
NO_MTREE= yes
|
|
|
|
OPTIONS_DEFINE= CERVISIA \
|
|
DEVUTILS \
|
|
DEVSCRIPTS \
|
|
DOLPHIN \
|
|
KAPPTEMPLATE \
|
|
KATE \
|
|
KATE_PATE \
|
|
KCACHEGRIND \
|
|
KIOSLAVES \
|
|
KOMPARE \
|
|
LOKALIZE \
|
|
OKTETA \
|
|
POXML \
|
|
STRIGI \
|
|
THUMBNAILER \
|
|
UMBRELLO
|
|
OPTIONS_DEFAULT= ${OPTIONS_DEFINE}
|
|
|
|
CERVISIA_DESC= CVS frontend
|
|
CERVISIA_RUN_DEPENDS= ${KDE4_PREFIX}/bin/cervisia:${PORTSDIR}/devel/cervisia
|
|
|
|
DEVUTILS_DESC= KDE development utilities
|
|
DEVUTILS_RUN_DEPENDS= ${KDE4_PREFIX}/bin/kuiviewer:${PORTSDIR}/devel/kde-dev-utils
|
|
|
|
DEVSCRIPTS_DESC= KDE development scripts
|
|
DEVSCRIPTS_RUN_DEPENDS= ${KDE4_PREFIX}/bin/kdekillall:${PORTSDIR}/devel/kde-dev-scripts
|
|
|
|
DOLPHIN_DESC= Plugins for Dolphin file manager
|
|
DOLPHIN_RUN_DEPENDS= ${KDE4_PREFIX}/lib/kde4/fileviewgitplugin.so:${PORTSDIR}/devel/dolphin-plugins
|
|
|
|
KAPPTEMPLATE_DESC= Template generator
|
|
KAPPTEMPLATE_RUN_DEPENDS= ${KDE4_PREFIX}/bin/kapptemplate:${PORTSDIR}/devel/kapptemplate
|
|
|
|
KATE_DESC= KDE advanced text editor
|
|
KATE_USE= KDE4=kate_run
|
|
|
|
KATE_PATE_DESC= Support for Python plugins in Kate
|
|
KATE_PATE_RUN_DEPENDS= ${KDE4_PREFIX}/lib/kde4/katepateplugin.so:${PORTSDIR}/editors/kate-plugin-pate
|
|
|
|
KCACHEGRIND_DESC= Profiler frontend
|
|
KCACHEGRIND_RUN_DEPENDS= ${KDE4_PREFIX}/bin/kcachegrind:${PORTSDIR}/devel/kcachegrind
|
|
|
|
KIOSLAVES_DESC= SDK related KIO slaves
|
|
KIOSLAVES_RUN_DEPENDS= ${KDE4_PREFIX}/lib/kde4/kio_svn.so:${PORTSDIR}/devel/kdesdk4-kioslaves
|
|
|
|
KOMPARE_DESC= Diff/Patch frontend
|
|
KOMPARE_RUN_DEPENDS= ${KDE4_PREFIX}/bin/kompare:${PORTSDIR}/textproc/kompare
|
|
|
|
LOKALIZE_DESC= Computer-aided translation system
|
|
LOKALIZE_RUN_DEPENDS= ${KDE4_PREFIX}/bin/lokalize:${PORTSDIR}/devel/lokalize
|
|
|
|
OKTETA_DESC= Hex editor
|
|
OKTETA_RUN_DEPENDS= ${KDE4_PREFIX}/bin/okteta:${PORTSDIR}/devel/okteta
|
|
|
|
POXML_DESC= Tools to translate DocBook XML using gettext
|
|
POXML_RUN_DEPENDS= ${KDE4_PREFIX}/bin/po2xml:${PORTSDIR}/devel/poxml
|
|
|
|
STRIGI_DESC= Strigi analyzers for SDK file formats
|
|
STRIGI_RUN_DEPENDS= ${KDE4_PREFIX}/lib/strigi/strigila_diff.so:${PORTSDIR}/devel/kdesdk4-strigi-analyzers
|
|
|
|
THUMBNAILER_DESC= Thumbnail generator for gettext po files
|
|
THUMBNAILER_RUN_DEPENDS= ${KDE4_PREFIX}/lib/kde4/pothumbnail.so:${PORTSDIR}/devel/kdesdk4-thumbnailers
|
|
|
|
UMBRELLO_DESC= UML modeller
|
|
UMBRELLO_RUN_DEPENDS= ${KDE4_PREFIX}/bin/umbrello:${PORTSDIR}/devel/umbrello
|
|
|
|
.include <bsd.port.mk>
|