1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

The GraphViz class allows for the creation of and the work with directed and

undirected graphs and their visualization with AT&T's GraphViz tools.

WWW: http://pear.php.net/package/Image_GraphViz

PR:		ports/112742
Submitted by:	Gerrit Beine (<gerrit.beine at gmx.de>)
This commit is contained in:
Martin Wilke 2007-05-28 15:51:33 +00:00
parent 2861ce1348
commit 325958df3f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192191
4 changed files with 32 additions and 0 deletions

View File

@ -510,6 +510,7 @@
SUBDIR += pear-Image_Canvas
SUBDIR += pear-Image_Color
SUBDIR += pear-Image_Graph
SUBDIR += pear-Image_GraphViz
SUBDIR += pear-Image_Transform
SUBDIR += pecl-imagick
SUBDIR += pecl-imlib2

View File

@ -0,0 +1,24 @@
# Ports collection makefile for: pear-Image_GraphViz
# Date created: 17 May 2007
# Whom: Gerrit Beine (<gerrit.beine@gmx.de>)
#
# $FreeBSD$
#
PORTNAME= Image_GraphViz
PORTVERSION= 1.2.1
CATEGORIES= graphics www pear
MAINTAINER= gerrit.beine@gmx.de
COMMENT= An interface to AT&T's GraphViz tools
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${BUILD_DEPENDS} \
${LOCALBASE}/bin/dot:${PORTSDIR}/graphics/graphviz
CATEGORY= Image
FILES= GraphViz.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (PEAR/Image_GraphViz-1.2.1.tgz) = 8828e58960e0d93820cb3bdcce85e705
SHA256 (PEAR/Image_GraphViz-1.2.1.tgz) = 5a566d4cd39f9e39be6c9b8b95ca81fca7d2283638a774a079dafc9b304d5338
SIZE (PEAR/Image_GraphViz-1.2.1.tgz) = 4872

View File

@ -0,0 +1,4 @@
The GraphViz class allows for the creation of and the work with directed and
undirected graphs and their visualization with AT&T's GraphViz tools.
WWW: http://pear.php.net/package/Image_GraphViz