diff options
author | markd <markd@pkgsrc.org> | 2012-03-20 07:30:13 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2012-03-20 07:30:13 +0000 |
commit | 449a7536884254f422083600ffd428c1691f41b6 (patch) | |
tree | 3e33426b7c3502234078af4c993ba47574ceb209 /math/kalgebra | |
parent | 2bf8ceec4b4c91c228751ede1786e0b70fa26f7d (diff) | |
download | pkgsrc-449a7536884254f422083600ffd428c1691f41b6.tar.gz |
add analitza, cantor, kalgebra. Part of KDE SC 4.8.0
Diffstat (limited to 'math/kalgebra')
-rw-r--r-- | math/kalgebra/DESCR | 8 | ||||
-rw-r--r-- | math/kalgebra/Makefile | 17 | ||||
-rw-r--r-- | math/kalgebra/PLIST | 41 | ||||
-rw-r--r-- | math/kalgebra/distinfo | 5 |
4 files changed, 71 insertions, 0 deletions
diff --git a/math/kalgebra/DESCR b/math/kalgebra/DESCR new file mode 100644 index 00000000000..14dc8564ecd --- /dev/null +++ b/math/kalgebra/DESCR @@ -0,0 +1,8 @@ +KAlgebra is a fully featured calculator that lets you plot different +types of 2D and 3D functions and to calculate easy and not so easy +calculations, such as addition, trigonometric functions or derivatives. + +The application has been thought to be easily understandable for students, +so that they don't need to read a boring manual. The language is deeply +integrated in the UI, providing a dictionary with representations for all +the available operations, code highlighting and code completion. diff --git a/math/kalgebra/Makefile b/math/kalgebra/Makefile new file mode 100644 index 00000000000..5e0b7df03ff --- /dev/null +++ b/math/kalgebra/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2012/03/20 07:30:13 markd Exp $ + +DISTNAME= kalgebra-${_KDE_VERSION} +CATEGORIES= math +COMMENT= KDE graph calculator + +.include "../../meta-pkgs/kde4/Makefile.kde4" + +.include "../../meta-pkgs/kde4/kde4.mk" + +.include "../../graphics/hicolor-icon-theme/buildlink3.mk" +.include "../../math/analitza/buildlink3.mk" +.include "../../misc/libkdeedu/buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" +.include "../../x11/kdelibs4/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/math/kalgebra/PLIST b/math/kalgebra/PLIST new file mode 100644 index 00000000000..a53e45a118e --- /dev/null +++ b/math/kalgebra/PLIST @@ -0,0 +1,41 @@ +@comment $NetBSD: PLIST,v 1.1 2012/03/20 07:30:13 markd Exp $ +bin/kalgebra +bin/kalgebramobile +lib/kde4/plasma_applet_kalgebra.so +share/applications/kde4/kalgebra.desktop +share/applications/kde4/kalgebramobile.desktop +share/doc/kde/HTML/en/kalgebra/commands.docbook +share/doc/kde/HTML/en/kalgebra/common +share/doc/kde/HTML/en/kalgebra/index.cache.bz2 +share/doc/kde/HTML/en/kalgebra/index.docbook +share/doc/kde/HTML/en/kalgebra/kalgebra-2dgraph-window.png +share/doc/kde/HTML/en/kalgebra/kalgebra-3dgraph-window.png +share/doc/kde/HTML/en/kalgebra/kalgebra-console-window.png +share/doc/kde/HTML/en/kalgebra/kalgebra-dictionary-window.png +share/doc/kde/HTML/en/kalgebra/kalgebra-main-window.png +share/icons/hicolor/128x128/apps/kalgebra.png +share/icons/hicolor/16x16/apps/kalgebra.png +share/icons/hicolor/32x32/apps/kalgebra.png +share/icons/hicolor/48x48/apps/kalgebra.png +share/icons/hicolor/64x64/apps/kalgebra.png +share/icons/hicolor/scalable/apps/kalgebra.svgz +share/kde/apps/kalgebra/plugins/Console.qml +share/kde/apps/kalgebra/plugins/Graph2D.qml +share/kde/apps/kalgebra/plugins/Plot2D.qml +share/kde/apps/kalgebra/plugins/Tables.qml +share/kde/apps/kalgebra/plugins/kalgebraconsole.desktop +share/kde/apps/kalgebra/plugins/kalgebraplot2d.desktop +share/kde/apps/kalgebra/plugins/kalgebratables.desktop +share/kde/apps/kalgebra/plugins/widgets/Button.qml +share/kde/apps/kalgebra/plugins/widgets/CalcButton.qml +share/kde/apps/kalgebra/plugins/widgets/ExpressionInput.qml +share/kde/apps/kalgebra/plugins/widgets/KAlgebraMobile.qml +share/kde/apps/kalgebra/plugins/widgets/KAlgebraPage.qml +share/kde/apps/kalgebra/plugins/widgets/Keyboard.qml +share/kde/apps/kalgebra/plugins/widgets/Label.qml +share/kde/apps/kalgebra/plugins/widgets/RealInput.qml +share/kde/apps/kalgebra/plugins/widgets/SimpleListView.qml +share/kde/apps/kalgebra/plugins/widgets/ToolTip.qml +share/kde/apps/katepart/syntax/kalgebra.xml +share/kde4/services/kalgebraplasmoid.desktop +share/kde4/servicetypes/kalgebrascript.desktop diff --git a/math/kalgebra/distinfo b/math/kalgebra/distinfo new file mode 100644 index 00000000000..3d6ff905d8f --- /dev/null +++ b/math/kalgebra/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2012/03/20 07:30:13 markd Exp $ + +SHA1 (kalgebra-4.8.0.tar.bz2) = 45903803c0c0f3e05c30e7543ee3ebc891b60e4b +RMD160 (kalgebra-4.8.0.tar.bz2) = 9743cac6ce8833ee9504f41186fec74c5ac48077 +Size (kalgebra-4.8.0.tar.bz2) = 438827 bytes |