From: Dimitrios Eftaxiopoulos Date: Tue, 27 Jan 2015 14:45:59 +0000 (+0200) Subject: Update standards version and binary package names in d/control X-Git-Tag: archive/raspbian/2.5-2+rpi1^2~115 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=051f0eb9e25ca42f20f39fb7b95b89e200aaa5c1;p=mathgl.git Update standards version and binary package names in d/control --- diff --git a/debian/control b/debian/control index 46f397f..d048000 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9), libltdl-dev, libgsl0-dev, freeglut3-dev, libgif-dev, python-dev, python-numpy, libfontconfig1-dev, libqtwebkit-dev, libhdf4-dev, chrpath, libxinerama-dev, libxmu-dev, libxi-dev, libhpdf-dev, mpi-default-dev, swig3.0, cmake, libxft-dev -Standards-Version: 3.9.5 +Standards-Version: 3.9.6 Homepage: http://mathgl.sourceforge.net/doc_en/Main.html Vcs-Git: git://anonscm.debian.org/debian-science/packages/mathgl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/mathgl.git @@ -18,7 +18,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/mathgl. Package: mathgl Architecture: any Section: libs -Depends: ${shlibs:Depends}, ${misc:Depends}, libmgl7.2.0 (= ${binary:Version}) +Depends: ${shlibs:Depends}, ${misc:Depends}, libmgl7.4.0 (= ${binary:Version}) Description: library for scientific graphs (utilities and examples) A free cross-platform library of fast C++ routines for plotting data in up to 3 dimensions. It can export plots to bitmaps and vector EPS, SVG, IDTF @@ -31,7 +31,7 @@ Description: library for scientific graphs (utilities and examples) Package: udav Architecture: any Section: libs -Depends: ${shlibs:Depends}, ${misc:Depends}, libmgl7.2.0 (= ${binary:Version}) +Depends: ${shlibs:Depends}, ${misc:Depends}, libmgl7.4.0 (= ${binary:Version}) Description: library for scientific graphs (window interface) A free cross-platform library of fast C++ routines for plotting data in up to 3 dimensions. It can export plots to bitmaps and vector EPS, SVG, IDTF @@ -56,7 +56,7 @@ Description: library for scientific graphs (window interface) # . # This package contains the MathGL documentation in English. -Package: libmgl7.2.0 +Package: libmgl7.4.0 Architecture: any Section: libs Depends: ${shlibs:Depends}, ${misc:Depends}, libmgl-data @@ -71,7 +71,7 @@ Description: library for scientific graphs (main runtime library) . This package contains the shared object files. -Package: libmgl-mpi7.2.0 +Package: libmgl-mpi7.4.0 Architecture: any Section: libs Depends: ${shlibs:Depends}, ${misc:Depends}, libmgl-data @@ -87,7 +87,7 @@ Description: library for scientific graphs (mpi enhanced runtime library) This package contains the, parallel interface enhanced, shared object files. -Package: libmgl-wnd7.2.0 +Package: libmgl-wnd7.4.0 Architecture: any Section: libs Depends: ${shlibs:Depends}, ${misc:Depends}, libmgl-data @@ -104,7 +104,7 @@ Description: library for scientific graphs (windows runtime library) This package contains the window opening related shared object files based on Fltk, Qt and Wx. -Package: libmgl-glut7.2.0 +Package: libmgl-glut7.4.0 Architecture: any Section: libs Depends: ${shlibs:Depends}, ${misc:Depends}, libmgl-data @@ -120,7 +120,7 @@ Description: library for scientific graphs (glut interface for windows) This package contains the glut interface shared object files for window opening. -Package: libmgl-qt7.2.0 +Package: libmgl-qt7.4.0 Architecture: any Section: libs Depends: ${shlibs:Depends}, ${misc:Depends}, libmgl-data @@ -136,7 +136,7 @@ Description: library for scientific graphs (Qt interface for windows) This package contains the Qt interface shared object files for window opening. -Package: libmgl-fltk7.2.0 +Package: libmgl-fltk7.4.0 Architecture: any Section: libs Depends: ${shlibs:Depends}, ${misc:Depends}, libmgl-data @@ -152,7 +152,7 @@ Description: library for scientific graphs (fltk interface for windows) This package contains the fltk interface shared object files for window opening. -Package: libmgl-wx7.2.0 +Package: libmgl-wx7.4.0 Architecture: any Section: libs Depends: ${shlibs:Depends}, ${misc:Depends}, libmgl-data @@ -197,10 +197,10 @@ Description: library for scientific graphs (data files) Package: libmgl-dev Architecture: any Section: libdevel -Depends: libmgl7.2.0 (= ${binary:Version}), libmgl-wnd7.2.0 (= ${binary:Version}), - libmgl-wx7.2.0 (= ${binary:Version}), libmgl-fltk7.2.0 (= ${binary:Version}), - libmgl-qt7.2.0 (= ${binary:Version}), libmgl-glut7.2.0 (= ${binary:Version}), - libmgl-mpi7.2.0 (= ${binary:Version}), ${misc:Depends}, libgsl0-dev, +Depends: libmgl7.4.0 (= ${binary:Version}), libmgl-wnd7.4.0 (= ${binary:Version}), + libmgl-wx7.4.0 (= ${binary:Version}), libmgl-fltk7.4.0 (= ${binary:Version}), + libmgl-qt7.4.0 (= ${binary:Version}), libmgl-glut7.4.0 (= ${binary:Version}), + libmgl-mpi7.4.0 (= ${binary:Version}), ${misc:Depends}, libgsl0-dev, libgl1-mesa-dev | libgl-dev, libpng-dev Description: library for scientific graphs (development files) A free cross-platform library of fast C++ routines for plotting data in up diff --git a/debian/libmgl-fltk7.2.0.postinst.debhelper b/debian/libmgl-fltk7.2.0.postinst.debhelper new file mode 100644 index 0000000..3d89d3e --- /dev/null +++ b/debian/libmgl-fltk7.2.0.postinst.debhelper @@ -0,0 +1,5 @@ +# Automatically added by dh_makeshlibs +if [ "$1" = "configure" ]; then + ldconfig +fi +# End automatically added section diff --git a/debian/libmgl-fltk7.2.0.postrm.debhelper b/debian/libmgl-fltk7.2.0.postrm.debhelper new file mode 100644 index 0000000..7f44047 --- /dev/null +++ b/debian/libmgl-fltk7.2.0.postrm.debhelper @@ -0,0 +1,5 @@ +# Automatically added by dh_makeshlibs +if [ "$1" = "remove" ]; then + ldconfig +fi +# End automatically added section diff --git a/debian/libmgl-fltk7.2.0.substvars b/debian/libmgl-fltk7.2.0.substvars new file mode 100644 index 0000000..77f5625 --- /dev/null +++ b/debian/libmgl-fltk7.2.0.substvars @@ -0,0 +1,3 @@ +python:Depends=python-numpy (>= 1:1.8.0), python-numpy-abi9 +shlibs:Depends=libc6 (>= 2.15), libfontconfig1 (>= 2.11), libgcc1 (>= 1:4.1.1), libgif4 (>= 4.1.4), libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, libgomp1 (>= 4.2.1), libgsl0ldbl (>= 1.9), libhdf4-0, libhdf5-8, libhpdf-2.2.1, libice6 (>= 1:1.0.0), libjpeg62-turbo (>= 1.3.1), libmgl7.2.0, libpng12-0 (>= 1.2.13-4), libsm6, libstdc++6 (>= 4.1.1), libx11-6, libxext6, libxft2 (>> 2.1.1), libxinerama1, zlib1g (>= 1:1.1.4) +misc:Depends= diff --git a/debian/libmgl-fltk7.2.0/DEBIAN/control b/debian/libmgl-fltk7.2.0/DEBIAN/control new file mode 100644 index 0000000..5b39c4e --- /dev/null +++ b/debian/libmgl-fltk7.2.0/DEBIAN/control @@ -0,0 +1,21 @@ +Package: libmgl-fltk7.2.0 +Source: mathgl +Version: 2.3.1-1 +Architecture: amd64 +Maintainer: Debian Science Maintainers +Installed-Size: 855 +Depends: libc6 (>= 2.15), libfontconfig1 (>= 2.11), libgcc1 (>= 1:4.1.1), libgif4 (>= 4.1.4), libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, libgomp1 (>= 4.2.1), libgsl0ldbl (>= 1.9), libhdf4-0, libhdf5-8, libhpdf-2.2.1, libice6 (>= 1:1.0.0), libjpeg62-turbo (>= 1.3.1), libmgl7.2.0, libpng12-0 (>= 1.2.13-4), libsm6, libstdc++6 (>= 4.1.1), libx11-6, libxext6, libxft2 (>> 2.1.1), libxinerama1, zlib1g (>= 1:1.1.4), libmgl-data +Conflicts: libmgl-fltk5, libmgl-fltk7.1.0 +Replaces: libmgl-fltk5, libmgl-fltk7.1.0 +Section: libs +Priority: optional +Homepage: http://mathgl.sourceforge.net/doc_en/Main.html +Description: library for scientific graphs (fltk interface for windows) + A free cross-platform library of fast C++ routines for plotting data in up + to 3 dimensions. It can export plots to bitmaps and vector EPS, SVG, IDTF + files. There are simple window interfaces based on GLUT, FLTK and/or Qt. + MathGL can also be used in the console. There are interfaces to a set of + languages, such as, C, Fortran, Pascal, Forth, Python, Octave. + . + This package contains the fltk interface shared object files for window + opening. diff --git a/debian/libmgl-fltk7.2.0/DEBIAN/md5sums b/debian/libmgl-fltk7.2.0/DEBIAN/md5sums new file mode 100644 index 0000000..2fc3013 --- /dev/null +++ b/debian/libmgl-fltk7.2.0/DEBIAN/md5sums @@ -0,0 +1,4 @@ +9346768c56e04cd3316950f3537510dd usr/lib/libmgl-fltk.so.7.4.0 +e6359d6b69fa83bc17836cc9fa789924 usr/share/doc/libmgl-fltk7.2.0/changelog.Debian.gz +47d1d6f2dcc10f279f6c994be32d5647 usr/share/doc/libmgl-fltk7.2.0/changelog.gz +930ef1d07bc5d860edf125f962ed6940 usr/share/doc/libmgl-fltk7.2.0/copyright diff --git a/debian/libmgl-fltk7.2.0/DEBIAN/postinst b/debian/libmgl-fltk7.2.0/DEBIAN/postinst new file mode 100755 index 0000000..379f1fa --- /dev/null +++ b/debian/libmgl-fltk7.2.0/DEBIAN/postinst @@ -0,0 +1,7 @@ +#!/bin/sh +set -e +# Automatically added by dh_makeshlibs +if [ "$1" = "configure" ]; then + ldconfig +fi +# End automatically added section diff --git a/debian/libmgl-fltk7.2.0/DEBIAN/postrm b/debian/libmgl-fltk7.2.0/DEBIAN/postrm new file mode 100755 index 0000000..3e73d38 --- /dev/null +++ b/debian/libmgl-fltk7.2.0/DEBIAN/postrm @@ -0,0 +1,7 @@ +#!/bin/sh +set -e +# Automatically added by dh_makeshlibs +if [ "$1" = "remove" ]; then + ldconfig +fi +# End automatically added section diff --git a/debian/libmgl-fltk7.2.0/DEBIAN/shlibs b/debian/libmgl-fltk7.2.0/DEBIAN/shlibs new file mode 100644 index 0000000..dbfb09b --- /dev/null +++ b/debian/libmgl-fltk7.2.0/DEBIAN/shlibs @@ -0,0 +1 @@ +libmgl-fltk 7.4.0 libmgl-fltk7.2.0 diff --git a/debian/libmgl-fltk7.2.0/usr/lib/libmgl-fltk.so.7.4.0 b/debian/libmgl-fltk7.2.0/usr/lib/libmgl-fltk.so.7.4.0 new file mode 100644 index 0000000..e664b14 Binary files /dev/null and b/debian/libmgl-fltk7.2.0/usr/lib/libmgl-fltk.so.7.4.0 differ diff --git a/debian/libmgl-fltk7.2.0/usr/share/doc/libmgl-fltk7.2.0/changelog.Debian.gz b/debian/libmgl-fltk7.2.0/usr/share/doc/libmgl-fltk7.2.0/changelog.Debian.gz new file mode 100644 index 0000000..ac5ca1f Binary files /dev/null and b/debian/libmgl-fltk7.2.0/usr/share/doc/libmgl-fltk7.2.0/changelog.Debian.gz differ diff --git a/debian/libmgl-fltk7.2.0/usr/share/doc/libmgl-fltk7.2.0/changelog.gz b/debian/libmgl-fltk7.2.0/usr/share/doc/libmgl-fltk7.2.0/changelog.gz new file mode 100644 index 0000000..6d1ef01 Binary files /dev/null and b/debian/libmgl-fltk7.2.0/usr/share/doc/libmgl-fltk7.2.0/changelog.gz differ diff --git a/debian/libmgl-fltk7.2.0/usr/share/doc/libmgl-fltk7.2.0/copyright b/debian/libmgl-fltk7.2.0/usr/share/doc/libmgl-fltk7.2.0/copyright new file mode 100644 index 0000000..d4b6c9b --- /dev/null +++ b/debian/libmgl-fltk7.2.0/usr/share/doc/libmgl-fltk7.2.0/copyright @@ -0,0 +1,197 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: MathGL +Upstream-Contact: Alexey Balakin +Source: http://mathgl.sourceforge.net/ + +Files: * +Copyright: (C) 2007 Alexey Balakin + (C) 2007 Xavier Delacour + (C) 2007 Alexander Filov + (C) 2008 Dmitry Kulagin + (C) 2008 Michail Vidiassov + (C) 2007-2008 Sergey Plis +License: GPL-2+ + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + +Files: include/mgl2/*.h +Copyright: (C) 2007-2012 Alexey Balakin +License: LGPL-3 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Less General Public License as + published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Less General Public License for more details. + +Files: include/mgl2/mgl.h include/mgl2/mpi.h +Copyright: (C) 2007-2012 Alexey Balakin +License: GPL-2+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + +Files: mgllab/*.cpp mgllab/*.h mgllab/*.rc +Copyright: (C) 2007-2012 Alexey Balakin +License: LGPL-3 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Less General Public License as + published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Less General Public License for more details. + +Files: src/addon.cpp src/axis.cpp src/base.cpp src/base_cf.cpp + src/canvas.cpp src/canvas_cf.cpp src/complex.cpp + src/complex_io.cpp src/cont.cpp src/crust.cpp + src/data.cpp src/data_io.cpp src/data_new.cpp + src/data_png.cpp src/eval.cpp src/evalp.cpp + src/exec.cpp src/export.cpp src/export_2d.cpp + src/export_3d.cpp src/fft.cpp src/fit.cpp + src/font.cpp src/obj.cpp src/other.cpp + src/parser.cpp src/pde.cpp src/pixel.cpp + src/plot.cpp src/prc.cpp src/prim.cpp src/surf.cpp + src/tex_table.cpp src/vect.cpp src/volume.cpp + src/window.cpp +Copyright: (C) 2007-2012 Alexey Balakin +License: LGPL-3 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Less General Public License as + published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Less General Public License for more details. + +Files: src/prc/*File* src/prc/*Stream* src/prc/*write* +Copyright: (C) 2008 Orest Shardt +License: LGPL-3 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Less General Public License as + published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Less General Public License for more details. + +Files: src/s_hull/* +Copyright: (C) 2012 David Sinclair +License: permissive + S-hull is free software and may be obtained from www.s-hull.org. + It may be freely copied, modified, and redistributed under the conditions + described in `src/s_hull/COPYING.txt' + . + This is permission to use s-hull-pro in mathgl as long as the routines + retain my copyright notice. I am happy for it to be included in an LGPL + product and I am happy for the source to be bundled with mathgl under + whatever license you use for that. + . + The complete text of the license can be found in + `src/s_hull/COPYING.txt'. + +Files: udav/textedit.cpp udav/textedit.h +Copyright: (C) 2010 Nokia Corporation and/or its subsidiary(-ies) +License: BSD + Copyright (c) The Regents of the University of California. + All rights reserved. + . + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + 3. Neither the name of the University nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND + ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + SUCH DAMAGE. + +Files: widgets/*.cpp +Copyright: (C) 2007-2012 Alexey Balakin +License: LGPL-3 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Less General Public License as + published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Less General Public License for more details. + . + On Debian GNU/Linux systems, the complete text of the GNU Lesser General + Public License can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: texinfo/* +Copyright: (C) 2008 Alexey Balakin +License: GFDL-NIV-1.2+ + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU Free Documentation License, Version 1.2 + or any later version published by the Free Software Foundation; + with no Invariant Sections, no Front-Cover Texts, and no Back-Cover + Texts. A copy of the license is included in the section entitled ``GNU + Free Documentation License.'' + . + On Debian GNU/Linux systems, the complete text of the GNU Free Documentation + License can be found in `/usr/share/common-licenses/GFDL-1.2'. + +Files: texinfo/mathgl.js +Copyright: (C) 2012 Alexey Balakin +License: LGPL-3 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Less General Public License as + published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Less General Public License for more details. + . + On Debian GNU/Linux systems, the complete text of the GNU Lesser General + Public License can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: debian/* +Copyright: (C) 2008 Bradley Smith + (C) 2010 Dimitrios Eftaxiopoulos +License: GPL-2+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + On Debian GNU/Linux systems, the complete text of the GNU General Public License + can be found in `/usr/share/common-licenses/GPL-2'. diff --git a/debian/libmgl-glut7.2.0.postinst.debhelper b/debian/libmgl-glut7.2.0.postinst.debhelper new file mode 100644 index 0000000..3d89d3e --- /dev/null +++ b/debian/libmgl-glut7.2.0.postinst.debhelper @@ -0,0 +1,5 @@ +# Automatically added by dh_makeshlibs +if [ "$1" = "configure" ]; then + ldconfig +fi +# End automatically added section diff --git a/debian/libmgl-glut7.2.0.postrm.debhelper b/debian/libmgl-glut7.2.0.postrm.debhelper new file mode 100644 index 0000000..7f44047 --- /dev/null +++ b/debian/libmgl-glut7.2.0.postrm.debhelper @@ -0,0 +1,5 @@ +# Automatically added by dh_makeshlibs +if [ "$1" = "remove" ]; then + ldconfig +fi +# End automatically added section diff --git a/debian/libmgl-glut7.2.0.substvars b/debian/libmgl-glut7.2.0.substvars new file mode 100644 index 0000000..740af0a --- /dev/null +++ b/debian/libmgl-glut7.2.0.substvars @@ -0,0 +1,3 @@ +python:Depends=python-numpy (>= 1:1.8.0), python-numpy-abi9 +shlibs:Depends=freeglut3, libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libgif4 (>= 4.1.4), libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, libgomp1 (>= 4.2.1), libgsl0ldbl (>= 1.9), libhdf4-0, libhdf5-8, libhpdf-2.2.1, libice6 (>= 1:1.0.0), libjpeg62-turbo (>= 1.3.1), libmgl7.2.0, libpng12-0 (>= 1.2.13-4), libsm6, libstdc++6 (>= 4.1.1), libx11-6, libxext6, libxi6, libxmu6, zlib1g (>= 1:1.1.4) +misc:Depends= diff --git a/debian/libmgl-glut7.2.0/DEBIAN/control b/debian/libmgl-glut7.2.0/DEBIAN/control new file mode 100644 index 0000000..778e33b --- /dev/null +++ b/debian/libmgl-glut7.2.0/DEBIAN/control @@ -0,0 +1,21 @@ +Package: libmgl-glut7.2.0 +Source: mathgl +Version: 2.3.1-1 +Architecture: amd64 +Maintainer: Debian Science Maintainers +Installed-Size: 70 +Depends: freeglut3, libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libgif4 (>= 4.1.4), libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, libgomp1 (>= 4.2.1), libgsl0ldbl (>= 1.9), libhdf4-0, libhdf5-8, libhpdf-2.2.1, libice6 (>= 1:1.0.0), libjpeg62-turbo (>= 1.3.1), libmgl7.2.0, libpng12-0 (>= 1.2.13-4), libsm6, libstdc++6 (>= 4.1.1), libx11-6, libxext6, libxi6, libxmu6, zlib1g (>= 1:1.1.4), libmgl-data +Conflicts: libmgl-glut5, libmgl-glut6.0.0, libmgl-glut7.1.0 +Replaces: libmgl-glut5, libmgl-glut6.0.0, libmgl-glut7.1.0 +Section: libs +Priority: optional +Homepage: http://mathgl.sourceforge.net/doc_en/Main.html +Description: library for scientific graphs (glut interface for windows) + A free cross-platform library of fast C++ routines for plotting data in up + to 3 dimensions. It can export plots to bitmaps and vector EPS, SVG, IDTF + files. There are simple window interfaces based on GLUT, FLTK and/or Qt. + MathGL can also be used in the console. There are interfaces to a set of + languages, such as, C, Fortran, Pascal, Forth, Python, Octave. + . + This package contains the glut interface shared object files for window + opening. diff --git a/debian/libmgl-glut7.2.0/DEBIAN/md5sums b/debian/libmgl-glut7.2.0/DEBIAN/md5sums new file mode 100644 index 0000000..578a5b6 --- /dev/null +++ b/debian/libmgl-glut7.2.0/DEBIAN/md5sums @@ -0,0 +1,4 @@ +0dfe6cbd5f6d9ae893fc4efc7396da06 usr/lib/libmgl-glut.so.7.4.0 +e6359d6b69fa83bc17836cc9fa789924 usr/share/doc/libmgl-glut7.2.0/changelog.Debian.gz +47d1d6f2dcc10f279f6c994be32d5647 usr/share/doc/libmgl-glut7.2.0/changelog.gz +930ef1d07bc5d860edf125f962ed6940 usr/share/doc/libmgl-glut7.2.0/copyright diff --git a/debian/libmgl-glut7.2.0/DEBIAN/postinst b/debian/libmgl-glut7.2.0/DEBIAN/postinst new file mode 100755 index 0000000..379f1fa --- /dev/null +++ b/debian/libmgl-glut7.2.0/DEBIAN/postinst @@ -0,0 +1,7 @@ +#!/bin/sh +set -e +# Automatically added by dh_makeshlibs +if [ "$1" = "configure" ]; then + ldconfig +fi +# End automatically added section diff --git a/debian/libmgl-glut7.2.0/DEBIAN/postrm b/debian/libmgl-glut7.2.0/DEBIAN/postrm new file mode 100755 index 0000000..3e73d38 --- /dev/null +++ b/debian/libmgl-glut7.2.0/DEBIAN/postrm @@ -0,0 +1,7 @@ +#!/bin/sh +set -e +# Automatically added by dh_makeshlibs +if [ "$1" = "remove" ]; then + ldconfig +fi +# End automatically added section diff --git a/debian/libmgl-glut7.2.0/DEBIAN/shlibs b/debian/libmgl-glut7.2.0/DEBIAN/shlibs new file mode 100644 index 0000000..f8469a0 --- /dev/null +++ b/debian/libmgl-glut7.2.0/DEBIAN/shlibs @@ -0,0 +1 @@ +libmgl-glut 7.4.0 libmgl-glut7.2.0 diff --git a/debian/libmgl-glut7.2.0/usr/lib/libmgl-glut.so.7.4.0 b/debian/libmgl-glut7.2.0/usr/lib/libmgl-glut.so.7.4.0 new file mode 100644 index 0000000..970255f Binary files /dev/null and b/debian/libmgl-glut7.2.0/usr/lib/libmgl-glut.so.7.4.0 differ diff --git a/debian/libmgl-glut7.2.0/usr/share/doc/libmgl-glut7.2.0/changelog.Debian.gz b/debian/libmgl-glut7.2.0/usr/share/doc/libmgl-glut7.2.0/changelog.Debian.gz new file mode 100644 index 0000000..ac5ca1f Binary files /dev/null and b/debian/libmgl-glut7.2.0/usr/share/doc/libmgl-glut7.2.0/changelog.Debian.gz differ diff --git a/debian/libmgl-glut7.2.0/usr/share/doc/libmgl-glut7.2.0/changelog.gz b/debian/libmgl-glut7.2.0/usr/share/doc/libmgl-glut7.2.0/changelog.gz new file mode 100644 index 0000000..6d1ef01 Binary files /dev/null and b/debian/libmgl-glut7.2.0/usr/share/doc/libmgl-glut7.2.0/changelog.gz differ diff --git a/debian/libmgl-glut7.2.0/usr/share/doc/libmgl-glut7.2.0/copyright b/debian/libmgl-glut7.2.0/usr/share/doc/libmgl-glut7.2.0/copyright new file mode 100644 index 0000000..d4b6c9b --- /dev/null +++ b/debian/libmgl-glut7.2.0/usr/share/doc/libmgl-glut7.2.0/copyright @@ -0,0 +1,197 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: MathGL +Upstream-Contact: Alexey Balakin +Source: http://mathgl.sourceforge.net/ + +Files: * +Copyright: (C) 2007 Alexey Balakin + (C) 2007 Xavier Delacour + (C) 2007 Alexander Filov + (C) 2008 Dmitry Kulagin + (C) 2008 Michail Vidiassov + (C) 2007-2008 Sergey Plis +License: GPL-2+ + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + +Files: include/mgl2/*.h +Copyright: (C) 2007-2012 Alexey Balakin +License: LGPL-3 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Less General Public License as + published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Less General Public License for more details. + +Files: include/mgl2/mgl.h include/mgl2/mpi.h +Copyright: (C) 2007-2012 Alexey Balakin +License: GPL-2+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + +Files: mgllab/*.cpp mgllab/*.h mgllab/*.rc +Copyright: (C) 2007-2012 Alexey Balakin +License: LGPL-3 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Less General Public License as + published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Less General Public License for more details. + +Files: src/addon.cpp src/axis.cpp src/base.cpp src/base_cf.cpp + src/canvas.cpp src/canvas_cf.cpp src/complex.cpp + src/complex_io.cpp src/cont.cpp src/crust.cpp + src/data.cpp src/data_io.cpp src/data_new.cpp + src/data_png.cpp src/eval.cpp src/evalp.cpp + src/exec.cpp src/export.cpp src/export_2d.cpp + src/export_3d.cpp src/fft.cpp src/fit.cpp + src/font.cpp src/obj.cpp src/other.cpp + src/parser.cpp src/pde.cpp src/pixel.cpp + src/plot.cpp src/prc.cpp src/prim.cpp src/surf.cpp + src/tex_table.cpp src/vect.cpp src/volume.cpp + src/window.cpp +Copyright: (C) 2007-2012 Alexey Balakin +License: LGPL-3 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Less General Public License as + published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Less General Public License for more details. + +Files: src/prc/*File* src/prc/*Stream* src/prc/*write* +Copyright: (C) 2008 Orest Shardt +License: LGPL-3 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Less General Public License as + published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Less General Public License for more details. + +Files: src/s_hull/* +Copyright: (C) 2012 David Sinclair +License: permissive + S-hull is free software and may be obtained from www.s-hull.org. + It may be freely copied, modified, and redistributed under the conditions + described in `src/s_hull/COPYING.txt' + . + This is permission to use s-hull-pro in mathgl as long as the routines + retain my copyright notice. I am happy for it to be included in an LGPL + product and I am happy for the source to be bundled with mathgl under + whatever license you use for that. + . + The complete text of the license can be found in + `src/s_hull/COPYING.txt'. + +Files: udav/textedit.cpp udav/textedit.h +Copyright: (C) 2010 Nokia Corporation and/or its subsidiary(-ies) +License: BSD + Copyright (c) The Regents of the University of California. + All rights reserved. + . + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + 3. Neither the name of the University nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND + ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + SUCH DAMAGE. + +Files: widgets/*.cpp +Copyright: (C) 2007-2012 Alexey Balakin +License: LGPL-3 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Less General Public License as + published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Less General Public License for more details. + . + On Debian GNU/Linux systems, the complete text of the GNU Lesser General + Public License can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: texinfo/* +Copyright: (C) 2008 Alexey Balakin +License: GFDL-NIV-1.2+ + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU Free Documentation License, Version 1.2 + or any later version published by the Free Software Foundation; + with no Invariant Sections, no Front-Cover Texts, and no Back-Cover + Texts. A copy of the license is included in the section entitled ``GNU + Free Documentation License.'' + . + On Debian GNU/Linux systems, the complete text of the GNU Free Documentation + License can be found in `/usr/share/common-licenses/GFDL-1.2'. + +Files: texinfo/mathgl.js +Copyright: (C) 2012 Alexey Balakin +License: LGPL-3 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Less General Public License as + published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Less General Public License for more details. + . + On Debian GNU/Linux systems, the complete text of the GNU Lesser General + Public License can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: debian/* +Copyright: (C) 2008 Bradley Smith + (C) 2010 Dimitrios Eftaxiopoulos +License: GPL-2+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + On Debian GNU/Linux systems, the complete text of the GNU General Public License + can be found in `/usr/share/common-licenses/GPL-2'. diff --git a/debian/libmgl-mpi7.2.0.postinst.debhelper b/debian/libmgl-mpi7.2.0.postinst.debhelper new file mode 100644 index 0000000..3d89d3e --- /dev/null +++ b/debian/libmgl-mpi7.2.0.postinst.debhelper @@ -0,0 +1,5 @@ +# Automatically added by dh_makeshlibs +if [ "$1" = "configure" ]; then + ldconfig +fi +# End automatically added section diff --git a/debian/libmgl-mpi7.2.0.postrm.debhelper b/debian/libmgl-mpi7.2.0.postrm.debhelper new file mode 100644 index 0000000..7f44047 --- /dev/null +++ b/debian/libmgl-mpi7.2.0.postrm.debhelper @@ -0,0 +1,5 @@ +# Automatically added by dh_makeshlibs +if [ "$1" = "remove" ]; then + ldconfig +fi +# End automatically added section diff --git a/debian/libmgl-mpi7.2.0.substvars b/debian/libmgl-mpi7.2.0.substvars new file mode 100644 index 0000000..b61d5d6 --- /dev/null +++ b/debian/libmgl-mpi7.2.0.substvars @@ -0,0 +1,3 @@ +python:Depends=python-numpy (>= 1:1.8.0), python-numpy-abi9 +shlibs:Depends=libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libgomp1 (>= 4.9), libhwloc5 (>= 1.10.0), libopenmpi1.6, libstdc++6 (>= 4.9) +misc:Depends= diff --git a/debian/libmgl-mpi7.2.0/DEBIAN/control b/debian/libmgl-mpi7.2.0/DEBIAN/control new file mode 100644 index 0000000..2f85fac --- /dev/null +++ b/debian/libmgl-mpi7.2.0/DEBIAN/control @@ -0,0 +1,21 @@ +Package: libmgl-mpi7.2.0 +Source: mathgl +Version: 2.3.1-1 +Architecture: amd64 +Maintainer: Debian Science Maintainers +Installed-Size: 118 +Depends: libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libgomp1 (>= 4.9), libhwloc5 (>= 1.10.0), libopenmpi1.6, libstdc++6 (>= 4.9), libmgl-data +Conflicts: libmgl-mpi7.0.0, libmgl-mpi7.1.0 +Replaces: libmgl-mpi7.0.0, libmgl-mpi7.1.0 +Section: libs +Priority: optional +Homepage: http://mathgl.sourceforge.net/doc_en/Main.html +Description: library for scientific graphs (mpi enhanced runtime library) + A free cross-platform library of fast C++ routines for plotting data in up + to 3 dimensions. It can export plots to bitmaps and vector EPS, SVG, IDTF + files. There are simple window interfaces based on GLUT, FLTK and/or Qt. + MathGL can also be used in the console. There are interfaces to a set of + languages, such as, C, Fortran, Pascal, Forth, Python, Octave. + . + This package contains the, parallel interface enhanced, shared object + files. diff --git a/debian/libmgl-mpi7.2.0/DEBIAN/md5sums b/debian/libmgl-mpi7.2.0/DEBIAN/md5sums new file mode 100644 index 0000000..4586171 --- /dev/null +++ b/debian/libmgl-mpi7.2.0/DEBIAN/md5sums @@ -0,0 +1,4 @@ +251dd75bce83c3e59c1a93a81a5fef5a usr/lib/libmgl-mpi.so.7.4.0 +e6359d6b69fa83bc17836cc9fa789924 usr/share/doc/libmgl-mpi7.2.0/changelog.Debian.gz +47d1d6f2dcc10f279f6c994be32d5647 usr/share/doc/libmgl-mpi7.2.0/changelog.gz +930ef1d07bc5d860edf125f962ed6940 usr/share/doc/libmgl-mpi7.2.0/copyright diff --git a/debian/libmgl-mpi7.2.0/DEBIAN/postinst b/debian/libmgl-mpi7.2.0/DEBIAN/postinst new file mode 100755 index 0000000..379f1fa --- /dev/null +++ b/debian/libmgl-mpi7.2.0/DEBIAN/postinst @@ -0,0 +1,7 @@ +#!/bin/sh +set -e +# Automatically added by dh_makeshlibs +if [ "$1" = "configure" ]; then + ldconfig +fi +# End automatically added section diff --git a/debian/libmgl-mpi7.2.0/DEBIAN/postrm b/debian/libmgl-mpi7.2.0/DEBIAN/postrm new file mode 100755 index 0000000..3e73d38 --- /dev/null +++ b/debian/libmgl-mpi7.2.0/DEBIAN/postrm @@ -0,0 +1,7 @@ +#!/bin/sh +set -e +# Automatically added by dh_makeshlibs +if [ "$1" = "remove" ]; then + ldconfig +fi +# End automatically added section diff --git a/debian/libmgl-mpi7.2.0/DEBIAN/shlibs b/debian/libmgl-mpi7.2.0/DEBIAN/shlibs new file mode 100644 index 0000000..8ab43be --- /dev/null +++ b/debian/libmgl-mpi7.2.0/DEBIAN/shlibs @@ -0,0 +1 @@ +libmgl-mpi 7.4.0 libmgl-mpi7.2.0 diff --git a/debian/libmgl-mpi7.2.0/usr/lib/libmgl-mpi.so.7.4.0 b/debian/libmgl-mpi7.2.0/usr/lib/libmgl-mpi.so.7.4.0 new file mode 100644 index 0000000..f79dc40 Binary files /dev/null and b/debian/libmgl-mpi7.2.0/usr/lib/libmgl-mpi.so.7.4.0 differ diff --git a/debian/libmgl-mpi7.2.0/usr/share/doc/libmgl-mpi7.2.0/changelog.Debian.gz b/debian/libmgl-mpi7.2.0/usr/share/doc/libmgl-mpi7.2.0/changelog.Debian.gz new file mode 100644 index 0000000..ac5ca1f Binary files /dev/null and b/debian/libmgl-mpi7.2.0/usr/share/doc/libmgl-mpi7.2.0/changelog.Debian.gz differ diff --git a/debian/libmgl-mpi7.2.0/usr/share/doc/libmgl-mpi7.2.0/changelog.gz b/debian/libmgl-mpi7.2.0/usr/share/doc/libmgl-mpi7.2.0/changelog.gz new file mode 100644 index 0000000..6d1ef01 Binary files /dev/null and b/debian/libmgl-mpi7.2.0/usr/share/doc/libmgl-mpi7.2.0/changelog.gz differ diff --git a/debian/libmgl-mpi7.2.0/usr/share/doc/libmgl-mpi7.2.0/copyright b/debian/libmgl-mpi7.2.0/usr/share/doc/libmgl-mpi7.2.0/copyright new file mode 100644 index 0000000..d4b6c9b --- /dev/null +++ b/debian/libmgl-mpi7.2.0/usr/share/doc/libmgl-mpi7.2.0/copyright @@ -0,0 +1,197 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: MathGL +Upstream-Contact: Alexey Balakin +Source: http://mathgl.sourceforge.net/ + +Files: * +Copyright: (C) 2007 Alexey Balakin + (C) 2007 Xavier Delacour + (C) 2007 Alexander Filov + (C) 2008 Dmitry Kulagin + (C) 2008 Michail Vidiassov + (C) 2007-2008 Sergey Plis +License: GPL-2+ + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + +Files: include/mgl2/*.h +Copyright: (C) 2007-2012 Alexey Balakin +License: LGPL-3 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Less General Public License as + published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Less General Public License for more details. + +Files: include/mgl2/mgl.h include/mgl2/mpi.h +Copyright: (C) 2007-2012 Alexey Balakin +License: GPL-2+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + +Files: mgllab/*.cpp mgllab/*.h mgllab/*.rc +Copyright: (C) 2007-2012 Alexey Balakin +License: LGPL-3 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Less General Public License as + published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Less General Public License for more details. + +Files: src/addon.cpp src/axis.cpp src/base.cpp src/base_cf.cpp + src/canvas.cpp src/canvas_cf.cpp src/complex.cpp + src/complex_io.cpp src/cont.cpp src/crust.cpp + src/data.cpp src/data_io.cpp src/data_new.cpp + src/data_png.cpp src/eval.cpp src/evalp.cpp + src/exec.cpp src/export.cpp src/export_2d.cpp + src/export_3d.cpp src/fft.cpp src/fit.cpp + src/font.cpp src/obj.cpp src/other.cpp + src/parser.cpp src/pde.cpp src/pixel.cpp + src/plot.cpp src/prc.cpp src/prim.cpp src/surf.cpp + src/tex_table.cpp src/vect.cpp src/volume.cpp + src/window.cpp +Copyright: (C) 2007-2012 Alexey Balakin +License: LGPL-3 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Less General Public License as + published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Less General Public License for more details. + +Files: src/prc/*File* src/prc/*Stream* src/prc/*write* +Copyright: (C) 2008 Orest Shardt +License: LGPL-3 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Less General Public License as + published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Less General Public License for more details. + +Files: src/s_hull/* +Copyright: (C) 2012 David Sinclair +License: permissive + S-hull is free software and may be obtained from www.s-hull.org. + It may be freely copied, modified, and redistributed under the conditions + described in `src/s_hull/COPYING.txt' + . + This is permission to use s-hull-pro in mathgl as long as the routines + retain my copyright notice. I am happy for it to be included in an LGPL + product and I am happy for the source to be bundled with mathgl under + whatever license you use for that. + . + The complete text of the license can be found in + `src/s_hull/COPYING.txt'. + +Files: udav/textedit.cpp udav/textedit.h +Copyright: (C) 2010 Nokia Corporation and/or its subsidiary(-ies) +License: BSD + Copyright (c) The Regents of the University of California. + All rights reserved. + . + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + 3. Neither the name of the University nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND + ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + SUCH DAMAGE. + +Files: widgets/*.cpp +Copyright: (C) 2007-2012 Alexey Balakin +License: LGPL-3 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Less General Public License as + published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Less General Public License for more details. + . + On Debian GNU/Linux systems, the complete text of the GNU Lesser General + Public License can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: texinfo/* +Copyright: (C) 2008 Alexey Balakin +License: GFDL-NIV-1.2+ + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU Free Documentation License, Version 1.2 + or any later version published by the Free Software Foundation; + with no Invariant Sections, no Front-Cover Texts, and no Back-Cover + Texts. A copy of the license is included in the section entitled ``GNU + Free Documentation License.'' + . + On Debian GNU/Linux systems, the complete text of the GNU Free Documentation + License can be found in `/usr/share/common-licenses/GFDL-1.2'. + +Files: texinfo/mathgl.js +Copyright: (C) 2012 Alexey Balakin +License: LGPL-3 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Less General Public License as + published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Less General Public License for more details. + . + On Debian GNU/Linux systems, the complete text of the GNU Lesser General + Public License can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: debian/* +Copyright: (C) 2008 Bradley Smith + (C) 2010 Dimitrios Eftaxiopoulos +License: GPL-2+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + On Debian GNU/Linux systems, the complete text of the GNU General Public License + can be found in `/usr/share/common-licenses/GPL-2'. diff --git a/debian/libmgl-qt7.2.0.postinst.debhelper b/debian/libmgl-qt7.2.0.postinst.debhelper new file mode 100644 index 0000000..3d89d3e --- /dev/null +++ b/debian/libmgl-qt7.2.0.postinst.debhelper @@ -0,0 +1,5 @@ +# Automatically added by dh_makeshlibs +if [ "$1" = "configure" ]; then + ldconfig +fi +# End automatically added section diff --git a/debian/libmgl-qt7.2.0.postrm.debhelper b/debian/libmgl-qt7.2.0.postrm.debhelper new file mode 100644 index 0000000..7f44047 --- /dev/null +++ b/debian/libmgl-qt7.2.0.postrm.debhelper @@ -0,0 +1,5 @@ +# Automatically added by dh_makeshlibs +if [ "$1" = "remove" ]; then + ldconfig +fi +# End automatically added section diff --git a/debian/libmgl-qt7.2.0.substvars b/debian/libmgl-qt7.2.0.substvars new file mode 100644 index 0000000..26a6870 --- /dev/null +++ b/debian/libmgl-qt7.2.0.substvars @@ -0,0 +1,3 @@ +python:Depends=python-numpy (>= 1:1.8.0), python-numpy-abi9 +shlibs:Depends=libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libgif4 (>= 4.1.4), libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, libgomp1 (>= 4.2.1), libgsl0ldbl (>= 1.9), libhdf4-0, libhdf5-8, libhpdf-2.2.1, libice6 (>= 1:1.0.0), libjpeg62-turbo (>= 1.3.1), libmgl7.2.0, libpng12-0 (>= 1.2.13-4), libqt4-network (>= 4:4.5.3), libqt4-xmlpatterns (>= 4:4.5.3), libqtcore4 (>= 4:4.5.3), libqtgui4 (>= 4:4.5.3), libqtwebkit4 (>= 2.1.0~2011week13), libsm6, libstdc++6 (>= 4.1.1), libx11-6, libxext6, zlib1g (>= 1:1.1.4) +misc:Depends= diff --git a/debian/libmgl-qt7.2.0/DEBIAN/control b/debian/libmgl-qt7.2.0/DEBIAN/control new file mode 100644 index 0000000..f81df7a --- /dev/null +++ b/debian/libmgl-qt7.2.0/DEBIAN/control @@ -0,0 +1,21 @@ +Package: libmgl-qt7.2.0 +Source: mathgl +Version: 2.3.1-1 +Architecture: amd64 +Maintainer: Debian Science Maintainers +Installed-Size: 422 +Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libgif4 (>= 4.1.4), libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, libgomp1 (>= 4.2.1), libgsl0ldbl (>= 1.9), libhdf4-0, libhdf5-8, libhpdf-2.2.1, libice6 (>= 1:1.0.0), libjpeg62-turbo (>= 1.3.1), libmgl7.2.0, libpng12-0 (>= 1.2.13-4), libqt4-network (>= 4:4.5.3), libqt4-xmlpatterns (>= 4:4.5.3), libqtcore4 (>= 4:4.5.3), libqtgui4 (>= 4:4.5.3), libqtwebkit4 (>= 2.1.0~2011week13), libsm6, libstdc++6 (>= 4.1.1), libx11-6, libxext6, zlib1g (>= 1:1.1.4), libmgl-data +Conflicts: libmgl-qt5, libmgl-qt7.1.0 +Replaces: libmgl-qt5, libmgl-qt7.1.0 +Section: libs +Priority: optional +Homepage: http://mathgl.sourceforge.net/doc_en/Main.html +Description: library for scientific graphs (Qt interface for windows) + A free cross-platform library of fast C++ routines for plotting data in up + to 3 dimensions. It can export plots to bitmaps and vector EPS, SVG, IDTF + files. There are simple window interfaces based on GLUT, FLTK and/or Qt. + MathGL can also be used in the console. There are interfaces to a set of + languages, such as, C, Fortran, Pascal, Forth, Python, Octave. + . + This package contains the Qt interface shared object files for window + opening. diff --git a/debian/libmgl-qt7.2.0/DEBIAN/md5sums b/debian/libmgl-qt7.2.0/DEBIAN/md5sums new file mode 100644 index 0000000..bec513b --- /dev/null +++ b/debian/libmgl-qt7.2.0/DEBIAN/md5sums @@ -0,0 +1,5 @@ +2ece776e01bae92be176f26d65aacf6d usr/lib/libmgl-qt.so.7.4.0 +7fdc6e79b2eebeb954658897b257de3f usr/lib/libmgl-qt4.so.7.4.0 +e6359d6b69fa83bc17836cc9fa789924 usr/share/doc/libmgl-qt7.2.0/changelog.Debian.gz +47d1d6f2dcc10f279f6c994be32d5647 usr/share/doc/libmgl-qt7.2.0/changelog.gz +930ef1d07bc5d860edf125f962ed6940 usr/share/doc/libmgl-qt7.2.0/copyright diff --git a/debian/libmgl-qt7.2.0/DEBIAN/postinst b/debian/libmgl-qt7.2.0/DEBIAN/postinst new file mode 100755 index 0000000..379f1fa --- /dev/null +++ b/debian/libmgl-qt7.2.0/DEBIAN/postinst @@ -0,0 +1,7 @@ +#!/bin/sh +set -e +# Automatically added by dh_makeshlibs +if [ "$1" = "configure" ]; then + ldconfig +fi +# End automatically added section diff --git a/debian/libmgl-qt7.2.0/DEBIAN/postrm b/debian/libmgl-qt7.2.0/DEBIAN/postrm new file mode 100755 index 0000000..3e73d38 --- /dev/null +++ b/debian/libmgl-qt7.2.0/DEBIAN/postrm @@ -0,0 +1,7 @@ +#!/bin/sh +set -e +# Automatically added by dh_makeshlibs +if [ "$1" = "remove" ]; then + ldconfig +fi +# End automatically added section diff --git a/debian/libmgl-qt7.2.0/DEBIAN/shlibs b/debian/libmgl-qt7.2.0/DEBIAN/shlibs new file mode 100644 index 0000000..7a8cb66 --- /dev/null +++ b/debian/libmgl-qt7.2.0/DEBIAN/shlibs @@ -0,0 +1,2 @@ +libmgl-qt 7.4.0 libmgl-qt7.2.0 +libmgl-qt4 7.4.0 libmgl-qt7.2.0 diff --git a/debian/libmgl-qt7.2.0/usr/lib/libmgl-qt.so.7.4.0 b/debian/libmgl-qt7.2.0/usr/lib/libmgl-qt.so.7.4.0 new file mode 100644 index 0000000..784c8c3 Binary files /dev/null and b/debian/libmgl-qt7.2.0/usr/lib/libmgl-qt.so.7.4.0 differ diff --git a/debian/libmgl-qt7.2.0/usr/lib/libmgl-qt4.so.7.4.0 b/debian/libmgl-qt7.2.0/usr/lib/libmgl-qt4.so.7.4.0 new file mode 100644 index 0000000..da992d0 Binary files /dev/null and b/debian/libmgl-qt7.2.0/usr/lib/libmgl-qt4.so.7.4.0 differ diff --git a/debian/libmgl-qt7.2.0/usr/share/doc/libmgl-qt7.2.0/changelog.Debian.gz b/debian/libmgl-qt7.2.0/usr/share/doc/libmgl-qt7.2.0/changelog.Debian.gz new file mode 100644 index 0000000..ac5ca1f Binary files /dev/null and b/debian/libmgl-qt7.2.0/usr/share/doc/libmgl-qt7.2.0/changelog.Debian.gz differ diff --git a/debian/libmgl-qt7.2.0/usr/share/doc/libmgl-qt7.2.0/changelog.gz b/debian/libmgl-qt7.2.0/usr/share/doc/libmgl-qt7.2.0/changelog.gz new file mode 100644 index 0000000..6d1ef01 Binary files /dev/null and b/debian/libmgl-qt7.2.0/usr/share/doc/libmgl-qt7.2.0/changelog.gz differ diff --git a/debian/libmgl-qt7.2.0/usr/share/doc/libmgl-qt7.2.0/copyright b/debian/libmgl-qt7.2.0/usr/share/doc/libmgl-qt7.2.0/copyright new file mode 100644 index 0000000..d4b6c9b --- /dev/null +++ b/debian/libmgl-qt7.2.0/usr/share/doc/libmgl-qt7.2.0/copyright @@ -0,0 +1,197 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: MathGL +Upstream-Contact: Alexey Balakin +Source: http://mathgl.sourceforge.net/ + +Files: * +Copyright: (C) 2007 Alexey Balakin + (C) 2007 Xavier Delacour + (C) 2007 Alexander Filov + (C) 2008 Dmitry Kulagin + (C) 2008 Michail Vidiassov + (C) 2007-2008 Sergey Plis +License: GPL-2+ + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + +Files: include/mgl2/*.h +Copyright: (C) 2007-2012 Alexey Balakin +License: LGPL-3 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Less General Public License as + published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Less General Public License for more details. + +Files: include/mgl2/mgl.h include/mgl2/mpi.h +Copyright: (C) 2007-2012 Alexey Balakin +License: GPL-2+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + +Files: mgllab/*.cpp mgllab/*.h mgllab/*.rc +Copyright: (C) 2007-2012 Alexey Balakin +License: LGPL-3 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Less General Public License as + published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Less General Public License for more details. + +Files: src/addon.cpp src/axis.cpp src/base.cpp src/base_cf.cpp + src/canvas.cpp src/canvas_cf.cpp src/complex.cpp + src/complex_io.cpp src/cont.cpp src/crust.cpp + src/data.cpp src/data_io.cpp src/data_new.cpp + src/data_png.cpp src/eval.cpp src/evalp.cpp + src/exec.cpp src/export.cpp src/export_2d.cpp + src/export_3d.cpp src/fft.cpp src/fit.cpp + src/font.cpp src/obj.cpp src/other.cpp + src/parser.cpp src/pde.cpp src/pixel.cpp + src/plot.cpp src/prc.cpp src/prim.cpp src/surf.cpp + src/tex_table.cpp src/vect.cpp src/volume.cpp + src/window.cpp +Copyright: (C) 2007-2012 Alexey Balakin +License: LGPL-3 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Less General Public License as + published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Less General Public License for more details. + +Files: src/prc/*File* src/prc/*Stream* src/prc/*write* +Copyright: (C) 2008 Orest Shardt +License: LGPL-3 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Less General Public License as + published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Less General Public License for more details. + +Files: src/s_hull/* +Copyright: (C) 2012 David Sinclair +License: permissive + S-hull is free software and may be obtained from www.s-hull.org. + It may be freely copied, modified, and redistributed under the conditions + described in `src/s_hull/COPYING.txt' + . + This is permission to use s-hull-pro in mathgl as long as the routines + retain my copyright notice. I am happy for it to be included in an LGPL + product and I am happy for the source to be bundled with mathgl under + whatever license you use for that. + . + The complete text of the license can be found in + `src/s_hull/COPYING.txt'. + +Files: udav/textedit.cpp udav/textedit.h +Copyright: (C) 2010 Nokia Corporation and/or its subsidiary(-ies) +License: BSD + Copyright (c) The Regents of the University of California. + All rights reserved. + . + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + 3. Neither the name of the University nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND + ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + SUCH DAMAGE. + +Files: widgets/*.cpp +Copyright: (C) 2007-2012 Alexey Balakin +License: LGPL-3 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Less General Public License as + published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Less General Public License for more details. + . + On Debian GNU/Linux systems, the complete text of the GNU Lesser General + Public License can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: texinfo/* +Copyright: (C) 2008 Alexey Balakin +License: GFDL-NIV-1.2+ + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU Free Documentation License, Version 1.2 + or any later version published by the Free Software Foundation; + with no Invariant Sections, no Front-Cover Texts, and no Back-Cover + Texts. A copy of the license is included in the section entitled ``GNU + Free Documentation License.'' + . + On Debian GNU/Linux systems, the complete text of the GNU Free Documentation + License can be found in `/usr/share/common-licenses/GFDL-1.2'. + +Files: texinfo/mathgl.js +Copyright: (C) 2012 Alexey Balakin +License: LGPL-3 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Less General Public License as + published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Less General Public License for more details. + . + On Debian GNU/Linux systems, the complete text of the GNU Lesser General + Public License can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: debian/* +Copyright: (C) 2008 Bradley Smith + (C) 2010 Dimitrios Eftaxiopoulos +License: GPL-2+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + On Debian GNU/Linux systems, the complete text of the GNU General Public License + can be found in `/usr/share/common-licenses/GPL-2'. diff --git a/debian/libmgl-wnd7.2.0.postinst.debhelper b/debian/libmgl-wnd7.2.0.postinst.debhelper new file mode 100644 index 0000000..3d89d3e --- /dev/null +++ b/debian/libmgl-wnd7.2.0.postinst.debhelper @@ -0,0 +1,5 @@ +# Automatically added by dh_makeshlibs +if [ "$1" = "configure" ]; then + ldconfig +fi +# End automatically added section diff --git a/debian/libmgl-wnd7.2.0.postrm.debhelper b/debian/libmgl-wnd7.2.0.postrm.debhelper new file mode 100644 index 0000000..7f44047 --- /dev/null +++ b/debian/libmgl-wnd7.2.0.postrm.debhelper @@ -0,0 +1,5 @@ +# Automatically added by dh_makeshlibs +if [ "$1" = "remove" ]; then + ldconfig +fi +# End automatically added section diff --git a/debian/libmgl-wnd7.2.0.substvars b/debian/libmgl-wnd7.2.0.substvars new file mode 100644 index 0000000..aa908cd --- /dev/null +++ b/debian/libmgl-wnd7.2.0.substvars @@ -0,0 +1,3 @@ +python:Depends=python-numpy (>= 1:1.8.0), python-numpy-abi9 +shlibs:Depends=libc6 (>= 2.15), libfontconfig1 (>= 2.11), libgcc1 (>= 1:4.1.1), libgif4 (>= 4.1.4), libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, libgomp1 (>= 4.2.1), libgsl0ldbl (>= 1.9), libhdf4-0, libhdf5-8, libhpdf-2.2.1, libice6 (>= 1:1.0.0), libjpeg62-turbo (>= 1.3.1), libmgl7.2.0, libpng12-0 (>= 1.2.13-4), libqt4-network (>= 4:4.5.3), libqt4-xmlpatterns (>= 4:4.5.3), libqtcore4 (>= 4:4.5.3), libqtgui4 (>= 4:4.5.3), libqtwebkit4 (>= 2.1.0~2011week13), libsm6, libstdc++6 (>= 4.1.1), libx11-6, libxext6, libxft2 (>> 2.1.1), libxinerama1, zlib1g (>= 1:1.1.4) +misc:Depends= diff --git a/debian/libmgl-wnd7.2.0/DEBIAN/control b/debian/libmgl-wnd7.2.0/DEBIAN/control new file mode 100644 index 0000000..17fcda5 --- /dev/null +++ b/debian/libmgl-wnd7.2.0/DEBIAN/control @@ -0,0 +1,21 @@ +Package: libmgl-wnd7.2.0 +Source: mathgl +Version: 2.3.1-1 +Architecture: amd64 +Maintainer: Debian Science Maintainers +Installed-Size: 1027 +Depends: libc6 (>= 2.15), libfontconfig1 (>= 2.11), libgcc1 (>= 1:4.1.1), libgif4 (>= 4.1.4), libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, libgomp1 (>= 4.2.1), libgsl0ldbl (>= 1.9), libhdf4-0, libhdf5-8, libhpdf-2.2.1, libice6 (>= 1:1.0.0), libjpeg62-turbo (>= 1.3.1), libmgl7.2.0, libpng12-0 (>= 1.2.13-4), libqt4-network (>= 4:4.5.3), libqt4-xmlpatterns (>= 4:4.5.3), libqtcore4 (>= 4:4.5.3), libqtgui4 (>= 4:4.5.3), libqtwebkit4 (>= 2.1.0~2011week13), libsm6, libstdc++6 (>= 4.1.1), libx11-6, libxext6, libxft2 (>> 2.1.1), libxinerama1, zlib1g (>= 1:1.1.4), libmgl-data +Conflicts: libmgl-fltk5, libmgl-qt5, libmgl-wnd6, libmgl-wx5 +Replaces: libmgl-fltk5, libmgl-qt5, libmgl-wnd6, libmgl-wnd6.0.0, libmgl-wnd7.1.0, libmgl-wx5 +Section: libs +Priority: optional +Homepage: http://mathgl.sourceforge.net/doc_en/Main.html +Description: library for scientific graphs (windows runtime library) + A free cross-platform library of fast C++ routines for plotting data in up + to 3 dimensions. It can export plots to bitmaps and vector EPS, SVG, IDTF + files. There are simple window interfaces based on GLUT, FLTK and/or Qt. + MathGL can also be used in the console. There are interfaces to a set of + languages, such as, C, Fortran, Pascal, Forth, Python, Octave. + . + This package contains the window opening related shared object files based + on Fltk, Qt and Wx. diff --git a/debian/libmgl-wnd7.2.0/DEBIAN/md5sums b/debian/libmgl-wnd7.2.0/DEBIAN/md5sums new file mode 100644 index 0000000..dc5c53a --- /dev/null +++ b/debian/libmgl-wnd7.2.0/DEBIAN/md5sums @@ -0,0 +1,4 @@ +722f2af987e0885e3bca1c2dd9c618ec usr/lib/libmgl-wnd.so.7.4.0 +e6359d6b69fa83bc17836cc9fa789924 usr/share/doc/libmgl-wnd7.2.0/changelog.Debian.gz +47d1d6f2dcc10f279f6c994be32d5647 usr/share/doc/libmgl-wnd7.2.0/changelog.gz +930ef1d07bc5d860edf125f962ed6940 usr/share/doc/libmgl-wnd7.2.0/copyright diff --git a/debian/libmgl-wnd7.2.0/DEBIAN/postinst b/debian/libmgl-wnd7.2.0/DEBIAN/postinst new file mode 100755 index 0000000..379f1fa --- /dev/null +++ b/debian/libmgl-wnd7.2.0/DEBIAN/postinst @@ -0,0 +1,7 @@ +#!/bin/sh +set -e +# Automatically added by dh_makeshlibs +if [ "$1" = "configure" ]; then + ldconfig +fi +# End automatically added section diff --git a/debian/libmgl-wnd7.2.0/DEBIAN/postrm b/debian/libmgl-wnd7.2.0/DEBIAN/postrm new file mode 100755 index 0000000..3e73d38 --- /dev/null +++ b/debian/libmgl-wnd7.2.0/DEBIAN/postrm @@ -0,0 +1,7 @@ +#!/bin/sh +set -e +# Automatically added by dh_makeshlibs +if [ "$1" = "remove" ]; then + ldconfig +fi +# End automatically added section diff --git a/debian/libmgl-wnd7.2.0/DEBIAN/shlibs b/debian/libmgl-wnd7.2.0/DEBIAN/shlibs new file mode 100644 index 0000000..d616161 --- /dev/null +++ b/debian/libmgl-wnd7.2.0/DEBIAN/shlibs @@ -0,0 +1 @@ +libmgl-wnd 7.4.0 libmgl-wnd7.2.0 diff --git a/debian/libmgl-wnd7.2.0/usr/lib/libmgl-wnd.so.7.4.0 b/debian/libmgl-wnd7.2.0/usr/lib/libmgl-wnd.so.7.4.0 new file mode 100644 index 0000000..399a32a Binary files /dev/null and b/debian/libmgl-wnd7.2.0/usr/lib/libmgl-wnd.so.7.4.0 differ diff --git a/debian/libmgl-wnd7.2.0/usr/share/doc/libmgl-wnd7.2.0/changelog.Debian.gz b/debian/libmgl-wnd7.2.0/usr/share/doc/libmgl-wnd7.2.0/changelog.Debian.gz new file mode 100644 index 0000000..ac5ca1f Binary files /dev/null and b/debian/libmgl-wnd7.2.0/usr/share/doc/libmgl-wnd7.2.0/changelog.Debian.gz differ diff --git a/debian/libmgl-wnd7.2.0/usr/share/doc/libmgl-wnd7.2.0/changelog.gz b/debian/libmgl-wnd7.2.0/usr/share/doc/libmgl-wnd7.2.0/changelog.gz new file mode 100644 index 0000000..6d1ef01 Binary files /dev/null and b/debian/libmgl-wnd7.2.0/usr/share/doc/libmgl-wnd7.2.0/changelog.gz differ diff --git a/debian/libmgl-wnd7.2.0/usr/share/doc/libmgl-wnd7.2.0/copyright b/debian/libmgl-wnd7.2.0/usr/share/doc/libmgl-wnd7.2.0/copyright new file mode 100644 index 0000000..d4b6c9b --- /dev/null +++ b/debian/libmgl-wnd7.2.0/usr/share/doc/libmgl-wnd7.2.0/copyright @@ -0,0 +1,197 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: MathGL +Upstream-Contact: Alexey Balakin +Source: http://mathgl.sourceforge.net/ + +Files: * +Copyright: (C) 2007 Alexey Balakin + (C) 2007 Xavier Delacour + (C) 2007 Alexander Filov + (C) 2008 Dmitry Kulagin + (C) 2008 Michail Vidiassov + (C) 2007-2008 Sergey Plis +License: GPL-2+ + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + +Files: include/mgl2/*.h +Copyright: (C) 2007-2012 Alexey Balakin +License: LGPL-3 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Less General Public License as + published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Less General Public License for more details. + +Files: include/mgl2/mgl.h include/mgl2/mpi.h +Copyright: (C) 2007-2012 Alexey Balakin +License: GPL-2+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + +Files: mgllab/*.cpp mgllab/*.h mgllab/*.rc +Copyright: (C) 2007-2012 Alexey Balakin +License: LGPL-3 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Less General Public License as + published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Less General Public License for more details. + +Files: src/addon.cpp src/axis.cpp src/base.cpp src/base_cf.cpp + src/canvas.cpp src/canvas_cf.cpp src/complex.cpp + src/complex_io.cpp src/cont.cpp src/crust.cpp + src/data.cpp src/data_io.cpp src/data_new.cpp + src/data_png.cpp src/eval.cpp src/evalp.cpp + src/exec.cpp src/export.cpp src/export_2d.cpp + src/export_3d.cpp src/fft.cpp src/fit.cpp + src/font.cpp src/obj.cpp src/other.cpp + src/parser.cpp src/pde.cpp src/pixel.cpp + src/plot.cpp src/prc.cpp src/prim.cpp src/surf.cpp + src/tex_table.cpp src/vect.cpp src/volume.cpp + src/window.cpp +Copyright: (C) 2007-2012 Alexey Balakin +License: LGPL-3 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Less General Public License as + published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Less General Public License for more details. + +Files: src/prc/*File* src/prc/*Stream* src/prc/*write* +Copyright: (C) 2008 Orest Shardt +License: LGPL-3 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Less General Public License as + published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Less General Public License for more details. + +Files: src/s_hull/* +Copyright: (C) 2012 David Sinclair +License: permissive + S-hull is free software and may be obtained from www.s-hull.org. + It may be freely copied, modified, and redistributed under the conditions + described in `src/s_hull/COPYING.txt' + . + This is permission to use s-hull-pro in mathgl as long as the routines + retain my copyright notice. I am happy for it to be included in an LGPL + product and I am happy for the source to be bundled with mathgl under + whatever license you use for that. + . + The complete text of the license can be found in + `src/s_hull/COPYING.txt'. + +Files: udav/textedit.cpp udav/textedit.h +Copyright: (C) 2010 Nokia Corporation and/or its subsidiary(-ies) +License: BSD + Copyright (c) The Regents of the University of California. + All rights reserved. + . + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + 3. Neither the name of the University nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND + ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + SUCH DAMAGE. + +Files: widgets/*.cpp +Copyright: (C) 2007-2012 Alexey Balakin +License: LGPL-3 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Less General Public License as + published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Less General Public License for more details. + . + On Debian GNU/Linux systems, the complete text of the GNU Lesser General + Public License can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: texinfo/* +Copyright: (C) 2008 Alexey Balakin +License: GFDL-NIV-1.2+ + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU Free Documentation License, Version 1.2 + or any later version published by the Free Software Foundation; + with no Invariant Sections, no Front-Cover Texts, and no Back-Cover + Texts. A copy of the license is included in the section entitled ``GNU + Free Documentation License.'' + . + On Debian GNU/Linux systems, the complete text of the GNU Free Documentation + License can be found in `/usr/share/common-licenses/GFDL-1.2'. + +Files: texinfo/mathgl.js +Copyright: (C) 2012 Alexey Balakin +License: LGPL-3 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Less General Public License as + published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Less General Public License for more details. + . + On Debian GNU/Linux systems, the complete text of the GNU Lesser General + Public License can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: debian/* +Copyright: (C) 2008 Bradley Smith + (C) 2010 Dimitrios Eftaxiopoulos +License: GPL-2+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + On Debian GNU/Linux systems, the complete text of the GNU General Public License + can be found in `/usr/share/common-licenses/GPL-2'. diff --git a/debian/libmgl-wx7.2.0.postinst.debhelper b/debian/libmgl-wx7.2.0.postinst.debhelper new file mode 100644 index 0000000..3d89d3e --- /dev/null +++ b/debian/libmgl-wx7.2.0.postinst.debhelper @@ -0,0 +1,5 @@ +# Automatically added by dh_makeshlibs +if [ "$1" = "configure" ]; then + ldconfig +fi +# End automatically added section diff --git a/debian/libmgl-wx7.2.0.postrm.debhelper b/debian/libmgl-wx7.2.0.postrm.debhelper new file mode 100644 index 0000000..7f44047 --- /dev/null +++ b/debian/libmgl-wx7.2.0.postrm.debhelper @@ -0,0 +1,5 @@ +# Automatically added by dh_makeshlibs +if [ "$1" = "remove" ]; then + ldconfig +fi +# End automatically added section diff --git a/debian/libmgl-wx7.2.0.substvars b/debian/libmgl-wx7.2.0.substvars new file mode 100644 index 0000000..b0e06e0 --- /dev/null +++ b/debian/libmgl-wx7.2.0.substvars @@ -0,0 +1,3 @@ +python:Depends=python-numpy (>= 1:1.8.0), python-numpy-abi9 +shlibs:Depends=libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libgif4 (>= 4.1.4), libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, libgomp1 (>= 4.2.1), libgsl0ldbl (>= 1.9), libhdf4-0, libhdf5-8, libhpdf-2.2.1, libice6 (>= 1:1.0.0), libjpeg62-turbo (>= 1.3.1), libmgl7.2.0, libpng12-0 (>= 1.2.13-4), libsm6, libstdc++6 (>= 4.1.1), libwxbase3.0-0 (>= 3.0.2), libwxgtk3.0-0 (>= 3.0.2), libx11-6, libxext6, zlib1g (>= 1:1.1.4) +misc:Depends= diff --git a/debian/libmgl-wx7.2.0/DEBIAN/control b/debian/libmgl-wx7.2.0/DEBIAN/control new file mode 100644 index 0000000..9778d0d --- /dev/null +++ b/debian/libmgl-wx7.2.0/DEBIAN/control @@ -0,0 +1,21 @@ +Package: libmgl-wx7.2.0 +Source: mathgl +Version: 2.3.1-1 +Architecture: amd64 +Maintainer: Debian Science Maintainers +Installed-Size: 158 +Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libgif4 (>= 4.1.4), libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, libgomp1 (>= 4.2.1), libgsl0ldbl (>= 1.9), libhdf4-0, libhdf5-8, libhpdf-2.2.1, libice6 (>= 1:1.0.0), libjpeg62-turbo (>= 1.3.1), libmgl7.2.0, libpng12-0 (>= 1.2.13-4), libsm6, libstdc++6 (>= 4.1.1), libwxbase3.0-0 (>= 3.0.2), libwxgtk3.0-0 (>= 3.0.2), libx11-6, libxext6, zlib1g (>= 1:1.1.4), libmgl-data +Conflicts: libmgl-wx5, libmgl-wx7.1.0 +Replaces: libmgl-wx5, libmgl-wx7.1.0 +Section: libs +Priority: optional +Homepage: http://mathgl.sourceforge.net/doc_en/Main.html +Description: library for scientific graphs (wx interface for windows) + A free cross-platform library of fast C++ routines for plotting data in up + to 3 dimensions. It can export plots to bitmaps and vector EPS, SVG, IDTF + files. There are simple window interfaces based on GLUT, FLTK and/or Qt. + MathGL can also be used in the console. There are interfaces to a set of + languages, such as, C, Fortran, Pascal, Forth, Python, Octave. + . + This package contains the wx interface shared object files for window + opening. diff --git a/debian/libmgl-wx7.2.0/DEBIAN/md5sums b/debian/libmgl-wx7.2.0/DEBIAN/md5sums new file mode 100644 index 0000000..96b6fc5 --- /dev/null +++ b/debian/libmgl-wx7.2.0/DEBIAN/md5sums @@ -0,0 +1,4 @@ +15565df48fdf3d718cad5b942454ccca usr/lib/libmgl-wx.so.7.4.0 +e6359d6b69fa83bc17836cc9fa789924 usr/share/doc/libmgl-wx7.2.0/changelog.Debian.gz +47d1d6f2dcc10f279f6c994be32d5647 usr/share/doc/libmgl-wx7.2.0/changelog.gz +930ef1d07bc5d860edf125f962ed6940 usr/share/doc/libmgl-wx7.2.0/copyright diff --git a/debian/libmgl-wx7.2.0/DEBIAN/postinst b/debian/libmgl-wx7.2.0/DEBIAN/postinst new file mode 100755 index 0000000..379f1fa --- /dev/null +++ b/debian/libmgl-wx7.2.0/DEBIAN/postinst @@ -0,0 +1,7 @@ +#!/bin/sh +set -e +# Automatically added by dh_makeshlibs +if [ "$1" = "configure" ]; then + ldconfig +fi +# End automatically added section diff --git a/debian/libmgl-wx7.2.0/DEBIAN/postrm b/debian/libmgl-wx7.2.0/DEBIAN/postrm new file mode 100755 index 0000000..3e73d38 --- /dev/null +++ b/debian/libmgl-wx7.2.0/DEBIAN/postrm @@ -0,0 +1,7 @@ +#!/bin/sh +set -e +# Automatically added by dh_makeshlibs +if [ "$1" = "remove" ]; then + ldconfig +fi +# End automatically added section diff --git a/debian/libmgl-wx7.2.0/DEBIAN/shlibs b/debian/libmgl-wx7.2.0/DEBIAN/shlibs new file mode 100644 index 0000000..27d140d --- /dev/null +++ b/debian/libmgl-wx7.2.0/DEBIAN/shlibs @@ -0,0 +1 @@ +libmgl-wx 7.4.0 libmgl-wx7.2.0 diff --git a/debian/libmgl-wx7.2.0/usr/lib/libmgl-wx.so.7.4.0 b/debian/libmgl-wx7.2.0/usr/lib/libmgl-wx.so.7.4.0 new file mode 100644 index 0000000..55772b1 Binary files /dev/null and b/debian/libmgl-wx7.2.0/usr/lib/libmgl-wx.so.7.4.0 differ diff --git a/debian/libmgl-wx7.2.0/usr/share/doc/libmgl-wx7.2.0/changelog.Debian.gz b/debian/libmgl-wx7.2.0/usr/share/doc/libmgl-wx7.2.0/changelog.Debian.gz new file mode 100644 index 0000000..ac5ca1f Binary files /dev/null and b/debian/libmgl-wx7.2.0/usr/share/doc/libmgl-wx7.2.0/changelog.Debian.gz differ diff --git a/debian/libmgl-wx7.2.0/usr/share/doc/libmgl-wx7.2.0/changelog.gz b/debian/libmgl-wx7.2.0/usr/share/doc/libmgl-wx7.2.0/changelog.gz new file mode 100644 index 0000000..6d1ef01 Binary files /dev/null and b/debian/libmgl-wx7.2.0/usr/share/doc/libmgl-wx7.2.0/changelog.gz differ diff --git a/debian/libmgl-wx7.2.0/usr/share/doc/libmgl-wx7.2.0/copyright b/debian/libmgl-wx7.2.0/usr/share/doc/libmgl-wx7.2.0/copyright new file mode 100644 index 0000000..d4b6c9b --- /dev/null +++ b/debian/libmgl-wx7.2.0/usr/share/doc/libmgl-wx7.2.0/copyright @@ -0,0 +1,197 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: MathGL +Upstream-Contact: Alexey Balakin +Source: http://mathgl.sourceforge.net/ + +Files: * +Copyright: (C) 2007 Alexey Balakin + (C) 2007 Xavier Delacour + (C) 2007 Alexander Filov + (C) 2008 Dmitry Kulagin + (C) 2008 Michail Vidiassov + (C) 2007-2008 Sergey Plis +License: GPL-2+ + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + +Files: include/mgl2/*.h +Copyright: (C) 2007-2012 Alexey Balakin +License: LGPL-3 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Less General Public License as + published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Less General Public License for more details. + +Files: include/mgl2/mgl.h include/mgl2/mpi.h +Copyright: (C) 2007-2012 Alexey Balakin +License: GPL-2+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + +Files: mgllab/*.cpp mgllab/*.h mgllab/*.rc +Copyright: (C) 2007-2012 Alexey Balakin +License: LGPL-3 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Less General Public License as + published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Less General Public License for more details. + +Files: src/addon.cpp src/axis.cpp src/base.cpp src/base_cf.cpp + src/canvas.cpp src/canvas_cf.cpp src/complex.cpp + src/complex_io.cpp src/cont.cpp src/crust.cpp + src/data.cpp src/data_io.cpp src/data_new.cpp + src/data_png.cpp src/eval.cpp src/evalp.cpp + src/exec.cpp src/export.cpp src/export_2d.cpp + src/export_3d.cpp src/fft.cpp src/fit.cpp + src/font.cpp src/obj.cpp src/other.cpp + src/parser.cpp src/pde.cpp src/pixel.cpp + src/plot.cpp src/prc.cpp src/prim.cpp src/surf.cpp + src/tex_table.cpp src/vect.cpp src/volume.cpp + src/window.cpp +Copyright: (C) 2007-2012 Alexey Balakin +License: LGPL-3 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Less General Public License as + published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Less General Public License for more details. + +Files: src/prc/*File* src/prc/*Stream* src/prc/*write* +Copyright: (C) 2008 Orest Shardt +License: LGPL-3 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Less General Public License as + published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Less General Public License for more details. + +Files: src/s_hull/* +Copyright: (C) 2012 David Sinclair +License: permissive + S-hull is free software and may be obtained from www.s-hull.org. + It may be freely copied, modified, and redistributed under the conditions + described in `src/s_hull/COPYING.txt' + . + This is permission to use s-hull-pro in mathgl as long as the routines + retain my copyright notice. I am happy for it to be included in an LGPL + product and I am happy for the source to be bundled with mathgl under + whatever license you use for that. + . + The complete text of the license can be found in + `src/s_hull/COPYING.txt'. + +Files: udav/textedit.cpp udav/textedit.h +Copyright: (C) 2010 Nokia Corporation and/or its subsidiary(-ies) +License: BSD + Copyright (c) The Regents of the University of California. + All rights reserved. + . + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + 3. Neither the name of the University nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND + ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + SUCH DAMAGE. + +Files: widgets/*.cpp +Copyright: (C) 2007-2012 Alexey Balakin +License: LGPL-3 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Less General Public License as + published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Less General Public License for more details. + . + On Debian GNU/Linux systems, the complete text of the GNU Lesser General + Public License can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: texinfo/* +Copyright: (C) 2008 Alexey Balakin +License: GFDL-NIV-1.2+ + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU Free Documentation License, Version 1.2 + or any later version published by the Free Software Foundation; + with no Invariant Sections, no Front-Cover Texts, and no Back-Cover + Texts. A copy of the license is included in the section entitled ``GNU + Free Documentation License.'' + . + On Debian GNU/Linux systems, the complete text of the GNU Free Documentation + License can be found in `/usr/share/common-licenses/GFDL-1.2'. + +Files: texinfo/mathgl.js +Copyright: (C) 2012 Alexey Balakin +License: LGPL-3 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Less General Public License as + published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Less General Public License for more details. + . + On Debian GNU/Linux systems, the complete text of the GNU Lesser General + Public License can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: debian/* +Copyright: (C) 2008 Bradley Smith + (C) 2010 Dimitrios Eftaxiopoulos +License: GPL-2+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + On Debian GNU/Linux systems, the complete text of the GNU General Public License + can be found in `/usr/share/common-licenses/GPL-2'. diff --git a/debian/libmgl7.2.0.postinst.debhelper b/debian/libmgl7.2.0.postinst.debhelper new file mode 100644 index 0000000..3d89d3e --- /dev/null +++ b/debian/libmgl7.2.0.postinst.debhelper @@ -0,0 +1,5 @@ +# Automatically added by dh_makeshlibs +if [ "$1" = "configure" ]; then + ldconfig +fi +# End automatically added section diff --git a/debian/libmgl7.2.0.postrm.debhelper b/debian/libmgl7.2.0.postrm.debhelper new file mode 100644 index 0000000..7f44047 --- /dev/null +++ b/debian/libmgl7.2.0.postrm.debhelper @@ -0,0 +1,5 @@ +# Automatically added by dh_makeshlibs +if [ "$1" = "remove" ]; then + ldconfig +fi +# End automatically added section diff --git a/debian/libmgl7.2.0.substvars b/debian/libmgl7.2.0.substvars new file mode 100644 index 0000000..1bb552f --- /dev/null +++ b/debian/libmgl7.2.0.substvars @@ -0,0 +1,3 @@ +python:Depends=python-numpy (>= 1:1.8.0), python-numpy-abi9 +shlibs:Depends=libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libgif4 (>= 4.1.4), libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, libgomp1 (>= 4.9), libgsl0ldbl (>= 1.9), libhdf4-0, libhdf5-8, libhpdf-2.2.1, libice6 (>= 1:1.0.0), libjpeg62-turbo (>= 1.3.1), libpng12-0 (>= 1.2.13-4), libsm6, libstdc++6 (>= 4.9), libx11-6, libxext6, zlib1g (>= 1:1.2.0) +misc:Depends= diff --git a/debian/libmgl7.2.0/DEBIAN/control b/debian/libmgl7.2.0/DEBIAN/control new file mode 100644 index 0000000..bd8838d --- /dev/null +++ b/debian/libmgl7.2.0/DEBIAN/control @@ -0,0 +1,20 @@ +Package: libmgl7.2.0 +Source: mathgl +Version: 2.3.1-1 +Architecture: amd64 +Maintainer: Debian Science Maintainers +Installed-Size: 4121 +Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libgif4 (>= 4.1.4), libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, libgomp1 (>= 4.9), libgsl0ldbl (>= 1.9), libhdf4-0, libhdf5-8, libhpdf-2.2.1, libice6 (>= 1:1.0.0), libjpeg62-turbo (>= 1.3.1), libpng12-0 (>= 1.2.13-4), libsm6, libstdc++6 (>= 4.9), libx11-6, libxext6, zlib1g (>= 1:1.2.0), libmgl-data +Conflicts: libmgl5, libmgl6, libmgl6.0.0, libmgl7.1.0 +Replaces: libmgl5, libmgl6, libmgl6.0.0, libmgl7.1.0 +Section: libs +Priority: optional +Homepage: http://mathgl.sourceforge.net/doc_en/Main.html +Description: library for scientific graphs (main runtime library) + A free cross-platform library of fast C++ routines for plotting data in up + to 3 dimensions. It can export plots to bitmaps and vector EPS, SVG, IDTF + files. There are simple window interfaces based on GLUT, FLTK and/or Qt. + MathGL can also be used in the console. There are interfaces to a set of + languages, such as, C, Fortran, Pascal, Forth, Python, Octave. + . + This package contains the shared object files. diff --git a/debian/libmgl7.2.0/DEBIAN/md5sums b/debian/libmgl7.2.0/DEBIAN/md5sums new file mode 100644 index 0000000..5236d44 --- /dev/null +++ b/debian/libmgl7.2.0/DEBIAN/md5sums @@ -0,0 +1,4 @@ +a371f0928f8644ee6ed1a0934c4ecc78 usr/lib/libmgl.so.7.4.0 +e6359d6b69fa83bc17836cc9fa789924 usr/share/doc/libmgl7.2.0/changelog.Debian.gz +47d1d6f2dcc10f279f6c994be32d5647 usr/share/doc/libmgl7.2.0/changelog.gz +930ef1d07bc5d860edf125f962ed6940 usr/share/doc/libmgl7.2.0/copyright diff --git a/debian/libmgl7.2.0/DEBIAN/postinst b/debian/libmgl7.2.0/DEBIAN/postinst new file mode 100755 index 0000000..379f1fa --- /dev/null +++ b/debian/libmgl7.2.0/DEBIAN/postinst @@ -0,0 +1,7 @@ +#!/bin/sh +set -e +# Automatically added by dh_makeshlibs +if [ "$1" = "configure" ]; then + ldconfig +fi +# End automatically added section diff --git a/debian/libmgl7.2.0/DEBIAN/postrm b/debian/libmgl7.2.0/DEBIAN/postrm new file mode 100755 index 0000000..3e73d38 --- /dev/null +++ b/debian/libmgl7.2.0/DEBIAN/postrm @@ -0,0 +1,7 @@ +#!/bin/sh +set -e +# Automatically added by dh_makeshlibs +if [ "$1" = "remove" ]; then + ldconfig +fi +# End automatically added section diff --git a/debian/libmgl7.2.0/DEBIAN/shlibs b/debian/libmgl7.2.0/DEBIAN/shlibs new file mode 100644 index 0000000..774dcdd --- /dev/null +++ b/debian/libmgl7.2.0/DEBIAN/shlibs @@ -0,0 +1 @@ +libmgl 7.4.0 libmgl7.2.0 diff --git a/debian/libmgl7.2.0/usr/lib/libmgl.so.7.4.0 b/debian/libmgl7.2.0/usr/lib/libmgl.so.7.4.0 new file mode 100644 index 0000000..50dfb0e Binary files /dev/null and b/debian/libmgl7.2.0/usr/lib/libmgl.so.7.4.0 differ diff --git a/debian/libmgl7.2.0/usr/share/doc/libmgl7.2.0/changelog.Debian.gz b/debian/libmgl7.2.0/usr/share/doc/libmgl7.2.0/changelog.Debian.gz new file mode 100644 index 0000000..ac5ca1f Binary files /dev/null and b/debian/libmgl7.2.0/usr/share/doc/libmgl7.2.0/changelog.Debian.gz differ diff --git a/debian/libmgl7.2.0/usr/share/doc/libmgl7.2.0/changelog.gz b/debian/libmgl7.2.0/usr/share/doc/libmgl7.2.0/changelog.gz new file mode 100644 index 0000000..6d1ef01 Binary files /dev/null and b/debian/libmgl7.2.0/usr/share/doc/libmgl7.2.0/changelog.gz differ diff --git a/debian/libmgl7.2.0/usr/share/doc/libmgl7.2.0/copyright b/debian/libmgl7.2.0/usr/share/doc/libmgl7.2.0/copyright new file mode 100644 index 0000000..d4b6c9b --- /dev/null +++ b/debian/libmgl7.2.0/usr/share/doc/libmgl7.2.0/copyright @@ -0,0 +1,197 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: MathGL +Upstream-Contact: Alexey Balakin +Source: http://mathgl.sourceforge.net/ + +Files: * +Copyright: (C) 2007 Alexey Balakin + (C) 2007 Xavier Delacour + (C) 2007 Alexander Filov + (C) 2008 Dmitry Kulagin + (C) 2008 Michail Vidiassov + (C) 2007-2008 Sergey Plis +License: GPL-2+ + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + +Files: include/mgl2/*.h +Copyright: (C) 2007-2012 Alexey Balakin +License: LGPL-3 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Less General Public License as + published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Less General Public License for more details. + +Files: include/mgl2/mgl.h include/mgl2/mpi.h +Copyright: (C) 2007-2012 Alexey Balakin +License: GPL-2+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + +Files: mgllab/*.cpp mgllab/*.h mgllab/*.rc +Copyright: (C) 2007-2012 Alexey Balakin +License: LGPL-3 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Less General Public License as + published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Less General Public License for more details. + +Files: src/addon.cpp src/axis.cpp src/base.cpp src/base_cf.cpp + src/canvas.cpp src/canvas_cf.cpp src/complex.cpp + src/complex_io.cpp src/cont.cpp src/crust.cpp + src/data.cpp src/data_io.cpp src/data_new.cpp + src/data_png.cpp src/eval.cpp src/evalp.cpp + src/exec.cpp src/export.cpp src/export_2d.cpp + src/export_3d.cpp src/fft.cpp src/fit.cpp + src/font.cpp src/obj.cpp src/other.cpp + src/parser.cpp src/pde.cpp src/pixel.cpp + src/plot.cpp src/prc.cpp src/prim.cpp src/surf.cpp + src/tex_table.cpp src/vect.cpp src/volume.cpp + src/window.cpp +Copyright: (C) 2007-2012 Alexey Balakin +License: LGPL-3 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Less General Public License as + published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Less General Public License for more details. + +Files: src/prc/*File* src/prc/*Stream* src/prc/*write* +Copyright: (C) 2008 Orest Shardt +License: LGPL-3 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Less General Public License as + published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Less General Public License for more details. + +Files: src/s_hull/* +Copyright: (C) 2012 David Sinclair +License: permissive + S-hull is free software and may be obtained from www.s-hull.org. + It may be freely copied, modified, and redistributed under the conditions + described in `src/s_hull/COPYING.txt' + . + This is permission to use s-hull-pro in mathgl as long as the routines + retain my copyright notice. I am happy for it to be included in an LGPL + product and I am happy for the source to be bundled with mathgl under + whatever license you use for that. + . + The complete text of the license can be found in + `src/s_hull/COPYING.txt'. + +Files: udav/textedit.cpp udav/textedit.h +Copyright: (C) 2010 Nokia Corporation and/or its subsidiary(-ies) +License: BSD + Copyright (c) The Regents of the University of California. + All rights reserved. + . + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + 3. Neither the name of the University nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND + ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + SUCH DAMAGE. + +Files: widgets/*.cpp +Copyright: (C) 2007-2012 Alexey Balakin +License: LGPL-3 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Less General Public License as + published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Less General Public License for more details. + . + On Debian GNU/Linux systems, the complete text of the GNU Lesser General + Public License can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: texinfo/* +Copyright: (C) 2008 Alexey Balakin +License: GFDL-NIV-1.2+ + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU Free Documentation License, Version 1.2 + or any later version published by the Free Software Foundation; + with no Invariant Sections, no Front-Cover Texts, and no Back-Cover + Texts. A copy of the license is included in the section entitled ``GNU + Free Documentation License.'' + . + On Debian GNU/Linux systems, the complete text of the GNU Free Documentation + License can be found in `/usr/share/common-licenses/GFDL-1.2'. + +Files: texinfo/mathgl.js +Copyright: (C) 2012 Alexey Balakin +License: LGPL-3 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Less General Public License as + published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Less General Public License for more details. + . + On Debian GNU/Linux systems, the complete text of the GNU Lesser General + Public License can be found in `/usr/share/common-licenses/LGPL-3'. + +Files: debian/* +Copyright: (C) 2008 Bradley Smith + (C) 2010 Dimitrios Eftaxiopoulos +License: GPL-2+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + On Debian GNU/Linux systems, the complete text of the GNU General Public License + can be found in `/usr/share/common-licenses/GPL-2'. diff --git a/debian/patches/series b/debian/patches/series index 04df76f..879efc6 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1 @@ CMakeLists.patch -widgets.patch diff --git a/debian/patches/widgets.patch b/debian/patches/widgets.patch deleted file mode 100644 index 9808d7c..0000000 --- a/debian/patches/widgets.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/widgets/qt.cpp -+++ b/widgets/qt.cpp -@@ -46,7 +46,7 @@ - #define MGL_MAX_LINES (INT_MAX-1000) - #if !defined(WIN32) && !defined(__APPLE__) - #include --#include -+//#include - #endif - //----------------------------------------------------------------------------- - /// Base class for windows containing MathGL graphics