new port py-networkx NetworkX (NX) is a Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks. Features: * Includes standard graph-theoretic and statistical physics functions * Easy exchange of network algorithms between applications, disciplines, and platforms * Includes many classic graphs and synthetic networks * Nodes and edges can be "anything" (e.g. time-series, text, images, XML records) * Exploits existing code from high-quality legacy software in C, C++, Fortran, etc. * Open source (encourages community input) * Unit-tested Additional benefits due to Python: * Allows fast prototyping of new algorithms * Easy to teach * Multi-platform * Allows easy access to almost any database WWW: http://networkx.lanl.gov Fix: Patch attached with submission follows:
Class Changed From-To: update->change-request Fix category (new ports should be change-requests) (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->freebsd-python freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
lwhsu 2008-06-15 21:16:01 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/py-networkx Makefile distinfo pkg-descr pkg-message pkg-plist math/py-networkx/files patch-setup.py Log: Add py-networkx 0.36, tools for complex network. PR: ports/124620 Submitted by: dikshie <dikshie AT sfc.wide.ad.jp> Revision Changes Path 1.477 +1 -0 ports/math/Makefile 1.1 +26 -0 ports/math/py-networkx/Makefile (new) 1.1 +3 -0 ports/math/py-networkx/distinfo (new) 1.1 +18 -0 ports/math/py-networkx/files/patch-setup.py (new) 1.1 +21 -0 ports/math/py-networkx/pkg-descr (new) 1.1 +4 -0 ports/math/py-networkx/pkg-message (new) 1.1 +281 -0 ports/math/py-networkx/pkg-plist (new) _______________________________________________ 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 New port added, with minor changes. Thanks!