[Python-apps-commits] r212 - in /packages/mayavi2/trunk/debian: control copyright rules
certik-guest at users.alioth.debian.org
certik-guest at users.alioth.debian.org
Mon Nov 12 23:07:25 UTC 2007
Author: certik-guest
Date: Mon Nov 12 23:07:25 2007
New Revision: 212
URL: http://svn.debian.org/wsvn/python-apps/?sc=1&rev=212
Log:
applying Prabhu's changes
Modified:
packages/mayavi2/trunk/debian/control
packages/mayavi2/trunk/debian/copyright
packages/mayavi2/trunk/debian/rules
Modified: packages/mayavi2/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-apps/packages/mayavi2/trunk/debian/control?rev=212&op=diff
==============================================================================
--- packages/mayavi2/trunk/debian/control (original)
+++ packages/mayavi2/trunk/debian/control Mon Nov 12 23:07:25 2007
@@ -14,8 +14,26 @@
Architecture: any
Depends: ${python:Depends}, python-ets-traits (>= 2.5.1b-0), python-ets-traits-ui (>= 2.5.1b-0)
XB-Python-Version: ${python:Versions}
-Description: Mayavi2 seeks to provide easy and interactive visualization of 3D data.
- Mayavi2 is a tool for 2-D and 3-D scientific visualization, provided as a plug-in
- for the Envisage framework. It can be used as a stand-alone application
- (with or without other Envisage plug-ins), or it can be included in another
- Envisage application.
+Description: A scientific visualization package for 2-D and 3-D data
+ MayaVi2 is a cross-platform tool for 2-D and 3-D scientific data
+ visualization. Its features include:
+ * Visualization of scalar, vector and tensor data in 2 and 3 dimensions
+ * Easy scriptability using Python
+ * Easy extendability via custom sources, modules, and data filters
+ * Reading several file formats: VTK (legacy and XML), PLOT3D, etc.
+ * Saving of visualizations
+ * Saving rendered visualization in a variety of image formats.
+ .
+ MayaVi2 has been designed with scriptability and extensibility in mind. While
+ the mayavi2 application is useable by itself, it may be used as an Envisage
+ plugin which allows it to be embedded in user applications natively.
+ Alternatively, it may be used as a visualization engine for any application.
+ .
+ This debian package actually bundles several useful packages from the Enhought
+ Tool Suite -- tvtk (traited VTK), Envisage and various handy envisage plugins
+ used by the default mayavi application.
+ .
+ See:
+ * http://code.enthought.com/mayavi2 and
+ * https://svn.enthought.com/enthought/wiki/MayaVi
+ for more details.
Modified: packages/mayavi2/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-apps/packages/mayavi2/trunk/debian/copyright?rev=212&op=diff
==============================================================================
--- packages/mayavi2/trunk/debian/copyright (original)
+++ packages/mayavi2/trunk/debian/copyright Mon Nov 12 23:07:25 2007
@@ -1,146 +1,43 @@
-It was downloaded from http://code.google.com/p/sympy/
+It was downloaded from http://code.enthought.com/downloads/source
-Upstream Authors:
+Upsteram Authors:
- Ondrej Certik <ondrej at certik.cz>
- Fabian Seoane <fabian at fseoane.net>
- Jurjen N.E. Bos <jnebos at gmail.com>
- Mateusz Paprocki <mattpap at gmail.com>
- Brian Jorgensen <brian.jorgensen at gmail.com>
- Jason Gedge <inferno1386 at gmail.com>
- Robert Schwarz <lethargo at googlemail.com>
- Pearu Peterson <pearu.peterson at gmail.com>
- Fredrik Johansson <fredrik.johansson at gmail.com>
- Chris Wu <chris.wu at gmail.com>
-
-Copyright 2006, 2007 Ondrej Certik
- 2007 Fabian Seoane
-
- 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.
-
- You should have received a copy of the GNU General Public License with
- the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL;
- if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth
- Floor, Boston, MA 02110-1301, USA.
-
-On Debian systems, the complete text of the GNU General Public
-License, version 2, can be found in /usr/share/common-licenses/GPL-2.
+ Prabhu Ramachandran <prabhu at aero.iitb.ac.in>
+ Gael Varoquaux <gael.varoquaux at normalesup.org>
+ and others
-This package was debianized by Fabian Seoane <fabian at fseoane.net> on
-Wed, 21 Mar 2007 13:56:19 +0100.
+This software is OSI Certified Open Source Software.
+OSI Certified is a certification mark of the Open Source Initiative.
+
+Copyright (c) 2006-2007, Enthought, Inc.
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+ * Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+ * 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.
+ * Neither the name of Enthought, Inc. 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 COPYRIGHT HOLDERS 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 COPYRIGHT OWNER 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.
+
Current maintainer is Ondrej Certik <ondrej at certik.cz>.
-The file sympy/modules/decorator.py is Copyright Michele Simionato
-(http://www.phyast.pitt.edu/~micheles/python/documentation.html)
-
- Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- Redistributions in bytecode 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.
-
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 COPYRIGHT
- HOLDERS 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.
-
-The files sympy/modules/mathml/data/mmlctop.xsl and
-sympy/modules/mathml/data/simple_mmlctop.xsl are
-(C) Copyright 2000-2003 Symbolic Computation Laboratory,
- University of Western Ontario,
- London, Canada N6A 5B7.
-The file sympy/modules/mathml/data/mmltex.xsl is
-Copyright (C) 2001, 2002 Vasil Yaroshevich
-
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated documentation
-files (the ``Software''), to deal in the Software without
-restriction, including without limitation the rights to use,
-copy, modify, merge, publish, distribute, sublicense, and/or
-sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following
-conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-Except as contained in this notice, the names of individuals
-credited with contribution to this software shall not be used in
-advertising or otherwise to promote the sale, use or other
-dealings in this Software without prior written authorization
-from the individuals in question.
-
-Any stylesheet derived from this Software that is publically
-distributed will be identified with a different name and the
-version strings in any derived Software will be changed so that
-no possibility of confusion between the derived package and this
-Software will exist.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
-OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL NORMAN WALSH OR ANY OTHER
-CONTRIBUTOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-OTHER DEALINGS IN THE SOFTWARE.
-
-The files in doc/logo/* are copyright 2007, Fredrik Johansson and the license
-is the new BSD:
-
-I created this logo and permit its free use on the same terms as the rest of
-Sympy's code and documentation.
-
-The pyglet module is:
-
- Copyright (c) 2006-2007 Alex Holkner
- All rights reserved.
-
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
-
- * Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- * 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.
- * Neither the name of the pyglet 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 COPYRIGHT HOLDERS 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
- COPYRIGHT OWNER 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.
Modified: packages/mayavi2/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-apps/packages/mayavi2/trunk/debian/rules?rev=212&op=diff
==============================================================================
--- packages/mayavi2/trunk/debian/rules (original)
+++ packages/mayavi2/trunk/debian/rules Mon Nov 12 23:07:25 2007
@@ -21,4 +21,4 @@
ln -s /usr/lib/python2.4/site-packages/enthought/mayavi/scripts/mayavi2 $(DEB_DESTDIR)usr/bin/mayavi2
get-orig-tarball:
- wget http://code.enthought.com/downloads/source/ets2.5.1/enthought.mayavi.tar.gz -O mayavi2_2.5.1.orig.tar.gz
+ wget http://code.enthought.com/downloads/source/ets2.6/enthought.mayavi.tar.gz -O mayavi2_2.0.2a1.orig.tar.gz
More information about the Python-apps-commits
mailing list