Bug 106971

Summary: [NEW PORT] math/py24-igraph: High performance graph data structures and algorithms
Product: Ports & Packages Reporter: Li-Wen Hsu <lwhsu>
Component: Individual Port(s)Assignee: Martin Wilke <miwi>
Status: Closed FIXED    
Severity: Affects Only Me CC: lwhsu
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
py24-igraph-0.3.2.shar none

Description Li-Wen Hsu 2006-12-20 11:00:28 UTC
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

Generated with FreeBSD Port Tools 0.77
Comment 1 lwhsu 2006-12-20 11:28:35 UTC
Hello,
	Excuse me, I forget to remove the line:

"#RUN_DEPENDS=   ${LIB_DEPENDS}"

Please remove it from the Makefile.

-- 
Best Regards,
Li-Wen Hsu
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2006-12-20 11:42:02 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2006-12-21 19:57:44 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2006-12-21 19:58:07 UTC
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)
_______________________________________________
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"