[58490] trunk/dports/python

macsforever2000 at macports.org macsforever2000 at macports.org
Tue Sep 29 12:15:19 PDT 2009


Revision: 58490
          http://trac.macports.org/changeset/58490
Author:   macsforever2000 at macports.org
Date:     2009-09-29 12:15:18 -0700 (Tue, 29 Sep 2009)
Log Message:
-----------
Added new port.

Added Paths:
-----------
    trunk/dports/python/py26-pyqwt/
    trunk/dports/python/py26-pyqwt/Portfile

Added: trunk/dports/python/py26-pyqwt/Portfile
===================================================================
--- trunk/dports/python/py26-pyqwt/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-pyqwt/Portfile	2009-09-29 19:15:18 UTC (rev 58490)
@@ -0,0 +1,36 @@
+# -*- coding: utf-8; mode: tcl; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 4; truncate-lines: t -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem       1.0
+
+name               py26-pyqwt
+version            5.2.0
+
+platforms          macosx
+categories         python devel
+maintainers        macsforever2000
+
+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     fcd6c6029090d473dcc9df497516eae7 \
+                   sha1    797f37c63dec660272f6a8ccfd16a017df0ad640 \
+                   rmd160  e4c8a63d623d974cd500e29fbc62255746ca7feb
+
+depends_lib        port:qt4-mac \
+                   port:qwt52 \
+                   port:py26-numpy
+
+worksrcdir         ${worksrcdir}/configure
+
+configure.cmd      ${prefix}/bin/python2.6 configure.py
+configure.pre_args -I ${prefix}/include -I ${prefix}/include/qwt -I ${prefix}/include/python2.6 -L ${prefix}/lib --disable-numarray --disable-numeric
+
+build.target


Property changes on: trunk/dports/python/py26-pyqwt/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090929/f69f0c7c/attachment.html>


More information about the macports-changes mailing list