Commit graph

15 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
ccf2a11845 - Update to 2.09
Changes:	http://search.cpan.org/dist/GraphViz2/CHANGES
2013-06-08 21:05:42 +00:00
Sunpoet Po-Chuan Hsieh
87641682da - Update to 2.08
Changes:	http://search.cpan.org/dist/GraphViz2/CHANGES
2013-03-23 09:18:10 +00:00
Sunpoet Po-Chuan Hsieh
0f3653f9ca - Update to 2.07
- Update LICENSE
- Remove outdated PERL_LEVEL check

Changes:	http://search.cpan.org/dist/GraphViz2/CHANGES
2013-03-15 07:51:43 +00:00
Sunpoet Po-Chuan Hsieh
d7fc1d1b83 - Update to 2.06
- Add LICENSE

Changes:	http://search.cpan.org/dist/GraphViz2/CHANGES
Feature safe:	yes
2012-12-05 02:35:37 +00:00
Sunpoet Po-Chuan Hsieh
ed8b0b3c04 - Update to 2.05
- Convert to new options framework

Changes:	http://search.cpan.org/dist/GraphViz2/CHANGES
2012-10-10 13:02:03 +00:00
Sunpoet Po-Chuan Hsieh
8f5d1497ab - Update to 2.04
- Cleanup Makefile header

Changes:	http://search.cpan.org/dist/GraphViz2/CHANGES
2012-09-30 04:08:52 +00:00
Sunpoet Po-Chuan Hsieh
8c05fea6cb - Fix PERL_CONFIGURE 2012-07-19 09:59:16 +00:00
Sunpoet Po-Chuan Hsieh
4ffe7d23c2 - Update to 2.03
Changes:	http://search.cpan.org/dist/GraphViz2/CHANGES
2012-06-18 07:23:42 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
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