Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Nov 2011 01:37:51 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/graphics Makefile ports/graphics/p5-GraphViz2 Makefile distinfo pkg-descr pkg-plist
Message-ID:  <201111090137.pA91bpXk003103@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sunpoet     2011-11-09 01:37:51 UTC

  FreeBSD ports repository

  Modified files:
    graphics             Makefile 
  Added files:
    graphics/p5-GraphViz2 Makefile distinfo pkg-descr pkg-plist 
  Log:
  - 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/
  
  Revision  Changes    Path
  1.1467    +1 -0      ports/graphics/Makefile
  1.1       +79 -0     ports/graphics/p5-GraphViz2/Makefile (new)
  1.1       +2 -0      ports/graphics/p5-GraphViz2/distinfo (new)
  1.1       +24 -0     ports/graphics/p5-GraphViz2/pkg-descr (new)
  1.1       +17 -0     ports/graphics/p5-GraphViz2/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201111090137.pA91bpXk003103>