Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

15
graphics/kplotting/DESCR Normal file
View File

@@ -0,0 +1,15 @@
KPlotWidget is a QWidget-derived class that provides a virtual base class
for easy data-plotting. The idea behind KPlotWidget is that you only have
to specify information in "data units"; i.e., the natural units of the
data being plotted. KPlotWidget automatically converts everything
to screen pixel units.
KPlotWidget draws X and Y axes with tick marks and tick labels. It
automatically determines how many tick marks to use and where they should
be, based on the data limits specified for the plot. You change the limits
by calling `setLimits(double x1, double x2, double y1, double y2)`.
Data to be plotted are stored using the KPlotObject class. KPlotObject
consists of a QList of QPointF's, each specifying the X,Y coordinates
of a data point. KPlotObject also specifies the "type" of data to be
plotted (POINTS or CURVE or POLYGON or LABEL).

View File

@@ -0,0 +1,13 @@
# $NetBSD: Makefile,v 1.1 2016/05/26 08:43:53 markd Exp $
DISTNAME= kplotting-${KF5VER}
CATEGORIES= graphics
HOMEPAGE= https://community.kde.org/Frameworks
COMMENT= Lightweight plotting framework
LICENSE= gnu-lgpl-v2.1
.include "../../meta-pkgs/kf5/Makefile.common"
.include "../../x11/qt5-qtbase/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

19
graphics/kplotting/PLIST Normal file
View File

@@ -0,0 +1,19 @@
@comment $NetBSD: PLIST,v 1.1 2016/05/26 08:43:53 markd Exp $
include/KF5/KPlotting/KPlotAxis
include/KF5/KPlotting/KPlotObject
include/KF5/KPlotting/KPlotPoint
include/KF5/KPlotting/KPlotWidget
include/KF5/KPlotting/kplotaxis.h
include/KF5/KPlotting/kplotobject.h
include/KF5/KPlotting/kplotpoint.h
include/KF5/KPlotting/kplotting_export.h
include/KF5/KPlotting/kplotwidget.h
include/KF5/kplotting_version.h
lib/cmake/KF5Plotting/KF5PlottingConfig.cmake
lib/cmake/KF5Plotting/KF5PlottingConfigVersion.cmake
lib/cmake/KF5Plotting/KF5PlottingTargets-noconfig.cmake
lib/cmake/KF5Plotting/KF5PlottingTargets.cmake
lib/libKF5Plotting.so
lib/libKF5Plotting.so.5
lib/libKF5Plotting.so.${PKGVERSION}
qt5/mkspecs/modules/qt_KPlotting.pri

View File

@@ -0,0 +1,14 @@
# $NetBSD: buildlink3.mk,v 1.1 2016/05/26 08:43:53 markd Exp $
BUILDLINK_TREE+= kplotting
.if !defined(KPLOTTING_BUILDLINK3_MK)
KPLOTTING_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.kplotting+= kplotting>=5.21.0
BUILDLINK_PKGSRCDIR.kplotting?= ../../graphics/kplotting
.include "../../x11/qt5-qtbase/buildlink3.mk"
.endif # KPLOTTING_BUILDLINK3_MK
BUILDLINK_TREE+= -kplotting

View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.2 2016/08/21 21:19:53 markd Exp $
SHA1 (kplotting-5.25.0.tar.xz) = 78d95a6372c825d05a78345f9c8574bd75f47f03
RMD160 (kplotting-5.25.0.tar.xz) = 4d90cdc7946b3bd2803d62b7b00be5afceb2b1cd
SHA512 (kplotting-5.25.0.tar.xz) = b0a6cd585cd1fed67eb8058f285c54213714dc2be4cd30bf1c03dd53b657f9c23e69fd7f89978365cf5cc1cb2ed8571ec796bbf009e0ed033592b95359da18e4
Size (kplotting-5.25.0.tar.xz) = 29540 bytes