|
1
by Matthias Andreas Benkard
New upstream release. |
1 |
Source: mascyma |
2 |
Section: math |
|
3 |
Priority: extra |
|
|
4
by Luca Falavigna
* debian/packages: |
4 |
Maintainer: Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com> |
5 |
XSBC-Original-Maintainer: Matthias Andreas Benkard <mulk@mbenkard.de> |
|
|
1
by Matthias Andreas Benkard
New upstream release. |
6 |
Upstream-Authors: Stefan F. Richter <gericht@users.sourceforge.net>, Matthias Andreas Benkard <mulk@mbenkard.de> |
7 |
Standards-Version: 3.6.1 |
|
8 |
Upstream-Source: <URL:http://mulk.dyndns.org/cgi-bin/viewcvs.cgi/trunk.tar.gz?root=Python-Mascyma&view=tar> |
|
9 |
Home-Page: <URL:http://www.brummulk.de.vu/projects/mascyma/> |
|
10 |
Description: A user-friendly frontend for MAXIMA |
|
11 |
Origin: Mulky Software Repository |
|
12 |
Copyright: GPL |
|
13 |
Copyright 2004 Matthias Andreas Benkard |
|
14 |
Major-Changes: |
|
15 |
None. |
|
16 |
Build-Depends: make, intltool, dpkg-dev, gettext, gzip, yada, coreutils |
|
17 |
Build: sh |
|
18 |
make PREFIX=/usr INFODIR=/usr/share/info MANDIR=/usr/share/man |
|
19 |
Clean: sh |
|
20 |
make clean || true |
|
21 |
||
22 |
Package: mascyma |
|
23 |
Architecture: all |
|
|
2
by Sarah Hobbs
* Added dep python-glade2. Closes bug #54927 |
24 |
Depends: python (>= 2.3.0), libwxgtk-python (>= 2.4.0.0) | python-gtk2 (>= 2.2.0-1), python-glade2, maxima |
|
1
by Matthias Andreas Benkard
New upstream release. |
25 |
Description: A user-friendly frontend for MAXIMA |
26 |
Mascyma is (trying to be) a user-friendly graphical frontend for the Computer |
|
27 |
Algebra System GNU MAXIMA. It is written in Python and provides two GUIs, |
|
28 |
one of which based on PyGTK, the other based on wxPython. |
|
29 |
Alternatives: |
|
30 |
/usr/bin/computer-algebra-system -> computer-algebra-system -> /usr/bin/mascyma (10) |
|
31 |
>> /usr/share/man/man1/computer-algebra-system.1.gz -> computer-algebra-system.1.gz -> /usr/share/man/man1/mascyma.1.gz |
|
32 |
Menu: |
|
33 |
?package(mascyma):needs="x11" section="Apps/Math" title="Mascyma" command="mascyma" |
|
34 |
Install: sh |
|
35 |
make install DESTDIR=$ROOT/usr |
|
36 |
Overrides: |
|
37 |
script-not-executable ./usr/lib/mascyma/core/common.py |
|
38 |
script-not-executable ./usr/lib/mascyma/core/__init__.py |
|
39 |
script-not-executable ./usr/lib/mascyma/core/main.py |
|
40 |
script-not-executable ./usr/lib/mascyma/core/maxima.py |
|
41 |
script-not-executable ./usr/lib/mascyma/core/parser.py |
|
42 |
script-not-executable ./usr/lib/mascyma/gui/algebra.py |
|
43 |
script-not-executable ./usr/lib/mascyma/gui/infodialog.py |
|
44 |
script-not-executable ./usr/lib/mascyma/gui/__init__.py |
|
45 |
script-not-executable ./usr/lib/mascyma/gui/main.py |
|
46 |
script-not-executable ./usr/lib/mascyma/gui/mainwindow.py |
|
47 |
script-not-executable ./usr/lib/mascyma/gui/plot.py |
|
48 |
script-not-executable ./usr/lib/mascyma/wxgui/common.py |
|
49 |
script-not-executable ./usr/lib/mascyma/wxgui/__init__.py |
|
50 |
script-not-executable ./usr/lib/mascyma/wxgui/main.py |
|
51 |
script-not-executable ./usr/lib/mascyma/wxgui/mainwindow.py |
|
52 |
script-not-executable ./usr/lib/mascyma/wxgui/util.py |
|
53 |
script-not-executable ./usr/lib/mascyma/wxgui/xrcwidgets.py |
|
54 |