Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -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.

View File

@@ -0,0 +1,32 @@
# $NetBSD: Makefile,v 1.9 2012/09/11 23:04:30 asau Exp $
DISTNAME= ScientificPython-2.4.5
PKGNAME= py-${DISTNAME:S/Python/-doc/}
CATEGORIES= math python
MASTER_SITES= http://starship.python.net/crew/hinsen/ScientificPython/ \
http://dirac.cnrs-orleans.fr/programs/ScientificPython/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://starship.python.net/crew/hinsen/scientific.html
COMMENT= Python modules for scientific computing
CONFLICTS+= py-Scientific-*
NO_BUILD= yes
USE_TOOLS+= pax
EGDIR= ${PREFIX}/share/examples/py-Scientific
DOCDIR= ${PREFIX}/share/doc/py-Scientific
HTMLDIR= ${PREFIX}/share/doc/html/py-Scientific
do-install:
${INSTALL_DATA_DIR} ${DESTDIR}${DOCDIR}
cd ${WRKSRC} && ${INSTALL_DATA} README LICENSE \
Doc/PDF/manual.pdf ${DESTDIR}${DOCDIR}
${INSTALL_DATA_DIR} ${DESTDIR}${HTMLDIR}
cd ${WRKSRC}/Doc/HTML && pax -rw -pp -pm . ${DESTDIR}${HTMLDIR}
${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR}
cd ${WRKSRC}/Examples && pax -rw -pp -pm . ${DESTDIR}${EGDIR}
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,64 @@
@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:05:47 joerg 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_43.html
share/doc/html/py-Scientific/Scientific_44.html
share/doc/html/py-Scientific/Scientific_45.html
share/doc/html/py-Scientific/Scientific_46.html
share/doc/html/py-Scientific/Scientific_47.html
share/doc/html/py-Scientific/Scientific_48.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/LICENSE
share/doc/py-Scientific/README
share/doc/py-Scientific/manual.pdf
share/examples/py-Scientific/BSP/example1.py
share/examples/py-Scientific/BSP/example1_array.py
share/examples/py-Scientific/BSP/example2.py
share/examples/py-Scientific/BSP/example3.py
share/examples/py-Scientific/BSP/example4.py
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

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.3 2005/02/23 12:06:57 agc Exp $
SHA1 (ScientificPython-2.4.5.tar.gz) = 452b04a20dd065fd9ea01092ae2e1e726406d2be
RMD160 (ScientificPython-2.4.5.tar.gz) = 5a5620856fce81726110e12a03871b39d4b462b0
Size (ScientificPython-2.4.5.tar.gz) = 487379 bytes