Bug 125534 - [NEW PORT]math/igraph:Package For Manipulating Undirected And Directed Graphs
Summary: [NEW PORT]math/igraph:Package For Manipulating Undirected And Directed Graphs
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-12 06:10 UTC by wenheping
Modified: 2008-07-18 13:40 UTC (History)
0 users

See Also:


Attachments
file.shar (3.27 KB, text/plain)
2008-07-12 06:10 UTC, wenheping
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description wenheping 2008-07-12 06:10:02 UTC
igraph is a free software package for creating and manipulating
undirected and directed graphs. It includes implementations for
classic graph theory problems like minimum spanning trees and
network flow, and also implements algorithms for some recent
network analysis methods, like community structure search.

igraph contains functions for generating regular and random graphs,
manipulating graphs, assigning attributes to vertices and edges.
It can calculate various structural properties, includes heuristics
for community structure detection, supports many file formats.

WWW:   http://cneurocvs.rmki.kfki.hu/igraph/

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-07-12 06:10:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2008-07-18 13:34:29 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-07-18 13:36:12 UTC
miwi        2008-07-18 12:36:04 UTC

  FreeBSD ports repository

  Modified files:
    math                 Makefile 
  Added files:
    math/igraph          Makefile distinfo pkg-descr pkg-plist 
  Log:
  igraph is a free software package for creating and manipulating
  undirected and directed graphs. It includes implementations for
  classic graph theory problems like minimum spanning trees and
  network flow, and also implements algorithms for some recent
  network analysis methods, like community structure search.
  
  igraph contains functions for generating regular and random graphs,
  manipulating graphs, assigning attributes to vertices and edges.
  It can calculate various structural properties, includes heuristics
  for community structure detection, supports many file formats.
  
  WWW:   http://cneurocvs.rmki.kfki.hu/igraph/
  
  PR:             ports/125534
  Submitted by:   Wen Heping <wenheping at gmail.com>
  
  Revision  Changes    Path
  1.484     +1 -0      ports/math/Makefile
  1.1       +30 -0     ports/math/igraph/Makefile (new)
  1.1       +3 -0      ports/math/igraph/distinfo (new)
  1.1       +12 -0     ports/math/igraph/pkg-descr (new)
  1.1       +35 -0     ports/math/igraph/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"