Bug 124620 - [new port] ports/math/py-networkx
Summary: [new port] ports/math/py-networkx
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-python (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-15 18:10 UTC by dikshie
Modified: 2008-06-15 22:20 UTC (History)
0 users

See Also:


Attachments
file.shar (17.21 KB, text/plain)
2008-06-15 18:10 UTC, dikshie
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description dikshie 2008-06-15 18:10:03 UTC
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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-06-15 18:10:10 UTC
Class Changed
From-To: update->change-request

Fix category (new ports should be change-requests) (via the GNATS Auto 
Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2008-06-15 18:10:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-06-15 22:16:06 UTC
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"
Comment 4 Li-Wen Hsu freebsd_committer freebsd_triage 2008-06-15 22:20:26 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!