[29576] trunk/dports/python

source_changes at macosforge.org source_changes at macosforge.org
Sun Sep 30 08:29:47 PDT 2007


Revision: 29576
          http://trac.macosforge.org/projects/macports/changeset/29576
Author:   yves at macports.org
Date:     2007-09-30 08:29:47 -0700 (Sun, 30 Sep 2007)

Log Message:
-----------
New python25 numarray and gnuplot

Added Paths:
-----------
    trunk/dports/python/py25-gnuplot/
    trunk/dports/python/py25-gnuplot/Portfile
    trunk/dports/python/py25-numarray/
    trunk/dports/python/py25-numarray/Portfile

Added: trunk/dports/python/py25-gnuplot/Portfile
===================================================================
--- trunk/dports/python/py25-gnuplot/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-gnuplot/Portfile	2007-09-30 15:29:47 UTC (rev 29576)
@@ -0,0 +1,32 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python25 1.0
+
+name                    py25-gnuplot
+version                 1.7
+categories              python devel math
+maintainers             persamuelsson at mac.com
+platforms               darwin
+description             A Python interface to the gnuplot plotting program.
+long_description        Gnuplot.py is a Python package that allows you to \
+                        create graphs from within Python using the gnuplot \
+                        plotting program.
+
+homepage                http://gnuplot-py.sourceforge.net/
+master_sites            sourceforge:gnuplot-py
+distname                gnuplot-py-${version}
+checksums               md5 724f9eee164d6ff763777b22a5851572
+
+depends_lib-append      port:py25-numeric
+depends_run             port:gnuplot
+
+post-destroot {
+        xinstall -m 644 -W ${worksrcpath} \
+                ANNOUNCE.txt CREDITS.txt FAQ.txt Gnuplot.html \
+                LICENSE.txt NEWS.txt README.txt TODO.txt \
+                ${destroot}/${prefix}/share/doc/${name}
+        file copy ${worksrcpath}/doc \
+                ${destroot}/${prefix}/share/doc/${name}
+}
+


Property changes on: trunk/dports/python/py25-gnuplot/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

Added: trunk/dports/python/py25-numarray/Portfile
===================================================================
--- trunk/dports/python/py25-numarray/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-numarray/Portfile	2007-09-30 15:29:47 UTC (rev 29576)
@@ -0,0 +1,44 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python25 1.0
+
+name			py25-numarray
+version			1.5.2
+categories		python devel math
+platforms		darwin
+maintainers		nomaintainer at macports.org
+description		array manipulation and computational library for python
+long_description \
+    Numarray provides array manipulation and computational \
+	capabilities similar to those found in IDL, Matlab, or \
+	Octave. Using numarray, it is possible to write many \
+	efficient numerical data processing applications \
+	directly in Python without using any C, C++ or Fortran code.
+
+homepage		http://www.stsci.edu/resources/software_hardware/numarray
+master_sites	sourceforge:numpy
+distname		numarray-${version}
+checksums		sha1 17f6c4bb5f0d97e93923b8ca4f55fccc1ee985e9
+
+build.args		--gencode
+
+platform darwin 8 {
+	build.env		CC=/usr/bin/gcc-4.0
+}
+
+variant smp	{
+	build.args		--smp
+	destroot.args	--smp
+}
+
+post-destroot {
+	xinstall -m 644 -W ${worksrcpath} Doc/Announce.txt \
+		Doc/Repackaging.txt Doc/INSTALL.txt Doc/Design.txt \
+		Doc/UsersGuide.txt LICENSE.txt README.txt \
+		${destroot}${prefix}/share/doc/${name}
+	file delete ${destroot}${prefix}/share/doc/${name}/examples
+	file copy ${worksrcpath}/Examples \
+		${destroot}${prefix}/share/doc/${name}/examples
+}
+


Property changes on: trunk/dports/python/py25-numarray/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070930/6a0f0be0/attachment.html


More information about the macports-changes mailing list