From abaae104620f6a6c7607e01f235a43fc0974cdf7 Mon Sep 17 00:00:00 2001 From: Koen De Vleeschauwer Date: Mon, 24 Feb 2014 16:10:05 +0100 Subject: [PATCH 1/2] maxima - inital version --- metadata/jp.yhonda.maxima.txt | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 metadata/jp.yhonda.maxima.txt diff --git a/metadata/jp.yhonda.maxima.txt b/metadata/jp.yhonda.maxima.txt new file mode 100644 index 0000000000..4d07a84d71 --- /dev/null +++ b/metadata/jp.yhonda.maxima.txt @@ -0,0 +1,28 @@ +Categories:Mathematics +License:GPLv2 for Java app; GPL, BSD, Apache2 for subprojects. +Web Site:https://sites.google.com/site/maximaonandroid/ +Source Code:https://github.com/YasuakiHonda/Maxima-on-Android +Issue Tracker:https://github.com/YasuakiHonda/Maxima-on-Android/issues + +Summary: Computer Algebra System +Description: +Maxima, a full featured computer algebra system, now runs on your Android mobile devices. Maxima, and its predecessor Macsyma is one of the most long-established software in the world, back in 1960s at MIT LCS and Project Mac. You can perform many many math operations such as integration, differentiation, matrix operations, rational numbers, symbolic treatment of constants such as pi, e, euler's gamma, symbolic and numerical treatment of special functions such as sin(x), cos(x), log(x), exp(x), zeta(s), and many more. + +Maxima on Android is a port of Maxima on the Android operating system. Thanks to Sylvain Ageneau' effort on porting Embeddable Common Lisp to the Android OS, the latest Maxima code runs nicely on ECL on Android with very small changes to the source code. + +Maxima on Android is a combination of many open source software: ECL on Android, MathJax, and Maxima itself. I wrote roughly a thousand lines of Java code and a hundred lines of HTML including Javascript code. + +The installation of the software requires total of 90MB on the storage. 30MB needs to be installed on the internal storage. The rest of 60MB can be installed either on the external or the internal storage. The first run of the apk will ask you where you want the 60MB to be installed. + +Then you can enjoy Maxima / Macsyma on your mobile phone or tablet based on Android OS. +. + +Repo Type:git +Repo:https://github.com/YasuakiHonda/Maxima-on-Android.git + +Build:2.1,14 + commit=611869d20f3b54811a7434e8f7b2eeaf5e19d7e6 + subdir=MaximaOnAndroid + +Auto Update Mode:None +Update Check Mode:Tags From 61c7bdbec5d8115696fe53e7ae1a4946db37511d Mon Sep 17 00:00:00 2001 From: Boris Kraut Date: Wed, 26 Feb 2014 17:01:31 +0100 Subject: [PATCH 2/2] Maxima: Fix syntax and AUM --- metadata/jp.yhonda.maxima.txt | 28 -------------------- metadata/jp.yhonda.txt | 48 +++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+), 28 deletions(-) delete mode 100644 metadata/jp.yhonda.maxima.txt create mode 100644 metadata/jp.yhonda.txt diff --git a/metadata/jp.yhonda.maxima.txt b/metadata/jp.yhonda.maxima.txt deleted file mode 100644 index 4d07a84d71..0000000000 --- a/metadata/jp.yhonda.maxima.txt +++ /dev/null @@ -1,28 +0,0 @@ -Categories:Mathematics -License:GPLv2 for Java app; GPL, BSD, Apache2 for subprojects. -Web Site:https://sites.google.com/site/maximaonandroid/ -Source Code:https://github.com/YasuakiHonda/Maxima-on-Android -Issue Tracker:https://github.com/YasuakiHonda/Maxima-on-Android/issues - -Summary: Computer Algebra System -Description: -Maxima, a full featured computer algebra system, now runs on your Android mobile devices. Maxima, and its predecessor Macsyma is one of the most long-established software in the world, back in 1960s at MIT LCS and Project Mac. You can perform many many math operations such as integration, differentiation, matrix operations, rational numbers, symbolic treatment of constants such as pi, e, euler's gamma, symbolic and numerical treatment of special functions such as sin(x), cos(x), log(x), exp(x), zeta(s), and many more. - -Maxima on Android is a port of Maxima on the Android operating system. Thanks to Sylvain Ageneau' effort on porting Embeddable Common Lisp to the Android OS, the latest Maxima code runs nicely on ECL on Android with very small changes to the source code. - -Maxima on Android is a combination of many open source software: ECL on Android, MathJax, and Maxima itself. I wrote roughly a thousand lines of Java code and a hundred lines of HTML including Javascript code. - -The installation of the software requires total of 90MB on the storage. 30MB needs to be installed on the internal storage. The rest of 60MB can be installed either on the external or the internal storage. The first run of the apk will ask you where you want the 60MB to be installed. - -Then you can enjoy Maxima / Macsyma on your mobile phone or tablet based on Android OS. -. - -Repo Type:git -Repo:https://github.com/YasuakiHonda/Maxima-on-Android.git - -Build:2.1,14 - commit=611869d20f3b54811a7434e8f7b2eeaf5e19d7e6 - subdir=MaximaOnAndroid - -Auto Update Mode:None -Update Check Mode:Tags diff --git a/metadata/jp.yhonda.txt b/metadata/jp.yhonda.txt new file mode 100644 index 0000000000..b1f23586ac --- /dev/null +++ b/metadata/jp.yhonda.txt @@ -0,0 +1,48 @@ +Categories:Mathematics +License:GPLv2+ +Web Site:https://sites.google.com/site/maximaonandroid/ +Source Code:https://github.com/YasuakiHonda/Maxima-on-Android +Issue Tracker:https://github.com/YasuakiHonda/Maxima-on-Android/issues + +Auto Name:MaximaOnAndroid +Summary:Computer Algebra System +Description: +Maxima, a full featured computer algebra system, now runs on your Android +mobile devices. Maxima, and its predecessor Macsyma is one of the most +long-established software in the world, back in 1960s at MIT LCS and +Project Mac. You can perform many many math operations such as integration, +differentiation, matrix operations, rational numbers, symbolic treatment +of constants such as pi, e, euler's gamma, symbolic and numerical treatment +of special functions such as sin(x), cos(x), log(x), exp(x), zeta(s), and +many more. + +Maxima on Android is a port of Maxima on the Android operating system. Thanks +to Sylvain Ageneau' effort on porting Embeddable Common Lisp to the Android +OS, the latest Maxima code runs nicely on ECL on Android with very small +changes to the source code. + +Maxima on Android is a combination of many open source software: ECL on +Android, MathJax, and Maxima itself. I wrote roughly a thousand lines of +Java code and a hundred lines of HTML including Javascript code. + +The installation of the software requires total of 90MB on the storage. 30MB +needs to be installed on the internal storage. The rest of 60MB can be +installed either on the external or the internal storage. The first run of +the apk will ask you where you want the 60MB to be installed. + +Then you can enjoy Maxima / Macsyma on your mobile phone or tablet based on +Android OS. +. + +Repo Type:git +Repo:https://github.com/YasuakiHonda/Maxima-on-Android.git + +Build:2.1,14 + commit=v2.1 + subdir=MaximaOnAndroid + +Auto Update Mode:Version v%c +Update Check Mode:Tags +Current Version:2.1 +Current Version Code:14 +