update ports/math/py-networkx New features - k-shell,k-crust,k-coronoa - read GraphML files from yEd - read/write GEXF format files - find cycles in a directed graph - DFS and BFS algorithms - chordal graph functions - Prim's algorithm for minimum spanning tree - r-ary tree generator - rich club coefficient - NumPy matrix version of Floyd's algorithm for all-pairs shortest path - read GIS shapefiles - functions to get and set node and edge attributes - and more, see https://networkx.lanl.gov/trac/query?status=closed&group=milestone&milestone=networkx-1.4 Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
miwi 2011-01-29 06:23:16 UTC FreeBSD ports repository Modified files: math/py-networkx Makefile distinfo pkg-plist math/py-networkx/files patch-setup.py Log: - Update to 1.4 PR: 154301 Submitted by: dikshie <dikshie@sfc.wide.ad.jp> (maintainer) Feature safe: yes Revision Changes Path 1.7 +1 -1 ports/math/py-networkx/Makefile 1.7 +2 -2 ports/math/py-networkx/distinfo 1.5 +88 -37 ports/math/py-networkx/files/patch-setup.py 1.6 +111 -3 ports/math/py-networkx/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!