cvs commit: ports/math Makefile ports/math/py-igraph Makefile distinfo pkg-descr pkg-plist

Martin Wilke miwi at FreeBSD.org
Thu Dec 21 11:57:36 PST 2006


miwi        2006-12-21 19:57:36 UTC

  FreeBSD ports repository

  Modified files:
    math                 Makefile 
  Added files:
    math/py-igraph       Makefile distinfo pkg-descr pkg-plist 
  Log:
  This module extends Python with a Graph class which is capable of handling
  arbitrary directed and undirected graphs with thousands of nodes and millions
  of edges. Since the module makes use of the open source igraph library
  written in almost 100% pure C, it is blazing fast and outperforms most other
  pure Python-based packages around.
  
  WWW:    http://cneurocvs.rmki.kfki.hu/igraph
  
  PR:             ports/106971
  Submitted by:   Li-Wen Hsu <lwhsu at lwhsu.org>
  
  Revision  Changes    Path
  1.436     +1 -0      ports/math/Makefile
  1.1       +28 -0     ports/math/py-igraph/Makefile (new)
  1.1       +3 -0      ports/math/py-igraph/distinfo (new)
  1.1       +7 -0      ports/math/py-igraph/pkg-descr (new)
  1.1       +30 -0     ports/math/py-igraph/pkg-plist (new)


More information about the cvs-all mailing list