Sun Jan 10 16:20:49 2021 UTC ()
devel/ruby-rgl: update to 0.5.7

2019-01 Release 0.5.7

Horst Duchene
 * Fully automate dev setup with Gitpod (41dd00)
 * Add Dockerfile to install graphviz (2bd738)
 * Examples do not call dotty (6bba96)
 * Add ruby license file (a21aa5)
ujihisa <ujihisa@users.noreply.github.com>
 * Test against Ruby 2.6 and 2.7 as well (50ac7c)
 * Fix dead links (9184f3)
Harry Lascelles <hlascelles@users.noreply.github.com>
 * Update .travis.yml (45b9a2)
 * Make the links more explicit (95dc3b)
Harry Lascelles
 * Add explicit license to gemspec (de3647)


(taca)
diff -r1.12 -r1.13 pkgsrc/devel/ruby-rgl/Makefile
diff -r1.9 -r1.10 pkgsrc/devel/ruby-rgl/PLIST
diff -r1.10 -r1.11 pkgsrc/devel/ruby-rgl/distinfo

cvs diff -r1.12 -r1.13 pkgsrc/devel/ruby-rgl/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-rgl/Makefile 2019/10/30 15:27:41 1.12
+++ pkgsrc/devel/ruby-rgl/Makefile 2021/01/10 16:20:48 1.13
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.12 2019/10/30 15:27:41 taca Exp $ 1# $NetBSD: Makefile,v 1.13 2021/01/10 16:20:48 taca Exp $
2 2
3DISTNAME= rgl-0.5.6 3DISTNAME= rgl-0.5.7
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= minskim@NetBSD.org 6MAINTAINER= minskim@NetBSD.org
7HOMEPAGE= https://github.com/monora/rgl 7HOMEPAGE= https://github.com/monora/rgl
8COMMENT= Framework for graph data structures and algorithms 8COMMENT= Framework for graph data structures and algorithms
9LICENSE= ruby-license 9LICENSE= ruby-license
10 10
11DEPENDS+= ${RUBY_PKGPREFIX}-stream>=0.5.2:../../devel/ruby-stream 11DEPENDS+= ${RUBY_PKGPREFIX}-stream>=0.5.3:../../devel/ruby-stream
12DEPENDS+= ${RUBY_PKGPREFIX}-lazy_priority_queue>0.1.0<0.2:../../devel/ruby-lazy_priority_queue 12DEPENDS+= ${RUBY_PKGPREFIX}-lazy_priority_queue>0.1.0<0.2:../../devel/ruby-lazy_priority_queue
13 13
14USE_LANGUAGES= # none 14USE_LANGUAGES= # none
15 15
16.include "../../lang/ruby/gem.mk" 16.include "../../lang/ruby/gem.mk"
17.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"

cvs diff -r1.9 -r1.10 pkgsrc/devel/ruby-rgl/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/ruby-rgl/PLIST 2019/12/28 00:32:23 1.9
+++ pkgsrc/devel/ruby-rgl/PLIST 2021/01/10 16:20:48 1.10
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.9 2019/12/28 00:32:23 mef Exp $ 1@comment $NetBSD: PLIST,v 1.10 2021/01/10 16:20:48 taca Exp $
2${GEM_HOME}/cache/${GEM_NAME}.gem 2${GEM_HOME}/cache/${GEM_NAME}.gem
3${GEM_LIBDIR}/ChangeLog 3${GEM_LIBDIR}/ChangeLog
4${GEM_LIBDIR}/Gemfile 4${GEM_LIBDIR}/Gemfile
5${GEM_LIBDIR}/README.md 5${GEM_LIBDIR}/README.md
6${GEM_LIBDIR}/Rakefile 6${GEM_LIBDIR}/Rakefile
7${GEM_LIBDIR}/examples/canvas.rb 7${GEM_LIBDIR}/examples/canvas.rb
8${GEM_LIBDIR}/examples/examples.rb 8${GEM_LIBDIR}/examples/examples.rb
9${GEM_LIBDIR}/examples/insel_der_tausend_gefahren.rb 9${GEM_LIBDIR}/examples/insel_der_tausend_gefahren.rb
10${GEM_LIBDIR}/examples/north.rb 10${GEM_LIBDIR}/examples/north.rb
11${GEM_LIBDIR}/examples/north/Graph.log 11${GEM_LIBDIR}/examples/north/Graph.log
12${GEM_LIBDIR}/examples/north/g.10.0.graphml 12${GEM_LIBDIR}/examples/north/g.10.0.graphml
13${GEM_LIBDIR}/examples/north/g.10.1.graphml 13${GEM_LIBDIR}/examples/north/g.10.1.graphml
14${GEM_LIBDIR}/examples/north/g.10.11.graphml 14${GEM_LIBDIR}/examples/north/g.10.11.graphml
@@ -67,26 +67,27 @@ ${GEM_LIBDIR}/examples/north/g.10.85.gra @@ -67,26 +67,27 @@ ${GEM_LIBDIR}/examples/north/g.10.85.gra
67${GEM_LIBDIR}/examples/north/g.10.86.graphml 67${GEM_LIBDIR}/examples/north/g.10.86.graphml
68${GEM_LIBDIR}/examples/north/g.10.88.graphml 68${GEM_LIBDIR}/examples/north/g.10.88.graphml
69${GEM_LIBDIR}/examples/north/g.10.89.graphml 69${GEM_LIBDIR}/examples/north/g.10.89.graphml
70${GEM_LIBDIR}/examples/north/g.10.9.graphml 70${GEM_LIBDIR}/examples/north/g.10.9.graphml
71${GEM_LIBDIR}/examples/north/g.10.90.graphml 71${GEM_LIBDIR}/examples/north/g.10.90.graphml
72${GEM_LIBDIR}/examples/north/g.10.91.graphml 72${GEM_LIBDIR}/examples/north/g.10.91.graphml
73${GEM_LIBDIR}/examples/north/g.10.92.graphml 73${GEM_LIBDIR}/examples/north/g.10.92.graphml
74${GEM_LIBDIR}/examples/north/g.10.93.graphml 74${GEM_LIBDIR}/examples/north/g.10.93.graphml
75${GEM_LIBDIR}/examples/north/g.10.94.graphml 75${GEM_LIBDIR}/examples/north/g.10.94.graphml
76${GEM_LIBDIR}/examples/north/g.12.8.graphml 76${GEM_LIBDIR}/examples/north/g.12.8.graphml
77${GEM_LIBDIR}/examples/north/g.14.9.graphml 77${GEM_LIBDIR}/examples/north/g.14.9.graphml
78${GEM_LIBDIR}/examples/north2.rb 78${GEM_LIBDIR}/examples/north2.rb
79${GEM_LIBDIR}/examples/rdep-rgl.rb 79${GEM_LIBDIR}/examples/rdep-rgl.rb
 80${GEM_LIBDIR}/examples/unix.dot
80${GEM_LIBDIR}/lib/rgl/adjacency.rb 81${GEM_LIBDIR}/lib/rgl/adjacency.rb
81${GEM_LIBDIR}/lib/rgl/base.rb 82${GEM_LIBDIR}/lib/rgl/base.rb
82${GEM_LIBDIR}/lib/rgl/bellman_ford.rb 83${GEM_LIBDIR}/lib/rgl/bellman_ford.rb
83${GEM_LIBDIR}/lib/rgl/bidirectional.rb 84${GEM_LIBDIR}/lib/rgl/bidirectional.rb
84${GEM_LIBDIR}/lib/rgl/bipartite.rb 85${GEM_LIBDIR}/lib/rgl/bipartite.rb
85${GEM_LIBDIR}/lib/rgl/condensation.rb 86${GEM_LIBDIR}/lib/rgl/condensation.rb
86${GEM_LIBDIR}/lib/rgl/connected_components.rb 87${GEM_LIBDIR}/lib/rgl/connected_components.rb
87${GEM_LIBDIR}/lib/rgl/dijkstra.rb 88${GEM_LIBDIR}/lib/rgl/dijkstra.rb
88${GEM_LIBDIR}/lib/rgl/dijkstra_visitor.rb 89${GEM_LIBDIR}/lib/rgl/dijkstra_visitor.rb
89${GEM_LIBDIR}/lib/rgl/dot.rb 90${GEM_LIBDIR}/lib/rgl/dot.rb
90${GEM_LIBDIR}/lib/rgl/edge_properties_map.rb 91${GEM_LIBDIR}/lib/rgl/edge_properties_map.rb
91${GEM_LIBDIR}/lib/rgl/edmonds_karp.rb 92${GEM_LIBDIR}/lib/rgl/edmonds_karp.rb
92${GEM_LIBDIR}/lib/rgl/graph_iterator.rb 93${GEM_LIBDIR}/lib/rgl/graph_iterator.rb

cvs diff -r1.10 -r1.11 pkgsrc/devel/ruby-rgl/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-rgl/distinfo 2019/11/12 20:26:50 1.10
+++ pkgsrc/devel/ruby-rgl/distinfo 2021/01/10 16:20:48 1.11
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.10 2019/11/12 20:26:50 wiz Exp $ 1$NetBSD: distinfo,v 1.11 2021/01/10 16:20:48 taca Exp $
2 2
3SHA1 (rgl-0.5.6.gem) = 04e509c5683ea7f9d466958d8d96ac20023bca68 3SHA1 (rgl-0.5.7.gem) = 4a0ea099c8e8a1a4fdb7680232985a06924bd293
4RMD160 (rgl-0.5.6.gem) = f697a2c7552c16dabc30e4a429882f4a1688abcb 4RMD160 (rgl-0.5.7.gem) = ab4492d5589068aff33a70c56c6daec73f13ebe2
5SHA512 (rgl-0.5.6.gem) = 6f3f808305e325ac32d488ca3e1bcb248313584bdca37d6ba949cb6627d60309c678115ed196524fa249b0afed3e87c340331f5d80ff17900a8148bf7247a12b 5SHA512 (rgl-0.5.7.gem) = 9db3b74e994770f34aeca48ef3d6311701108608dbfa8b598a53e2fd15159d646241908504878963877d9e81344897183da3d55f396ffc078655c86d668d0094
6Size (rgl-0.5.6.gem) = 64000 bytes 6Size (rgl-0.5.7.gem) = 65024 bytes