diff options
Diffstat (limited to 'graphics/py-graph-dot/pkg-plist')
-rw-r--r-- | graphics/py-graph-dot/pkg-plist | 91 |
1 files changed, 46 insertions, 45 deletions
diff --git a/graphics/py-graph-dot/pkg-plist b/graphics/py-graph-dot/pkg-plist index 2c4202db59db..fb780887ac1a 100644 --- a/graphics/py-graph-dot/pkg-plist +++ b/graphics/py-graph-dot/pkg-plist @@ -1,59 +1,60 @@ -%%PYTHON_SITELIBDIR%%/graph/__init__.py -%%PYTHON_SITELIBDIR%%/graph/__init__.pyc -%%PYTHON_SITELIBDIR%%/graph/__init__.pyo -%%PYTHON_SITELIBDIR%%/graph/accessibility.py -%%PYTHON_SITELIBDIR%%/graph/accessibility.pyc -%%PYTHON_SITELIBDIR%%/graph/accessibility.pyo -%%PYTHON_SITELIBDIR%%/graph/generators.py -%%PYTHON_SITELIBDIR%%/graph/generators.pyc -%%PYTHON_SITELIBDIR%%/graph/generators.pyo -%%PYTHON_SITELIBDIR%%/graph/minmax.py -%%PYTHON_SITELIBDIR%%/graph/minmax.pyc -%%PYTHON_SITELIBDIR%%/graph/minmax.pyo -%%PYTHON_SITELIBDIR%%/graph/readwrite.py -%%PYTHON_SITELIBDIR%%/graph/readwrite.pyc -%%PYTHON_SITELIBDIR%%/graph/readwrite.pyo -%%PYTHON_SITELIBDIR%%/graph/searching.py -%%PYTHON_SITELIBDIR%%/graph/searching.pyc -%%PYTHON_SITELIBDIR%%/graph/searching.pyo -%%PYTHON_SITELIBDIR%%/graph/sorting.py -%%PYTHON_SITELIBDIR%%/graph/sorting.pyc -%%PYTHON_SITELIBDIR%%/graph/sorting.pyo -%%PYTHON_SITELIBDIR%%/graph/traversal.py -%%PYTHON_SITELIBDIR%%/graph/traversal.pyc -%%PYTHON_SITELIBDIR%%/graph/traversal.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% @dirrm %%PYTHON_SITELIBDIR%%/graph -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/Changelog +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/draw.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/drawhyper.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex1.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example.tls +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graph.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lts2graph.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/read.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/write.py +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% %%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/Changelog +%%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/api-objects.txt %%PORTDOCS%%%%DOCSDIR%%/class-tree.html %%PORTDOCS%%%%DOCSDIR%%/crarr.png %%PORTDOCS%%%%DOCSDIR%%/epydoc.css %%PORTDOCS%%%%DOCSDIR%%/epydoc.js %%PORTDOCS%%%%DOCSDIR%%/graph-module.html -%%PORTDOCS%%%%DOCSDIR%%/graph.accessibility-module.html -%%PORTDOCS%%%%DOCSDIR%%/graph.digraph-class.html -%%PORTDOCS%%%%DOCSDIR%%/graph.generators-module.html -%%PORTDOCS%%%%DOCSDIR%%/graph.graph-class.html -%%PORTDOCS%%%%DOCSDIR%%/graph.hypergraph-class.html -%%PORTDOCS%%%%DOCSDIR%%/graph.minmax-module.html -%%PORTDOCS%%%%DOCSDIR%%/graph.readwrite-module.html -%%PORTDOCS%%%%DOCSDIR%%/graph.searching-module.html -%%PORTDOCS%%%%DOCSDIR%%/graph.sorting-module.html -%%PORTDOCS%%%%DOCSDIR%%/graph.traversal-module.html +%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms-module.html +%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.accessibility-module.html +%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.cycles-module.html +%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.exceptions-module.html +%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.exceptions.python_graph_exception-class.html +%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.exceptions.unreachable-class.html +%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.filters-module.html +%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.filters.Find-module.html +%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.filters.Find.find-class.html +%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.filters.Null-module.html +%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.filters.Null.null-class.html +%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.filters.Radius-module.html +%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.filters.Radius.radius-class.html +%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.generators-module.html +%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.heuristics-module.html +%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.heuristics.Chow-module.html +%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.heuristics.Chow.chow-class.html +%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.heuristics.Euclidean-module.html +%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.heuristics.Euclidean.euclidean-class.html +%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.minmax-module.html +%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.readwrite-module.html +%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.searching-module.html +%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.sorting-module.html +%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.traversal-module.html +%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.utils-module.html +%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.utils.HeapItem-class.html +%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.utils.priority_queue-class.html +%%PORTDOCS%%%%DOCSDIR%%/graph.classes-module.html +%%PORTDOCS%%%%DOCSDIR%%/graph.classes.Digraph-module.html +%%PORTDOCS%%%%DOCSDIR%%/graph.classes.Digraph.digraph-class.html +%%PORTDOCS%%%%DOCSDIR%%/graph.classes.Graph-module.html +%%PORTDOCS%%%%DOCSDIR%%/graph.classes.Graph.graph-class.html +%%PORTDOCS%%%%DOCSDIR%%/graph.classes.Hypergraph-module.html +%%PORTDOCS%%%%DOCSDIR%%/graph.classes.Hypergraph.hypergraph-class.html %%PORTDOCS%%%%DOCSDIR%%/help.html %%PORTDOCS%%%%DOCSDIR%%/identifier-index.html %%PORTDOCS%%%%DOCSDIR%%/index.html %%PORTDOCS%%%%DOCSDIR%%/module-tree.html %%PORTDOCS%%%%DOCSDIR%%/redirect.html %%PORTDOCS%%@dirrm %%DOCSDIR%% -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/draw.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/drawhyper.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex1.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example.tls -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graph.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lts2graph.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/read.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/write.py -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% |