Mon Feb 2 13:00:07 2015 UTC ()
Update ruby-rgl to 0.5.0.

2014-12 Release 0.5.0

This release mainly contains the contributions of Kirill, who added many algorithms to the library. Thank you Kirill!

 * @matiaskorhonen: Fixes the image paths in the README (#14)
 * @monora: Implicit graph example fails (#13)
 * @KL-7: Implement Graph#bipartite_sets. (#12)
 * @monora:  syntax error in dot file for undirected graph (#11)
 * @KL-7: Edmonds-Karp algorithm for maximum flow (#10)
 * @KL-7: Prim's algorithm for minimum spanning tree (#9)
 * @carlosantoniodasilva: Run tests on Ruby 2.0 and remove deprecation warning (#8)
 * @KL-7: Bellman-Ford shortest paths algorithm (#7)
 * @KL-7: Minor improvements (asserts) for Dijkstra algorithm (#6)
 * @KL-7: Add Dijkstra shortest path algorithm. (#5)
 * @KL-7: Indentation and whitespaces clean up of examples (#4)
 * @KL-7: Travis configuration and README updates (#3)
 * @KL-7: Code clean up and configuration updates (#2)
 * @aschoerk: Renamed test-directory, (includes Rakefile), fixed TestComponents (#1)


(taca)
diff -r1.4 -r1.5 pkgsrc/devel/ruby-rgl/Makefile
diff -r1.4 -r1.5 pkgsrc/devel/ruby-rgl/PLIST
diff -r1.3 -r1.4 pkgsrc/devel/ruby-rgl/distinfo

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

--- pkgsrc/devel/ruby-rgl/Makefile 2010/09/10 06:21:16 1.4
+++ pkgsrc/devel/ruby-rgl/Makefile 2015/02/02 13:00:07 1.5
@@ -1,13 +1,16 @@ @@ -1,13 +1,16 @@
1# $NetBSD: Makefile,v 1.4 2010/09/10 06:21:16 taca Exp $ 1# $NetBSD: Makefile,v 1.5 2015/02/02 13:00:07 taca Exp $
2 2
3DISTNAME= rgl-0.4.0 3DISTNAME= rgl-0.5.0
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= minskim@NetBSD.org 6MAINTAINER= minskim@NetBSD.org
7HOMEPAGE= http://rgl.rubyforge.org/ 7HOMEPAGE= http://rgl.rubyforge.org/
8COMMENT= Framework for graph data structures and algorithms 8COMMENT= Framework for graph data structures and algorithms
9 9
 10DEPENDS+= ${RUBY_PKGPREFIX}-algorithms>=0.5.0:../../devel/ruby-stream
10DEPENDS+= ${RUBY_PKGPREFIX}-stream>=0.5:../../devel/ruby-stream 11DEPENDS+= ${RUBY_PKGPREFIX}-stream>=0.5:../../devel/ruby-stream
11 12
 13OVERRIDE_GEMSPEC+= algorithms>=0.5.0
 14
12.include "../../lang/ruby/gem.mk" 15.include "../../lang/ruby/gem.mk"
13.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/devel/ruby-rgl/PLIST 2010/09/10 06:21:16 1.4
+++ pkgsrc/devel/ruby-rgl/PLIST 2015/02/02 13:00:07 1.5
@@ -1,23 +1,26 @@ @@ -1,23 +1,26 @@
1@comment $NetBSD: PLIST,v 1.4 2010/09/10 06:21:16 taca Exp $ 1@comment $NetBSD: PLIST,v 1.5 2015/02/02 13:00:07 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}/README 4${GEM_LIBDIR}/Gemfile
 5${GEM_LIBDIR}/README.rdoc
5${GEM_LIBDIR}/Rakefile 6${GEM_LIBDIR}/Rakefile
6${GEM_LIBDIR}/examples/canvas.rb 7${GEM_LIBDIR}/examples/canvas.rb
7${GEM_LIBDIR}/examples/example.jpg 
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/graph.dot
10${GEM_LIBDIR}/examples/module_graph.jpg 10${GEM_LIBDIR}/examples/images/example.jpg
 11${GEM_LIBDIR}/examples/images/module_graph.jpg
 12${GEM_LIBDIR}/examples/images/rgl_modules.png
 13${GEM_LIBDIR}/examples/insel_der_tausend_gefahren.rb
11${GEM_LIBDIR}/examples/north.rb 14${GEM_LIBDIR}/examples/north.rb
12${GEM_LIBDIR}/examples/north/Graph.log 15${GEM_LIBDIR}/examples/north/Graph.log
13${GEM_LIBDIR}/examples/north/g.10.0.graphml 16${GEM_LIBDIR}/examples/north/g.10.0.graphml
14${GEM_LIBDIR}/examples/north/g.10.1.graphml 17${GEM_LIBDIR}/examples/north/g.10.1.graphml
15${GEM_LIBDIR}/examples/north/g.10.11.graphml 18${GEM_LIBDIR}/examples/north/g.10.11.graphml
16${GEM_LIBDIR}/examples/north/g.10.12.graphml 19${GEM_LIBDIR}/examples/north/g.10.12.graphml
17${GEM_LIBDIR}/examples/north/g.10.13.graphml 20${GEM_LIBDIR}/examples/north/g.10.13.graphml
18${GEM_LIBDIR}/examples/north/g.10.14.graphml 21${GEM_LIBDIR}/examples/north/g.10.14.graphml
19${GEM_LIBDIR}/examples/north/g.10.15.graphml 22${GEM_LIBDIR}/examples/north/g.10.15.graphml
20${GEM_LIBDIR}/examples/north/g.10.16.graphml 23${GEM_LIBDIR}/examples/north/g.10.16.graphml
21${GEM_LIBDIR}/examples/north/g.10.17.graphml 24${GEM_LIBDIR}/examples/north/g.10.17.graphml
22${GEM_LIBDIR}/examples/north/g.10.19.graphml 25${GEM_LIBDIR}/examples/north/g.10.19.graphml
23${GEM_LIBDIR}/examples/north/g.10.2.graphml 26${GEM_LIBDIR}/examples/north/g.10.2.graphml
@@ -68,44 +71,60 @@ ${GEM_LIBDIR}/examples/north/g.10.85.gra @@ -68,44 +71,60 @@ ${GEM_LIBDIR}/examples/north/g.10.85.gra
68${GEM_LIBDIR}/examples/north/g.10.86.graphml 71${GEM_LIBDIR}/examples/north/g.10.86.graphml
69${GEM_LIBDIR}/examples/north/g.10.88.graphml 72${GEM_LIBDIR}/examples/north/g.10.88.graphml
70${GEM_LIBDIR}/examples/north/g.10.89.graphml 73${GEM_LIBDIR}/examples/north/g.10.89.graphml
71${GEM_LIBDIR}/examples/north/g.10.9.graphml 74${GEM_LIBDIR}/examples/north/g.10.9.graphml
72${GEM_LIBDIR}/examples/north/g.10.90.graphml 75${GEM_LIBDIR}/examples/north/g.10.90.graphml
73${GEM_LIBDIR}/examples/north/g.10.91.graphml 76${GEM_LIBDIR}/examples/north/g.10.91.graphml
74${GEM_LIBDIR}/examples/north/g.10.92.graphml 77${GEM_LIBDIR}/examples/north/g.10.92.graphml
75${GEM_LIBDIR}/examples/north/g.10.93.graphml 78${GEM_LIBDIR}/examples/north/g.10.93.graphml
76${GEM_LIBDIR}/examples/north/g.10.94.graphml 79${GEM_LIBDIR}/examples/north/g.10.94.graphml
77${GEM_LIBDIR}/examples/north/g.12.8.graphml 80${GEM_LIBDIR}/examples/north/g.12.8.graphml
78${GEM_LIBDIR}/examples/north/g.14.9.graphml 81${GEM_LIBDIR}/examples/north/g.14.9.graphml
79${GEM_LIBDIR}/examples/north2.rb 82${GEM_LIBDIR}/examples/north2.rb
80${GEM_LIBDIR}/examples/rdep-rgl.rb 83${GEM_LIBDIR}/examples/rdep-rgl.rb
81${GEM_LIBDIR}/install.rb 
82${GEM_LIBDIR}/lib/rgl/adjacency.rb 84${GEM_LIBDIR}/lib/rgl/adjacency.rb
83${GEM_LIBDIR}/lib/rgl/base.rb 85${GEM_LIBDIR}/lib/rgl/base.rb
 86${GEM_LIBDIR}/lib/rgl/bellman_ford.rb
84${GEM_LIBDIR}/lib/rgl/bidirectional.rb 87${GEM_LIBDIR}/lib/rgl/bidirectional.rb
 88${GEM_LIBDIR}/lib/rgl/bipartite.rb
85${GEM_LIBDIR}/lib/rgl/condensation.rb 89${GEM_LIBDIR}/lib/rgl/condensation.rb
86${GEM_LIBDIR}/lib/rgl/connected_components.rb 90${GEM_LIBDIR}/lib/rgl/connected_components.rb
 91${GEM_LIBDIR}/lib/rgl/dijkstra.rb
 92${GEM_LIBDIR}/lib/rgl/dijkstra_visitor.rb
87${GEM_LIBDIR}/lib/rgl/dot.rb 93${GEM_LIBDIR}/lib/rgl/dot.rb
 94${GEM_LIBDIR}/lib/rgl/edge_properties_map.rb
 95${GEM_LIBDIR}/lib/rgl/edmonds_karp.rb
88${GEM_LIBDIR}/lib/rgl/enumerable_ext.rb 96${GEM_LIBDIR}/lib/rgl/enumerable_ext.rb
 97${GEM_LIBDIR}/lib/rgl/graph_iterator.rb
 98${GEM_LIBDIR}/lib/rgl/graph_visitor.rb
 99${GEM_LIBDIR}/lib/rgl/graph_wrapper.rb
89${GEM_LIBDIR}/lib/rgl/graphxml.rb 100${GEM_LIBDIR}/lib/rgl/graphxml.rb
90${GEM_LIBDIR}/lib/rgl/implicit.rb 101${GEM_LIBDIR}/lib/rgl/implicit.rb
91${GEM_LIBDIR}/lib/rgl/mutable.rb 102${GEM_LIBDIR}/lib/rgl/mutable.rb
 103${GEM_LIBDIR}/lib/rgl/path_builder.rb
 104${GEM_LIBDIR}/lib/rgl/prim.rb
92${GEM_LIBDIR}/lib/rgl/rdot.rb 105${GEM_LIBDIR}/lib/rgl/rdot.rb
93${GEM_LIBDIR}/lib/rgl/topsort.rb 106${GEM_LIBDIR}/lib/rgl/topsort.rb
94${GEM_LIBDIR}/lib/rgl/transitiv_closure.rb 107${GEM_LIBDIR}/lib/rgl/transitiv_closure.rb
95${GEM_LIBDIR}/lib/rgl/transitivity.rb 108${GEM_LIBDIR}/lib/rgl/transitivity.rb
96${GEM_LIBDIR}/lib/rgl/traversal.rb 109${GEM_LIBDIR}/lib/rgl/traversal.rb
97${GEM_LIBDIR}/rakelib/dep_graph.rake 110${GEM_LIBDIR}/rakelib/dep_graph.rake
98${GEM_LIBDIR}/tests/TestComponents.rb 111${GEM_LIBDIR}/test/bellman_ford_test.rb
99${GEM_LIBDIR}/tests/TestCycles.rb 112${GEM_LIBDIR}/test/bipartite_test.rb
100${GEM_LIBDIR}/tests/TestDirectedGraph.rb 113${GEM_LIBDIR}/test/components_test.rb
101${GEM_LIBDIR}/tests/TestDot.rb 114${GEM_LIBDIR}/test/cycles_test.rb
102${GEM_LIBDIR}/tests/TestEdge.rb 115${GEM_LIBDIR}/test/dijkstra_test.rb
103${GEM_LIBDIR}/tests/TestGraph.rb 116${GEM_LIBDIR}/test/directed_graph_test.rb
104${GEM_LIBDIR}/tests/TestGraphXML.rb 117${GEM_LIBDIR}/test/dot_test.rb
105${GEM_LIBDIR}/tests/TestImplicit.rb 118${GEM_LIBDIR}/test/edge_properties_map_test.rb
106${GEM_LIBDIR}/tests/TestRdot.rb 119${GEM_LIBDIR}/test/edge_test.rb
107${GEM_LIBDIR}/tests/TestTransitivity.rb 120${GEM_LIBDIR}/test/edmonds_karp_test.rb
108${GEM_LIBDIR}/tests/TestTraversal.rb 121${GEM_LIBDIR}/test/graph_test.rb
109${GEM_LIBDIR}/tests/TestUnDirectedGraph.rb 122${GEM_LIBDIR}/test/graph_xml_test.rb
110${GEM_LIBDIR}/tests/test_helper.rb 123${GEM_LIBDIR}/test/implicit_test.rb
 124${GEM_LIBDIR}/test/prim_test.rb
 125${GEM_LIBDIR}/test/rdot_test.rb
 126${GEM_LIBDIR}/test/test_helper.rb
 127${GEM_LIBDIR}/test/transitivity_test.rb
 128${GEM_LIBDIR}/test/traversal_test.rb
 129${GEM_LIBDIR}/test/undirected_graph_test.rb
111${GEM_HOME}/specifications/${GEM_NAME}.gemspec 130${GEM_HOME}/specifications/${GEM_NAME}.gemspec

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

--- pkgsrc/devel/ruby-rgl/distinfo 2010/09/10 06:21:17 1.3
+++ pkgsrc/devel/ruby-rgl/distinfo 2015/02/02 13:00:07 1.4
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.3 2010/09/10 06:21:17 taca Exp $ 1$NetBSD: distinfo,v 1.4 2015/02/02 13:00:07 taca Exp $
2 2
3SHA1 (rgl-0.4.0.gem) = 658a061caf0b3ee9cc3687e7e6e59a40ee6d3fd1 3SHA1 (rgl-0.5.0.gem) = 4bd42d7dab7158b7f2ae9f83a9b51ab8e949793d
4RMD160 (rgl-0.4.0.gem) = 022921b4deb07bfc2f040dc9820e867e688a505b 4RMD160 (rgl-0.5.0.gem) = 7b02a70a87dd4c8ab92ff8336366b235de3421af
5Size (rgl-0.4.0.gem) = 74240 bytes 5Size (rgl-0.5.0.gem) = 235008 bytes