Path to this page:
./
graphics/p5-GraphViz2,
Wrapper for AT&T\s Graphviz
Branch: CURRENT,
Version: 2.66nb2,
Package name: p5-GraphViz2-2.66nb2,
Maintainer: pkgsrc-usersThis 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. GraphViz2 V 1 is not backwards compatible with
GraphViz V 2, despite the considerable similarity.
Required to run:[
www/p5-HTML-Tree] [
graphics/graphviz] [
databases/p5-DBI] [
lang/perl5] [
time/p5-TimeDate] [
devel/p5-File-Slurp] [
devel/p5-Algorithm-Dependency] [
devel/p5-Scalar-List-Utils] [
devel/p5-Parse-RecDescent] [
devel/p5-Perl6-Slurp] [
devel/p5-Tree-DAG_Node] [
devel/p5-PathTools] [
devel/p5-IPC-Run3] [
devel/p5-File-Which] [
devel/p5-Capture-Tiny] [
devel/p5-Try-Tiny] [
devel/p5-Data-Section-Simple] [
devel/p5-Moo] [
textproc/p5-Text-Xslate] [
textproc/p5-XML-Bare] [
textproc/p5-XML-Tiny] [
devel/p5-Set-Array] [
devel/p5-Hash-FieldHash] [
devel/p5-Log-Handler] [
www/p5-HTML-Entities-Interpolate] [
devel/p5-Type-Tiny]
Required to build:[
devel/p5-Test-Pod] [
pkgtools/cwrappers]
Master sites: (Expand)
Filesize: 76.805 KB
Version history: (Expand)
- (2023-07-06) Updated to version: p5-GraphViz2-2.66nb2
- (2022-06-28) Updated to version: p5-GraphViz2-2.66nb1
- (2021-10-31) Updated to version: p5-GraphViz2-2.66
- (2021-05-25) Updated to version: p5-GraphViz2-2.48nb1
- (2020-09-20) Updated to version: p5-GraphViz2-2.48
- (2020-09-01) Updated to version: p5-GraphViz2-2.47nb3
CVS history: (Expand)
2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483) |
Log message:
*: recursive bump for perl 5.38
|
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message:
*: recursive bump for perl 5.36
|
2021-10-31 09:49:41 by Amitai Schleier | Files touched by this commit (2) | |
Log message:
Update to 2.66. From the changelog:
2.66 2021-02-21
- from_graph not drop isolated vertices - thanks @jhannah-mm for report
2.65 2021-01-09
- undirected edges don't get doubled in from_graph, changes dot_input
2.64 2021-01-01
- fix multigraph-handling
2.63 2021-01-01
- from_graph to handle multigraphs
2.62 2020-11-16
- fix label quoting
2.61 2020-11-08
- support Perl 5.8.8
2.60 2020-11-04
- fix GraphViz2->from_graph object method
- Parse::STT add visualise modes: REs become nodes or ports for clearer
transitions
- more robust quoting for record ports
- add handling array-ref for record ports
2.59 2020-10-31
- GraphViz2->from_graph, dep on Graph, use as intermediate in Parse::Regexp
- convert Parse::Yacc, Parse::Yapp, Parse::STT to graph-based
2.58 2020-10-19
- add combine_node_and_port global option
- add_node(label => [{port=>...}]) no need <>
2.57 2020-10-15
- drop unnecessary use of "open" and "charnames"
- setting defaults for subgraphs no longer affects outside those
- now let DOT figure out inheritance rather than respecifying everything
in subgraphs
- fixed docs on controlling subgraph attributes
2.56 2020-10-13
- fix problem when "which" returns empty list not scalar - thanks
@eserte for report
2.55 2020-10-13
- fix bugs in webgen scripts
- make dot_input be lazy-built
- zap undoc-ed dependency method that actually belongs in ::Parse::ISA
2.54 2020-10-09
- zap report_valid_attributes method
- drop Log::Handler, any object that can "debug" or "error" works
2.53 2020-10-09
- drop Try::Tiny
2.52 2020-10-09
- zap obsolete special case in a test/webgen for Darwin - fix #7. Thanks
@dbevans for report!
2.51 2020-10-08
- DOT input now prettier
- tests rearranged so can run in parallel, ergo quicker
- tests now rigorously capture DOT input in each scenario
- generating web content updated, output removed from distro so smaller
- drop Set::Array
2.50 2020-10-02
- dropped 3 more unnecessary deps, metadata tweak
2.49 2020-09-27
- split out into own distro: GraphViz2::DBI, GraphViz2::Parse::XML,
GraphViz2::Parse::ISA, GraphViz2::Data::Grapher,
GraphViz2::Parse::RecDescent
|
2021-10-26 12:47:26 by Nia Alarie | Files touched by this commit (800) |
Log message:
graphics: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:13:27 by Nia Alarie | Files touched by this commit (800) |
Log message:
graphics: Remove SHA1 hashes for distfiles
|
2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575) |
Log message:
*: recursive bump for perl 5.34
|
2020-09-20 09:44:23 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-GraphViz2: update to 2.48.
2.48 2020-09-17
- updated graphviz URLs to current graphviz.org ones
- use GitHub issue tracker
|