Bug 106971 - [NEW PORT] math/py24-igraph: High performance graph data structures and algorithms
Summary: [NEW PORT] math/py24-igraph: High performance graph data structures and algor...
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: 2006-12-20 11:00 UTC by Li-Wen Hsu
Modified: 2006-12-21 20:01 UTC (History)
1 user (show)

See Also:


Attachments
py24-igraph-0.3.2.shar (3.33 KB, text/plain)
2006-12-20 11:00 UTC, Li-Wen Hsu
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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"