diff options
-rw-r--r-- | math/analitza/DESCR | 1 | ||||
-rw-r--r-- | math/analitza/Makefile | 17 | ||||
-rw-r--r-- | math/analitza/PLIST | 36 | ||||
-rw-r--r-- | math/analitza/buildlink3.mk | 14 | ||||
-rw-r--r-- | math/analitza/distinfo | 5 | ||||
-rw-r--r-- | math/cantor/DESCR | 4 | ||||
-rw-r--r-- | math/cantor/Makefile | 20 | ||||
-rw-r--r-- | math/cantor/PLIST | 112 | ||||
-rw-r--r-- | math/cantor/distinfo | 5 | ||||
-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 |
13 files changed, 285 insertions, 0 deletions
diff --git a/math/analitza/DESCR b/math/analitza/DESCR new file mode 100644 index 00000000000..72a18b006ac --- /dev/null +++ b/math/analitza/DESCR @@ -0,0 +1 @@ +KDE library for mathematical features diff --git a/math/analitza/Makefile b/math/analitza/Makefile new file mode 100644 index 00000000000..b60bec93d68 --- /dev/null +++ b/math/analitza/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2012/03/20 07:30:13 markd Exp $ + +DISTNAME= analitza-${_KDE_VERSION} +CATEGORIES= math +COMMENT= KDE library for mathematical features + +.include "../../meta-pkgs/kde4/Makefile.kde4" + +USE_GNU_READLINE= yes +BROKEN_READLINE_DETECTION= yes + +.include "../../meta-pkgs/kde4/kde4.mk" + +.include "../../devel/readline/buildlink3.mk" +.include "../../x11/kdelibs4/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/math/analitza/PLIST b/math/analitza/PLIST new file mode 100644 index 00000000000..c614b43d00d --- /dev/null +++ b/math/analitza/PLIST @@ -0,0 +1,36 @@ +@comment $NetBSD: PLIST,v 1.1 2012/03/20 07:30:13 markd Exp $ +bin/calgebra +include/analitza/abstractlexer.h +include/analitza/analitzaexport.h +include/analitza/analitzautils.h +include/analitza/analyzer.h +include/analitza/builtinmethods.h +include/analitza/expression.h +include/analitza/expressiontype.h +include/analitza/importqobjectmetatype.h +include/analitza/object.h +include/analitza/operations.h +include/analitza/operator.h +include/analitza/value.h +include/analitza/variable.h +include/analitza/variables.h +include/analitzagui/algebrahighlighter.h +include/analitzagui/analitzaguiexport.h +include/analitzagui/expressionedit.h +include/analitzagui/function.h +include/analitzagui/functionfactory.h +include/analitzagui/functionsmodel.h +include/analitzagui/functionspainter.h +include/analitzagui/functionsview.h +include/analitzagui/graph2d.h +include/analitzagui/operatorsmodel.h +include/analitzagui/variablesmodel.h +lib/cmake/analitza/AnalitzaConfig.cmake +lib/cmake/analitza/AnalitzaTargets-relwithdebinfo.cmake +lib/cmake/analitza/AnalitzaTargets.cmake +lib/libanalitza.so +lib/libanalitza.so.4 +lib/libanalitza.so.4.8.0 +lib/libanalitzagui.so +lib/libanalitzagui.so.4 +lib/libanalitzagui.so.4.8.0 diff --git a/math/analitza/buildlink3.mk b/math/analitza/buildlink3.mk new file mode 100644 index 00000000000..cc9607a8220 --- /dev/null +++ b/math/analitza/buildlink3.mk @@ -0,0 +1,14 @@ +# $NetBSD: buildlink3.mk,v 1.1 2012/03/20 07:30:13 markd Exp $ + +BUILDLINK_TREE+= analitza + +.if !defined(ANALITZA_BUILDLINK3_MK) +ANALITZA_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.analitza+= analitza>=4.8.0 +BUILDLINK_PKGSRCDIR.analitza?= ../../math/analitza + +.include "../../x11/kdelibs4/buildlink3.mk" +.endif # ANALITZA_BUILDLINK3_MK + +BUILDLINK_TREE+= -analitza diff --git a/math/analitza/distinfo b/math/analitza/distinfo new file mode 100644 index 00000000000..2677f178f41 --- /dev/null +++ b/math/analitza/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2012/03/20 07:30:13 markd Exp $ + +SHA1 (analitza-4.8.0.tar.bz2) = 2681b114deab6f3fd215e0348e34c63116ddd31c +RMD160 (analitza-4.8.0.tar.bz2) = ad8e03c11119760a10df62c263aeba0cdfefc00a +Size (analitza-4.8.0.tar.bz2) = 146421 bytes diff --git a/math/cantor/DESCR b/math/cantor/DESCR new file mode 100644 index 00000000000..0d55c516adf --- /dev/null +++ b/math/cantor/DESCR @@ -0,0 +1,4 @@ +Cantor is a front-end to powerful mathematics and statistics packages. +Cantor integrates them into the KDE Platform and provides a nice, +worksheet-based, graphical user interface. +Support for four different environments (Maxima, R, SAGE, KAlgebra) diff --git a/math/cantor/Makefile b/math/cantor/Makefile new file mode 100644 index 00000000000..ed52066336d --- /dev/null +++ b/math/cantor/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1 2012/03/20 07:30:13 markd Exp $ + +DISTNAME= cantor-${_KDE_VERSION} +CATEGORIES= math +COMMENT= KDE frontend to mathematical software + +.include "../../meta-pkgs/kde4/Makefile.kde4" + +CMAKE_ARGS+= -DWITH_Qalculate=OFF +CMAKE_ARGS+= -DWITH_R=OFF + +.include "../../meta-pkgs/kde4/kde4.mk" + +.include "../../math/analitza/buildlink3.mk" +.include "../../graphics/hicolor-icon-theme/buildlink3.mk" +.include "../../print/libspectre/buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" +.include "../../x11/kdelibs4/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/math/cantor/PLIST b/math/cantor/PLIST new file mode 100644 index 00000000000..146d502511b --- /dev/null +++ b/math/cantor/PLIST @@ -0,0 +1,112 @@ +@comment $NetBSD: PLIST,v 1.1 2012/03/20 07:30:13 markd Exp $ +bin/cantor +include/cantor/animationresult.h +include/cantor/backend.h +include/cantor/cantor_export.h +include/cantor/cantor_macros.h +include/cantor/completionobject.h +include/cantor/defaulthighlighter.h +include/cantor/defaultvariablemodel.h +include/cantor/epsresult.h +include/cantor/expression.h +include/cantor/extension.h +include/cantor/helpresult.h +include/cantor/imageresult.h +include/cantor/latexresult.h +include/cantor/result.h +include/cantor/session.h +include/cantor/syntaxhelpobject.h +include/cantor/textresult.h +lib/kde4/cantor_advancedplotassistant.so +lib/kde4/cantor_creatematrixassistant.so +lib/kde4/cantor_differentiateassistant.so +lib/kde4/cantor_eigenvaluesassistant.so +lib/kde4/cantor_eigenvectorsassistant.so +lib/kde4/cantor_helppanelplugin.so +lib/kde4/cantor_integrateassistant.so +lib/kde4/cantor_invertmatrixassistant.so +lib/kde4/cantor_kalgebrabackend.so +lib/kde4/cantor_maximabackend.so +lib/kde4/cantor_nullbackend.so +lib/kde4/cantor_octavebackend.so +lib/kde4/cantor_plot2dassistant.so +lib/kde4/cantor_plot3dassistant.so +lib/kde4/cantor_runscriptassistant.so +lib/kde4/cantor_sagebackend.so +lib/kde4/cantor_scilabbackend.so +lib/kde4/cantor_solveassistant.so +lib/kde4/cantor_variablemanagerplugin.so +lib/kde4/libcantorpart.so +lib/libcantor_config.so +lib/libcantorlibs.so +lib/libcantorlibs.so.0.0.3 +lib/libcantorlibs.so.1 +share/applications/kde4/cantor.desktop +share/doc/kde/HTML/en/cantor/common +share/doc/kde/HTML/en/cantor/index.cache.bz2 +share/doc/kde/HTML/en/cantor/index.docbook +share/doc/kde/HTML/en/cantor/latex_formula.png +share/doc/kde/HTML/en/cantor/screenshot.png +share/icons/hicolor/16x16/apps/cantor.png +share/icons/hicolor/32x32/apps/cantor.png +share/icons/hicolor/48x48/apps/cantor.png +share/icons/hicolor/48x48/apps/maximabackend.png +share/icons/hicolor/48x48/apps/octavebackend.png +share/icons/hicolor/48x48/apps/qalculatebackend.png +share/icons/hicolor/48x48/apps/rbackend.png +share/icons/hicolor/48x48/apps/sagebackend.png +share/icons/hicolor/48x48/apps/scilabbackend.png +share/kde/apps/cantor/cantor_advancedplot_assistant.rc +share/kde/apps/cantor/cantor_create_matrix_assistant.rc +share/kde/apps/cantor/cantor_differentiate_assistant.rc +share/kde/apps/cantor/cantor_eigenvalues_assistant.rc +share/kde/apps/cantor/cantor_eigenvectors_assistant.rc +share/kde/apps/cantor/cantor_integrate_assistant.rc +share/kde/apps/cantor/cantor_invert_matrix_assistant.rc +share/kde/apps/cantor/cantor_part.rc +share/kde/apps/cantor/cantor_plot2d_assistant.rc +share/kde/apps/cantor/cantor_plot3d_assistant.rc +share/kde/apps/cantor/cantor_runscript_assistant.rc +share/kde/apps/cantor/cantor_scripteditor.rc +share/kde/apps/cantor/cantor_shell.rc +share/kde/apps/cantor/cantor_solve_assistant.rc +share/kde/apps/cantor/maximabackend/keywords.xml +share/kde/apps/cantor/octavebackend/cantor_eigenvectors.m +share/kde/apps/cantor/octavebackend/cantor_plot2d.m +share/kde/apps/cantor/octavebackend/cantor_plot3d.m +share/kde/apps/cantor/octavebackend/cantor_print.m +share/kde/apps/cantor/scilabbackend/keywords.xml +share/kde/apps/cantor/xslt/latex.xsl +share/kde/config.kcfg/cantor.kcfg +share/kde/config.kcfg/cantor_libs.kcfg +share/kde/config.kcfg/maximabackend.kcfg +share/kde/config.kcfg/octavebackend.kcfg +share/kde/config.kcfg/sagebackend.kcfg +share/kde/config.kcfg/scilabbackend.kcfg +share/kde/config/cantor.knsrc +share/kde/config/cantor_kalgebra.knsrc +share/kde/config/cantor_maxima.knsrc +share/kde/config/cantor_sage.knsrc +share/kde4/services/cantor/advancedplotassistant.desktop +share/kde4/services/cantor/cantor_part.desktop +share/kde4/services/cantor/creatematrixassistant.desktop +share/kde4/services/cantor/differentiateassistant.desktop +share/kde4/services/cantor/eigenvaluesassistant.desktop +share/kde4/services/cantor/eigenvectorsassistant.desktop +share/kde4/services/cantor/helppanelplugin.desktop +share/kde4/services/cantor/integrateassistant.desktop +share/kde4/services/cantor/invertmatrixassistant.desktop +share/kde4/services/cantor/kalgebrabackend.desktop +share/kde4/services/cantor/maximabackend.desktop +share/kde4/services/cantor/nullbackend.desktop +share/kde4/services/cantor/octavebackend.desktop +share/kde4/services/cantor/plot2dassistant.desktop +share/kde4/services/cantor/plot3dassistant.desktop +share/kde4/services/cantor/runscriptassistant.desktop +share/kde4/services/cantor/sagebackend.desktop +share/kde4/services/cantor/scilabbackend.desktop +share/kde4/services/cantor/solveassistant.desktop +share/kde4/services/cantor/variablemanagerplugin.desktop +share/kde4/servicetypes/cantor_assistant.desktop +share/kde4/servicetypes/cantor_backend.desktop +share/kde4/servicetypes/cantor_panelplugin.desktop diff --git a/math/cantor/distinfo b/math/cantor/distinfo new file mode 100644 index 00000000000..ab3de3432df --- /dev/null +++ b/math/cantor/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2012/03/20 07:30:13 markd Exp $ + +SHA1 (cantor-4.8.0.tar.bz2) = b0ef9cb3c25e4909b6855317425e9d9f12697dff +RMD160 (cantor-4.8.0.tar.bz2) = da6191ae1008ad413074af0e32db01ec3d707ccf +Size (cantor-4.8.0.tar.bz2) = 275909 bytes 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 |