[49942] trunk/dports/python/py25-pyqwt/Portfile

macsforever2000 at macports.org macsforever2000 at macports.org
Mon Apr 20 09:38:44 PDT 2009


Revision: 49942
          http://trac.macports.org/changeset/49942
Author:   macsforever2000 at macports.org
Date:     2009-04-20 09:38:44 -0700 (Mon, 20 Apr 2009)
Log Message:
-----------
Whitespace changes only.

Modified Paths:
--------------
    trunk/dports/python/py25-pyqwt/Portfile

Modified: trunk/dports/python/py25-pyqwt/Portfile
===================================================================
--- trunk/dports/python/py25-pyqwt/Portfile	2009-04-20 16:38:11 UTC (rev 49941)
+++ trunk/dports/python/py25-pyqwt/Portfile	2009-04-20 16:38:44 UTC (rev 49942)
@@ -1,37 +1,40 @@
 # $Id$
 
-PortSystem      1.0
+PortSystem       1.0
 
-name            py25-pyqwt
-version         5.1.0
-revision        1
-platforms       macosx
-categories      python devel
-maintainers     nomaintainer
-description     PyQwt is a set of Python bindings for the Qwt toolkit
-long_description ${description}
-homepage        http://pyqwt.sourceforge.net
-master_sites    sourceforge:pyqwt
-distname        PyQwt-${version}
+name               py25-pyqwt
+version            5.1.0
+revision           1
+platforms          macosx
+categories         python devel
+maintainers        nomaintainer
+description        PyQwt is a set of Python bindings for the Qwt toolkit
+long_description   PyQwt is a set of Python bindings for the Qwt C++ class library which extends \
+                   the Qt framework with widgets for scientific and engineering applications. It \
+                   provides a widget to plot 2-dimensional data and various widgets to display \
+                   and control bounded or unbounded floating point values.
+homepage           http://pyqwt.sourceforge.net
+master_sites       sourceforge:pyqwt
+distname           PyQwt-${version}
 
-checksums       md5 c9d662a0d4fc95cec75d3c526e4e748a \
-                sha1 d1b55e4a7400889e1d0831f8d6f3b692fc37aecb \
-                rmd160 e8bbf154a9e30894977494829bf379a807fdf1e9
+checksums          md5    c9d662a0d4fc95cec75d3c526e4e748a \
+                   sha1   d1b55e4a7400889e1d0831f8d6f3b692fc37aecb \
+                   rmd160 e8bbf154a9e30894977494829bf379a807fdf1e9
 
-depends_lib     port:qt4-mac \
-                port:qwt \
-                port:python25 \
-                port:py25-numpy
+depends_lib        port:qt4-mac \
+                   port:qwt \
+                   port:python25 \
+                   port:py25-numpy
 
-worksrcdir      ${worksrcdir}/configure
+worksrcdir         ${worksrcdir}/configure
 
-configure.cmd   ${prefix}/bin/python2.5 configure.py
+configure.cmd      ${prefix}/bin/python2.5 configure.py
 configure.pre_args -I ${prefix}/include -I ${prefix}/include/qwt -I ${prefix}/include/python2.5 -L ${prefix}/lib --disable-numarray --disable-numeric
 
 build.target
 
 post-destroot {
     # Workaround for python25 framework bug (#16334)
-	move ${destroot}${frameworks_dir}/Python.framework/Versions/2.5/lib/python2.5 \
-		${destroot}${prefix}/lib/python2.5
+    move ${destroot}${frameworks_dir}/Python.framework/Versions/2.5/lib/python2.5 \
+        ${destroot}${prefix}/lib/python2.5
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090420/bba3c93b/attachment.html>


More information about the macports-changes mailing list