diff options
Diffstat (limited to 'math/kmplot')
| -rw-r--r-- | math/kmplot/Makefile | 29 | ||||
| -rw-r--r-- | math/kmplot/distinfo | 2 | ||||
| -rw-r--r-- | math/kmplot/pkg-descr | 25 | ||||
| -rw-r--r-- | math/kmplot/pkg-plist | 49 |
4 files changed, 105 insertions, 0 deletions
diff --git a/math/kmplot/Makefile b/math/kmplot/Makefile new file mode 100644 index 000000000000..fdcfaab49b2d --- /dev/null +++ b/math/kmplot/Makefile @@ -0,0 +1,29 @@ +# New ports collection Makefile for: kmplot +# Date created: 6 September 2011 +# Whom: Alberto Villa <avilla@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= kmplot +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= math kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE + +MAINTAINER= kde@FreeBSD.org +COMMENT= Mathematical function plotter for KDE 4 + +CONFLICTS= kdeedu-4.[0-6].* + +USE_KDE4= kdehier kdelibs kdeprefix automoc4 +KDE4_BUILDENV= yes +USE_QT_VER= 4 +QT_COMPONENTS= xml moc_build qmake_build rcc_build uic_build +USE_BZIP2= yes +MAKE_JOBS_SAFE= yes + +MAN1= kmplot.1 + +.include <bsd.port.mk> diff --git a/math/kmplot/distinfo b/math/kmplot/distinfo new file mode 100644 index 000000000000..26e56283a648 --- /dev/null +++ b/math/kmplot/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/kmplot-4.7.2.tar.bz2) = 7edb57038ff33cf7e0c400d9cb2cc3baed9b032c818ba5fa82e374a67ed2ff78 +SIZE (KDE/kmplot-4.7.2.tar.bz2) = 706828 diff --git a/math/kmplot/pkg-descr b/math/kmplot/pkg-descr new file mode 100644 index 000000000000..c7a6a9395324 --- /dev/null +++ b/math/kmplot/pkg-descr @@ -0,0 +1,25 @@ +KmPlot is a program to draw graphs, their integrals or derivatives. It +supports different systems of coordinates like the cartesian or the +polar coordinate system. The graphs can be colorized and the view is +scalable, so that you are able to zoom to the level you need. + +FEATURES +- Powerful mathematical parser. +- Precise metric printing. +- Different plot types: cartesian, parametric, polar, implicit, + differential. +- Highly configurable visual settings (plot line, axes, grid). +- Export to bitmap format (BMP and PNG) and scalable vector graphics + (SVG). +- Save/load complete session in readable XML format. +- Trace mode: cross hair following plot, coordinates shown in the + status bar. +- Supports zooming. +- Ability to draw the 1st and 2nd derivative and the integral of a + plot function. +- Supports user defined constants and parameter values. +- Various tools for plot functions. +- Find minimum/maximum point. +- Get y-value and draw the area between the function and the y-axis. + +WWW: http://www.kde.org/applications/education/kmplot diff --git a/math/kmplot/pkg-plist b/math/kmplot/pkg-plist new file mode 100644 index 000000000000..4466dd60d0ad --- /dev/null +++ b/math/kmplot/pkg-plist @@ -0,0 +1,49 @@ +bin/kmplot +lib/kde4/libkmplotpart.so +share/applications/kde4/kmplot.desktop +share/apps/kmplot/kmplot_part.rc +share/apps/kmplot/kmplot_part_readonly.rc +share/apps/kmplot/kmplot_shell.rc +share/config.kcfg/kmplot.kcfg +share/dbus-1/interfaces/org.kde.kmplot.KmPlot.xml +share/dbus-1/interfaces/org.kde.kmplot.MainDlg.xml +share/dbus-1/interfaces/org.kde.kmplot.Parser.xml +share/dbus-1/interfaces/org.kde.kmplot.View.xml +share/doc/HTML/en/kmplot/commands.docbook +share/doc/HTML/en/kmplot/common +share/doc/HTML/en/kmplot/configuration.docbook +share/doc/HTML/en/kmplot/credits.docbook +share/doc/HTML/en/kmplot/dcop.docbook +share/doc/HTML/en/kmplot/developer.docbook +share/doc/HTML/en/kmplot/edu-logo.png +share/doc/HTML/en/kmplot/firststeps.docbook +share/doc/HTML/en/kmplot/index.cache.bz2 +share/doc/HTML/en/kmplot/index.docbook +share/doc/HTML/en/kmplot/install.docbook +share/doc/HTML/en/kmplot/introduction.docbook +share/doc/HTML/en/kmplot/kfkt.png +share/doc/HTML/en/kmplot/ksys1.png +share/doc/HTML/en/kmplot/ksys2.png +share/doc/HTML/en/kmplot/ksys3.png +share/doc/HTML/en/kmplot/main.png +share/doc/HTML/en/kmplot/man-kmplot.1.docbook +share/doc/HTML/en/kmplot/popup.png +share/doc/HTML/en/kmplot/reference.docbook +share/doc/HTML/en/kmplot/settings-colors.png +share/doc/HTML/en/kmplot/settings-constants.png +share/doc/HTML/en/kmplot/settings-coords.png +share/doc/HTML/en/kmplot/settings-diagram.png +share/doc/HTML/en/kmplot/settings-fonts.png +share/doc/HTML/en/kmplot/settings-general.png +share/doc/HTML/en/kmplot/threeplots.png +share/doc/HTML/en/kmplot/using.docbook +share/icons/hicolor/128x128/apps/kmplot.png +share/icons/hicolor/16x16/apps/kmplot.png +share/icons/hicolor/22x22/apps/kmplot.png +share/icons/hicolor/32x32/apps/kmplot.png +share/icons/hicolor/48x48/apps/kmplot.png +share/icons/hicolor/64x64/apps/kmplot.png +share/icons/hicolor/scalable/apps/kmplot.svgz +share/kde4/services/kmplot_part.desktop +@dirrm share/doc/HTML/en/kmplot +@dirrm share/apps/kmplot |
