Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jan 2009 13:28:03 +0900 (JST)
From:      TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Subject:   ports/130676: Update port: math/py-scientific
Message-ID:  <20090118042803.E0D0A153476@xeon.quad.dyndns.org>
Resent-Message-ID: <200901180430.n0I4U4Dh049837@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         130676
>Category:       ports
>Synopsis:       Update port: math/py-scientific
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 18 04:30:03 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     TAOKA Fumiyoshi
>Release:        
>Organization:
>Environment:
>Description:
	Update to ScientificPython 2.8.

>How-To-Repeat:
>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/math/py-scientific/Makefile,v
retrieving revision 1.24
diff -u -r1.24 Makefile
--- Makefile	23 Sep 2008 12:59:38 -0000	1.24
+++ Makefile	18 Jan 2009 03:47:44 -0000
@@ -6,18 +6,18 @@
 #
 
 PORTNAME=	scientific
-PORTVERSION=	2.6.1
+PORTVERSION=	2.8
 CATEGORIES=	math python
-MASTER_SITES=	http://sourcesup.cru.fr/frs/download.php/1674/
+MASTER_SITES=	http://sourcesup.cru.fr/frs/download.php/2309/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	ScientificPython-${PORTVERSION}
 
 MAINTAINER=	fmysh@iijmio-mail.jp
 COMMENT=	Collection of Python modules for scientific computing
 
-BUILD_DEPENDS=	${PYNUMERIC}
+BUILD_DEPENDS=	${NUMPY}
 LIB_DEPENDS=	netcdf.4:${PORTSDIR}/science/netcdf
-RUN_DEPENDS=	${PYNUMERIC}
+RUN_DEPENDS=	${NUMPY}
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=yes
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/math/py-scientific/distinfo,v
retrieving revision 1.11
diff -u -r1.11 distinfo
--- distinfo	23 Sep 2008 12:59:38 -0000	1.11
+++ distinfo	18 Jan 2009 03:48:32 -0000
@@ -1,3 +1,3 @@
-MD5 (ScientificPython-2.6.1.tar.gz) = 1b93026dd02529607131e5b0b83aeec4
-SHA256 (ScientificPython-2.6.1.tar.gz) = a3096901fde369fd6b3fd8ad3a6f5382024bf85b75c9b04ef9d29247049dcd6a
-SIZE (ScientificPython-2.6.1.tar.gz) = 515227
+MD5 (ScientificPython-2.8.tar.gz) = 82d8592635d6ae8608b3073dacf9e694
+SHA256 (ScientificPython-2.8.tar.gz) = 4de6c8d1b28526d0f2db02f30e99a28a8340ee4cc06fa0a5c0d4b20096806908
+SIZE (ScientificPython-2.8.tar.gz) = 559613
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/math/py-scientific/pkg-plist,v
retrieving revision 1.10
diff -u -r1.10 pkg-plist
--- pkg-plist	23 Sep 2008 12:59:38 -0000	1.10
+++ pkg-plist	18 Jan 2009 04:14:42 -0000
@@ -1,8 +1,11 @@
 bin/bsp_virtual
+bin/task_manager
 %%PYTHON_INCLUDEDIR%%/Scientific/PyBSP_API.h
 %%PYTHON_INCLUDEDIR%%/Scientific/PyMPI_API.h
+%%PYTHON_INCLUDEDIR%%/Scientific/arrayobject.h
 %%PYTHON_INCLUDEDIR%%/Scientific/bspmodule.h
 %%PYTHON_INCLUDEDIR%%/Scientific/mpimodule.h
+%%PYTHON_INCLUDEDIR%%/Scientific/netcdf.h
 %%PYTHON_INCLUDEDIR%%/Scientific/netcdfmodule.h
 %%PYTHON_SITELIBDIR%%/Scientific/BSP/Console.py
 %%PYTHON_SITELIBDIR%%/Scientific/BSP/Console.pyc
@@ -19,9 +22,27 @@
 %%PYTHON_SITELIBDIR%%/Scientific/BSP/core.py
 %%PYTHON_SITELIBDIR%%/Scientific/BSP/core.pyc
 %%PYTHON_SITELIBDIR%%/Scientific/BSP/core.pyo
+%%PYTHON_SITELIBDIR%%/Scientific/Clustering/AffinityPropagation.py
+%%PYTHON_SITELIBDIR%%/Scientific/Clustering/AffinityPropagation.pyc
+%%PYTHON_SITELIBDIR%%/Scientific/Clustering/AffinityPropagation.pyo
+%%PYTHON_SITELIBDIR%%/Scientific/Clustering/__init__.py
+%%PYTHON_SITELIBDIR%%/Scientific/Clustering/__init__.pyc
+%%PYTHON_SITELIBDIR%%/Scientific/Clustering/__init__.pyo
 %%PYTHON_SITELIBDIR%%/Scientific/DictWithDefault.py
 %%PYTHON_SITELIBDIR%%/Scientific/DictWithDefault.pyc
 %%PYTHON_SITELIBDIR%%/Scientific/DictWithDefault.pyo
+%%PYTHON_SITELIBDIR%%/Scientific/DistributedComputing/MasterSlave.py
+%%PYTHON_SITELIBDIR%%/Scientific/DistributedComputing/MasterSlave.pyc
+%%PYTHON_SITELIBDIR%%/Scientific/DistributedComputing/MasterSlave.pyo
+%%PYTHON_SITELIBDIR%%/Scientific/DistributedComputing/TaskManager.py
+%%PYTHON_SITELIBDIR%%/Scientific/DistributedComputing/TaskManager.pyc
+%%PYTHON_SITELIBDIR%%/Scientific/DistributedComputing/TaskManager.pyo
+%%PYTHON_SITELIBDIR%%/Scientific/DistributedComputing/__init__.py
+%%PYTHON_SITELIBDIR%%/Scientific/DistributedComputing/__init__.pyc
+%%PYTHON_SITELIBDIR%%/Scientific/DistributedComputing/__init__.pyo
+%%PYTHON_SITELIBDIR%%/Scientific/FFT.py
+%%PYTHON_SITELIBDIR%%/Scientific/FFT.pyc
+%%PYTHON_SITELIBDIR%%/Scientific/FFT.pyo
 %%PYTHON_SITELIBDIR%%/Scientific/Functions/Derivatives.py
 %%PYTHON_SITELIBDIR%%/Scientific/Functions/Derivatives.pyc
 %%PYTHON_SITELIBDIR%%/Scientific/Functions/Derivatives.pyo
@@ -85,6 +106,9 @@
 %%PYTHON_SITELIBDIR%%/Scientific/IO/PDBExportFilters.py
 %%PYTHON_SITELIBDIR%%/Scientific/IO/PDBExportFilters.pyc
 %%PYTHON_SITELIBDIR%%/Scientific/IO/PDBExportFilters.pyo
+%%PYTHON_SITELIBDIR%%/Scientific/IO/PDBSpaceGroups.py
+%%PYTHON_SITELIBDIR%%/Scientific/IO/PDBSpaceGroups.pyc
+%%PYTHON_SITELIBDIR%%/Scientific/IO/PDBSpaceGroups.pyo
 %%PYTHON_SITELIBDIR%%/Scientific/IO/TextFile.py
 %%PYTHON_SITELIBDIR%%/Scientific/IO/TextFile.pyc
 %%PYTHON_SITELIBDIR%%/Scientific/IO/TextFile.pyo
@@ -109,6 +133,9 @@
 %%PYTHON_SITELIBDIR%%/Scientific/N.py
 %%PYTHON_SITELIBDIR%%/Scientific/N.pyc
 %%PYTHON_SITELIBDIR%%/Scientific/N.pyo
+%%PYTHON_SITELIBDIR%%/Scientific/NRNG.py
+%%PYTHON_SITELIBDIR%%/Scientific/NRNG.pyc
+%%PYTHON_SITELIBDIR%%/Scientific/NRNG.pyo
 %%PYTHON_SITELIBDIR%%/Scientific/NumberDict.py
 %%PYTHON_SITELIBDIR%%/Scientific/NumberDict.pyc
 %%PYTHON_SITELIBDIR%%/Scientific/NumberDict.pyo
@@ -190,14 +217,14 @@
 %%PYTHON_SITELIBDIR%%/Scientific/__pkginfo__.py
 %%PYTHON_SITELIBDIR%%/Scientific/__pkginfo__.pyc
 %%PYTHON_SITELIBDIR%%/Scientific/__pkginfo__.pyo
+%%PYTHON_SITELIBDIR%%/Scientific/%%PYTHON_PLATFORM%%/Scientific_affinitypropagation.so
+%%PYTHON_SITELIBDIR%%/Scientific/%%PYTHON_PLATFORM%%/Scientific_interpolation.so
 %%PYTHON_SITELIBDIR%%/Scientific/%%PYTHON_PLATFORM%%/Scientific_netcdf.so
+%%PYTHON_SITELIBDIR%%/Scientific/%%PYTHON_PLATFORM%%/Scientific_numerics_package_id.so
 %%PYTHON_SITELIBDIR%%/Scientific/%%PYTHON_PLATFORM%%/Scientific_vector.so
 %%PYTHON_SITELIBDIR%%/Scientific/indexing.py
 %%PYTHON_SITELIBDIR%%/Scientific/indexing.pyc
 %%PYTHON_SITELIBDIR%%/Scientific/indexing.pyo
-%%PYTHON_SITELIBDIR%%/Scientific/use_numeric/__init__.py
-%%PYTHON_SITELIBDIR%%/Scientific/use_numeric/__init__.pyc
-%%PYTHON_SITELIBDIR%%/Scientific/use_numeric/__init__.pyo
 %%PORTDOCS%%%%DOCSDIR%%/BSP_Tutorial.pdf
 %%PORTDOCS%%%%DOCSDIR%%/CHANGELOG
 %%PORTDOCS%%%%DOCSDIR%%/LICENSE
@@ -210,8 +237,6 @@
 %%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
@@ -223,11 +248,28 @@
 %%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.ParRootSequence-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.Clustering-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Clustering.AffinityPropagation-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Clustering.AffinityPropagation.DataSet-class.html
 %%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.DictWithDefault-module.html
 %%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.DictWithDefault.DictWithDefault-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.DistributedComputing-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.DistributedComputing.MasterSlave-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.DistributedComputing.MasterSlave.GlobalStateValue-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.DistributedComputing.MasterSlave.MasterProcess-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.DistributedComputing.MasterSlave.SlaveProcess-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.DistributedComputing.TaskManager-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.DistributedComputing.TaskManager.Task-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.DistributedComputing.TaskManager.TaskManager-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.DistributedComputing.TaskManager.TaskManagerTermination-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.DistributedComputing.TaskManager.TaskQueue-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.DistributedComputing.TaskManager.TaskRaisedException-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.DistributedComputing.TaskManager.Watchdog-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.FFT-module.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
@@ -263,8 +305,13 @@
 %%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.Inversion-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Geometry.Transformation.LinearTransformation-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Geometry.Transformation.RigidBodyTransformation-class.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.Scaling-class.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Geometry.Transformation.Shear-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
@@ -290,6 +337,8 @@
 %%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.PDBSpaceGroups-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.IO.PDBSpaceGroups.SpaceGroup-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
@@ -297,7 +346,6 @@
 %%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
@@ -313,6 +361,7 @@
 %%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.NRNG-module.html
 %%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.NumberDict-module.html
 %%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.NumberDict.NumberDict-class.html
 %%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Physics-module.html
@@ -446,7 +495,7 @@
 %%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/api-objects.txt
 %%PORTDOCS%%%%DOCSDIR%%/Reference/class-tree.html
 %%PORTDOCS%%%%DOCSDIR%%/Reference/crarr.png
 %%PORTDOCS%%%%DOCSDIR%%/Reference/epydoc.css
@@ -458,13 +507,19 @@
 %%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/redirect.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.Clustering-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Clustering.AffinityPropagation-module.html
 %%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.DictWithDefault-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.DistributedComputing-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.DistributedComputing.MasterSlave-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.DistributedComputing.TaskManager-module.html
+%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.FFT-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
@@ -484,9 +539,11 @@
 %%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.PDBSpaceGroups-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.NRNG-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
@@ -512,7 +569,6 @@
 %%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
@@ -521,13 +577,15 @@
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/BSP/example4.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/README
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/demomodule.c
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/master.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/master_slave_demo.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mpi.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/netcdf_demo.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slave.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
 @dirrm %%PYTHON_SITELIBDIR%%/Scientific/TkWidgets
@@ -540,6 +598,8 @@
 @dirrm %%PYTHON_SITELIBDIR%%/Scientific/IO
 @dirrm %%PYTHON_SITELIBDIR%%/Scientific/Geometry
 @dirrm %%PYTHON_SITELIBDIR%%/Scientific/Functions
+@dirrm %%PYTHON_SITELIBDIR%%/Scientific/DistributedComputing
+@dirrm %%PYTHON_SITELIBDIR%%/Scientific/Clustering
 @dirrm %%PYTHON_SITELIBDIR%%/Scientific/BSP
 @dirrm %%PYTHON_SITELIBDIR%%/Scientific
 @dirrm %%PYTHON_INCLUDEDIR%%/Scientific
Index: files/patch-setup.py
===================================================================
RCS file: /home/ncvs/ports/math/py-scientific/files/patch-setup.py,v
retrieving revision 1.3
diff -u -r1.3 patch-setup.py
--- files/patch-setup.py	15 Mar 2006 08:23:17 -0000	1.3
+++ files/patch-setup.py	18 Jan 2009 03:49:54 -0000
@@ -1,11 +1,11 @@
---- setup.py.orig	Mon Oct 18 08:34:00 2004
-+++ setup.py	Fri Feb 24 15:33:58 2006
-@@ -14,7 +14,7 @@
-     try:
-         netcdf_prefix=os.environ['NETCDF_PREFIX']
+--- setup.py.orig	2008-10-28 22:31:44.000000000 +0900
++++ setup.py	2009-01-18 12:49:38.000000000 +0900
+@@ -76,7 +76,7 @@
      except KeyError:
--        for netcdf_prefix in ['/usr/local', '/usr', '/sw']:
-+        for netcdf_prefix in [sys.prefix, '/usr', '/sw']:
-             netcdf_include = os.path.join(netcdf_prefix, 'include')
-             netcdf_lib = os.path.join(netcdf_prefix, 'lib')
-             if os.path.exists(os.path.join(netcdf_include, 'netcdf.h')):
+         pass
+ if netcdf_prefix is None:
+-    for netcdf_prefix in ['/usr/local', '/usr', '/sw']:
++    for netcdf_prefix in [sys.prefix, '/usr', '/sw']:
+         netcdf_include = os.path.join(netcdf_prefix, 'include')
+         netcdf_lib = os.path.join(netcdf_prefix, 'lib')
+         if os.path.exists(os.path.join(netcdf_include, 'netcdf.h')):

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090118042803.E0D0A153476>