1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

New port: editors/kate

This is the current version of KDE Applications <foo>.
Note that users of KDE SC4 should stick with <foo>-kde4.

Differential Revision:	https://reviews.freebsd.org/D14832
This commit is contained in:
Tobias C. Berner 2018-04-08 17:13:22 +00:00
parent 01fe74759a
commit 3cd2362261
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=466807
7 changed files with 1213 additions and 1 deletions

1
MOVED
View File

@ -9989,7 +9989,6 @@ sysutils/kfloppy|sysutils/kfloppy-kde4|2018-02-22|Make room for KDE updates
sysutils/ksystemlog|sysutils/ksystemlog-kde4|2018-02-22|Make room for KDE updates
sysutils/baloo|sysutils/baloo-kde4|2018-02-22|Make room for KDE updates
sysutils/kfilemetadata|sysutils/kfilemetadata-kde4|2018-02-22|Make room for KDE updates
editors/kate|editors/kate-kde4|2018-02-22|Make room for KDE updates
editors/kate-plugin-pate|editors/kate-plugin-pate-kde4|2018-02-22|Make room for KDE updates
x11-clocks/kteatime|x11-clocks/kteatime-kde4|2018-02-22|Make room for KDE updates
x11-clocks/ktux|x11-clocks/ktux-kde4|2018-02-22|Make room for KDE updates

View File

@ -595,6 +595,8 @@ baloo-widgets4_LIB= libbaloowidgets.so
kate4_PORT= editors/kate-kde4
kate4_LIB= libkateinterfaces.so
kate5_PORT= editors/kate
kate5_PATH= ${QT_PLUGINDIR}/ktexteditor/katebacktracebrowserplugin.so
libkcddb4_PORT= audio/libkcddb-kde4
libkcddb4_LIB= libkcddb.so

View File

@ -66,6 +66,7 @@
SUBDIR += jove
SUBDIR += jucipp
SUBDIR += jupp
SUBDIR += kate
SUBDIR += kate-kde4
SUBDIR += kate-plugin-pate-kde4
SUBDIR += kile-kde4

24
editors/kate/Makefile Normal file
View File

@ -0,0 +1,24 @@
# $FreeBSD$
PORTNAME= kate
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
CATEGORIES= editors kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= Basic editor framework for the KDE system
BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \
docbook-xml>0:textproc/docbook-xml
LIB_DEPENDS= libgit2.so:devel/libgit2
USES= cmake:outsource desktop-file-utils gettext pkgconfig kde:5 tar:xz
USE_KDE= activities attica auth bookmarks codecs completion config \
configwidgets coreaddons crash dbusaddons doctools ecm \
guiaddons i18n iconthemes init itemmodels itemviews \
jobwidgets kio newstuff package parts plasma-framework \
service solid sonnet texteditor textwidgets threadweaver \
wallet widgetsaddons windowsystem xmlgui
USE_QT5= core dbus gui network script sql widgets xml \
buildtools_build qmake_build
.include <bsd.port.mk>

3
editors/kate/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1520519323
SHA256 (KDE/applications/17.12.3/kate-17.12.3.tar.xz) = e5b6a3ccb688ee358dadbcca86c0060a481ff60a81a472865429beba6bea2a10
SIZE (KDE/applications/17.12.3/kate-17.12.3.tar.xz) = 5629840

1
editors/kate/pkg-descr Normal file
View File

@ -0,0 +1 @@
KDE5 kate

1182
editors/kate/pkg-plist Normal file

File diff suppressed because it is too large Load Diff