Commit graph

6 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
c0fc11d578 - Update to 2.02
Changes:	http://search.cpan.org/dist/GraphViz2/CHANGES
2012-04-19 18:38:25 +00:00
Philip M. Gollucci
b59621d3ae - Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
2012-03-13 16:15:36 +00:00
Philip M. Gollucci
2cf4c1e2c8 - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
  RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}

PR:             ports/165605
Submitted by:   pgollucci (myself)
Approved by:    portmgr (linimon)
Exp Run by:     linimon
Tested by:      make index
2012-03-08 18:45:38 +00:00
Sunpoet Po-Chuan Hsieh
5437754a6a - Update to 2.01
Changes:	http://search.cpan.org/dist/GraphViz2/CHANGES
2012-03-08 08:42:56 +00:00
Sunpoet Po-Chuan Hsieh
cb474c7d3f - Update to 1.12
- Install scripts/* to EXAMPLESDIR

Changes:	http://search.cpan.org/dist/GraphViz2/CHANGES
2011-12-17 15:05:36 +00:00
Sunpoet Po-Chuan Hsieh
8d91c37fd7 - 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/
2011-11-09 01:37:51 +00:00