summaryrefslogtreecommitdiff
path: root/math/py-Scientific-doc
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2002-01-17 12:00:11 +0000
committerdrochner <drochner@pkgsrc.org>2002-01-17 12:00:11 +0000
commit42dc3673fcaee001cb07a34fc0bd528f6657081e (patch)
tree88807aac4bc2edbe507ba90faf5d03747e2da647 /math/py-Scientific-doc
parentde4772ac21ec2ccd45395b670ff5ae18d2354010 (diff)
downloadpkgsrc-42dc3673fcaee001cb07a34fc0bd528f6657081e.tar.gz
put documentation and examples of py-Scientific into a separate pkg
to avoid version conflicts
Diffstat (limited to 'math/py-Scientific-doc')
-rw-r--r--math/py-Scientific-doc/DESCR20
-rw-r--r--math/py-Scientific-doc/Makefile28
-rw-r--r--math/py-Scientific-doc/PLIST56
-rw-r--r--math/py-Scientific-doc/distinfo4
4 files changed, 108 insertions, 0 deletions
diff --git a/math/py-Scientific-doc/DESCR b/math/py-Scientific-doc/DESCR
new file mode 100644
index 00000000000..319792e7366
--- /dev/null
+++ b/math/py-Scientific-doc/DESCR
@@ -0,0 +1,20 @@
+ScientificPython is a collection of Python modules that are useful for
+scientific computing. In this collection you will find modules that
+cover basic geometry (vectors, tensors, transformations, vector and
+tensor fields), quaternions, automatic derivatives, (linear)
+interpolation, polynomials, elementary statistics, nonlinear
+least-squares fits, unit calculations, Fortran-compatible text
+formatting, 3D visualization via VRML, and two Tk widgets for simple
+line plots and 3D wireframe models.
+
+The netCDF interface module, until now distributed separately, has
+been integrated into this package as well. It is now called
+Scientific.IO.NetCDF.
+
+The module Scientific.MPI provides an object-oriented interface to the
+Message Passing Interface, an industry standard library for
+interprocess communication on parallel computers.
+
+All of these modules are in the public domain; do with them whatever
+you wish. However, there is no warranty of any kind; you use the code
+at your own risk.
diff --git a/math/py-Scientific-doc/Makefile b/math/py-Scientific-doc/Makefile
new file mode 100644
index 00000000000..593b656bbbe
--- /dev/null
+++ b/math/py-Scientific-doc/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/01/17 12:00:11 drochner Exp $
+
+DISTNAME= ScientificPython-2.2
+PKGNAME= py-Scientific-doc-2.2
+CATEGORIES= math
+MASTER_SITES= http://starship.python.net/crew/hinsen/ \
+ http://dirac.cnrs-orleans.fr/programs/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://starship.python.net/crew/hinsen/scientific.html
+COMMENT= Python modules for scientific computing
+
+CONFLICTS+= py-Scientific-*
+
+NO_BUILD= yes
+
+do-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/py-Scientific
+ cd ${WRKSRC} && ${INSTALL_DATA} README COPYRIGHT \
+ Doc/PDF/manual.pdf ${PREFIX}/share/doc/py-Scientific/
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/py-Scientific
+ ${INSTALL_DATA} ${WRKSRC}/Doc/HTML/* \
+ ${PREFIX}/share/doc/html/py-Scientific/
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/py-Scientific
+ ${INSTALL_DATA} ${WRKSRC}/Examples/* \
+ ${PREFIX}/share/examples/py-Scientific/
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/math/py-Scientific-doc/PLIST b/math/py-Scientific-doc/PLIST
new file mode 100644
index 00000000000..a0fc46b9698
--- /dev/null
+++ b/math/py-Scientific-doc/PLIST
@@ -0,0 +1,56 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/01/17 12:00:11 drochner Exp $
+share/doc/html/py-Scientific/Scientific.html
+share/doc/html/py-Scientific/Scientific_1.html
+share/doc/html/py-Scientific/Scientific_10.html
+share/doc/html/py-Scientific/Scientific_11.html
+share/doc/html/py-Scientific/Scientific_12.html
+share/doc/html/py-Scientific/Scientific_13.html
+share/doc/html/py-Scientific/Scientific_14.html
+share/doc/html/py-Scientific/Scientific_15.html
+share/doc/html/py-Scientific/Scientific_16.html
+share/doc/html/py-Scientific/Scientific_17.html
+share/doc/html/py-Scientific/Scientific_18.html
+share/doc/html/py-Scientific/Scientific_19.html
+share/doc/html/py-Scientific/Scientific_2.html
+share/doc/html/py-Scientific/Scientific_20.html
+share/doc/html/py-Scientific/Scientific_21.html
+share/doc/html/py-Scientific/Scientific_22.html
+share/doc/html/py-Scientific/Scientific_23.html
+share/doc/html/py-Scientific/Scientific_24.html
+share/doc/html/py-Scientific/Scientific_25.html
+share/doc/html/py-Scientific/Scientific_26.html
+share/doc/html/py-Scientific/Scientific_27.html
+share/doc/html/py-Scientific/Scientific_28.html
+share/doc/html/py-Scientific/Scientific_29.html
+share/doc/html/py-Scientific/Scientific_3.html
+share/doc/html/py-Scientific/Scientific_30.html
+share/doc/html/py-Scientific/Scientific_31.html
+share/doc/html/py-Scientific/Scientific_32.html
+share/doc/html/py-Scientific/Scientific_33.html
+share/doc/html/py-Scientific/Scientific_34.html
+share/doc/html/py-Scientific/Scientific_35.html
+share/doc/html/py-Scientific/Scientific_36.html
+share/doc/html/py-Scientific/Scientific_37.html
+share/doc/html/py-Scientific/Scientific_38.html
+share/doc/html/py-Scientific/Scientific_39.html
+share/doc/html/py-Scientific/Scientific_4.html
+share/doc/html/py-Scientific/Scientific_40.html
+share/doc/html/py-Scientific/Scientific_41.html
+share/doc/html/py-Scientific/Scientific_42.html
+share/doc/html/py-Scientific/Scientific_5.html
+share/doc/html/py-Scientific/Scientific_6.html
+share/doc/html/py-Scientific/Scientific_7.html
+share/doc/html/py-Scientific/Scientific_8.html
+share/doc/html/py-Scientific/Scientific_9.html
+share/doc/py-Scientific/COPYRIGHT
+share/doc/py-Scientific/README
+share/doc/py-Scientific/manual.pdf
+share/examples/py-Scientific/README
+share/examples/py-Scientific/Setup.template
+share/examples/py-Scientific/compile.py
+share/examples/py-Scientific/demomodule.c
+share/examples/py-Scientific/mpi.py
+share/examples/py-Scientific/netcdf_demo.py
+@dirrm share/examples/py-Scientific
+@dirrm share/doc/py-Scientific
+@dirrm share/doc/html/py-Scientific
diff --git a/math/py-Scientific-doc/distinfo b/math/py-Scientific-doc/distinfo
new file mode 100644
index 00000000000..58682efc488
--- /dev/null
+++ b/math/py-Scientific-doc/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2002/01/17 12:00:11 drochner Exp $
+
+SHA1 (ScientificPython-2.2.tar.gz) = f1fcf1ef1a54a1fd84b1e5df569dac13a1648225
+Size (ScientificPython-2.2.tar.gz) = 335561 bytes