diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2014-10-19 15:57:27 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2014-10-19 15:57:27 +0000 |
commit | 0ea52f99b465b681e2a4bf7c44a8f7093f40fc68 (patch) | |
tree | 7d99a8b7b1226b2da14c7c6d04800d30a417873e /math/kmplot | |
parent | 24055ead515d6e00a9aaf5c651358eb4e8f56300 (diff) | |
download | ports-0ea52f99b465b681e2a4bf7c44a8f7093f40fc68.tar.gz ports-0ea52f99b465b681e2a4bf7c44a8f7093f40fc68.zip |
Notes
Diffstat (limited to 'math/kmplot')
-rw-r--r-- | math/kmplot/Makefile | 3 | ||||
-rw-r--r-- | math/kmplot/distinfo | 4 | ||||
-rw-r--r-- | math/kmplot/pkg-descr | 8 | ||||
-rw-r--r-- | math/kmplot/pkg-plist | 3 |
4 files changed, 8 insertions, 10 deletions
diff --git a/math/kmplot/Makefile b/math/kmplot/Makefile index c44133072e85..499afc91798a 100644 --- a/math/kmplot/Makefile +++ b/math/kmplot/Makefile @@ -2,7 +2,6 @@ PORTNAME= kmplot PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 2 CATEGORIES= math kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} @@ -10,7 +9,7 @@ DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Mathematical function plotter for KDE 4 -USE_KDE4= kdehier kdelibs kdeprefix automoc4 +USE_KDE4= kdelibs kdeprefix automoc4 USES= cmake:outsource tar:xz USE_QT4= xml moc_build qmake_build rcc_build uic_build diff --git a/math/kmplot/distinfo b/math/kmplot/distinfo index 51fc62464399..fe659d914367 100644 --- a/math/kmplot/distinfo +++ b/math/kmplot/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/4.12.5/kmplot-4.12.5.tar.xz) = 3ba614e22bf88989fd0647bd9d1759bbdc2ea6c405d881a7ac0a932233d5d5f3 -SIZE (KDE/4.12.5/kmplot-4.12.5.tar.xz) = 654816 +SHA256 (KDE/4.14.2/kmplot-4.14.2.tar.xz) = b36d9479c15f429504d302112eb6ae65bf1ad194864553fcaa35257e08c51c86 +SIZE (KDE/4.14.2/kmplot-4.14.2.tar.xz) = 659964 diff --git a/math/kmplot/pkg-descr b/math/kmplot/pkg-descr index c7a6a9395324..a41ca4b628a0 100644 --- a/math/kmplot/pkg-descr +++ b/math/kmplot/pkg-descr @@ -3,7 +3,7 @@ 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 +Features: - Powerful mathematical parser. - Precise metric printing. - Different plot types: cartesian, parametric, polar, implicit, @@ -18,8 +18,8 @@ FEATURES - 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. +- 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 index 7a662c7ef98b..bfd246cd3fbb 100644 --- a/math/kmplot/pkg-plist +++ b/math/kmplot/pkg-plist @@ -1,6 +1,7 @@ bin/kmplot lib/kde4/libkmplotpart.so man/man1/kmplot.1.gz +share/appdata/kmplot.appdata.xml share/applications/kde4/kmplot.desktop share/apps/kmplot/kmplot_part.rc share/apps/kmplot/kmplot_part_readonly.rc @@ -46,5 +47,3 @@ 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 |