diff options
author | miwi <miwi@FreeBSD.org> | 2008-09-05 22:16:41 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-09-05 22:16:41 +0800 |
commit | d0e671f75029f7355fcea84e285c076e30a657aa (patch) | |
tree | 210d604dca0b943e872eb2b4da4dd90bd754116c /graphics/Makefile | |
parent | 6dfa40145093d178d18eae3a2c0c8cbc05de2a24 (diff) | |
download | freebsd-ports-graphics-d0e671f75029f7355fcea84e285c076e30a657aa.tar.gz freebsd-ports-graphics-d0e671f75029f7355fcea84e285c076e30a657aa.tar.zst freebsd-ports-graphics-d0e671f75029f7355fcea84e285c076e30a657aa.zip |
A library for working with graphs in Python.
It provides a suitable data structure for representing graphs
and a whole set of important algorithms.
WWW: http://code.google.com/p/python-graph/
PR: ports/126957
Submitted by: Yi-Jheng Lin <yzlin at cs.nctu.edu.tw>
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index a632c5921b3..c14563d6c9a 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -654,6 +654,7 @@ SUBDIR += py-gimp SUBDIR += py-glewpy SUBDIR += py-goocanvas + SUBDIR += py-graph SUBDIR += py-graphviz SUBDIR += py-gvgen SUBDIR += py-imaging |