[libgraph-easy-perl] 01/04: Merge tag 'upstream/0.76'

Salvatore Bonaccorso carnil at debian.org
Mon Jun 6 14:30:40 UTC 2016


This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libgraph-easy-perl.

commit 4b3c2e35dd3c35c7bdb902f9bb3ff4418fc4f782
Merge: 503a508 de7d99a
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Mon Jun 6 16:28:47 2016 +0200

    Merge tag 'upstream/0.76'
    
    Upstream version 0.76

 CHANGES                               |  135 ++--
 INSTALL                               |   14 +-
 LICENSE                               |    2 +-
 MANIFEST                              |    5 +-
 META.json                             |   64 +-
 META.yml                              |   60 +-
 Makefile.PL                           |    2 +-
 README                                |    2 +-
 TODO                                  |   14 +-
 bench/serie.pl                        |    6 +-
 bench/stress.pl                       |    6 +-
 bin/graph-easy                        |   40 +-
 examples/base.css                     |   12 +-
 examples/common.pl                    |    6 +-
 examples/complex.txt                  |    2 +-
 examples/history.txt                  |    2 +-
 examples/html.pl                      |   12 +-
 examples/parse                        |    2 +-
 examples/syntax.pl                    |   36 +-
 examples/syntax.tpl                   |    2 +-
 examples/wikicrawl.pl                 |    4 +-
 lib/Graph/Easy.pm                     |  186 +++---
 lib/Graph/Easy/As_ascii.pm            |  216 +++---
 lib/Graph/Easy/As_graphml.pm          |   16 +-
 lib/Graph/Easy/As_graphviz.pm         |   76 +--
 lib/Graph/Easy/As_txt.pm              |   26 +-
 lib/Graph/Easy/As_vcg.pm              |   36 +-
 lib/Graph/Easy/Attributes.pm          | 1160 ++++++++++++++++-----------------
 lib/Graph/Easy/Base.pm                |   28 +-
 lib/Graph/Easy/Edge.pm                |   28 +-
 lib/Graph/Easy/Edge/Cell.pm           |   82 +--
 lib/Graph/Easy/Group.pm               |   28 +-
 lib/Graph/Easy/Group/Anon.pm          |    4 +-
 lib/Graph/Easy/Group/Cell.pm          |   26 +-
 lib/Graph/Easy/Layout.pm              |   40 +-
 lib/Graph/Easy/Layout/Chain.pm        |   36 +-
 lib/Graph/Easy/Layout/Force.pm        |   14 +-
 lib/Graph/Easy/Layout/Grid.pm         |   32 +-
 lib/Graph/Easy/Layout/Path.pm         |   64 +-
 lib/Graph/Easy/Layout/Repair.pm       |   64 +-
 lib/Graph/Easy/Layout/Scout.pm        |  118 ++--
 lib/Graph/Easy/Node.pm                |  114 ++--
 lib/Graph/Easy/Node/Anon.pm           |    2 +-
 lib/Graph/Easy/Node/Cell.pm           |   10 +-
 lib/Graph/Easy/Node/Empty.pm          |    4 +-
 lib/Graph/Easy/Parser.pm              |   98 +--
 lib/Graph/Easy/Parser/Graphviz.pm     |   98 +--
 lib/Graph/Easy/Parser/VCG.pm          |   34 +-
 t/as_txt.t                            |    4 +-
 t/as_vcg.t                            |    4 +-
 t/astar.t                             |    4 +-
 t/attributes.t                        |   16 +-
 t/chain.t                             |   10 +-
 t/class.t                             |    4 +-
 t/copy.t                              |    2 +-
 t/delete.t                            |    8 +-
 t/easypm.t                            |   14 +-
 t/edge.t                              |    4 +-
 t/fb.t                                |   14 +-
 t/fun/0000.txt                        |    2 +-
 t/fun/0010.txt                        |    2 +-
 t/fun/0011.txt                        |    2 +-
 t/fun/0030.txt                        |    2 +-
 t/fun/0131.txt                        |    4 +-
 t/fun/geek_dating.txt                 |   10 +-
 t/fun/overview.txt                    |    4 +-
 t/graphml_yed.t                       |    2 +-
 t/graphviz.t                          |   24 +-
 t/group/0010.txt                      |    2 +-
 t/group/0131.txt                      |    4 +-
 t/group/0230.txt                      |    2 +-
 t/heap.t                              |    4 +-
 t/html.t                              |   16 +-
 t/in/10borders.txt                    |    4 +-
 t/in/2_group_multicell.txt            |    2 +-
 t/in/2_wrap.txt                       |    4 +-
 t/in/3_selfloop.txt                   |    2 +-
 t/in/3_split_attribute.txt            |    2 +-
 t/in/4_bug_basename.txt               |    2 +-
 t/in/4_cross.txt                      |    6 +-
 t/in/4_cross_inv.txt                  |    6 +-
 t/in/4_flow.txt                       |    2 +-
 t/in/4_flow_chain.txt                 |    2 +-
 t/in/4_invisible.txt                  |    2 +-
 t/in/4_lists.txt                      |    2 +-
 t/in/5_flow.txt                       |    2 +-
 t/in/5_joint_label.txt                |    4 +-
 t/in/5_offsets.txt                    |    2 +-
 t/in/5_offsets_2.txt                  |    2 +-
 t/in/6_fanout.txt                     |    2 +-
 t/in/6_ranks.txt                      |    2 +-
 t/in/6_split_join_loop.txt            |    2 +-
 t/in/7_star.txt                       |    2 +-
 t/in/7_tree.txt                       |    2 +-
 t/in/8_basename.txt                   |    2 +-
 t/in/8_flow.txt                       |    6 +-
 t/in/8_optimize_bend.txt              |    2 +-
 t/in/8_points.txt                     |    2 +-
 t/in/9_cross.txt                      |    6 +-
 t/in/README                           |    2 +-
 t/in/dot/0_empty.dot                  |    2 +-
 t/in/dot/2_bool.dot                   |    2 +-
 t/in/dot/2_comment_inside_attr.dot    |    2 +-
 t/in/dot/2_square_bracket_in_attr.dot |    2 +-
 t/in/dot/4_strings.dot                |    4 +-
 t/layouter.t                          |    4 +-
 t/layouter/state.txt                  |    2 +-
 t/nesting.t                           |    2 +-
 t/node.t                              |   30 +-
 t/out/2_wrap.txt                      |   14 +-
 t/parse_att.t                         |    4 +-
 t/parse_edge.t                        |   10 +-
 t/parser.t                            |   10 +-
 t/parser_dot.t                        |   14 +-
 t/pod.t                               |    2 +-
 t/split.t                             |    6 +-
 t/stress/0001.txt                     |    2 +-
 t/stress/anon.txt                     |    6 +-
 t/style-trailing-space.t              |   30 +
 t/syntax/0063.txt                     |    2 +-
 t/syntax/0080.txt                     |    2 +-
 t/syntax/0110.txt                     |    8 +-
 t/syntax/0120.txt                     |    2 +-
 t/syntax/0130.txt                     |    2 +-
 t/syntax/0131.txt                     |    4 +-
 t/syntax/0140.txt                     |    4 +-
 t/syntax/0150.txt                     |    2 +-
 t/syntax/0180.txt                     |    4 +-
 t/syntax/0200.txt                     |    2 +-
 t/syntax/0220.txt                     |    4 +-
 t/txt/2_wrap.txt                      |    4 +-
 t/vcg.t                               |    6 +-
 132 files changed, 1771 insertions(+), 1731 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libgraph-easy-perl.git



More information about the Pkg-perl-cvs-commits mailing list