pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/p5-Graph-Easy Initial import of p5-Graph-Easy...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9a35f4dc883e
branches: trunk
changeset: 324510:9a35f4dc883e
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Mon Oct 22 14:39:55 2018 +0000
description:
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:
graphics/p5-Graph-Easy/DESCR | 8 ++++++++
graphics/p5-Graph-Easy/Makefile | 17 +++++++++++++++++
graphics/p5-Graph-Easy/distinfo | 6 ++++++
3 files changed, 31 insertions(+), 0 deletions(-)
diffs (43 lines):
diff -r 5c946d7e045b -r 9a35f4dc883e graphics/p5-Graph-Easy/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/p5-Graph-Easy/DESCR Mon Oct 22 14:39:55 2018 +0000
@@ -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 -r 5c946d7e045b -r 9a35f4dc883e graphics/p5-Graph-Easy/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/p5-Graph-Easy/Makefile Mon Oct 22 14:39:55 2018 +0000
@@ -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@localhost
+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 -r 5c946d7e045b -r 9a35f4dc883e graphics/p5-Graph-Easy/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/p5-Graph-Easy/distinfo Mon Oct 22 14:39:55 2018 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index