Ticket #25905: Portfile.4

File Portfile.4, 1.3 KB (added by jul_bsd@…, 10 years ago)

py-picviz

Line 
1# -*- 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
2# $Id$
3
4PortSystem          1.0
5PortGroup           python 1.0
6
7name                py-picviz
8version             0.6.1
9distname            libpicviz-${version}
10categories          graphics net
11platforms           darwin
12maintainers         yahoo.fr:jul_bsd openmaintainer
13description         (python bindings) Picviz can help you to understand what is \
14                    happening on your network and machines by \
15                    visualizing events in multi-dimensions with the \
16                    help of parallel coordinates plot.
17long_description    ${description}
18license             GPL-3+ + Specific Picviz license terms
19homepage            http://www.picviz.com/en/community/picviz/picviz.html
20master_sites        http://www.picviz.com/downloads/
21distname            picviz-latest
22extract.suffix      .tar.bz2
23worksrcdir          ${distname}/libpicviz/src/bindings/python
24supported_archs     noarch
25python.versions     24 25 26 27 33
26
27checksums           rmd160  232491961385208b9d19015de1db7171949e973a \
28                    sha256  3fdc4f60c821f377514ccd5ceacf83b197e747ea928e6f80e020c25395a43b00
29
30depends_build       port:libpicviz
31
32livecheck.type     none
33