The NetBSD Project

CVS log for pkgsrc/devel/p5-Graph/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / p5-Graph

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.45: download - view: text, markup, annotated - select for diffs
Sat Nov 16 12:04:21 2024 UTC (3 weeks, 5 days ago) by wiz
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -1 lines
*: recursive bump for perl 5.40

Revision 1.44: download - view: text, markup, annotated - select for diffs
Fri Oct 4 01:42:05 2024 UTC (2 months, 1 week ago) by wen
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -2 lines
Update to 0.9732

Upstream changes:
0.9732 2024-09-02
- delete_vertex_by_id now deletes edges if vertex multiness to 0
- add filter_{vertic,edg}es
- {un,}directed_copy no longer use caching mechanism so can mutate copies

0.9731 2024-08-24
- add add_{edges,path}_by_id
- fix calling "new" on Graph::Undirected object
- make {,{un,}directed_}copy preserve multi{edg,vertex}ed
- add {un,}directed_copy_attributes

0.9730 2024-08-22
- add get_edge_attribute_all
- make SP_Dijkstra and SP_Bellman_Ford work with multiedged

0.9729 2024-06-28
- add is_planar (#31) - thanks @merkys

0.9728 2024-06-25
- add is_bipartite (#30) - thanks @merkys

Revision 1.43: download - view: text, markup, annotated - select for diffs
Sat Dec 16 12:08:47 2023 UTC (11 months, 3 weeks ago) by mef
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -3 lines
(devel/p5-Graph) Updated 0.9725 to 0.9727

0.9727 2023-06-25
- fix biconnectivity to work with refvertexed (#29) - thanks @merkys for report

0.9726 2023-02-11
- fix subgraph of undirected (#28) - thanks @merkys for report

Revision 1.42: download - view: text, markup, annotated - select for diffs
Thu Jul 6 09:39:17 2023 UTC (17 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -2 lines
*: recursive bump for perl 5.38

Revision 1.41: download - view: text, markup, annotated - select for diffs
Tue Jun 28 11:32:32 2022 UTC (2 years, 5 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -1 lines
*: recursive bump for perl 5.36

Revision 1.40: download - view: text, markup, annotated - select for diffs
Fri Jan 21 01:33:59 2022 UTC (2 years, 10 months ago) by wen
Branches: MAIN
CVS tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -2 lines
Update to 0.9725

Upstream changes:
 Changes for version 0.9725 - 2021-10-10

    fix refvertexed which was stringifying not using ref address - thanks @merkys for report

Revision 1.39: download - view: text, markup, annotated - select for diffs
Sun Oct 10 00:15:25 2021 UTC (3 years, 2 months ago) by wen
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +4 -5 lines
Update to 0.9724

Upstream changes:
0.9724 2021-09-13
- make deep_copy not interfere with $. - thanks @merkys for report

0.9723 2021-09-01
- doc fixes - thanks @xsawyerx
- fix problem with deep_copy with vertices that are refs - thanks @merkys for report

0.9722 2021-07-04
- fix neighbours et al not returning count in scalar context - thanks @merkys for report

Revision 1.38: download - view: text, markup, annotated - select for diffs
Mon May 24 19:50:48 2021 UTC (3 years, 6 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -1 lines
*: recursive bump for perl 5.34

Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon Apr 19 00:02:47 2021 UTC (3 years, 7 months ago) by wen
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +5 -3 lines
Update to 0.9721
Add missing DEPENDS

Upstream changes:
0.9721 2021-04-18
- fix BitMatrix and AdjacencyMatrix problems - thanks @dod38fr for report

0.9720 2021-03-25
- better fix - no mutate inputs

0.9719 2021-03-25
- fix all_paths infinite loop on cycle - thanks @tobez for report

0.9718 2021-03-13
- remove doc of deleted average_degree method - thanks @lindleyw for report

0.9717 2021-01-27
- bulk APIs for UnionFind
- add unionfind config option for util/grand.pl (benchmark-ish script)
- GRAPH_ALLOW_RECURSION env var to turn off recursion protection
- "Light" edge-map now uses bit-vectors -> smaller storage
- directed hypergraphs
- fix same_biconnected_components logic when given >2 vertices

0.9716 2021-01-01
- use Set::Object
- {neighbours,successors,predecessors,reachable}_by_radius

0.9715 2020-12-31
- fix AdjacencyMap::Light attributes so delete when path deleted
- fix as_hashes undirected edges: now both directions
- subgraph_by_radius take multiple vertices

0.9714 2020-12-25
- remove "omni*" - hypergraphs are simply directed or undirected
- as_hashes works with undirected hypergraphs
- add_edge with != 2 vertices only for undirected hypergraph
- any_edge
- delete_*_attributes_by_id (and deleting last attribute) now don't destroy that entity
- AdjacencyMap::Light can have attributes, so no slowdown if use (eg APSP)

0.9713 2020-12-19
- fix edges_at on self-edges in scalar context
- fix refvertexed_stringified predicate
- remove "hypervertices": a collection of n vertices is a hyperedge
- AdjacencyMap.get_paths_by_ids
- transitive_closure et al no longer re-bless objects to Graph
- AdjacencyMap.get_ids_by_paths
- no more uniqedged configurability
- BitMatrix transpose option
- Transitive closure records path successor, not predecessor. Method name and docs updated.

0.9712 2020-12-05
- bug-fix: set_edge_attribute_by_id add_edge_by_id if not exist
- connected_component_by_index behaves same with/without unionfind
- AdjacencyMatrix handle multiedged
- reduce redundant sorting for _UNORD, fix AdjacencyMap::Vertex with ID 0
- AdjacencyMap.stringify
- allow constructor args to override "prototype" object
- fix docs for TransitiveClosure to correctly say path_vertices default true
- AdjacencyMatrix now always creates adjacency matrix (clue in name)
- remove compat02 features
- drop untested scalar-context Traversal.postorder mutation behaviour
- much more lazy-loading of modules
- set_vertex_attribute_by_id now works on hypervertexed
- internal AdjacencyMap uses array not hash for mapping index to path
- successors/predecessors/rename_path work right with multivertex
- AdjacencyMap array -> stable vertices ordering, TCM performance benefit
- TransitiveClosure etc handle multiedged
- all_paths ignore self-loops

0.9711 2020-11-27
- ingest handle multivertexed, multiedged right

0.9710 2020-11-27
- all_paths method
- as_hashes handle multivertexed, multiedged right

0.9709 2020-11-22
- add path_count option to TransitiveClosure
- get_{edge,vertex}_attributes undef if no such entity, in list context
- as_hashes method
- ingest method

0.9708 2020-11-06
- update metadata for Test::More version dep
- stringify hypervertices right
- add rename_vertex, rename_vertices

0.9707 2020-10-31
- can't use Safe, ergo Storable, on 5.8

0.9706 2020-10-20
- metadata list test-deps as not runtime

0.9705 2020-10-20
- document clustering_coefficient return empty list on no vertices - RT#114094
- apply lazy-load patch from Stephen Loyd - RT#123236
- depend on Heap 0.80 instead of local fork. Heap::Elem is really an interface not superclass.
- fix uninitialised value warning in SP_Dijkstra - RT#118539
- fix complement losing vertices on unconnected graphs - RT#115366
- fix average_path_length when two vertices given - RT#120611
- switch to GitHub issues rather than RT
- fix all_successors with non-truthy names - fix #5
- add Graph::Matrix->stringify to help debug
- fix APSP_Floyd_Warshall logic error when subpaths totalled 0 - fix #3
- typo fix - thanks @jkeenan (#6)
- Added "use strict; use warnings;", etc - thanks @manwar (closes #2)

Revision 1.36: download - view: text, markup, annotated - select for diffs
Mon Aug 31 18:08:08 2020 UTC (4 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2 lines
*: bump PKGREVISION for perl-5.32.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Sun Aug 11 13:19:33 2019 UTC (5 years, 4 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2 lines
Bump PKGREVISIONs for perl 5.30.0

Revision 1.34: download - view: text, markup, annotated - select for diffs
Sun Jun 30 20:15:07 2019 UTC (5 years, 5 months ago) by nia
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -2 lines
Update packages using a search.cpan.org HOMEPAGE to metacpan.org.

The former now redirects to the latter.

This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.

Reviewed by hand to hopefully make sure no unwanted changes sneak in.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed Aug 22 09:44:06 2018 UTC (6 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -2 lines
Recursive bump for perl5-5.28.0

Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Jun 5 14:23:04 2017 UTC (7 years, 6 months ago) by ryoon
Branches: MAIN
CVS tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2 lines
Recursive revbump from lang/perl5 5.26.0

Revision 1.31: download - view: text, markup, annotated - select for diffs
Wed Jun 8 19:23:01 2016 UTC (8 years, 6 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -1 lines
Bump PKGREVISION for perl-5.24.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Sun Apr 10 07:58:17 2016 UTC (8 years, 8 months ago) by mef
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
Updated to devel/p5-Graph-0.9704
--------------------------------
0.9704 2015-10-07  Jarkko Hietaniemi  <jhi@iki.fi>
    - rt.cpan.org 107567: edges() missing on undirected multiedged graph:
      was broken in 0.96, had been fixed somewhere there and here,
      added the test case
    - rt.cpan.org 107600: no modify Storable $VERSION

Revision 1.29: download - view: text, markup, annotated - select for diffs
Wed Sep 30 10:47:35 2015 UTC (9 years, 2 months ago) by wen
Branches: MAIN
CVS tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -3 lines
Update to 0.9703

Upstream changes:
0.9703 2015-09-29  Jarkko Hietaniemi  <jhi@iki.fi>
    - document (at user level) the openbsd random problem
    - using the 5.22+ Inf was done the wrong way:
      https://github.com/neilbowers/Graph/issues/1

0.9702 2015-09-28  Jarkko Hietaniemi  <jhi@iki.fi>
    - rt.cpan.org 107394 $Storable::VERSION may contain underscores
    - follow-up to rt.cpan.org 104687: more docs, fixes, and tests for
      diameter/radius/shortest_path/center_vertices/vertex_eccentricity
      for corner cases like empty graph, single-vertex graphs, and
      in general unconnected graphs
    - for perl 5.22 or later one should be able to use Inf for Infinity
    - openbsd before perl 5.20 had nondeterministic rand()

0.97 2015-09-22  Jarkko Hietaniemi  <jhi@iki.fi>
    - rt.cpan.org 104687 diameter and centre of a one vertex graph
    - rt.cpan.org 107195 [PATCH] fix POD: add missing NAME header
    - rt.cpan.org 107194 [PATCH] fix a spelling mistake
    - rt.cpan.org #94046 Loading graph produces a warning with Perl 5.16.3
    - rt.cpan.org 62626 Graph::TransitiveClosure::Matrix contradictory wrt reflexive
    - rt.cpan.org 71793 Problem with APSP and default weight 1
    - rt.cpan.org 79143 Graph scalar context override causes problems
    - rt.cpan.org 92427 Graph::delete_vertex should not use _edges_at (in all cases)
    - rt.cpan.org 85238 bug in edges() method?
    - rt.cpan.org 93278 SPT_Dijkstra sometimes returns a wrong answer
    - rt.cpan.org 78465 find_a_cycle and has_cycle are broken
    - rt.cpan.org 92204 (longest path is not calculated correctly in this case)
    - rt.cpan.org 65497 induced subgraph method
    - plus various doc and code nits found while looking at the above

0.96_01 2014-03-09 @NEILB
    - Taken over maintenance from JHI
    - Specified min perl version 5.6.0
    - Tweaked COPYRIGHT and LICENSE in pod to match usual form
    - Added "use warnings", but that results in loads of warnings
      about functions redefined. So added "no warnings 'redefine';".
      Have to come back and work that one out!
    - Set all VERSION's to 0.96_01. I suspect a switch to Dist::Zilla
      might be coming soon...
    - Updated README to acknowledge change in maintainer
    - Reformatted as per CPAN::Changes::Spec

Revision 1.28: download - view: text, markup, annotated - select for diffs
Fri Jun 12 10:49:17 2015 UTC (9 years, 6 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2 lines
Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Oct 9 14:06:19 2014 UTC (10 years, 2 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -3 lines
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu May 29 23:35:57 2014 UTC (10 years, 6 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri May 31 12:40:23 2013 UTC (11 years, 6 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -1 lines
Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon May 27 13:54:06 2013 UTC (11 years, 6 months ago) by wen
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -3 lines
Update to 0.96

Upstream changes:
2013-05-24  Jarkko Hietaniemi  <jhi@iki.fi>

	* Mop-up release for 0.95.  Still is and will be unsupported.

	* Release as 0.96.

2013-05-23  Jarkko Hietaniemi  <jhi@iki.fi>

	* Address rt.cpan.org #85449:
	  "Graph-0.94 tests fail under perl 5.18.0"

	* Address rt.cpan.org #82324:
	  "Test failures due to hash randomisation in perl 5.17.6"

	The two above fixes were the same: the biconnectedness
	code was rewritten from scratch.  The new code behaves
	differently (but I believe more correctly) on certain
	edge cases, in general it will generate more biconnected
	components and bridges, for example for "a=b=c" it will
	now return the same two biconnected components and bridges
	(cut edges), namely "a=b" and "b=c", the "b" of course being
	the articulation point (cut vertex).

	* Address rt.cpan.org #67213:
	  "[PATCH] pod fixes"

	* Remove the t/u_bo.t and t/u_bo1.t since they die in 5.18 due
	  to some strange failure, looks unrelated to Graph as such,
	  probably some fix/change made by newer Perls.

	* Release as 0.95.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Oct 31 11:18:17 2012 UTC (12 years, 1 month ago) by asau
Branches: MAIN
CVS tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -2 lines
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Oct 3 21:55:05 2012 UTC (12 years, 2 months ago) by wiz
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Aug 14 12:26:08 2011 UTC (13 years, 4 months ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
Revision bump after updating perl5 to 5.14.1.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Aug 21 16:33:49 2010 UTC (14 years, 3 months ago) by seb
Branches: MAIN
CVS tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -1 lines
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!

Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Mar 15 18:55:22 2010 UTC (14 years, 9 months ago) by sno
Branches: MAIN
CVS tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
Updating devel/p5-Graph from 0.93 to 0.94

Upstream changes:
2010-03-13 - Release 0.94 - Jarkko Hietaniemi  <jhi@iki.fi>
	* Address rt.cpan.org #43580:
	  "Reversed logic on overload::StrVal() in AdjacencyMap::Vertex::__set_path"
	  Had to add a new option, refvertexed_stringified.
	* Address rt.cpan.org #50210:
	  "Graph-0.91: bug in unionfind parameter"
	  One cannot delete from a unionfind graph: now enforcing that.
	* Address rt.cpan.org #48090:
	  "all_reachable on directed $g->add_edges(['a','b'],['b','a'])"
	  Now if there are loops, all_reachable() will include
	  the initial vertices themselves.  Also all_neighbors()
	  had some problems in certain cases, fixed those too.
	* Address rt.cpan.org #50210:
	  "Graph-0.91: bug in unionfind parameter"
	  One cannot delete edges or vertices from a unionfind
	  graph: now enforce that in code.
	* Address rt.pcan.org #42549: "stron"
	  Document that strongly connected components will include
	  isolated and sink and source vertices.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Mar 8 16:10:33 2010 UTC (14 years, 9 months ago) by sno
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -2 lines
Updating devel/p5-Graph from 0.91 to 0.93

pkgsrc changes:
- Add license definition

Upstream changes:
2010-03-07  Jarkko Hietaniemi  <jhi@iki.fi>
	* Revert the SPTHeapElem.pm change made in Graph 0.92,
	  installing Heap 0.80 broke Graph.  Better be conservative.

2010-03-03  Jarkko Hietaniemi  <jhi@iki.fi>
	* Address rt.cpan.org #55912 "Broken links in the documentation"
	* Address rt.cpan.org #55196 "Heap 0.80 compatibility fix"
	* Add copyright and clearer license statement.
	* Release as 0.92.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Jan 20 23:27:09 2009 UTC (15 years, 10 months ago) by he
Branches: MAIN
CVS tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
Update from version 0.90 to 0.91.

Upstream changes:

2009-01-16  Jarkko Hietaniemi  <jhi@iki.fi>
	* Minor documentation cleanups.
	* Add 'use strict;' to lib/Graph/TransitiveClosure.pm.
	* Modernize the META.yml.
	* Release as 0.91.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Jan 4 18:00:36 2009 UTC (15 years, 11 months ago) by he
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
Update from version 0.86 to 0.90.

Upstream changes:

2008-12-29  Jarkko Hietaniemi  <jhi@iki.fi>

	* Storable deparse of coderefs for deep_copy() does not
	  work at all with 5.6.2: if modern enough Storable
	  and B::Deparse are not available, fall back to
	  the previous version which used Data::Dumper.

	* Release as 0.90.

2008-12-27  Jarkko Hietaniemi  <jhi@iki.fi>

	* Some PAUSE upload problem with 0.88, retrying.

	* Release as 0.89.

2008-12-26  Jarkko Hietaniemi  <jhi@iki.fi>

	* The 0.87 forgot to specify the Storable (and Safe,
	  used in the deserialization step of deep_copy)
	  prerequirement(s) in Makefile.PL.

	* Release as 0.88.

2008-12-26  Jarkko Hietaniemi  <jhi@iki.fi>

	* Addressed a performance problem in successors()
	  and predecessors(), reported by Jonathan Moore.

	* Reimplement deep_copy() by using Storable
	  freeze() and thaw() instead of Data::Dumper,
	  inspired by Jonathan Moore.  Probably now safer
	  and faster, but Storable is now a prerequirement.

	* Release as 0.87.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Dec 20 22:21:30 2008 UTC (15 years, 11 months ago) by he
Branches: MAIN
CVS tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +4 -6 lines
Update from version 0.84nb1 to 0.86.

Pkgsrc changes:
 o Add HOMEPAGE using search.cpana.org
 o Remove apparently not-needed dependency on p5-Heap

Upstream changes:

2008-11-27  Jarkko Hietaniemi  <jhi@iki.fi>

	* Addressed a performance problem in connected_components()
	  for 1000+ vertex graphs, reported by David Grobe.
	  Should in general speed up graph traversal.

	* Release as 0.86.

2008-11-27  Jarkko Hietaniemi  <jhi@iki.fi>

	* Address rt.cpan.org #31608 "Graph::Undirected, unionfind and
	  connected_component"

	* Address rt.cpan.org #34377 "recursive successors and predecessors"
	  (added all_successors/all_predecessors/all_neighbours/all_reachable)

	* Address rt.cpan.org #39444 "inconsistent return value"
	  (make add_edges and add_vertices to always return the graph)

	* Address rt.cpan.org #39614 "copy should retain more attributes"
	  (now copies also refvertexed/hypervertexed/countvertexed/
	   multivertexed/hyperedged/countedged/multiedged/omniedged)

	* Address rt.cpan.org #39805 "UnionFind: Repeated adds clobbers
	  graph component information"

	* Address rt.cpan.org #41190 "add_edge_by_id on multigraph
	  malfunctioning"

	* Added betweenness(), clustering_coefficient(), and
	  subgraph_by_radius(), contributed by Matt Spear.

	* Release as 0.85.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Oct 19 19:17:55 2008 UTC (16 years, 1 month ago) by he
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -1 lines
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Jul 22 19:00:37 2008 UTC (16 years, 4 months ago) by rhaen
Branches: MAIN
CVS tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
updated to 0.84
ChangeLog:
2007-08-13  Jarkko Hietaniemi  <jhi@iki.fi>

	* Tels found one more attributed edge problem.

	* Release as 0.84.

2007-08-12  Jarkko Hietaniemi  <jhi@iki.fi>

	* One test in 73_diameter.t had too many possible answers,
	  dependent on the hash ordering, removed the test.

	* Release as 0.83.

2007-08-11  Jarkko Hietaniemi  <jhi@iki.fi>

	* Since Heap 0.80 broke Graph, as a stop-gap measure
	  I will include the Heap::Elem and Heap::Fibonacci
	  of Heap 0.71, renamed as 'Heap071', addresses rt.cpan.org
	  #26943: "Heap 0.80 breaks Graph", and numerous bug reports
	  by email

	* Address rt.cpan.org #27840: "add-edge_attributes() on
	  undirected graph wrongly depends on node order", from Tels

	* Address rt.cpan.org #27959: "radius method incorrect",
	  code and test case from ROSULEK.

	* Release as 0.82.

2007-01-21  Jarkko Hietaniemi  <jhi@iki.fi>

	* Address rt.cpan.org #24417: "next_successor unavailable in
	  Traversal (PATCH)", from Ted Carnahan.

	* Small pod tweaks.

	* Minor internal cleanup for the caching code.

	* Release as 0.81.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Jun 20 01:09:16 2008 UTC (16 years, 5 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -3 lines
Add DESTDIR support.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Dec 16 15:17:48 2006 UTC (18 years ago) by bouyer
Branches: MAIN
CVS tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -3 lines
Update to 0.80. Main changes since 0.20:
        * THIS IS NOT COMPATIBLE with the old 0.2xxx series of the Graph
        module. Your scripts are likely to break.  I did try to fashion a
        nice compatibility mode but there was no way to do that cleanly
        and to cover all the old oddities.  You can try the compatibility
        mode but I suggest changing your code instead because the compat
        mode is not going to be carried over to the next releases of the
        module.
        * The main reason for introducing the incompatibilities was that
        the new Graph supports graphs of 'higher dimensions', and the
        assumptions made by the old module (most importantly that edges
        could only span two vertices) in effect made it impossible to
        extend the interfaces.
        * The next version of Graph (most likely 0.90) is going to aim
        for speed.  The backward compatibility for the 0.2xxx series
        will be dropped (because that, too, slows down this release).

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Mar 4 21:29:21 2006 UTC (18 years, 9 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Aug 6 06:19:11 2005 UTC (19 years, 4 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Jul 13 18:01:25 2005 UTC (19 years, 5 months ago) by jlam
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Apr 11 21:45:32 2005 UTC (19 years, 8 months ago) by tv
Branches: MAIN
CVS tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -2 lines
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Dec 20 11:31:00 2004 UTC (19 years, 11 months ago) by grant
Branches: MAIN
CVS tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -1 lines
since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").

binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.

addresses PR pkg/28619 from H. Todd Fujinaka.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Apr 25 03:53:45 2004 UTC (20 years, 7 months ago) by minskim
Branches: MAIN
CVS tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -2 lines
Bl3ify and enable pkgviews installation.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Jul 17 21:32:25 2003 UTC (21 years, 5 months ago) by grant
Branches: MAIN
CVS tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1, pkgsrc-2003Q4-base, pkgsrc-2003Q4
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
s/netbsd.org/NetBSD.org/

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Jun 2 01:20:30 2003 UTC (21 years, 6 months ago) by jschauma
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Oct 20 23:28:35 2002 UTC (22 years, 1 month ago) by seb
Branches: MAIN
CVS tags: netbsd-1-6-1-base, netbsd-1-6-1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -5 lines
Use perl5/module.mk.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Wed Aug 28 19:28:53 2002 UTC (22 years, 3 months ago) by seb
Branches: TNF
CVS tags: pkgsrc-base
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Initial import of p5-Graph version 0.201 into the Packages Collection. 

This is a perl module for graph operations as the code was for the 1st edition
of "Mastering Algorithms with Perl", by Jon Orwant, Jarkko Hietaniemi, and John
Macdonald, published in August 1999 by the O'Reilly and Associates.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Aug 28 19:28:53 2002 UTC (22 years, 3 months ago) by seb
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>