aboutsummaryrefslogtreecommitdiff
path: root/cad/qfsm/pkg-descr
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-04-11 18:27:36 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-04-11 18:27:36 +0000
commitdb6897617dbda12715067093f57baca2d7069cd2 (patch)
treeecae76d26d2a912c03152ee5738b1a13d3a5cb56 /cad/qfsm/pkg-descr
parent83c81b28a72451b41a516240c12b9f7cf2979657 (diff)
downloadports-db6897617dbda12715067093f57baca2d7069cd2.tar.gz
ports-db6897617dbda12715067093f57baca2d7069cd2.zip
Notes
Diffstat (limited to 'cad/qfsm/pkg-descr')
-rw-r--r--cad/qfsm/pkg-descr21
1 files changed, 21 insertions, 0 deletions
diff --git a/cad/qfsm/pkg-descr b/cad/qfsm/pkg-descr
new file mode 100644
index 000000000000..318cf8399649
--- /dev/null
+++ b/cad/qfsm/pkg-descr
@@ -0,0 +1,21 @@
+Qfsm is a graphical editor for finite state machines written in C++ using Qt.
+
+Finite state machines are a model to describe complex objects or systems in
+terms of the states they may be in. In practice they can used to create
+regular expressions, scanners or other program code.
+
+Current features of Qfsm are:
+ - Creation, editing, loading and saving of binary and ASCII machines
+ - Drawing of states and transitions
+ - Binary and ASCII condition codes
+ - Setting of a start state and end states
+ - Zooming
+ - Cut, copy & paste inside Qfsm
+ - Printing of diagrams
+ - Multiple windows
+ - Integrity check
+ - Interactive simulation
+ - AHDL/VHDL export
+ - State table export (Latex, HTML)
+
+WWW: http://qfsm.sourceforge.net/