Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c4b07e8455eb1b48859e4702f379afc97b068623)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c4b07e8455eb1b48859e4702f379afc97b068623)
  • Date: Thu, 16 Feb 2017 17:11:19 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 6 ++++++
perl-cpan/graph-easy-as_svg/DEPENDS | 2 ++
perl-cpan/graph-easy-as_svg/DETAILS | 16 ++++++++++++++++
perl-cpan/graph-easy-as_svg/HISTORY | 2 ++
perl-cpan/graph-easy/DEPENDS | 5 +++++
perl-cpan/graph-easy/DETAILS | 23 +++++++++++++++++++++++
perl-cpan/graph-easy/HISTORY | 2 ++
7 files changed, 56 insertions(+)

New commits:
commit c4b07e8455eb1b48859e4702f379afc97b068623
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

graph-easy-as_svg: new spell, output a Graph::Easy as Scalable Vector
Graphics (SVG)

commit 0ea9d18a33615f8916bacffc13025953ff3f62fd
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

graph-easy: new spell, render/convert graphs in/from various formats

diff --git a/ChangeLog b/ChangeLog
index cf60784..3f49026 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2017-02-16 Vlad Glagolev <stealth AT sourcemage.org>
+ * perl-cpan/graph-easy: new spell, render/convert graphs in/from
+ various formats
+ * perl-cpan/graph-easy-as_svg: new spell, output a Graph::Easy as
+ Scalable Vector Graphics (SVG)
+
2017-02-13 Treeve Jelbert <treeve AT sourcemage.org>
* freedesktop.gpg: add 2CEB490D: "Emil Velikov
<emil.l.velikov AT gmail.com>"

diff --git a/perl-cpan/graph-easy-as_svg/DEPENDS
b/perl-cpan/graph-easy-as_svg/DEPENDS
new file mode 100755
index 0000000..ec2d4a1
--- /dev/null
+++ b/perl-cpan/graph-easy-as_svg/DEPENDS
@@ -0,0 +1,2 @@
+depends perl &&
+depends image-info
diff --git a/perl-cpan/graph-easy-as_svg/DETAILS
b/perl-cpan/graph-easy-as_svg/DETAILS
new file mode 100755
index 0000000..4888e18
--- /dev/null
+++ b/perl-cpan/graph-easy-as_svg/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=graph-easy-as_svg
+ SPELLX=Graph-Easy-As_svg
+ VERSION=0.23
+ SOURCE=${SPELLX}-${VERSION}.tar.gz
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/T/TE/TELS/graph/${SOURCE}
+
SOURCE_HASH=sha512:9fccfdfb7937757bd1482d9b162a1965aaf414a531d0e7b03f7139dba787d53e644bbffe1159ba486d45668076bba808a05014645a9cfaf638971abdb9b7306e
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
+ LICENSE=GPL
+ WEB_SITE=http://search.cpan.org/dist/Graph-Easy-As_svg/
+ ENTERED=20170216
+ KEYWORDS="perl"
+ SHORT="output a Graph::Easy as Scalable Vector Graphics (SVG)"
+cat << EOF
+Graph::Easy::As_svg contains just the code for converting a Graph::Easy
object
+to a SVG text.
+EOF
diff --git a/perl-cpan/graph-easy-as_svg/HISTORY
b/perl-cpan/graph-easy-as_svg/HISTORY
new file mode 100644
index 0000000..e55c95c
--- /dev/null
+++ b/perl-cpan/graph-easy-as_svg/HISTORY
@@ -0,0 +1,2 @@
+2017-02-16 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 0.23
diff --git a/perl-cpan/graph-easy/DEPENDS b/perl-cpan/graph-easy/DEPENDS
new file mode 100755
index 0000000..d35f2f8
--- /dev/null
+++ b/perl-cpan/graph-easy/DEPENDS
@@ -0,0 +1,5 @@
+depends perl &&
+
+suggest_depends graphviz "" "" "for PNG support through Graphviz" &&
+
+suggest_depends graph-easy-as_svg "" "" "for SVG support"
diff --git a/perl-cpan/graph-easy/DETAILS b/perl-cpan/graph-easy/DETAILS
new file mode 100755
index 0000000..0db4b15
--- /dev/null
+++ b/perl-cpan/graph-easy/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=graph-easy
+ SPELLX=Graph-Easy
+ VERSION=0.76
+ SOURCE=${SPELLX}-${VERSION}.tar.gz
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/S/SH/SHLOMIF/${SOURCE}
+
SOURCE_HASH=sha512:c5f93252a047ccb0c02347f9f138217c1d52b10ba67db100de7d57a716b3da8d564ecbddedd795420eccc6fe4733bd9b3e64d1fda7d203b144c6112d6bfbe6d0
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
+ LICENSE=GPL
+ WEB_SITE=https://bitbucket.org/shlomif/perl-graph-easy
+ ENTERED=20170216
+ KEYWORDS="perl"
+ SHORT="render/convert graphs in/from various formats"
+cat << EOF
+This module lets you create graphs (nodes/vertices connected by edges/arcs,
+not pie charts!) and then lay them out on a flat surface.
+
+Once laid out, the graph can be converted into various output formats like
+ASCII art, HTML or SVG. You can also output the graph in graphviz format
+and let dot/neato/circo etc. do the layout for you.
+
+Graphs can be either generated by Perl code, parsed from a simple text format
+that is human readable and maintainable, or parsed from Graphviz code.
+EOF
diff --git a/perl-cpan/graph-easy/HISTORY b/perl-cpan/graph-easy/HISTORY
new file mode 100644
index 0000000..cca5fe2
--- /dev/null
+++ b/perl-cpan/graph-easy/HISTORY
@@ -0,0 +1,2 @@
+2017-02-16 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 0.76



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c4b07e8455eb1b48859e4702f379afc97b068623), Vlad Glagolev, 02/16/2017

Archive powered by MHonArc 2.6.24.

Top of Page