diff options
Diffstat (limited to 'graphics/py-graph-dot')
-rw-r--r-- | graphics/py-graph-dot/Makefile | 46 | ||||
-rw-r--r-- | graphics/py-graph-dot/distinfo | 3 | ||||
-rw-r--r-- | graphics/py-graph-dot/files/patch-setup.py | 13 | ||||
-rw-r--r-- | graphics/py-graph-dot/pkg-descr | 5 | ||||
-rw-r--r-- | graphics/py-graph-dot/pkg-plist | 60 |
5 files changed, 0 insertions, 127 deletions
diff --git a/graphics/py-graph-dot/Makefile b/graphics/py-graph-dot/Makefile deleted file mode 100644 index d0b7373d166c..000000000000 --- a/graphics/py-graph-dot/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# New ports collection makefile for: py-graph -# Date created: 2008-08-29 -# Whom: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> -# -# $FreeBSD$ -# - -PORTNAME= graph -PORTVERSION= 1.4.2 -CATEGORIES= graphics python -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= python-graph-${PORTVERSION} - -MAINTAINER= yzlin@cs.nctu.edu.tw -COMMENT= A library for working with graphs in Python - -BUILD_DEPENDS= dot:${PORTSDIR}/graphics/graphviz -RUN_DEPENDS= dot:${PORTSDIR}/graphics/graphviz - -PROJECTHOST= python-graph -USE_PYTHON= yes -USE_PYDISTUTILS= easy_install -PYDISTUTILS_PKGNAME= python-graph - -WRKSRC= ${WRKDIR}/${PYDISTUTILS_PKGNAME} - -USE_BZIP2= yes - -DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} -EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/Changelog ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/COPYING ${DOCSDIR} - ${INSTALL_MAN} ${WRKSRC}/docs/* ${DOCSDIR} -.endif -.if !defined(NOPORTEXAMPLES) - @${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR} -.endif - -.include <bsd.port.mk> diff --git a/graphics/py-graph-dot/distinfo b/graphics/py-graph-dot/distinfo deleted file mode 100644 index 81185dd5b242..000000000000 --- a/graphics/py-graph-dot/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (python-graph-1.4.2.tar.bz2) = 142807b1d3865c915bee8b5346790e7b -SHA256 (python-graph-1.4.2.tar.bz2) = 91225ee818272debc17af7df4b0f4acb638fc772b796397689464a26c8bf0ee6 -SIZE (python-graph-1.4.2.tar.bz2) = 49957 diff --git a/graphics/py-graph-dot/files/patch-setup.py b/graphics/py-graph-dot/files/patch-setup.py deleted file mode 100644 index c6d20f03fc30..000000000000 --- a/graphics/py-graph-dot/files/patch-setup.py +++ /dev/null @@ -1,13 +0,0 @@ ---- setup.py.orig 2009-02-23 22:14:56.000000000 +0800 -+++ setup.py 2009-02-23 22:14:38.000000000 +0800 -@@ -37,8 +37,8 @@ - name = appname, - version = appversion, - packages = ['graph', 'graph.algorithms', 'graph.algorithms.filters', 'graph.algorithms.heuristics', 'graph.classes'], -- data_files = [(docsdir,docsfiles), -- (datadir,datafiles)], -+# data_files = [(docsdir,docsfiles), -+# (datadir,datafiles)], - author = "Pedro Matiello", - author_email = "pmatiello@gmail.com", - description = "A library for working with graphs in Python", diff --git a/graphics/py-graph-dot/pkg-descr b/graphics/py-graph-dot/pkg-descr deleted file mode 100644 index ccab5a868b40..000000000000 --- a/graphics/py-graph-dot/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -A library for working with graphs in Python. -It provides a suitable data structure for representing graphs -and a whole set of important algorithms. - -WWW: http://code.google.com/p/python-graph/ diff --git a/graphics/py-graph-dot/pkg-plist b/graphics/py-graph-dot/pkg-plist deleted file mode 100644 index fb780887ac1a..000000000000 --- a/graphics/py-graph-dot/pkg-plist +++ /dev/null @@ -1,60 +0,0 @@ -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% -@dirrm %%PYTHON_SITELIBDIR%%/graph -%%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.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%% |