Revision: 130436 https://trac.macports.org/changeset/130436 Author: khindenburg@macports.org Date: 2014-12-30 06:58:58 -0800 (Tue, 30 Dec 2014) Log Message: ----------- pyxplot: new port #46116 Added Paths: ----------- trunk/dports/math/pyxplot/ trunk/dports/math/pyxplot/Portfile Added: trunk/dports/math/pyxplot/Portfile =================================================================== --- trunk/dports/math/pyxplot/Portfile (rev 0) +++ trunk/dports/math/pyxplot/Portfile 2014-12-30 14:58:58 UTC (rev 130436) @@ -0,0 +1,50 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 +# $Id$ + +PortSystem 1.0 +PortGroup muniversal 1.0 + +name pyxplot +version 0.9.2 +categories math science +platforms darwin +maintainers gmail.com:mschamschula openmaintainer +license GPL-3+ + +description Pyxplot is a multi-purpose graph plotting tool +long_description ${description}, scientific scripting language, vector graphics suite, \ + and data processing package. Its interface is designed to make common \ + tasks – e.g., plotting labelled graphs of data – accessible via \ + short, simple, intuitive commands. + +homepage http://pyxplot.org.uk/ +master_sites ${homepage}src/ +distname ${name}_${version} + +checksums rmd160 d4eb39acfa22868f28ad93665cec5303bc567c8e \ + sha256 1c592a0bc77caec445a8d72534471c01d66ca1806309e6c983847c2e0b95e689 + +worksrcdir ${name}-${version} + +depends_lib-append port:cfitsio \ + port:fftw \ + port:ghostscript \ + port:gsl \ + port:gv \ + port:ImageMagick \ + port:libpng \ + port:python27 \ + port:readline \ + port:texlive-bin \ + port:texlive-latex \ + port:wget \ + port:libxml2 + +post-patch { + reinplace "s|USRDIR=/usr/local|USRDIR=${prefix}|g" \ + ${worksrcpath}/Makefile.skel +} + +livecheck.type regex +livecheck.url ${homepage}download.html +livecheck.regex ${name}_(\[0-9.\]+)${extract.suffix} Property changes on: trunk/dports/math/pyxplot/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native
participants (1)
-
khindenburg@macports.org