aboutsummaryrefslogtreecommitdiff
path: root/graphics/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-11-09 01:37:51 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-11-09 01:37:51 +0000
commit8d91c37fd7f7c90bffa0644f5c47144f16e1fe4c (patch)
treeaa3ce07d978bb5a2570b442f8d4c82a4368534d7 /graphics/Makefile
parent30f8bdc0a0c2588567730e6ce0d836dbf5a88e6f (diff)
downloadports-8d91c37fd7f7c90bffa0644f5c47144f16e1fe4c.tar.gz
ports-8d91c37fd7f7c90bffa0644f5c47144f16e1fe4c.zip
- Add p5-GraphViz2 1.11
This module provides a Perl interface to the amazing Graphviz, an open source graph visualization tool from AT&T. It is called GraphViz2 so that pre-existing code using (the Perl module) GraphViz continues to work. To avoid confusion, when I use GraphViz2 (note the capital V), I'm referring to this Perl module, and when I use Graphviz (lower-case v) I'm referring to the underlying tool (which is in fact a set of programs). This version of GraphViz2 targets Graphviz 2.23.6+. GraphViz2 1.x is a complete re-write, by Ron Savage, of GraphViz 2.x, which was written by Leon Brocard. The point of the re-write is to provide access to all the latest options available to users of Graphviz. GraphViz2 1.x is not backwards compatible with GraphViz 2.x, despite the considerable similarity. It was not possible to maintain compatibility while extending support to all the latest features of Graphviz. To ensure GraphViz2 is a light-weight module, Hash::FieldHash has been used to provide getters and setters, rather than Moose. WWW: http://search.cpan.org/dist/GraphViz2/
Notes
Notes: svn path=/head/; revision=285320
Diffstat (limited to 'graphics/Makefile')
-rw-r--r--graphics/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index b073d1bb8966..75a5c7dc925d 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -629,6 +629,7 @@
SUBDIR += p5-GraphViz
SUBDIR += p5-GraphViz-Data-Structure
SUBDIR += p5-GraphViz-Traverse
+ SUBDIR += p5-GraphViz2
SUBDIR += p5-Graphics-Color
SUBDIR += p5-Graphics-ColorNames
SUBDIR += p5-Graphics-ColorNames-WWW