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 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python 1.0 |
---|
6 | |
---|
7 | name py-picviz |
---|
8 | version 0.6.1 |
---|
9 | distname libpicviz-${version} |
---|
10 | categories graphics net |
---|
11 | platforms darwin |
---|
12 | maintainers yahoo.fr:jul_bsd openmaintainer |
---|
13 | description (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. |
---|
17 | long_description ${description} |
---|
18 | license GPL-3+ + Specific Picviz license terms |
---|
19 | homepage http://www.picviz.com/en/community/picviz/picviz.html |
---|
20 | master_sites http://www.picviz.com/downloads/ |
---|
21 | distname picviz-latest |
---|
22 | extract.suffix .tar.bz2 |
---|
23 | worksrcdir ${distname}/libpicviz/src/bindings/python |
---|
24 | supported_archs noarch |
---|
25 | python.versions 24 25 26 27 33 |
---|
26 | |
---|
27 | checksums rmd160 232491961385208b9d19015de1db7171949e973a \ |
---|
28 | sha256 3fdc4f60c821f377514ccd5ceacf83b197e747ea928e6f80e020c25395a43b00 |
---|
29 | |
---|
30 | depends_build port:libpicviz |
---|
31 | |
---|
32 | livecheck.type none |
---|
33 | |
---|