aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2017-10-09 03:10:04 +0800
committerrene <rene@FreeBSD.org>2017-10-09 03:10:04 +0800
commit20670f404c231605b3c38261a5366bfe4602a532 (patch)
tree9bc9bd10d66e141d1790be789b6f5129af18e4ec /graphics
parent6deb44371351e2d588ce32af0eeddab8132716a9 (diff)
downloadfreebsd-ports-gnome-20670f404c231605b3c38261a5366bfe4602a532.tar.gz
freebsd-ports-gnome-20670f404c231605b3c38261a5366bfe4602a532.tar.zst
freebsd-ports-gnome-20670f404c231605b3c38261a5366bfe4602a532.zip
Remove expired ports:
2017-04-30 graphics/py-graph-dot: Unfetchable for more than six months (google code has gone away) graphics/py-graph: depends on graphics/py-graph-dot
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Makefile2
-rw-r--r--graphics/py-graph-dot/Makefile38
-rw-r--r--graphics/py-graph-dot/distinfo2
-rw-r--r--graphics/py-graph-dot/files/patch-setup.py10
-rw-r--r--graphics/py-graph-dot/pkg-descr5
-rw-r--r--graphics/py-graph/Makefile17
-rw-r--r--graphics/py-graph/pkg-descr5
7 files changed, 0 insertions, 79 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 3384d05b4c58..ec1a5b7d1e60 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -859,9 +859,7 @@
SUBDIR += py-glewpy
SUBDIR += py-goocanvas
SUBDIR += py-gphoto2
- SUBDIR += py-graph
SUBDIR += py-graph-core
- SUBDIR += py-graph-dot
SUBDIR += py-graphviz
SUBDIR += py-graphy
SUBDIR += py-gvgen
diff --git a/graphics/py-graph-dot/Makefile b/graphics/py-graph-dot/Makefile
deleted file mode 100644
index 3e75031548fa..000000000000
--- a/graphics/py-graph-dot/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# Created by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
-# $FreeBSD$
-
-PORTNAME= graph-dot
-PORTVERSION= 1.8.2
-PORTREVISION= 1
-CATEGORIES= graphics python
-MASTER_SITES= GOOGLE_CODE
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= python-${PORTNAME}-${PORTVERSION}
-
-MAINTAINER= demon@FreeBSD.org
-COMMENT= Library for working with graphs in Python, dot module
-
-BROKEN= Unfetchable (google code has gone away)
-DEPRECATED= Unfetchable for more than six months (google code has gone away)
-EXPIRATION_DATE= 2017-04-30
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pydot>=0:graphics/py-pydot \
- ${PYTHON_PKGNAMEPREFIX}graph-core>=${PORTVERSION}:graphics/py-graph-core
-
-PROJECTHOST= python-graph
-USES= python
-USE_PYTHON= distutils autoplist
-
-# post-install and add-plist-post should not act as reference on how to fix
-# egg-based conflicts.
-# https://code.google.com/p/python-graph/issues/detail?id=121 contains the
-# report for this issue.
-post-install:
-.for suffix in py pyc pyo
- rm ${STAGEDIR}${PYTHON_SITELIBDIR}/pygraph/readwrite/__init__.${suffix}
-.endfor
-
-add-plist-post:
- @${REINPLACE_CMD} -e "/readwrite\/__init__.py/d" ${TMPPLIST}
-
-.include <bsd.port.mk>
diff --git a/graphics/py-graph-dot/distinfo b/graphics/py-graph-dot/distinfo
deleted file mode 100644
index d11efde663c5..000000000000
--- a/graphics/py-graph-dot/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (python-graph-dot-1.8.2.tar.gz) = bdfe143077f3f47bc0da9618e19bafcba6ea0262f91627a6744985a872f3d401
-SIZE (python-graph-dot-1.8.2.tar.gz) = 8456
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 fa8b0dc61449..000000000000
--- a/graphics/py-graph-dot/files/patch-setup.py
+++ /dev/null
@@ -1,10 +0,0 @@
---- setup.py.orig
-+++ setup.py
-@@ -20,7 +15,6 @@
- version = appversion,
- namespace_packages = ["pygraph"],
- packages = ["pygraph"] + [ os.path.join("pygraph", a) for a in find_packages("pygraph") ],
-- install_requires = [ 'python-graph-core==%s' % appversion, 'pydot' ],
- author = "Pedro Matiello",
- author_email = "pmatiello@gmail.com",
- description = "DOT support for python-graph",
diff --git a/graphics/py-graph-dot/pkg-descr b/graphics/py-graph-dot/pkg-descr
deleted file mode 100644
index 449f9c862283..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/Makefile b/graphics/py-graph/Makefile
deleted file mode 100644
index 3c5d02e3e6e3..000000000000
--- a/graphics/py-graph/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# Created by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
-# $FreeBSD$
-
-PORTNAME= graph
-PORTVERSION= 1.8.2
-CATEGORIES= graphics python
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= demon@FreeBSD.org
-COMMENT= Library for working with graphs in Python
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}graph-core>=${PORTVERSION}:graphics/py-graph-core \
- ${PYTHON_PKGNAMEPREFIX}graph-dot>=${PORTVERSION}:graphics/py-graph-dot
-
-USES= metaport python
-
-.include <bsd.port.mk>
diff --git a/graphics/py-graph/pkg-descr b/graphics/py-graph/pkg-descr
deleted file mode 100644
index 449f9c862283..000000000000
--- a/graphics/py-graph/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/