diff options
author | steve <steve@FreeBSD.org> | 2000-01-30 05:51:04 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-01-30 05:51:04 +0800 |
commit | 51334d1d285b3b07a99391598391ff2aecb4e848 (patch) | |
tree | 85a51a797b280c1cfbf7454cca7d2ae3f3bda552 /graphics/graphviz | |
parent | 82fac0a09c49427c8d2b764b5e044e358e5be348 (diff) | |
download | freebsd-ports-gnome-51334d1d285b3b07a99391598391ff2aecb4e848.tar.gz freebsd-ports-gnome-51334d1d285b3b07a99391598391ff2aecb4e848.tar.zst freebsd-ports-gnome-51334d1d285b3b07a99391598391ff2aecb4e848.zip |
- Update to version 1.5.1
- Add WWW: line into pkg/DESCR
PR: 16428
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'graphics/graphviz')
-rw-r--r-- | graphics/graphviz/Makefile | 12 | ||||
-rw-r--r-- | graphics/graphviz/distinfo | 2 | ||||
-rw-r--r-- | graphics/graphviz/pkg-descr | 8 |
3 files changed, 11 insertions, 11 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index 061a51a56f11..a047a439a640 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -1,13 +1,13 @@ -# New ports collection makefile for: graphviz -# Version required: 1.5 -# Date created: 03 Feb 1998 -# Whom: Thomas Gellekum <tg@FreeBSD.org> +# New ports collection makefile for: graphviz +# Version required: 1.5.1 +# Date created: 03 Feb 1998 +# Whom: Thomas Gellekum <tg@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= gviz15 -PKGNAME= graphviz-1.5 +DISTNAME= gviz15 +PKGNAME= graphviz-1.5.1 CATEGORIES= graphics tk82 MASTER_SITES= http://www.research.att.com/sw/tools/graphviz/ EXTRACT_SUFX= .tgz diff --git a/graphics/graphviz/distinfo b/graphics/graphviz/distinfo index a37fb8d762c5..2000910f7276 100644 --- a/graphics/graphviz/distinfo +++ b/graphics/graphviz/distinfo @@ -1 +1 @@ -MD5 (gviz15.tgz) = 7c10e42cd77622dcdad5b590bf0723d5 +MD5 (gviz15.tgz) = de8f4a344ed2ab8661adced3002813cf diff --git a/graphics/graphviz/pkg-descr b/graphics/graphviz/pkg-descr index 7049fa96016f..a60bdbbb5b48 100644 --- a/graphics/graphviz/pkg-descr +++ b/graphics/graphviz/pkg-descr @@ -1,10 +1,8 @@ Graph Visualization Software from AT&T Laboratories and Bell Laboratories (Lucent Technologies) -Source code - 12/1/96 - -These programs licensed under the terms described in the Web page -http://www.research.att.com/orgs/ssr/book/reuse. +These programs licensed under the terms described in the +Web page http://www.research.att.com/orgs/ssr/book/reuse. The package contains: dotty - customizable X windows graph viewer written in the Lefty editor @@ -12,3 +10,5 @@ The package contains: dot - batch program for drawing directed graphs as hierarchies neato - batch program for drawing undirected graphs using Kamada-Kawai spring models + +WWW: http://www.research.att.com/sw/tools/graphviz/ |