Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Nov 2016 17:03:39 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r427333 - in head/x11-toolkits: . qt5-charts
Message-ID:  <201611281703.uASH3dPc073408@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Mon Nov 28 17:03:39 2016
New Revision: 427333
URL: https://svnweb.freebsd.org/changeset/ports/427333

Log:
  New port: x11-toolkits/qt5-charts
  
  Qt released some fancy classes to draw nice charts:
  https://blog.qt.io/blog/2016/01/18/qt-charts-2-1-0-release/
  
  With Qt 5.7 this will come bundled as a submodule.
  For now we can fetch it from github.
  
  This is based on the version by Marie Loise Nolden from
  our experimental Qt-5.7.1 ports.
  
  Submitted by:	Marie Loise Nolden <nolden@kde.org>
  Reviewed by:	rakuco
  Approved by:	rakuco (mentor)
  Differential Revision:	https://reviews.freebsd.org/D8648

Added:
  head/x11-toolkits/qt5-charts/
  head/x11-toolkits/qt5-charts/Makefile   (contents, props changed)
  head/x11-toolkits/qt5-charts/distinfo   (contents, props changed)
  head/x11-toolkits/qt5-charts/pkg-plist   (contents, props changed)
Modified:
  head/x11-toolkits/Makefile

Modified: head/x11-toolkits/Makefile
==============================================================================
--- head/x11-toolkits/Makefile	Mon Nov 28 16:41:04 2016	(r427332)
+++ head/x11-toolkits/Makefile	Mon Nov 28 17:03:39 2016	(r427333)
@@ -233,6 +233,7 @@
     SUBDIR += qt4-gui
     SUBDIR += qt4pas
     SUBDIR += qt5-canvas3d
+    SUBDIR += qt5-charts
     SUBDIR += qt5-declarative
     SUBDIR += qt5-gui
     SUBDIR += qt5-quick

Added: head/x11-toolkits/qt5-charts/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-toolkits/qt5-charts/Makefile	Mon Nov 28 17:03:39 2016	(r427333)
@@ -0,0 +1,29 @@
+# $FreeBSD$
+
+PORTNAME=	charts
+DISTVERSIONPREFIX=	release-
+DISTVERSION=	2.1.0
+CATEGORIES=	x11-toolkits
+PKGNAMEPREFIX=	qt5-
+
+MAINTAINER=	kde@FreeBSD.org
+COMMENT=	Qt 5 charts module
+
+USES=		qmake
+USE_GL=		gl
+USE_QT5=	core network gui widgets qml quick designer \
+		buildtools_build qmake_build
+
+DESCR=		${.CURDIR:H:H}/devel/${_QT_RELNAME}/pkg-descr
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	qt
+GH_PROJECT=	qtcharts
+
+pre-configure:
+# Manually run syncqt. This can be dropped with the update to 5.7.0 as syncqt
+# is run upstream when creating the tarball.
+	${MKDIR} ${CONFIGURE_WRKSRC}
+	cd ${CONFIGURE_WRKSRC} && ${QT_BINDIR}/syncqt.pl -version ${PORTVERSION}
+
+.include <bsd.port.mk>

Added: head/x11-toolkits/qt5-charts/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-toolkits/qt5-charts/distinfo	Mon Nov 28 17:03:39 2016	(r427333)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1479839713
+SHA256 (qt-qtcharts-release-2.1.0_GH0.tar.gz) = 9be63f66f7a70cc09f884604eccbb6e72babd2282682eaae2c0a8a84c875dac6
+SIZE (qt-qtcharts-release-2.1.0_GH0.tar.gz) = 4504716

Added: head/x11-toolkits/qt5-charts/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-toolkits/qt5-charts/pkg-plist	Mon Nov 28 17:03:39 2016	(r427333)
@@ -0,0 +1,290 @@
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/abstractbarchartitem_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/abstractchartlayout_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/abstractdomain_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/areachartitem_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/axisanimation_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/bar_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/baranimation_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/barchartitem_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/boxplotanimation_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/boxplotchartitem_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/boxwhiskers_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/boxwhiskersanimation_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/boxwhiskersdata_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/cartesianchartaxis_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/cartesianchartlayout_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/chartanimation_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/chartaxiselement_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/chartbackground_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/chartbarcategoryaxisx_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/chartbarcategoryaxisy_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/chartcategoryaxisx_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/chartcategoryaxisy_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/chartconfig_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/chartdataset_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/chartdatetimeaxisx_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/chartdatetimeaxisy_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/chartelement_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/charthelpers_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/chartitem_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/chartlogvalueaxisx_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/chartlogvalueaxisy_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/chartpresenter_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/charttheme_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/chartthemebluecerulean_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/chartthemeblueicy_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/chartthemebluencs_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/chartthemebrownsand_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/chartthemedark_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/chartthemehighcontrast_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/chartthemelight_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/chartthememanager_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/chartthemeqt_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/chartthemesystem_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/charttitle_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/chartvalueaxisx_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/chartvalueaxisy_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/glwidget_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/glxyseriesdata_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/horizontalaxis_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/horizontalbarchartitem_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/horizontalpercentbarchartitem_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/horizontalstackedbarchartitem_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/legendlayout_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/legendmarkeritem_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/legendscroller_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/linearrowitem_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/linechartitem_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/logxlogydomain_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/logxlogypolardomain_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/logxydomain_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/logxypolardomain_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/percentbarchartitem_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/pieanimation_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/piechartitem_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/piesliceanimation_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/pieslicedata_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/piesliceitem_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/polarchartaxis_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/polarchartaxisangular_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/polarchartaxisradial_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/polarchartcategoryaxisangular_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/polarchartcategoryaxisradial_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/polarchartdatetimeaxisangular_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/polarchartdatetimeaxisradial_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/polarchartlayout_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/polarchartlogvalueaxisangular_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/polarchartlogvalueaxisradial_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/polarchartvalueaxisangular_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/polarchartvalueaxisradial_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/polardomain_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/qabstractaxis_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/qabstractbarseries_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/qabstractseries_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/qarealegendmarker_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/qareaseries_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/qbarcategoryaxis_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/qbarlegendmarker_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/qbarmodelmapper_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/qbarseries_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/qbarset_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/qboxplotlegendmarker_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/qboxplotmodelmapper_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/qboxplotseries_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/qboxset_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/qcategoryaxis_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/qchart_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/qchartview_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/qdatetimeaxis_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/qhorizontalbarseries_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/qhorizontalpercentbarseries_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/qhorizontalstackedbarseries_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/qlegend_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/qlegendmarker_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/qlineseries_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/qlogvalueaxis_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/qpercentbarseries_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/qpielegendmarker_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/qpiemodelmapper_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/qpieseries_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/qpieslice_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/qscatterseries_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/qsplineseries_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/qstackedbarseries_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/qvalueaxis_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/qxylegendmarker_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/qxymodelmapper_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/qxyseries_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/scatteranimation_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/scatterchartitem_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/scroller_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/splineanimation_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/splinechartitem_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/stackedbarchartitem_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/verticalaxis_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/xlogydomain_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/xlogypolardomain_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/xyanimation_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/xychart_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/xydomain_p.h
+%%QT_INCDIR%%/QtCharts/2.1.0/QtCharts/private/xypolardomain_p.h
+%%QT_INCDIR%%/QtCharts/QAbstractAxis
+%%QT_INCDIR%%/QtCharts/QAbstractBarSeries
+%%QT_INCDIR%%/QtCharts/QAbstractSeries
+%%QT_INCDIR%%/QtCharts/QAreaLegendMarker
+%%QT_INCDIR%%/QtCharts/QAreaSeries
+%%QT_INCDIR%%/QtCharts/QBarCategoryAxis
+%%QT_INCDIR%%/QtCharts/QBarLegendMarker
+%%QT_INCDIR%%/QtCharts/QBarModelMapper
+%%QT_INCDIR%%/QtCharts/QBarSeries
+%%QT_INCDIR%%/QtCharts/QBarSet
+%%QT_INCDIR%%/QtCharts/QBoxPlotLegendMarker
+%%QT_INCDIR%%/QtCharts/QBoxPlotModelMapper
+%%QT_INCDIR%%/QtCharts/QBoxPlotSeries
+%%QT_INCDIR%%/QtCharts/QBoxSet
+%%QT_INCDIR%%/QtCharts/QCategoryAxis
+%%QT_INCDIR%%/QtCharts/QChart
+%%QT_INCDIR%%/QtCharts/QChartGlobal
+%%QT_INCDIR%%/QtCharts/QChartView
+%%QT_INCDIR%%/QtCharts/QDateTimeAxis
+%%QT_INCDIR%%/QtCharts/QHBarModelMapper
+%%QT_INCDIR%%/QtCharts/QHPieModelMapper
+%%QT_INCDIR%%/QtCharts/QHXYModelMapper
+%%QT_INCDIR%%/QtCharts/QHorizontalBarSeries
+%%QT_INCDIR%%/QtCharts/QHorizontalPercentBarSeries
+%%QT_INCDIR%%/QtCharts/QHorizontalStackedBarSeries
+%%QT_INCDIR%%/QtCharts/QLegend
+%%QT_INCDIR%%/QtCharts/QLegendMarker
+%%QT_INCDIR%%/QtCharts/QLineSeries
+%%QT_INCDIR%%/QtCharts/QLogValueAxis
+%%QT_INCDIR%%/QtCharts/QPercentBarSeries
+%%QT_INCDIR%%/QtCharts/QPieLegendMarker
+%%QT_INCDIR%%/QtCharts/QPieModelMapper
+%%QT_INCDIR%%/QtCharts/QPieSeries
+%%QT_INCDIR%%/QtCharts/QPieSlice
+%%QT_INCDIR%%/QtCharts/QPolarChart
+%%QT_INCDIR%%/QtCharts/QScatterSeries
+%%QT_INCDIR%%/QtCharts/QSplineSeries
+%%QT_INCDIR%%/QtCharts/QStackedBarSeries
+%%QT_INCDIR%%/QtCharts/QVBarModelMapper
+%%QT_INCDIR%%/QtCharts/QVBoxPlotModelMapper
+%%QT_INCDIR%%/QtCharts/QVPieModelMapper
+%%QT_INCDIR%%/QtCharts/QVXYModelMapper
+%%QT_INCDIR%%/QtCharts/QValueAxis
+%%QT_INCDIR%%/QtCharts/QXYLegendMarker
+%%QT_INCDIR%%/QtCharts/QXYModelMapper
+%%QT_INCDIR%%/QtCharts/QXYSeries
+%%QT_INCDIR%%/QtCharts/QtCharts
+%%QT_INCDIR%%/QtCharts/QtChartsDepends
+%%QT_INCDIR%%/QtCharts/QtChartsVersion
+%%QT_INCDIR%%/QtCharts/chartsnamespace.h
+%%QT_INCDIR%%/QtCharts/qabstractaxis.h
+%%QT_INCDIR%%/QtCharts/qabstractbarseries.h
+%%QT_INCDIR%%/QtCharts/qabstractseries.h
+%%QT_INCDIR%%/QtCharts/qarealegendmarker.h
+%%QT_INCDIR%%/QtCharts/qareaseries.h
+%%QT_INCDIR%%/QtCharts/qbarcategoryaxis.h
+%%QT_INCDIR%%/QtCharts/qbarlegendmarker.h
+%%QT_INCDIR%%/QtCharts/qbarmodelmapper.h
+%%QT_INCDIR%%/QtCharts/qbarseries.h
+%%QT_INCDIR%%/QtCharts/qbarset.h
+%%QT_INCDIR%%/QtCharts/qboxplotlegendmarker.h
+%%QT_INCDIR%%/QtCharts/qboxplotmodelmapper.h
+%%QT_INCDIR%%/QtCharts/qboxplotseries.h
+%%QT_INCDIR%%/QtCharts/qboxset.h
+%%QT_INCDIR%%/QtCharts/qcategoryaxis.h
+%%QT_INCDIR%%/QtCharts/qchart.h
+%%QT_INCDIR%%/QtCharts/qchartglobal.h
+%%QT_INCDIR%%/QtCharts/qchartview.h
+%%QT_INCDIR%%/QtCharts/qdatetimeaxis.h
+%%QT_INCDIR%%/QtCharts/qhbarmodelmapper.h
+%%QT_INCDIR%%/QtCharts/qhorizontalbarseries.h
+%%QT_INCDIR%%/QtCharts/qhorizontalpercentbarseries.h
+%%QT_INCDIR%%/QtCharts/qhorizontalstackedbarseries.h
+%%QT_INCDIR%%/QtCharts/qhpiemodelmapper.h
+%%QT_INCDIR%%/QtCharts/qhxymodelmapper.h
+%%QT_INCDIR%%/QtCharts/qlegend.h
+%%QT_INCDIR%%/QtCharts/qlegendmarker.h
+%%QT_INCDIR%%/QtCharts/qlineseries.h
+%%QT_INCDIR%%/QtCharts/qlogvalueaxis.h
+%%QT_INCDIR%%/QtCharts/qpercentbarseries.h
+%%QT_INCDIR%%/QtCharts/qpielegendmarker.h
+%%QT_INCDIR%%/QtCharts/qpiemodelmapper.h
+%%QT_INCDIR%%/QtCharts/qpieseries.h
+%%QT_INCDIR%%/QtCharts/qpieslice.h
+%%QT_INCDIR%%/QtCharts/qpolarchart.h
+%%QT_INCDIR%%/QtCharts/qscatterseries.h
+%%QT_INCDIR%%/QtCharts/qsplineseries.h
+%%QT_INCDIR%%/QtCharts/qstackedbarseries.h
+%%QT_INCDIR%%/QtCharts/qtchartsversion.h
+%%QT_INCDIR%%/QtCharts/qvalueaxis.h
+%%QT_INCDIR%%/QtCharts/qvbarmodelmapper.h
+%%QT_INCDIR%%/QtCharts/qvboxplotmodelmapper.h
+%%QT_INCDIR%%/QtCharts/qvpiemodelmapper.h
+%%QT_INCDIR%%/QtCharts/qvxymodelmapper.h
+%%QT_INCDIR%%/QtCharts/qxylegendmarker.h
+%%QT_INCDIR%%/QtCharts/qxymodelmapper.h
+%%QT_INCDIR%%/QtCharts/qxyseries.h
+%%QT_LIBDIR%%/cmake/Qt5Charts/Qt5ChartsConfig.cmake
+%%QT_LIBDIR%%/cmake/Qt5Charts/Qt5ChartsConfigVersion.cmake
+%%QT_LIBDIR%%/libQt5Charts.prl
+%%QT_LIBDIR%%/libQt5Charts.so
+%%QT_LIBDIR%%/libQt5Charts.so.2
+%%QT_LIBDIR%%/libQt5Charts.so.2.1
+%%QT_LIBDIR%%/libQt5Charts.so.2.1.0
+%%QT_LIBDIR%%/pkgconfig/Qt5Charts.pc
+%%QT_MKSPECDIR%%/modules/qt_lib_charts.pri
+%%QT_MKSPECDIR%%/modules/qt_lib_charts_private.pri
+%%QT_QMLDIR%%/QtCharts/designer/ChartViewSpecifics.qml
+%%QT_QMLDIR%%/QtCharts/designer/default/AreaSeries.qml
+%%QT_QMLDIR%%/QtCharts/designer/default/BarSeries.qml
+%%QT_QMLDIR%%/QtCharts/designer/default/BoxPlotSeries.qml
+%%QT_QMLDIR%%/QtCharts/designer/default/HorizontalBarSeries.qml
+%%QT_QMLDIR%%/QtCharts/designer/default/HorizontalPercentBarSeries.qml
+%%QT_QMLDIR%%/QtCharts/designer/default/HorizontalStackedBarSeries.qml
+%%QT_QMLDIR%%/QtCharts/designer/default/LineSeries.qml
+%%QT_QMLDIR%%/QtCharts/designer/default/PercentBarSeries.qml
+%%QT_QMLDIR%%/QtCharts/designer/default/PieSeries.qml
+%%QT_QMLDIR%%/QtCharts/designer/default/PolarAreaSeries.qml
+%%QT_QMLDIR%%/QtCharts/designer/default/PolarLineSeries.qml
+%%QT_QMLDIR%%/QtCharts/designer/default/PolarScatterSeries.qml
+%%QT_QMLDIR%%/QtCharts/designer/default/PolarSplineSeries.qml
+%%QT_QMLDIR%%/QtCharts/designer/default/ScatterSeries.qml
+%%QT_QMLDIR%%/QtCharts/designer/default/SplineSeries.qml
+%%QT_QMLDIR%%/QtCharts/designer/default/StackedBarSeries.qml
+%%QT_QMLDIR%%/QtCharts/designer/images/areaseries-chart-icon.png
+%%QT_QMLDIR%%/QtCharts/designer/images/areaseries-chart-icon16.png
+%%QT_QMLDIR%%/QtCharts/designer/images/areaseries-polar-icon.png
+%%QT_QMLDIR%%/QtCharts/designer/images/areaseries-polar-icon16.png
+%%QT_QMLDIR%%/QtCharts/designer/images/barseries-icon.png
+%%QT_QMLDIR%%/QtCharts/designer/images/barseries-icon16.png
+%%QT_QMLDIR%%/QtCharts/designer/images/boxplotseries-chart-icon.png
+%%QT_QMLDIR%%/QtCharts/designer/images/boxplotseries-chart-icon16.png
+%%QT_QMLDIR%%/QtCharts/designer/images/horizontalbarseries-icon.png
+%%QT_QMLDIR%%/QtCharts/designer/images/horizontalbarseries-icon16.png
+%%QT_QMLDIR%%/QtCharts/designer/images/horizontalpercentbarseries-icon.png
+%%QT_QMLDIR%%/QtCharts/designer/images/horizontalpercentbarseries-icon16.png
+%%QT_QMLDIR%%/QtCharts/designer/images/horizontalstackedbarseries-icon.png
+%%QT_QMLDIR%%/QtCharts/designer/images/horizontalstackedbarseries-icon16.png
+%%QT_QMLDIR%%/QtCharts/designer/images/lineseries-chart-icon.png
+%%QT_QMLDIR%%/QtCharts/designer/images/lineseries-chart-icon16.png
+%%QT_QMLDIR%%/QtCharts/designer/images/lineseries-polar-icon.png
+%%QT_QMLDIR%%/QtCharts/designer/images/lineseries-polar-icon16.png
+%%QT_QMLDIR%%/QtCharts/designer/images/percentbarseries-icon.png
+%%QT_QMLDIR%%/QtCharts/designer/images/percentbarseries-icon16.png
+%%QT_QMLDIR%%/QtCharts/designer/images/pieseries-chart-icon.png
+%%QT_QMLDIR%%/QtCharts/designer/images/pieseries-chart-icon16.png
+%%QT_QMLDIR%%/QtCharts/designer/images/scatterseries-chart-icon.png
+%%QT_QMLDIR%%/QtCharts/designer/images/scatterseries-chart-icon16.png
+%%QT_QMLDIR%%/QtCharts/designer/images/scatterseries-polar-icon.png
+%%QT_QMLDIR%%/QtCharts/designer/images/scatterseries-polar-icon16.png
+%%QT_QMLDIR%%/QtCharts/designer/images/splineseries-chart-icon.png
+%%QT_QMLDIR%%/QtCharts/designer/images/splineseries-chart-icon16.png
+%%QT_QMLDIR%%/QtCharts/designer/images/splineseries-polar-icon.png
+%%QT_QMLDIR%%/QtCharts/designer/images/splineseries-polar-icon16.png
+%%QT_QMLDIR%%/QtCharts/designer/images/stackedbarseries-icon.png
+%%QT_QMLDIR%%/QtCharts/designer/images/stackedbarseries-icon16.png
+%%QT_QMLDIR%%/QtCharts/designer/qtcharts.metainfo
+%%QT_QMLDIR%%/QtCharts/libqtchartsqml2.so
+%%QT_QMLDIR%%/QtCharts/plugins.qmltypes
+%%QT_QMLDIR%%/QtCharts/qmldir



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611281703.uASH3dPc073408>