diff --git a/MOVED b/MOVED index 2f155e8bb6fc..9f62dbf7216d 100644 --- a/MOVED +++ b/MOVED @@ -9927,7 +9927,6 @@ audio/kscd|audio/kscd-kde4|2018-02-22|Make room for KDE updates comms/kremotecontrol|comms/kremotecontrol-kde4|2018-02-22|Make room for KDE updates graphics/ksnapshot|graphics/ksnapshot-kde4|2018-02-22|Make room for KDE updates graphics/ksaneplugin|graphics/ksaneplugin-kde4|2018-02-22|Make room for KDE updates -graphics/kqtquickcharts|graphics/kqtquickcharts-kde4|2018-02-22|Make room for KDE updates x11/kde4-baseapps|x11/kde-baseapps-kde4|2018-02-22|Make room for KDE updates x11/kde4-runtime|x11/kde-runtime-kde4|2018-02-22|Make room for KDE updates x11/kde4-workspace|x11/kde-workspace-kde4|2018-02-22|Make room for KDE updates @@ -11124,7 +11123,6 @@ graphics/kdegraphics-kde4||2018-12-31|Has expired: KDE4 is EOL upstream graphics/kdegraphics-svgpart-kde4||2018-12-31|Has expired: KDE4 is EOL upstream graphics/kcolorchooser-kde4||2018-12-31|Has expired: KDE4 is EOL upstream graphics/okular-kde4||2018-12-31|Has expired: KDE4 is EOL upstream -graphics/kqtquickcharts-kde4||2018-12-31|Has expired: KDE4 is EOL upstream graphics/libkipi-kde4||2018-12-31|Has expired: Qt4 has been EOL since december 2015 graphics/libkexiv2-kde4||2018-12-31|Has expired: KDE4 is EOL upstream graphics/kolourpaint-kde4||2018-12-31|Has expired: KDE4 is EOL upstream diff --git a/graphics/Makefile b/graphics/Makefile index 641fcc0812ff..246f8defa56e 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -397,6 +397,7 @@ SUBDIR += kolourpaint SUBDIR += kooka SUBDIR += kphotoalbum + SUBDIR += kqtquickcharts SUBDIR += krita SUBDIR += kudu SUBDIR += kxstitch diff --git a/graphics/kqtquickcharts/Makefile b/graphics/kqtquickcharts/Makefile new file mode 100644 index 000000000000..36389567ee11 --- /dev/null +++ b/graphics/kqtquickcharts/Makefile @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= kqtquickcharts +DISTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= graphics kde kde-applications + +MAINTAINER= kde@FreeBSD.org +COMMENT= QtQuick plugin to render interactive charts + +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= cmake kde:5 qt:5 tar:xz +USE_KDE= ecm +USE_QT= core declarative network gui \ + buildtools_build qmake_build + +OPTIONS_DEFINE= DOCS + +.include diff --git a/graphics/kqtquickcharts/distinfo b/graphics/kqtquickcharts/distinfo new file mode 100644 index 000000000000..eec8c1b5ad86 --- /dev/null +++ b/graphics/kqtquickcharts/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1575226262 +SHA256 (KDE/applications/19.08.3/kqtquickcharts-19.08.3.tar.xz) = f1c54caccbcc97219f8666bdf97cfecdb008c532f1453f27a6971ca54ec5994f +SIZE (KDE/applications/19.08.3/kqtquickcharts-19.08.3.tar.xz) = 25632 diff --git a/graphics/kqtquickcharts/pkg-descr b/graphics/kqtquickcharts/pkg-descr new file mode 100644 index 000000000000..373d9953573d --- /dev/null +++ b/graphics/kqtquickcharts/pkg-descr @@ -0,0 +1,4 @@ +The kqtquickcharts module is a Qt Quick module provided by KDE that +allows the person to make beautiful and interactive charts. + +WWW: https://github.com/KDE/kqtquickcharts diff --git a/graphics/kqtquickcharts/pkg-plist b/graphics/kqtquickcharts/pkg-plist new file mode 100644 index 000000000000..f970879f8894 --- /dev/null +++ b/graphics/kqtquickcharts/pkg-plist @@ -0,0 +1,10 @@ +include/KF5/kqtquickcharts_version.h +lib/cmake/KQtQuickCharts/KQtQuickChartsVersion.cmake +%%QT_QMLDIR%%/org/kde/charts/BarChart.qml +%%QT_QMLDIR%%/org/kde/charts/Label.qml +%%QT_QMLDIR%%/org/kde/charts/LegendItem.qml +%%QT_QMLDIR%%/org/kde/charts/LineChart.qml +%%QT_QMLDIR%%/org/kde/charts/LineLabel.qml +%%QT_QMLDIR%%/org/kde/charts/XYChart.qml +%%QT_QMLDIR%%/org/kde/charts/libkqtquickcharts.so +%%QT_QMLDIR%%/org/kde/charts/qmldir