aboutsummaryrefslogtreecommitdiff
path: root/devel/dia2code/pkg-descr
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-03-07 04:17:49 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-03-07 04:17:49 +0000
commit356b628722a89d486f4cf4b98799b603319cfd95 (patch)
treee9937428e2c876473bf9152808538af7e656fafe /devel/dia2code/pkg-descr
parentc9f58b01cb81735fc2d7539f2e5e139809fa2a10 (diff)
downloadports-356b628722a89d486f4cf4b98799b603319cfd95.tar.gz
ports-356b628722a89d486f4cf4b98799b603319cfd95.zip
Notes
Diffstat (limited to 'devel/dia2code/pkg-descr')
-rw-r--r--devel/dia2code/pkg-descr15
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/dia2code/pkg-descr b/devel/dia2code/pkg-descr
new file mode 100644
index 000000000000..d7de8fa841f3
--- /dev/null
+++ b/devel/dia2code/pkg-descr
@@ -0,0 +1,15 @@
+Dia2Code is a small utility used to generate code from a Dia diagram.
+Dia is a program to make diagrams (ports/graphics/dia)
+
+ - Reads UML diagrams.
+ - Can handle UML - Generalization, UML - Realization and UML - Implements.
+ - Selective code generation.
+ - User-defined output directory.
+ - Stereotype handling: interfaces, abstract classes.
+ - "Import" and "include" based on the parent classes, the type of
+ attributes and return type of methods iff they're declared in the same
+ diagram.
+ - Support for JavaBeans(tm): will create automagically methods to access
+ and modify each attribute.
+
+WWW: http://dia2code.sourceforge.net/