diff options
author | tota <tota@FreeBSD.org> | 2011-08-07 13:58:44 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2011-08-07 13:58:44 +0800 |
commit | d50e4bbe36977ef7e79a407ed7b6c0f9c34275b7 (patch) | |
tree | 5ff98a059013638e3743193fdeb016f9168dc388 /graphics/Makefile | |
parent | 72d557b5e006bf62807ecdf6f59269f1142f8183 (diff) | |
download | freebsd-ports-graphics-d50e4bbe36977ef7e79a407ed7b6c0f9c34275b7.tar.gz freebsd-ports-graphics-d50e4bbe36977ef7e79a407ed7b6c0f9c34275b7.tar.zst freebsd-ports-graphics-d50e4bbe36977ef7e79a407ed7b6c0f9c34275b7.zip |
- Add a new port: graphics/py-seqdiag
`seqdiag` generate sequence-diagram image file from spec-text file.
Features
* Generate sequence-diagram from dot like text (basic feature).
* Multilingualization for node-label (utf-8 only).
WWW: http://blockdiag.com/seqdiag/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 b184fe39330..aade8d2dd29 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -791,6 +791,7 @@ SUBDIR += py-pyproj SUBDIR += py-qt4-svg SUBDIR += py-rabbyt + SUBDIR += py-seqdiag SUBDIR += py-sorl-thumbnail SUBDIR += py-soya3d SUBDIR += py-visual |