[Lunar-commits] <moonbase-kde> Merge pull request #29 from stumbles/master
Dennis Veatch
dennisveatch at bellsouth.net
Tue Aug 19 14:36:43 CEST 2014
commit 98862954851e794955cc45c53064fb071cc08120
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Tue, 19 Aug 2014 08:36:40 -0400
URL: https://github.com/lunar-linux/moonbase-kde/commit/98862954851e794955cc45c53064fb071cc08120
Merge pull request #29 from stumbles/master
kvpnc fixing up DEPENDS and kmplot fixing up DETAILS
---
education/kmplot/DETAILS | +27/-2
network/kvpnc/CONFIGURE | +1/-0
network/kvpnc/DEPENDS | +2/-1
3 files changed, 30 insertions(+), 3 deletions(-)
--- a/education/kmplot/DETAILS
+++ b/education/kmplot/DETAILS
@@ -4,10 +4,35 @@
SOURCE_URL=$KDE_URL/stable/$VERSION/src
SOURCE_VFY=sha1:8d93a9565713b5b1041e897dc45314d457afcb63
MODULE_PREFIX=${KDE4_INSTALL_DIR:-/usr}
- WEB_SITE=http://www.kde.org
+ WEB_SITE=http://www.kde.org/applications/education/kmplot/
ENTERED=20110813
UPDATED=20140720
- SHORT="kmplot"
+ SHORT="Mathematical Function Plotter"
cat << EOF
+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
+ support zooming
+ ability to draw the 1st and 2nd derivative and the integral of a plot function
+ support 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
EOF
--- /dev/null
+++ b/network/kvpnc/CONFIGURE
@@ -0,0 +1 @@
+mquery ADD_DEBUG "Enable additional debugging support for KVpnc?" n "-DADD_KVPNC_DEBUG=1" "-DADD_KVPNC_DEBUG=0"
--- a/network/kvpnc/DEPENDS
+++ b/network/kvpnc/DEPENDS
@@ -2,5 +2,6 @@ depends libgcrypt
depends openssh
optional_depends openvpn "" "" "choose if you have vpn support"
-optional_depends ipsec-tools "" "" "choose if you have ipsec vpn support"
optional_depends pptp "" "" "choose if you have pptp vpn support"
+optional_depends xl2tpd "" "" "For Layer 2 Tunnelling Protocol support"
+optional_depends strongswan "" "" "For IPsec implementation support"
More information about the Lunar-commits
mailing list