ports/123718: Update port: math/py-scientific to 2.6.1

TAOKA Fumiyoshi fmysh at iijmio-mail.jp
Fri May 16 00:40:02 UTC 2008


>Number:         123718
>Category:       ports
>Synopsis:       Update port: math/py-scientific to 2.6.1
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 16 00:40:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     TAOKA Fumiyoshi
>Release:        
>Organization:
>Environment:
>Description:
	Update to ScientificPython 2.6.1, which is the latest stable release.

	Category 'science' would be more suitable for this port.

	Adoption of (NO)PORTEXAMPLES, EXAMPLESDIR and DOCSDIR,
	adding PKGNAMEPREFIX to EXAMPLESDIR and DOCSDIR.

>How-To-Repeat:
>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/math/py-scientific/Makefile,v
retrieving revision 1.21
diff -u -r1.21 Makefile
--- Makefile	30 Jul 2007 09:41:41 -0000	1.21
+++ Makefile	16 May 2008 00:25:56 -0000
@@ -6,10 +6,9 @@
 #
 
 PORTNAME=	scientific
-PORTVERSION=	2.6
-PORTREVISION=	1
-CATEGORIES=	math python
-MASTER_SITES=	http://sourcesup.cru.fr/frs/download.php/1034/
+PORTVERSION=	2.6.1
+CATEGORIES=	science python
+MASTER_SITES=	http://sourcesup.cru.fr/frs/download.php/1674/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	ScientificPython-${PORTVERSION}
 
@@ -24,18 +23,20 @@
 USE_PYDISTUTILS=yes
 PYDISTUTILS_PKGNAME=	ScientificPython
 
-DOCDIR=		${PREFIX}/share/doc/py-scientific
-EXAMPLEDIR=	${PREFIX}/share/examples/py-scientific
+DOCSDIR=	${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
+EXAMPLESDIR=	${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}
 
 post-install:
-	@${MKDIR} ${DOCDIR}
-	${INSTALL_DATA} ${WRKSRC}/LICENSE ${DOCDIR}
 .if !defined(NOPORTDOCS)
-	cd ${WRKDIR}/${DISTNAME}/Doc; tar -c --exclude='*~' -f - . | \
-	    (cd ${DOCDIR}; tar -xf -)
-	@${MKDIR} ${EXAMPLEDIR}
-	cd ${WRKDIR}/${DISTNAME}/Examples; tar -c --exclude='*~' -f - . | \
-	    (cd ${EXAMPLEDIR}; tar -xf -)
+	@${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/LICENSE ${DOCSDIR}
+	cd ${WRKDIR}/${DISTNAME}/Doc; ${TAR} -c --exclude='*~' -f - . | \
+	    (cd ${DOCSDIR}; ${TAR} -xf -)
+.endif
+.if !defined(NOPORTEXAMPLES)
+	@${MKDIR} ${EXAMPLESDIR}
+	cd ${WRKDIR}/${DISTNAME}/Examples; ${TAR} -c --exclude='*~' -f - . | \
+	    (cd ${EXAMPLESDIR}; ${TAR} -xf -)
 .endif
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/math/py-scientific/distinfo,v
retrieving revision 1.10
diff -u -r1.10 distinfo
--- distinfo	21 Feb 2007 11:23:02 -0000	1.10
+++ distinfo	15 May 2008 11:54:05 -0000
@@ -1,3 +1,3 @@
-MD5 (ScientificPython-2.6.tar.gz) = 6ebd96fc8a4e015adab2c57826d52e9f
-SHA256 (ScientificPython-2.6.tar.gz) = cfa06b0e5bdadfdc79328bfd01843f9e7b0a08f7c19d1f32a7ecec498be72cc0
-SIZE (ScientificPython-2.6.tar.gz) = 514044
+MD5 (ScientificPython-2.6.1.tar.gz) = 1b93026dd02529607131e5b0b83aeec4
+SHA256 (ScientificPython-2.6.1.tar.gz) = a3096901fde369fd6b3fd8ad3a6f5382024bf85b75c9b04ef9d29247049dcd6a
+SIZE (ScientificPython-2.6.1.tar.gz) = 515227
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/math/py-scientific/pkg-plist,v
retrieving revision 1.9
diff -u -r1.9 pkg-plist
--- pkg-plist	21 Feb 2007 11:23:02 -0000	1.9
+++ pkg-plist	15 May 2008 23:33:27 -0000
@@ -198,331 +198,335 @@
 %%PYTHON_SITELIBDIR%%/Scientific/use_numeric/__init__.py
 %%PYTHON_SITELIBDIR%%/Scientific/use_numeric/__init__.pyc
 %%PYTHON_SITELIBDIR%%/Scientific/use_numeric/__init__.pyo
-%%PORTDOCS%%share/doc/py-scientific/BSP_Tutorial.pdf
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.BSP-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.BSP.Console-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.BSP.Console.BSPSyncError-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.BSP.Console.OKToken-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.BSP.Console.OutputStream-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.BSP.Console.ParallelConsole-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.BSP.Console.ParallelInterpreter-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.BSP.IO-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.BSP.IO._ParNetCDFFile-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.BSP.IO._ParNetCDFVariable-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.BSP.ParAccumulator-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.BSP.ParBase-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.BSP.ParClass-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.BSP.ParConstant-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.BSP.ParData-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.BSP.ParFunction-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.BSP.ParIndex-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.BSP.ParIndexIterator-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.BSP.ParIterator-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.BSP.ParMessages-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.BSP.ParRootFunction-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.BSP.ParSequence-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.BSP.ParTuple-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.BSP.ParValue-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.DictWithDefault-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.DictWithDefault.DictWithDefault-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Functions-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Functions.Derivatives-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Functions.Derivatives.DerivVar-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Functions.FindRoot-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Functions.FirstDerivatives-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Functions.FirstDerivatives.DerivVar-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Functions.Interpolation-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Functions.Interpolation.InterpolatingFunction-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Functions.Interpolation.NetCDFInterpolatingFunction-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Functions.LeastSquares-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Functions.Polynomial-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Functions.Polynomial.Polynomial-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Functions.Rational-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Functions.Rational.RationalFunction-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Functions.Romberg-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Geometry-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Geometry.Objects3D-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Geometry.Objects3D.BravaisLattice-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Geometry.Objects3D.Circle-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Geometry.Objects3D.Cone-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Geometry.Objects3D.GeometricalObject3D-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Geometry.Objects3D.Lattice-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Geometry.Objects3D.Line-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Geometry.Objects3D.Plane-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Geometry.Objects3D.RhombicLattice-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Geometry.Objects3D.SCLattice-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Geometry.Objects3D.Sphere-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Geometry.Quaternion-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Geometry.Quaternion.Quaternion-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Geometry.Tensor-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Geometry.TensorAnalysis-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Geometry.TensorAnalysis.ScalarField-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Geometry.TensorAnalysis.TensorField-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Geometry.TensorAnalysis.VectorField-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Geometry.Transformation-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Geometry.Transformation.Rotation-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Geometry.Transformation.RotationTranslation-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Geometry.Transformation.Transformation-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Geometry.Transformation.Translation-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Geometry.Vector-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.IO-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.IO.ArrayIO-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.IO.FortranFormat-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.IO.FortranFormat.FortranFormat-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.IO.FortranFormat.FortranLine-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.IO.NetCDF-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.IO.NetCDF.NetCDFFile-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.IO.NetCDF.NetCDFVariable-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.IO.PDB-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.IO.PDB.AminoAcidResidue-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.IO.PDB.Atom-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.IO.PDB.Chain-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.IO.PDB.Group-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.IO.PDB.HetAtom-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.IO.PDB.Molecule-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.IO.PDB.NucleotideChain-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.IO.PDB.NucleotideResidue-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.IO.PDB.PDBFile-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.IO.PDB.PeptideChain-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.IO.PDB.Residue-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.IO.PDB.ResidueNumber-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.IO.PDB.Structure-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.IO.TextFile-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.IO.TextFile.TextFile-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.IterationCountExceededError-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.MPI-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.MPI.IO-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.MPI.IO.LogFile-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.MPI.MPICommunicator-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.MPI.MPIError-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.MPI.MPIOperationObject-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.MPI.MPIRequest-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.MPI.band-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.MPI.bor-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.MPI.bxor-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.MPI.land-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.MPI.lor-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.MPI.lxor-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.MPI.max-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.MPI.maxloc-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.MPI.min-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.MPI.minloc-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.MPI.prod-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.MPI.replace-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.MPI.sum-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.NumberDict-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.NumberDict.NumberDict-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Physics-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Physics.PhysicalQuantities-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Physics.PhysicalQuantities.PhysicalQuantity-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Physics.PhysicalQuantities.PhysicalUnit-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Physics.Potential-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Physics.Potential.PotentialWithGradients-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Physics.Potential.PotentialWithGradientsAndForceConstants-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.QtWidgets-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.QtWidgets.QtPlotCanvas-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.QtWidgets.QtPlotCanvas.HorizontalLine-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.QtWidgets.QtPlotCanvas.PlotCanvas-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.QtWidgets.QtPlotCanvas.PlotGraphics-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.QtWidgets.QtPlotCanvas.PolyLine-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.QtWidgets.QtPlotCanvas.PolyMarker-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.QtWidgets.QtPlotCanvas.PolyPoints-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.QtWidgets.QtPlotCanvas.VerticalLine-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.QtWidgets.QtVisualizationCanvas-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.QtWidgets.QtVisualizationCanvas.PolyLine3D-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.QtWidgets.QtVisualizationCanvas.VisualizationCanvas-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.QtWidgets.QtVisualizationCanvas.VisualizationGraphics-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Signals-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Signals.Models-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Signals.Models.AutoRegressiveModel-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Signals.Models.AveragedAutoRegressiveModel-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Statistics-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Statistics.Histogram-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Statistics.Histogram.Histogram-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Statistics.Histogram.WeightedHistogram-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Threading-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Threading.TaskManager-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Threading.TaskManager.TaskManager-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.TkWidgets-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.TkWidgets.ButtonBar-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.TkWidgets.FilenameEntry-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.TkWidgets.FloatEntry-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.TkWidgets.IntEntry-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.TkWidgets.ModalDialog-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.TkWidgets.StatusBar-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.TkWidgets.TkPlotCanvas-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.TkWidgets.TkPlotCanvas.HorizontalLine-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.TkWidgets.TkPlotCanvas.PlotCanvas-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.TkWidgets.TkPlotCanvas.PlotGraphics-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.TkWidgets.TkPlotCanvas.PolyLine-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.TkWidgets.TkPlotCanvas.PolyMarker-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.TkWidgets.TkPlotCanvas.PolyPoints-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.TkWidgets.TkPlotCanvas.VerticalLine-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.TkWidgets.TkVisualizationCanvas-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.TkWidgets.TkVisualizationCanvas.PolyLine3D-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.TkWidgets.TkVisualizationCanvas.VisualizationCanvas-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.TkWidgets.TkVisualizationCanvas.VisualizationGraphics-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.Color-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.Color.Color-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.Color.ColorScale-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.Color.SymmetricColorScale-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.PyMOL-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.PyMOL.Arrow-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.PyMOL.Cone-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.PyMOL.Cube-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.PyMOL.Cylinder-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.PyMOL.Group-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.PyMOL.Line-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.PyMOL.Material-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.PyMOL.Molecules-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.PyMOL.PyMOLObject-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.PyMOL.Scene-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.PyMOL.ShapeObject-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.PyMOL.Sphere-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VMD-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VMD.Arrow-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VMD.Cone-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VMD.Cube-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VMD.Cylinder-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VMD.Group-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VMD.Line-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VMD.Material-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VMD.Molecules-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VMD.Scene-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VMD.SceneFile-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VMD.ShapeObject-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VMD.Sphere-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VMD.VMDObject-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VPython-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VPython.Arrow-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VPython.Cone-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VPython.Cube-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VPython.Cylinder-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VPython.GraphicsObject-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VPython.Group-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VPython.Line-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VPython.Material-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VPython.PolyLines-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VPython.Polygons-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VPython.Scene-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VPython.ShapeObject-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VPython.Sphere-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML.Arrow-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML.Cone-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML.Cube-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML.Cylinder-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML.Group-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML.Line-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML.LinearOrientedObject-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML.Material-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML.PolyLines-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML.Polygons-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML.Scene-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML.SceneFile-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML.ShapeObject-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML.Sphere-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML.VRMLObject-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML2-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML2.Arrow-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML2.Camera-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML2.Cone-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML2.Cube-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML2.Cylinder-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML2.Group-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML2.Line-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML2.LinearOrientedObject-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML2.Material-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML2.NavigationInfo-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML2.PolyLines-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML2.Polygons-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML2.Scene-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML2.SceneFile-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML2.ShapeObject-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML2.Sphere-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML2.VRMLObject-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.indexing-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.indexing._index_expression_class-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/class-tree.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/crarr.png
-%%PORTDOCS%%share/doc/py-scientific/Reference/epydoc.css
-%%PORTDOCS%%share/doc/py-scientific/Reference/epydoc.js
-%%PORTDOCS%%share/doc/py-scientific/Reference/float-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/frames.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/help.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/identifier-index.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/index.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/int-class.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/module-tree.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/sys-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/term-index.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.BSP-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.BSP.Console-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.BSP.IO-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.DictWithDefault-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Functions-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Functions.Derivatives-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Functions.FindRoot-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Functions.FirstDerivatives-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Functions.Interpolation-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Functions.LeastSquares-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Functions.Polynomial-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Functions.Rational-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Functions.Romberg-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Geometry-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Geometry.Objects3D-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Geometry.Quaternion-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Geometry.TensorAnalysis-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Geometry.Transformation-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.IO-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.IO.ArrayIO-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.IO.FortranFormat-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.IO.NetCDF-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.IO.PDB-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.IO.TextFile-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.MPI-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.MPI.IO-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.NumberDict-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Physics-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Physics.PhysicalQuantities-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Physics.Potential-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.QtWidgets-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.QtWidgets.QtPlotCanvas-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.QtWidgets.QtVisualizationCanvas-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Signals-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Signals.Models-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Statistics-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Statistics.Histogram-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Threading-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Threading.TaskManager-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.TkWidgets-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.TkWidgets.TkPlotCanvas-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.TkWidgets.TkVisualizationCanvas-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Visualization-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Visualization.Color-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Visualization.PyMOL-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Visualization.VMD-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Visualization.VPython-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Visualization.VRML-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Visualization.VRML2-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.indexing-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/toc-everything.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/toc-sys-module.html
-%%PORTDOCS%%share/doc/py-scientific/Reference/toc.html
-%%PORTDOCS%%share/doc/py-scientific/CHANGELOG
-%%PORTDOCS%%share/doc/py-scientific/LICENSE
-%%PORTDOCS%%share/examples/py-scientific/BSP/example1.py
-%%PORTDOCS%%share/examples/py-scientific/BSP/example1_array.py
-%%PORTDOCS%%share/examples/py-scientific/BSP/example2.py
-%%PORTDOCS%%share/examples/py-scientific/BSP/example3.py
-%%PORTDOCS%%share/examples/py-scientific/BSP/example4.py
-%%PORTDOCS%%share/examples/py-scientific/README
-%%PORTDOCS%%share/examples/py-scientific/demomodule.c
-%%PORTDOCS%%share/examples/py-scientific/mpi.py
-%%PORTDOCS%%share/examples/py-scientific/netcdf_demo.py
+%%PORTDOCS%%%%DOCSDIR%%/BSP_Tutorial.pdf
+%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG
+%%PORTDOCS%%%%DOCSDIR%%/LICENSE
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.BSP-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.BSP.Console-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.BSP.Console.BSPSyncError-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.BSP.Console.OKToken-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.BSP.Console.OutputStream-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.BSP.Console.ParallelConsole-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.BSP.Console.ParallelInterpreter-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.BSP.IO-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.BSP.IO._ParNetCDFFile-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.BSP.IO._ParNetCDFVariable-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.BSP.ParAccumulator-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.BSP.ParBase-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.BSP.ParClass-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.BSP.ParConstant-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.BSP.ParData-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.BSP.ParFunction-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.BSP.ParIndex-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.BSP.ParIndexIterator-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.BSP.ParIterator-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.BSP.ParMessages-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.BSP.ParRootFunction-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.BSP.ParSequence-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.BSP.ParTuple-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.BSP.ParValue-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.DictWithDefault-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.DictWithDefault.DictWithDefault-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Functions-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Functions.Derivatives-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Functions.Derivatives.DerivVar-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Functions.FindRoot-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Functions.FirstDerivatives-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Functions.FirstDerivatives.DerivVar-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Functions.Interpolation-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Functions.Interpolation.InterpolatingFunction-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Functions.Interpolation.NetCDFInterpolatingFunction-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Functions.LeastSquares-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Functions.Polynomial-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Functions.Polynomial.Polynomial-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Functions.Rational-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Functions.Rational.RationalFunction-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Functions.Romberg-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Geometry-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Geometry.Objects3D-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Geometry.Objects3D.BravaisLattice-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Geometry.Objects3D.Circle-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Geometry.Objects3D.Cone-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Geometry.Objects3D.GeometricalObject3D-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Geometry.Objects3D.Lattice-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Geometry.Objects3D.Line-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Geometry.Objects3D.Plane-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Geometry.Objects3D.RhombicLattice-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Geometry.Objects3D.SCLattice-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Geometry.Objects3D.Sphere-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Geometry.Quaternion-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Geometry.Quaternion.Quaternion-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Geometry.Tensor-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Geometry.TensorAnalysis-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Geometry.TensorAnalysis.ScalarField-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Geometry.TensorAnalysis.TensorField-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Geometry.TensorAnalysis.VectorField-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Geometry.Transformation-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Geometry.Transformation.Rotation-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Geometry.Transformation.RotationTranslation-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Geometry.Transformation.Transformation-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Geometry.Transformation.Translation-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Geometry.Vector-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.IO-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.IO.ArrayIO-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.IO.FortranFormat-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.IO.FortranFormat.FortranFormat-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.IO.FortranFormat.FortranLine-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.IO.NetCDF-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.IO.NetCDF.NetCDFFile-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.IO.NetCDF.NetCDFVariable-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.IO.PDB-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.IO.PDB.AminoAcidResidue-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.IO.PDB.Atom-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.IO.PDB.Chain-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.IO.PDB.Group-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.IO.PDB.HetAtom-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.IO.PDB.Molecule-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.IO.PDB.NucleotideChain-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.IO.PDB.NucleotideResidue-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.IO.PDB.PDBFile-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.IO.PDB.PeptideChain-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.IO.PDB.Residue-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.IO.PDB.ResidueNumber-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.IO.PDB.Structure-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.IO.TextFile-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.IO.TextFile.TextFile-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.IterationCountExceededError-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.MPI-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.MPI.IO-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.MPI.IO.LogFile-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.MPI.MPICommunicator-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.MPI.MPIError-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.MPI.MPIOperationObject-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.MPI.MPIRequest-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.MPI.band-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.MPI.bor-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.MPI.bxor-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.MPI.land-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.MPI.lor-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.MPI.lxor-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.MPI.max-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.MPI.maxloc-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.MPI.min-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.MPI.minloc-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.MPI.prod-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.MPI.replace-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.MPI.sum-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.NumberDict-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.NumberDict.NumberDict-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Physics-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Physics.PhysicalQuantities-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Physics.PhysicalQuantities.PhysicalQuantity-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Physics.PhysicalQuantities.PhysicalUnit-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Physics.Potential-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Physics.Potential.PotentialWithGradients-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Physics.Potential.PotentialWithGradientsAndForceConstants-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.QtWidgets-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.QtWidgets.QtPlotCanvas-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.QtWidgets.QtPlotCanvas.HorizontalLine-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.QtWidgets.QtPlotCanvas.PlotCanvas-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.QtWidgets.QtPlotCanvas.PlotGraphics-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.QtWidgets.QtPlotCanvas.PolyLine-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.QtWidgets.QtPlotCanvas.PolyMarker-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.QtWidgets.QtPlotCanvas.PolyPoints-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.QtWidgets.QtPlotCanvas.VerticalLine-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.QtWidgets.QtVisualizationCanvas-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.QtWidgets.QtVisualizationCanvas.PolyLine3D-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.QtWidgets.QtVisualizationCanvas.VisualizationCanvas-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.QtWidgets.QtVisualizationCanvas.VisualizationGraphics-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Signals-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Signals.Models-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Signals.Models.AutoRegressiveModel-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Signals.Models.AveragedAutoRegressiveModel-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Statistics-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Statistics.Histogram-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Statistics.Histogram.Histogram-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Statistics.Histogram.WeightedHistogram-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Threading-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Threading.TaskManager-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Threading.TaskManager.TaskManager-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.TkWidgets-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.TkWidgets.ButtonBar-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.TkWidgets.FilenameEntry-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.TkWidgets.FloatEntry-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.TkWidgets.IntEntry-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.TkWidgets.ModalDialog-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.TkWidgets.StatusBar-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.TkWidgets.TkPlotCanvas-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.TkWidgets.TkPlotCanvas.HorizontalLine-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.TkWidgets.TkPlotCanvas.PlotCanvas-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.TkWidgets.TkPlotCanvas.PlotGraphics-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.TkWidgets.TkPlotCanvas.PolyLine-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.TkWidgets.TkPlotCanvas.PolyMarker-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.TkWidgets.TkPlotCanvas.PolyPoints-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.TkWidgets.TkPlotCanvas.VerticalLine-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.TkWidgets.TkVisualizationCanvas-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.TkWidgets.TkVisualizationCanvas.PolyLine3D-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.TkWidgets.TkVisualizationCanvas.VisualizationCanvas-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.TkWidgets.TkVisualizationCanvas.VisualizationGraphics-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.Color-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.Color.Color-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.Color.ColorScale-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.Color.SymmetricColorScale-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.PyMOL-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.PyMOL.Arrow-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.PyMOL.Cone-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.PyMOL.Cube-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.PyMOL.Cylinder-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.PyMOL.Group-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.PyMOL.Line-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.PyMOL.Material-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.PyMOL.Molecules-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.PyMOL.PyMOLObject-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.PyMOL.Scene-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.PyMOL.ShapeObject-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.PyMOL.Sphere-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VMD-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VMD.Arrow-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VMD.Cone-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VMD.Cube-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VMD.Cylinder-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VMD.Group-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VMD.Line-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VMD.Material-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VMD.Molecules-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VMD.Scene-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VMD.SceneFile-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VMD.ShapeObject-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VMD.Sphere-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VMD.VMDObject-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VPython-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VPython.Arrow-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VPython.Cone-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VPython.Cube-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VPython.Cylinder-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VPython.GraphicsObject-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VPython.Group-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VPython.Line-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VPython.Material-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VPython.PolyLines-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VPython.Polygons-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VPython.Scene-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VPython.ShapeObject-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VPython.Sphere-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML.Arrow-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML.Cone-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML.Cube-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML.Cylinder-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML.Group-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML.Line-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML.LinearOrientedObject-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML.Material-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML.PolyLines-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML.Polygons-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML.Scene-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML.SceneFile-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML.ShapeObject-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML.Sphere-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML.VRMLObject-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML2-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML2.Arrow-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML2.Camera-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML2.Cone-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML2.Cube-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML2.Cylinder-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML2.Group-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML2.Line-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML2.LinearOrientedObject-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML2.Material-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML2.NavigationInfo-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML2.PolyLines-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML2.Polygons-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML2.Scene-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML2.SceneFile-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML2.ShapeObject-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML2.Sphere-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML2.VRMLObject-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.indexing-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.indexing._index_expression_class-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/class-tree.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/crarr.png
+%%PORTDOCS%%%%DOCSDIR%%/Reference/epydoc.css
+%%PORTDOCS%%%%DOCSDIR%%/Reference/epydoc.js
+%%PORTDOCS%%%%DOCSDIR%%/Reference/float-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/frames.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/help.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/identifier-index.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/index.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/int-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/module-tree.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/sys-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/term-index.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.BSP-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.BSP.Console-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.BSP.IO-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.DictWithDefault-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Functions-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Functions.Derivatives-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Functions.FindRoot-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Functions.FirstDerivatives-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Functions.Interpolation-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Functions.LeastSquares-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Functions.Polynomial-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Functions.Rational-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Functions.Romberg-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Geometry-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Geometry.Objects3D-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Geometry.Quaternion-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Geometry.TensorAnalysis-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Geometry.Transformation-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.IO-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.IO.ArrayIO-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.IO.FortranFormat-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.IO.NetCDF-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.IO.PDB-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.IO.TextFile-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.MPI-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.MPI.IO-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.NumberDict-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Physics-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Physics.PhysicalQuantities-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Physics.Potential-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.QtWidgets-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.QtWidgets.QtPlotCanvas-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.QtWidgets.QtVisualizationCanvas-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Signals-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Signals.Models-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Statistics-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Statistics.Histogram-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Threading-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Threading.TaskManager-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.TkWidgets-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.TkWidgets.TkPlotCanvas-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.TkWidgets.TkVisualizationCanvas-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Visualization-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Visualization.Color-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Visualization.PyMOL-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Visualization.VMD-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Visualization.VPython-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Visualization.VRML-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Visualization.VRML2-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.indexing-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-everything.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-sys-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/toc.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/BSP/example1.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/BSP/example1_array.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/BSP/example2.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/BSP/example3.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/BSP/example4.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demomodule.c
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mpi.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/netcdf_demo.py
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/BSP
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/Reference
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
 @dirrm %%PYTHON_SITELIBDIR%%/Scientific/use_numeric
 @dirrm %%PYTHON_SITELIBDIR%%/Scientific/%%PYTHON_PLATFORM%%
 @dirrm %%PYTHON_SITELIBDIR%%/Scientific/Visualization
@@ -539,7 +543,3 @@
 @dirrm %%PYTHON_SITELIBDIR%%/Scientific/BSP
 @dirrm %%PYTHON_SITELIBDIR%%/Scientific
 @dirrm %%PYTHON_INCLUDEDIR%%/Scientific
-%%PORTDOCS%%@dirrm share/doc/py-scientific/Reference
-%%PORTDOCS%%@dirrm share/doc/py-scientific
-%%PORTDOCS%%@dirrm share/examples/py-scientific/BSP
-%%PORTDOCS%%@dirrm share/examples/py-scientific
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list