diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2011-08-07 05:58:44 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2011-08-07 05:58:44 +0000 |
commit | 88ebedce73bc216c5105f3fc30735ea7c22f4037 (patch) | |
tree | be0c3f70234eb32ddcac9f1acf3a976dde2927b5 /graphics/Makefile | |
parent | bfcc6c91647e50aa54f1f91d82cc573332032da6 (diff) |
- 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/
Notes
Notes:
svn path=/head/; revision=279092
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 b184fe39330c..aade8d2dd29a 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 |