diff options
author | miwi <miwi@FreeBSD.org> | 2010-02-12 22:39:14 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-02-12 22:39:14 +0800 |
commit | 08d778eea973bbf1125be4057efbfca09d6cceca (patch) | |
tree | 311e56fd6dcf1dfd18909b1218835e22e3882867 /graphics/Makefile | |
parent | 22afdf4e35019507ef6c2bbaed1612019ee0ea9a (diff) | |
download | freebsd-ports-gnome-08d778eea973bbf1125be4057efbfca09d6cceca.tar.gz freebsd-ports-gnome-08d778eea973bbf1125be4057efbfca09d6cceca.tar.zst freebsd-ports-gnome-08d778eea973bbf1125be4057efbfca09d6cceca.zip |
yEd is a very powerful graph editor that can be used to quickly and effectively
generate drawings and to apply automatic layouts to a range of different
diagrams and networks.
yEd makes full use of the yFiles library. This is a Java class library enabling
the viewing, editing, optimizing, drawing, and animating of a wide range
of diagrams, networks, and other graph-like structures.
WWW: http://www.yworks.com/en/products_yed_about.html
PR: ports/142858
Submitted by: Eugene Mychlo <myc at barev.net>
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 8d99c5a6f149..032b96585e92 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -979,6 +979,7 @@ SUBDIR += yafray SUBDIR += yagf SUBDIR += yap + SUBDIR += yed SUBDIR += yukon SUBDIR += zgv SUBDIR += zimg |