remove py-dot, which is dup with graphics/py-pydot

Reported by:	Stefan Walter <sw@gegenunendlich.de>
This commit is contained in:
Ying-Chieh Liao 2005-04-12 09:58:53 +00:00
parent 56af1b327a
commit 1f885e6cd9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133132
5 changed files with 0 additions and 39 deletions

View File

@ -429,7 +429,6 @@
SUBDIR += py-cairo
SUBDIR += py-cgkit
SUBDIR += py-chart
SUBDIR += py-dot
SUBDIR += py-exif
SUBDIR += py-gd
SUBDIR += py-gdchart

View File

@ -1,25 +0,0 @@
# ex:ts=8
# Ports collection makefile for: py-dot
# Date created: Apr 12, 2005
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= dot
PORTVERSION= 0.9.10
CATEGORIES= graphics python
MASTER_SITES= http://www.dkbza.org/data/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pydot-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A Python interface to Graphviz's Dot language
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pyparsing.py:${PORTSDIR}/devel/py-parsing \
dot:${PORTSDIR}/graphics/graphviz
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
MD5 (pydot-0.9.10.tar.gz) = d59609a3b69b19ad018c55d765945baf
SIZE (pydot-0.9.10.tar.gz) = 14462

View File

@ -1,5 +0,0 @@
An interface for creating both directed and non directed graphs from Python.
Currently all attributes implemented in the Dot language are supported (up
to Graphviz 1.16).
WWW: http://www.dkbza.org/pydot.html

View File

@ -1,6 +0,0 @@
%%PYTHON_SITELIBDIR%%/dot_parser.py
%%PYTHON_SITELIBDIR%%/dot_parser.pyc
%%PYTHON_SITELIBDIR%%/dot_parser.pyo
%%PYTHON_SITELIBDIR%%/pydot.py
%%PYTHON_SITELIBDIR%%/pydot.pyc
%%PYTHON_SITELIBDIR%%/pydot.pyo