diff options
author | tota <tota@FreeBSD.org> | 2011-08-07 14:02:49 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2011-08-07 14:02:49 +0800 |
commit | 895da91915eaeda6f08c8ff387222dc1f0d3f99e (patch) | |
tree | f99cfc72328898182ec65834901763124f0d003f /graphics/Makefile | |
parent | d50e4bbe36977ef7e79a407ed7b6c0f9c34275b7 (diff) | |
download | freebsd-ports-graphics-895da91915eaeda6f08c8ff387222dc1f0d3f99e.tar.gz freebsd-ports-graphics-895da91915eaeda6f08c8ff387222dc1f0d3f99e.tar.zst freebsd-ports-graphics-895da91915eaeda6f08c8ff387222dc1f0d3f99e.zip |
- Add a new port: graphics/py-nwdiag
`nwdiag` generate network-diagram image file from spec-text file.
Features
* Generate network-diagram from dot like text (basic feature).
* Multilingualization for node-label (utf-8 only).
WWW: http://blockdiag.com/nwdiag/build/html/
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 aade8d2dd29..142a080226e 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -780,6 +780,7 @@ SUBDIR += py-gvgen SUBDIR += py-imaging SUBDIR += py-ming + SUBDIR += py-nwdiag SUBDIR += py-openexr SUBDIR += py-opengl SUBDIR += py-paint |