summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2018-10-22 14:39:55 +0000
committerschmonz <schmonz@pkgsrc.org>2018-10-22 14:39:55 +0000
commite0524713b68589ee5d103a63b7ca79d5e1d4a8b4 (patch)
treed9fb0703cef6de9f04a278587980ed70280361aa /graphics
parent3ffa584620377f4e17b8e4694ab978796b489e53 (diff)
downloadpkgsrc-e0524713b68589ee5d103a63b7ca79d5e1d4a8b4.tar.gz
Initial import of p5-Graph-Easy, which lets you generate graphs
consisting of various shaped nodes connected by edges (with optional labels). It can read and write graphs in a variety of formats, as well as render them via its own grid-based layouter. Since the layouter works on a grid (manhattan layout), the output is most useful for flow charts, network diagrams, or hierarchy trees.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/p5-Graph-Easy/DESCR8
-rw-r--r--graphics/p5-Graph-Easy/Makefile17
-rw-r--r--graphics/p5-Graph-Easy/distinfo6
3 files changed, 31 insertions, 0 deletions
diff --git a/graphics/p5-Graph-Easy/DESCR b/graphics/p5-Graph-Easy/DESCR
new file mode 100644
index 00000000000..c6531ddce67
--- /dev/null
+++ b/graphics/p5-Graph-Easy/DESCR
@@ -0,0 +1,8 @@
+Graph::Easy lets you generate graphs consisting of various shaped nodes
+connected by edges (with optional labels).
+
+It can read and write graphs in a variety of formats, as well as render
+them via its own grid-based layouter.
+
+Since the layouter works on a grid (manhattan layout), the output is
+most useful for flow charts, network diagrams, or hierarchy trees.
diff --git a/graphics/p5-Graph-Easy/Makefile b/graphics/p5-Graph-Easy/Makefile
new file mode 100644
index 00000000000..85b0924522e
--- /dev/null
+++ b/graphics/p5-Graph-Easy/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2018/10/22 14:39:55 schmonz Exp $
+
+DISTNAME= Graph-Easy-0.76
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= graphics perl5
+MASTER_SITES= https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://metacpan.org/release/Graph-Easy
+COMMENT= Convert or render graphs as ASCII, HTML, SVG or via Graphviz
+LICENSE= gnu-gpl-v2
+
+PERL5_MODULE_TYPE= Module::Build
+PERL5_PACKLIST= auto/Graph/Easy/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/p5-Graph-Easy/distinfo b/graphics/p5-Graph-Easy/distinfo
new file mode 100644
index 00000000000..6738e4131fa
--- /dev/null
+++ b/graphics/p5-Graph-Easy/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/10/22 14:39:55 schmonz Exp $
+
+SHA1 (Graph-Easy-0.76.tar.gz) = 8299ca6022884971c4a3f61e53ccc1f5f73a36fc
+RMD160 (Graph-Easy-0.76.tar.gz) = a87d9238059ce2bddfb32aea7da26828dae716a0
+SHA512 (Graph-Easy-0.76.tar.gz) = c5f93252a047ccb0c02347f9f138217c1d52b10ba67db100de7d57a716b3da8d564ecbddedd795420eccc6fe4733bd9b3e64d1fda7d203b144c6112d6bfbe6d0
+Size (Graph-Easy-0.76.tar.gz) = 467184 bytes