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 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup kde4 1.1 |
---|
5 | |
---|
6 | name kgraphviewer |
---|
7 | version 2.1.1 |
---|
8 | categories kde kde4 |
---|
9 | maintainers nomaintainer |
---|
10 | |
---|
11 | description KGraphViewer is a GraphViz dot graph viewer for KDE |
---|
12 | long_description KGraphViewer is a GraphViz dot graph viewer for KDE. \ |
---|
13 | The graphviz program suite is a free software set of \ |
---|
14 | layout engines for graphs. They are commonly used in \ |
---|
15 | scientific domains and particularly in computer science. \ |
---|
16 | But until now there was a lack of a modern GUI to look \ |
---|
17 | at the graphs. KGraphViewer is aimed at replacing these \ |
---|
18 | tools with a modern user-friendly GUI with all the power \ |
---|
19 | of a well integrated KDE application. |
---|
20 | |
---|
21 | platforms darwin |
---|
22 | |
---|
23 | homepage http://extragear.kde.org/apps/kgraphviewer/ |
---|
24 | |
---|
25 | fetch.type git |
---|
26 | git.url git://git.kde.org/kgraphviewer |
---|
27 | git.branch 651d41c0 |
---|
28 | |
---|
29 | depends_lib-append port:kdelibs4 \ |
---|
30 | port:graphviz \ |
---|
31 | port:boost \ |
---|
32 | port:kdebase4-runtime |
---|