Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Dec 2006 19:57:36 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/math Makefile ports/math/py-igraph Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200612211957.kBLJvaiE003208@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612211957.kBLJvaiE003208>