From 7ea3940af2d6788fb6c8ffd8b3b7fb416e6e5b57 Mon Sep 17 00:00:00 2001 From: Andreas Wacknitz Date: Sun, 17 Nov 2024 15:25:13 +0100 Subject: [PATCH] add wxMaxima package --- components/scientific/wxmaxima/Makefile | 63 +++++ .../wxmaxima/manifests/sample-manifest.p5m | 96 ++++++++ components/scientific/wxmaxima/pkg5 | 14 ++ .../scientific/wxmaxima/test/results-all.master | 257 +++++++++++++++++++++ components/scientific/wxmaxima/wxmaxima.p5m | 98 ++++++++ 5 files changed, 528 insertions(+) create mode 100644 components/scientific/wxmaxima/Makefile create mode 100644 components/scientific/wxmaxima/manifests/sample-manifest.p5m create mode 100644 components/scientific/wxmaxima/pkg5 create mode 100644 components/scientific/wxmaxima/test/results-all.master create mode 100644 components/scientific/wxmaxima/wxmaxima.p5m diff --git a/components/scientific/wxmaxima/Makefile b/components/scientific/wxmaxima/Makefile new file mode 100644 index 0000000000..891e5b34ab --- /dev/null +++ b/components/scientific/wxmaxima/Makefile @@ -0,0 +1,63 @@ + +# +# This file and its contents are supplied under the terms of the +# Common Development and Distribution License ("CDDL"), version 1.0. +# You may only use this file in accordance with the terms of version +# 1.0 of the CDDL. +# +# A full copy of the text of the CDDL should have accompanied this +# source. A copy of the CDDL is also available via the Internet at +# http://www.illumos.org/license/CDDL. +# + +# +# Copyright 2024 Andreas Wacknitz +# + +BUILD_STYLE= cmake +USE_DEFAULT_TEST_TRANSFORMS= yes +include ../../../make-rules/shared-macros.mk + +COMPONENT_NAME= wxmaxima +COMPONENT_VERSION= 23.12.0 +COMPONENT_SUMMARY= wxMaxima is a document based interface for the computer algebra system Maxima +COMPONENT_PROJECT_URL= https://github.com/wxMaxima-developers/wxmaxima +COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION) +COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz +COMPONENT_ARCHIVE_URL= https://github.com/wxMaxima-developers/wxmaxima/archive/refs/tags/Version-$(COMPONENT_VERSION).tar.gz +COMPONENT_ARCHIVE_HASH= sha256:abec636e96474adf6451e81728b16afaa83ed1a70b86a695fa083ecec65aaae1 +COMPONENT_FMRI= application/$(COMPONENT_NAME) +COMPONENT_CLASSIFICATION= Applications/Office +COMPONENT_LICENSE= GPLv2 +COMPONENT_LICENSE_FILE= COPYING + +include $(WS_MAKE_RULES)/common.mk + +PATH= $(PATH.gnu) + +COMPONENT_POST_UNPACK_ACTION= ( $(MV) $(COMPONENT_NAME)-Version-$(COMPONENT_VERSION) $(COMPONENT_SRC) ); + +CFLAGS += $(XPG6MODE) + +LDFLAGS += -lsocket -lnsl + +CMAKE_OPTIONS += -DCMAKE_BUILD_TYPE=Release +CMAKE_OPTIONS += -DWXM_DISABLE_WEBVIEW=ON + +# Testing needs an X server +# With a xvfb the tests are stuck at #6, with a real X server we get many segfaults +TEST_REQUIRED_PACKAGES += x11/server/xvfb +COMPONENT_PRE_TEST_ACTION += /usr/bin/Xvfb :1 >/dev/null 2>&1 & +COMPONENT_TEST_ENV += DISPLAY=:1 +COMPONENT_POST_TEST_ACTION += /usr/bin/pkill -x Xvfb ; + +# Manually added build dependencies +REQUIRED_PACKAGES += utility/bash-completion +TEST_REQUIRED_PACKAGES += library/math/maxima + +# Auto-generated dependencies +REQUIRED_PACKAGES += $(GCC_RUNTIME_PKG) +REQUIRED_PACKAGES += $(GXX_RUNTIME_PKG) +REQUIRED_PACKAGES += library/graphics/wxwidgets-3 +REQUIRED_PACKAGES += system/library +REQUIRED_PACKAGES += system/library/math diff --git a/components/scientific/wxmaxima/manifests/sample-manifest.p5m b/components/scientific/wxmaxima/manifests/sample-manifest.p5m new file mode 100644 index 0000000000..a28190e6a8 --- /dev/null +++ b/components/scientific/wxmaxima/manifests/sample-manifest.p5m @@ -0,0 +1,96 @@ +# +# This file and its contents are supplied under the terms of the +# Common Development and Distribution License ("CDDL"), version 1.0. +# You may only use this file in accordance with the terms of version +# 1.0 of the CDDL. +# +# A full copy of the text of the CDDL should have accompanied this +# source. A copy of the CDDL is also available via the Internet at +# http://www.illumos.org/license/CDDL. +# + +# +# Copyright 2024 +# + +set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) +set name=pkg.human-version value=$(HUMAN_VERSION) +set name=pkg.summary value="$(COMPONENT_SUMMARY)" +set name=info.classification value="$(COMPONENT_CLASSIFICATION)" +set name=info.upstream-url value=$(COMPONENT_PROJECT_URL) +set name=info.source-url value=$(COMPONENT_ARCHIVE_URL) +set name=org.opensolaris.consolidation value=$(CONSOLIDATION) + +license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)' + +file path=usr/bin/wxmaxima +file path=usr/share/applications/io.github.wxmaxima_developers.wxMaxima.desktop +file path=usr/share/bash-completion/completions/wxmaxima +file path=usr/share/doc/wxmaxima/AUTHORS.md +file path=usr/share/doc/wxmaxima/BatchImage.png +file path=usr/share/doc/wxmaxima/COPYING +file path=usr/share/doc/wxmaxima/GPL.txt +file path=usr/share/doc/wxmaxima/InputCell.png +file path=usr/share/doc/wxmaxima/MatrixTableExample.png +file path=usr/share/doc/wxmaxima/NEWS.md +file path=usr/share/doc/wxmaxima/README +file path=usr/share/doc/wxmaxima/README.md +file path=usr/share/doc/wxmaxima/SecondTableExample.png +file path=usr/share/doc/wxmaxima/SidePanes.png +file path=usr/share/doc/wxmaxima/Sidepane-TOC-convert-headings.png +file path=usr/share/doc/wxmaxima/cell-example.png +file path=usr/share/doc/wxmaxima/ezUnits.png +file path=usr/share/doc/wxmaxima/header.html +file path=usr/share/doc/wxmaxima/horizontal-cursor-between-cells.png +file path=usr/share/doc/wxmaxima/horizontal-cursor-only.png +file path=usr/share/doc/wxmaxima/locale-warning.png +file path=usr/share/doc/wxmaxima/maxima_screenshot.png +file path=usr/share/doc/wxmaxima/sbclMemory.png +file path=usr/share/doc/wxmaxima/wxMaximaLogo.png +file path=usr/share/doc/wxmaxima/wxMaximaWindow.png +file path=usr/share/doc/wxmaxima/wxMaxima_configuration_001.png +file path=usr/share/doc/wxmaxima/wxmaxima.css +file path=usr/share/doc/wxmaxima/wxmaxima.de.html +file path=usr/share/doc/wxmaxima/wxmaxima.es.html +file path=usr/share/doc/wxmaxima/wxmaxima.html +file path=usr/share/doc/wxmaxima/wxmaxima.it.html +file path=usr/share/doc/wxmaxima/wxmaxima.svg +file path=usr/share/doc/wxmaxima/wxmaxima.tr.html +file path=usr/share/doc/wxmaxima/wxmaxima.uk.html +file path=usr/share/doc/wxmaxima/wxmaxima.zh_CN.html +file path=usr/share/doc/wxmaxima/wxsubscripts.png +file path=usr/share/locale/ca/LC_MESSAGES/wxMaxima.mo +file path=usr/share/locale/cs/LC_MESSAGES/wxMaxima.mo +file path=usr/share/locale/da/LC_MESSAGES/wxMaxima.mo +file path=usr/share/locale/de/LC_MESSAGES/wxMaxima.mo +file path=usr/share/locale/el/LC_MESSAGES/wxMaxima.mo +file path=usr/share/locale/en/LC_MESSAGES/wxMaxima.mo +file path=usr/share/locale/es/LC_MESSAGES/wxMaxima.mo +file path=usr/share/locale/fi/LC_MESSAGES/wxMaxima.mo +file path=usr/share/locale/fr/LC_MESSAGES/wxMaxima.mo +file path=usr/share/locale/gl/LC_MESSAGES/wxMaxima.mo +file path=usr/share/locale/hu/LC_MESSAGES/wxMaxima.mo +file path=usr/share/locale/it/LC_MESSAGES/wxMaxima.mo +file path=usr/share/locale/ja/LC_MESSAGES/wxMaxima.mo +file path=usr/share/locale/kab/LC_MESSAGES/wxMaxima.mo +file path=usr/share/locale/nb/LC_MESSAGES/wxMaxima.mo +file path=usr/share/locale/pl/LC_MESSAGES/wxMaxima.mo +file path=usr/share/locale/pt_BR/LC_MESSAGES/wxMaxima.mo +file path=usr/share/locale/ru/LC_MESSAGES/wxMaxima.mo +file path=usr/share/locale/tr/LC_MESSAGES/wxMaxima.mo +file path=usr/share/locale/uk/LC_MESSAGES/wxMaxima.mo +file path=usr/share/locale/zh_CN/LC_MESSAGES/wxMaxima.mo +file path=usr/share/locale/zh_TW/LC_MESSAGES/wxMaxima.mo +file path=usr/share/man/de/man1/wxmaxima.1 +file path=usr/share/man/man1/wxmaxima.1 +file path=usr/share/metainfo/io.github.wxmaxima_developers.wxMaxima.appdata.xml +file path=usr/share/mime/packages/x-wxmathml.xml +file path=usr/share/mime/packages/x-wxmaxima-batch.xml +file path=usr/share/pixmaps/io.github.wxmaxima_developers.wxMaxima.png +file path=usr/share/pixmaps/io.github.wxmaxima_developers.wxMaxima.svg +file path=usr/share/pixmaps/text-x-wxmathml.svg +file path=usr/share/pixmaps/text-x-wxmaxima-batch.svg +file path=usr/share/pixmaps/wxmaxima-16.xpm +file path=usr/share/pixmaps/wxmaxima-32.xpm +file path=usr/share/wxMaxima/io.github.wxmaxima_developers.wxMaxima.png +file path=usr/share/wxMaxima/io.github.wxmaxima_developers.wxMaxima.svg diff --git a/components/scientific/wxmaxima/pkg5 b/components/scientific/wxmaxima/pkg5 new file mode 100644 index 0000000000..a82406f260 --- /dev/null +++ b/components/scientific/wxmaxima/pkg5 @@ -0,0 +1,14 @@ +{ + "dependencies": [ + "library/graphics/wxwidgets-3", + "system/library", + "system/library/g++-13-runtime", + "system/library/gcc-13-runtime", + "system/library/math", + "utility/bash-completion" + ], + "fmris": [ + "application/wxmaxima" + ], + "name": "wxmaxima" +} diff --git a/components/scientific/wxmaxima/test/results-all.master b/components/scientific/wxmaxima/test/results-all.master new file mode 100644 index 0000000000..ace123d0c4 --- /dev/null +++ b/components/scientific/wxmaxima/test/results-all.master @@ -0,0 +1,257 @@ + Start 1: runMaxima + 1/176 Test #1: runMaxima ................................... Passed + Start 2: runMaxima-over-network + 2/176 Test #2: runMaxima-over-network ...................... Passed + Start 3: check-wxMathML.lisp_1 + 3/176 Test #3: check-wxMathML.lisp_1 ....................... Passed + Start 4: wxstatusbar + 4/176 Test #4: wxstatusbar ................................. Passed + Start 5: wxbuildinfo + 5/176 Test #5: wxbuildinfo ................................. Passed + Start 67: wxmaxima_performance + Start 6: itensor1.dem + Start 7: itensor3.dem + Start 8: itensor5.dem + Start 9: itensor6.dem + Start 10: ex_calc.dem + Start 11: itensor8.dem + Start 12: itensor9.dem + Start 13: ctensor1.dem + Start 14: ctensor2.dem + Start 15: ctensor3.dem + Start 16: ctensor4.dem + Start 17: ctensor5.dem + Start 18: ctensor6.dem + Start 19: ctensor7.dem + Start 20: ctensor8.dem + Start 21: bianchi.dem + Start 22: car_iden.dem + Start 23: helicity.dem + Start 24: plasma.dem + Start 25: spinor.dem + Start 26: reissner.dem + Start 27: petrov.dem + Start 28: adsitter.dem + Start 29: godel.dem + Start 30: taubnut.dem + Start 31: allnutt.dem + Start 32: friedmann.dem + Start 33: papapetrou.dem + Start 34: kruskal.dem + Start 35: hydro.dem + Start 36: killing.dem + Start 37: wxbug_report + 38/176 Test #37: wxbug_report ................................ Passed + Start 38: wxxml-array-no-display-properties + 39/176 Test #38: wxxml-array-no-display-properties ........... Passed + Start 39: wxxml-array-display-properties + 40/176 Test #39: wxxml-array-display-properties .............. Passed + Start 40: wxxmltag + 41/176 Test #40: wxxmltag .................................... Passed + Start 41: wxxmltag2 + 42/176 Test #41: wxxmltag2 ................................... Passed + Start 42: show_image + 43/176 Test #42: show_image .................................. Passed + Start 43: wxxml-mlable + 44/176 Test #43: wxxml-mlable ................................ Passed + Start 44: wxxml-mlable2 + 45/176 Test #44: wxxml-mlable2 ............................... Passed + Start 45: wxxml-orthopoly + 46/176 Test #45: wxxml-orthopoly ............................. Passed + Start 46: wxxml-pochhammer + 47/176 Test #46: wxxml-pochhammer ............................ Passed + Start 47: wxxml-pderivop + 48/176 Test #47: wxxml-pderivop .............................. Passed + Start 48: mminus + 49/176 Test #48: mminus ...................................... Passed + Start 49: mfactorial + 50/176 Test #49: mfactorial .................................. Passed + Start 50: subscriptp_1 + 51/176 Test #50: subscriptp_1 ................................ Passed + Start 51: subscriptp_2 + 52/176 Test #51: subscriptp_2 ................................ Passed + Start 52: subscriptp_3 + 53/176 Test #52: subscriptp_3 ................................ Passed + Start 53: subscriptp_4 + 54/176 Test #53: subscriptp_4 ................................ Passed + Start 54: subscriptp_5 + 55/176 Test #54: subscriptp_5 ................................ Passed + Start 55: subscriptp_6 + 56/176 Test #55: subscriptp_6 ................................ Passed + Start 56: subscriptp_7 + 57/176 Test #56: subscriptp_7 ................................ Passed + Start 57: subscriptp_8 + 58/176 Test #57: subscriptp_8 ................................ Passed + Start 58: subscriptp_9 + 59/176 Test #58: subscriptp_9 ................................ Passed + Start 59: mprod + 60/176 Test #59: mprod ....................................... Passed + Start 60: block + 61/176 Test #60: block ....................................... Passed + Start 61: mlist + 62/176 Test #61: mlist ....................................... Passed + Start 62: true + 63/176 Test #62: true ........................................ Passed + Start 63: false + 64/176 Test #63: false ....................................... Passed + Start 64: mfrac + 65/176 Test #64: mfrac ....................................... Passed + Start 65: load_symbol + 66/176 Test #65: load_symbol ................................. Passed + Start 66: wxmaxima_batch_emptyFile + Start 68: wxmaxima_batch_textcell + Start 69: wxmaxima_batch_foreign_characters + Start 70: wxmaxima_load_symbol + Start 71: wxmaxima_version_string + Start 72: wxmaxima_version_returncode + Start 73: wxmaxima_help_returncode + Start 74: all_celltypes + Start 75: simpleInput + Start 76: rememberingAnswers + Start 77: absCells_cmdline + 77/176 Test #77: absCells_cmdline ............................ Passed + Start 78: absCells + Start 79: boxCells_cmdline + 79/176 Test #79: boxCells_cmdline ............................ Passed + Start 80: boxCells + Start 81: diffCells_cmdline + 81/176 Test #81: diffCells_cmdline ........................... Passed + Start 82: diffCells + Start 83: atCells_cmdline + 83/176 Test #83: atCells_cmdline ............................. Passed + Start 84: atCells_cmdline_wxmathml + 84/176 Test #84: atCells_cmdline_wxmathml .................... Passed + Start 85: atCells + Start 86: conjugateCells_cmdline + 86/176 Test #86: conjugateCells_cmdline ...................... Passed + Start 87: conjugateCells_cmdline_wxmathml + 87/176 Test #87: conjugateCells_cmdline_wxmathml ............. Passed + Start 88: conjugateCells + Start 89: exptCells_cmdline + 89/176 Test #89: exptCells_cmdline ........................... Passed + Start 90: exptCells_cmdline_wxmathml + 90/176 Test #90: exptCells_cmdline_wxmathml .................. Passed + Start 91: exptCells + Start 92: fracCells_cmdline + 92/176 Test #92: fracCells_cmdline ........................... Passed + Start 93: fracCells_cmdline_wxmathml + 93/176 Test #93: fracCells_cmdline_wxmathml .................. Passed + Start 94: fracCells_cmdline_wxmathml_over_network + 94/176 Test #94: fracCells_cmdline_wxmathml_over_network ..... Passed + Start 95: fracCells + Start 96: intCells_cmdline + 96/176 Test #96: intCells_cmdline ............................ Passed + Start 97: intCells_cmdline_wxmathml + 97/176 Test #97: intCells_cmdline_wxmathml ................... Passed + Start 98: intCells + Start 99: intervals_cmdline + 99/176 Test #99: intervals_cmdline ........................... Passed + Start 100: intervals_cmdline_wxmathml +100/176 Test #100: intervals_cmdline_wxmathml .................. Passed + Start 101: intervals + Start 102: functionCells_cmdline +102/176 Test #102: functionCells_cmdline ....................... Passed + Start 103: functionCells_cmdline_wxmathml +103/176 Test #103: functionCells_cmdline_wxmathml .............. Passed + Start 104: functionCells + Start 105: slideshowCells + Start 106: imageCells + Start 107: limitCells_cmdline +107/176 Test #107: limitCells_cmdline .......................... Passed + Start 108: limitCells_cmdline_wxmathml +108/176 Test #108: limitCells_cmdline_wxmathml ................. Passed + Start 109: limitCells + Start 110: matrixCells_cmdline +110/176 Test #110: matrixCells_cmdline ......................... Passed + Start 111: matrixCells_cmdline_wxmathml +111/176 Test #111: matrixCells_cmdline_wxmathml ................ Passed + Start 112: matrixCells + Start 113: parenthesisCells_cmdline +113/176 Test #113: parenthesisCells_cmdline .................... Passed + Start 114: parenthesisCells_cmdline_wxmathml +114/176 Test #114: parenthesisCells_cmdline_wxmathml ........... Passed + Start 115: parenthesisCells + Start 116: listCells_cmdline +116/176 Test #116: listCells_cmdline ........................... Passed + Start 117: listCells_cmdline_wxmathml +117/176 Test #117: listCells_cmdline_wxmathml .................. Passed + Start 118: listCells + Start 119: setCells_cmdline +119/176 Test #119: setCells_cmdline ............................ Passed + Start 120: setCells_cmdline_wxmathml +120/176 Test #120: setCells_cmdline_wxmathml ................... Passed + Start 121: setCells + Start 122: sqrtCells_cmdline +122/176 Test #122: sqrtCells_cmdline ........................... Passed + Start 123: sqrtCells_cmdline_wxmathml +123/176 Test #123: sqrtCells_cmdline_wxmathml .................. Passed + Start 124: sqrtCells + Start 125: subCells_cmdline +125/176 Test #125: subCells_cmdline ............................ Passed + Start 126: subCells_cmdline_wxmathml +126/176 Test #126: subCells_cmdline_wxmathml ................... Passed + Start 127: subCells + Start 128: subsupCells_cmdline +128/176 Test #128: subsupCells_cmdline ......................... Passed + Start 129: subsupCells_cmdline_wxmathml +129/176 Test #129: subsupCells_cmdline_wxmathml ................ Passed + Start 130: subsupCells + Start 131: presubsupcells_cmdline +131/176 Test #131: presubsupcells_cmdline ...................... Passed + Start 132: presubsupcells_cmdline_wxmathml +132/176 Test #132: presubsupcells_cmdline_wxmathml ............. Passed + Start 133: presubsupcells + Start 134: sumCells_cmdline +134/176 Test #134: sumCells_cmdline ............................ Passed + Start 135: sumCells_cmdline_wxmathml +135/176 Test #135: sumCells_cmdline_wxmathml ................... Passed + Start 136: sumCells + Start 137: printf_simple_cmdline +137/176 Test #137: printf_simple_cmdline ....................... Passed + Start 138: printf_simple_cmdline_wxmathml +138/176 Test #138: printf_simple_cmdline_wxmathml .............. Passed + Start 139: printf_simple + Start 140: printf_equations_cmdline +140/176 Test #140: printf_equations_cmdline .................... Passed + Start 141: printf_equations_cmdline_wxmathml +141/176 Test #141: printf_equations_cmdline_wxmathml ........... Passed + Start 142: printf_equations + Start 143: printf_continuationLines_cmdline +143/176 Test #143: printf_continuationLines_cmdline ............ Passed + Start 144: printf_continuationLines_cmdline_wxmathml +144/176 Test #144: printf_continuationLines_cmdline_wxmathml ... Passed + Start 145: printf_continuationLines + Start 146: weirdLabels + Start 147: xmlQuote + Start 148: formerCrashes + Start 149: multiplication + Start 150: nonsenseConstructs + Start 151: lisp + Start 152: boxes + Start 153: unicode + Start 154: unicode_specialchars + Start 155: openMacFiles + Start 156: openMacFiles2 + Start 157: tutorial_10Minutes + Start 158: comment_begin + Start 159: threadtest + Start 160: autosave + Start 161: noautosave + Start 162: config_from_19.11 + Start 163: invalid_commandline_arg + Start 164: multiple_batch_files + Start 165: multiple_batch_files2 + Start 166: multithreadtest + Start 167: config_dialogue_sample + Start 168: tutorial_fastListAccess + Start 169: tutorial_numberFormats + Start 170: tutorial_toleranceCalculations + Start 171: tutorial_fittingEquations + Start 172: tutorial_variableNames + Start 173: tutorial_displaying3DCurves + Start 174: tutorial_solvingEquations + Start 175: testbench_simple.wxmx + Start 176: check_desktop_file +176/176 Test #176: check_desktop_file .......................... Passed +45% tests passed, 97 tests failed out of 176 +Use "--rerun-failed --output-on-failure" to re-run the failed cases verbosely. diff --git a/components/scientific/wxmaxima/wxmaxima.p5m b/components/scientific/wxmaxima/wxmaxima.p5m new file mode 100644 index 0000000000..511a8972ca --- /dev/null +++ b/components/scientific/wxmaxima/wxmaxima.p5m @@ -0,0 +1,98 @@ +# +# This file and its contents are supplied under the terms of the +# Common Development and Distribution License ("CDDL"), version 1.0. +# You may only use this file in accordance with the terms of version +# 1.0 of the CDDL. +# +# A full copy of the text of the CDDL should have accompanied this +# source. A copy of the CDDL is also available via the Internet at +# http://www.illumos.org/license/CDDL. +# + +# +# Copyright 2024 Andreas Wacknitz +# + +set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) +set name=pkg.human-version value=$(HUMAN_VERSION) +set name=pkg.summary value="$(COMPONENT_SUMMARY)" +set name=info.classification value="$(COMPONENT_CLASSIFICATION)" +set name=info.upstream-url value=$(COMPONENT_PROJECT_URL) +set name=info.source-url value=$(COMPONENT_ARCHIVE_URL) +set name=org.opensolaris.consolidation value=$(CONSOLIDATION) + +license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)' + +depend type=require fmri=library/math/maxima + +file path=usr/bin/wxmaxima +file path=usr/share/applications/io.github.wxmaxima_developers.wxMaxima.desktop +file path=usr/share/bash-completion/completions/wxmaxima +file path=usr/share/doc/wxmaxima/AUTHORS.md +file path=usr/share/doc/wxmaxima/BatchImage.png +file path=usr/share/doc/wxmaxima/COPYING +file path=usr/share/doc/wxmaxima/GPL.txt +file path=usr/share/doc/wxmaxima/InputCell.png +file path=usr/share/doc/wxmaxima/MatrixTableExample.png +file path=usr/share/doc/wxmaxima/NEWS.md +file path=usr/share/doc/wxmaxima/README +file path=usr/share/doc/wxmaxima/README.md +file path=usr/share/doc/wxmaxima/SecondTableExample.png +file path=usr/share/doc/wxmaxima/SidePanes.png +file path=usr/share/doc/wxmaxima/Sidepane-TOC-convert-headings.png +file path=usr/share/doc/wxmaxima/cell-example.png +file path=usr/share/doc/wxmaxima/ezUnits.png +file path=usr/share/doc/wxmaxima/header.html +file path=usr/share/doc/wxmaxima/horizontal-cursor-between-cells.png +file path=usr/share/doc/wxmaxima/horizontal-cursor-only.png +file path=usr/share/doc/wxmaxima/locale-warning.png +file path=usr/share/doc/wxmaxima/maxima_screenshot.png +file path=usr/share/doc/wxmaxima/sbclMemory.png +file path=usr/share/doc/wxmaxima/wxMaximaLogo.png +file path=usr/share/doc/wxmaxima/wxMaximaWindow.png +file path=usr/share/doc/wxmaxima/wxMaxima_configuration_001.png +file path=usr/share/doc/wxmaxima/wxmaxima.css +file path=usr/share/doc/wxmaxima/wxmaxima.de.html +file path=usr/share/doc/wxmaxima/wxmaxima.es.html +file path=usr/share/doc/wxmaxima/wxmaxima.html +file path=usr/share/doc/wxmaxima/wxmaxima.it.html +file path=usr/share/doc/wxmaxima/wxmaxima.svg +file path=usr/share/doc/wxmaxima/wxmaxima.tr.html +file path=usr/share/doc/wxmaxima/wxmaxima.uk.html +file path=usr/share/doc/wxmaxima/wxmaxima.zh_CN.html +file path=usr/share/doc/wxmaxima/wxsubscripts.png +file path=usr/share/locale/ca/LC_MESSAGES/wxMaxima.mo +file path=usr/share/locale/cs/LC_MESSAGES/wxMaxima.mo +file path=usr/share/locale/da/LC_MESSAGES/wxMaxima.mo +file path=usr/share/locale/de/LC_MESSAGES/wxMaxima.mo +file path=usr/share/locale/el/LC_MESSAGES/wxMaxima.mo +file path=usr/share/locale/en/LC_MESSAGES/wxMaxima.mo +file path=usr/share/locale/es/LC_MESSAGES/wxMaxima.mo +file path=usr/share/locale/fi/LC_MESSAGES/wxMaxima.mo +file path=usr/share/locale/fr/LC_MESSAGES/wxMaxima.mo +file path=usr/share/locale/gl/LC_MESSAGES/wxMaxima.mo +file path=usr/share/locale/hu/LC_MESSAGES/wxMaxima.mo +file path=usr/share/locale/it/LC_MESSAGES/wxMaxima.mo +file path=usr/share/locale/ja/LC_MESSAGES/wxMaxima.mo +file path=usr/share/locale/kab/LC_MESSAGES/wxMaxima.mo +file path=usr/share/locale/nb/LC_MESSAGES/wxMaxima.mo +file path=usr/share/locale/pl/LC_MESSAGES/wxMaxima.mo +file path=usr/share/locale/pt_BR/LC_MESSAGES/wxMaxima.mo +file path=usr/share/locale/ru/LC_MESSAGES/wxMaxima.mo +file path=usr/share/locale/tr/LC_MESSAGES/wxMaxima.mo +file path=usr/share/locale/uk/LC_MESSAGES/wxMaxima.mo +file path=usr/share/locale/zh_CN/LC_MESSAGES/wxMaxima.mo +file path=usr/share/locale/zh_TW/LC_MESSAGES/wxMaxima.mo +file path=usr/share/man/de/man1/wxmaxima.1 +file path=usr/share/man/man1/wxmaxima.1 +file path=usr/share/metainfo/io.github.wxmaxima_developers.wxMaxima.appdata.xml +file path=usr/share/mime/packages/x-wxmathml.xml +file path=usr/share/mime/packages/x-wxmaxima-batch.xml +file path=usr/share/pixmaps/io.github.wxmaxima_developers.wxMaxima.png +file path=usr/share/pixmaps/io.github.wxmaxima_developers.wxMaxima.svg +file path=usr/share/pixmaps/text-x-wxmathml.svg +file path=usr/share/pixmaps/text-x-wxmaxima-batch.svg +file path=usr/share/pixmaps/wxmaxima-16.xpm +file path=usr/share/pixmaps/wxmaxima-32.xpm +file path=usr/share/wxMaxima/io.github.wxmaxima_developers.wxMaxima.png +file path=usr/share/wxMaxima/io.github.wxmaxima_developers.wxMaxima.svg -- 2.11.4.GIT