pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/p5-Graph-Easy
Module Name: pkgsrc
Committed By: schmonz
Date: Mon Oct 22 14:39:55 UTC 2018
Added Files:
pkgsrc/graphics/p5-Graph-Easy: DESCR Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/p5-Graph-Easy/DESCR \
pkgsrc/graphics/p5-Graph-Easy/Makefile \
pkgsrc/graphics/p5-Graph-Easy/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/graphics/p5-Graph-Easy/DESCR
diff -u /dev/null pkgsrc/graphics/p5-Graph-Easy/DESCR:1.1
--- /dev/null Mon Oct 22 14:39:55 2018
+++ pkgsrc/graphics/p5-Graph-Easy/DESCR Mon Oct 22 14:39:55 2018
@@ -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.
Index: pkgsrc/graphics/p5-Graph-Easy/Makefile
diff -u /dev/null pkgsrc/graphics/p5-Graph-Easy/Makefile:1.1
--- /dev/null Mon Oct 22 14:39:55 2018
+++ pkgsrc/graphics/p5-Graph-Easy/Makefile Mon Oct 22 14:39:55 2018
@@ -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"
Index: pkgsrc/graphics/p5-Graph-Easy/distinfo
diff -u /dev/null pkgsrc/graphics/p5-Graph-Easy/distinfo:1.1
--- /dev/null Mon Oct 22 14:39:55 2018
+++ pkgsrc/graphics/p5-Graph-Easy/distinfo Mon Oct 22 14:39:55 2018
@@ -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