pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun May 26 12:22:48 UTC 2024

Modified Files:
        pkgsrc/graphics: Makefile
Added Files:
        pkgsrc/graphics/kf6-kplotting: DESCR Makefile PLIST buildlink3.mk
            distinfo

Log Message:
kf6-kplotting: add version 6.2.0

KDE Frameworks 6 kplotting.

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).


To generate a diff of this commit:
cvs rdiff -u -r1.1053 -r1.1054 pkgsrc/graphics/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/kf6-kplotting/DESCR \
    pkgsrc/graphics/kf6-kplotting/Makefile \
    pkgsrc/graphics/kf6-kplotting/PLIST \
    pkgsrc/graphics/kf6-kplotting/buildlink3.mk \
    pkgsrc/graphics/kf6-kplotting/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/Makefile
diff -u pkgsrc/graphics/Makefile:1.1053 pkgsrc/graphics/Makefile:1.1054
--- pkgsrc/graphics/Makefile:1.1053     Sun May 26 12:20:57 2024
+++ pkgsrc/graphics/Makefile    Sun May 26 12:22:47 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1053 2024/05/26 12:20:57 markd Exp $
+# $NetBSD: Makefile,v 1.1054 2024/05/26 12:22:47 markd Exp $
 #
 
 COMMENT=       Graphics tools and libraries
@@ -301,6 +301,7 @@ SUBDIR+=    kdegraphics-thumbnailers
 SUBDIR+=       kdiagram
 SUBDIR+=       kf6-kiconthemes
 SUBDIR+=       kf6-kimageformats
+SUBDIR+=       kf6-kplotting
 SUBDIR+=       kgamma
 SUBDIR+=       kiconthemes
 SUBDIR+=       kimageannotator

Added files:

Index: pkgsrc/graphics/kf6-kplotting/DESCR
diff -u /dev/null pkgsrc/graphics/kf6-kplotting/DESCR:1.1
--- /dev/null   Sun May 26 12:22:48 2024
+++ pkgsrc/graphics/kf6-kplotting/DESCR Sun May 26 12:22:48 2024
@@ -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).
Index: pkgsrc/graphics/kf6-kplotting/Makefile
diff -u /dev/null pkgsrc/graphics/kf6-kplotting/Makefile:1.1
--- /dev/null   Sun May 26 12:22:48 2024
+++ pkgsrc/graphics/kf6-kplotting/Makefile      Sun May 26 12:22:48 2024
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2024/05/26 12:22:48 markd Exp $
+
+DISTNAME=      kplotting-${KF6VER}
+CATEGORIES=    graphics
+
+HOMEPAGE=      https://community.kde.org/Frameworks
+COMMENT=       Lightweight plotting framework
+LICENSE=       gnu-lgpl-v2.1
+
+.include "../../meta-pkgs/kde/kf6.mk"
+
+.include "../../devel/qt6-qttools/buildlink3.mk"
+.include "../../x11/qt6-qtbase/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/kf6-kplotting/PLIST
diff -u /dev/null pkgsrc/graphics/kf6-kplotting/PLIST:1.1
--- /dev/null   Sun May 26 12:22:48 2024
+++ pkgsrc/graphics/kf6-kplotting/PLIST Sun May 26 12:22:48 2024
@@ -0,0 +1,19 @@
+@comment $NetBSD: PLIST,v 1.1 2024/05/26 12:22:48 markd Exp $
+include/KF6/KPlotting/KPlotAxis
+include/KF6/KPlotting/KPlotObject
+include/KF6/KPlotting/KPlotPoint
+include/KF6/KPlotting/KPlotWidget
+include/KF6/KPlotting/kplotaxis.h
+include/KF6/KPlotting/kplotobject.h
+include/KF6/KPlotting/kplotpoint.h
+include/KF6/KPlotting/kplotting_export.h
+include/KF6/KPlotting/kplotting_version.h
+include/KF6/KPlotting/kplotwidget.h
+lib/cmake/KF6Plotting/KF6PlottingConfig.cmake
+lib/cmake/KF6Plotting/KF6PlottingConfigVersion.cmake
+lib/cmake/KF6Plotting/KF6PlottingTargets-noconfig.cmake
+lib/cmake/KF6Plotting/KF6PlottingTargets.cmake
+lib/libKF6Plotting.so
+lib/libKF6Plotting.so.6
+lib/libKF6Plotting.so.${PKGVERSION}
+qt6/plugins/designer/kplotting6widgets.so
Index: pkgsrc/graphics/kf6-kplotting/buildlink3.mk
diff -u /dev/null pkgsrc/graphics/kf6-kplotting/buildlink3.mk:1.1
--- /dev/null   Sun May 26 12:22:48 2024
+++ pkgsrc/graphics/kf6-kplotting/buildlink3.mk Sun May 26 12:22:48 2024
@@ -0,0 +1,14 @@
+# $NetBSD: buildlink3.mk,v 1.1 2024/05/26 12:22:48 markd Exp $
+
+BUILDLINK_TREE+=       kf6-kplotting
+
+.if !defined(KF6_KPLOTTING_BUILDLINK3_MK)
+KF6_KPLOTTING_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.kf6-kplotting+=  kf6-kplotting>=6.2.0
+BUILDLINK_PKGSRCDIR.kf6-kplotting?=    ../../graphics/kf6-kplotting
+
+.include "../../x11/qt6-qtbase/buildlink3.mk"
+.endif # KF6_KPLOTTING_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -kf6-kplotting
Index: pkgsrc/graphics/kf6-kplotting/distinfo
diff -u /dev/null pkgsrc/graphics/kf6-kplotting/distinfo:1.1
--- /dev/null   Sun May 26 12:22:48 2024
+++ pkgsrc/graphics/kf6-kplotting/distinfo      Sun May 26 12:22:48 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/05/26 12:22:48 markd Exp $
+
+BLAKE2s (kplotting-6.2.0.tar.xz) = 19f9947da60eacbf584451694c6c0d079ced23b65cce99fb8b2000f6d37542d5
+SHA512 (kplotting-6.2.0.tar.xz) = 4eb58e6018248124c5b050239877700e8da85cbdf3609f2af025fccbdd0e0aa031db003e8a8c0e34323290615de9a767299a80cab93b09587c96fa24c36b1808
+Size (kplotting-6.2.0.tar.xz) = 33696 bytes



Home | Main Index | Thread Index | Old Index