diff options
author | tnn <tnn@pkgsrc.org> | 2016-03-09 20:43:38 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2016-03-09 20:43:38 +0000 |
commit | 69857bf35a24c304bb08fc4e58aa26ca932c1395 (patch) | |
tree | 613131198c5468b0e7cf3eb38078bbc7f39b1d2f /editors | |
parent | 9bc3fa68ba85110bb4dca6780ba8d1b8d6afac75 (diff) | |
download | pkgsrc-69857bf35a24c304bb08fc4e58aa26ca932c1395.tar.gz |
Update to yet-3.15. Previous distfile is gone and can't be redistributed.
New Features
The Circular and Radial layout algorithm as well as Balloon and all Directed
Tree layout algorithms support a new edge routing style where edge paths are
bundled to prevent visual clutter.
Bugfixes
Disabled menu interaction on Mac OS X during layout runs to prevent
accidental graph structure modifications.
Many bugfixes, great and small.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/yed/Makefile | 4 | ||||
-rw-r--r-- | editors/yed/distinfo | 9 |
2 files changed, 7 insertions, 6 deletions
diff --git a/editors/yed/Makefile b/editors/yed/Makefile index 53c1c7cf491..31028e5da52 100644 --- a/editors/yed/Makefile +++ b/editors/yed/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2015/07/03 09:56:55 abs Exp $ +# $NetBSD: Makefile,v 1.2 2016/03/09 20:43:38 tnn Exp $ -DISTNAME= yEd-3.14.2 +DISTNAME= yEd-3.15 PKGNAME= ${DISTNAME:C:E:e:} CATEGORIES= editors MASTER_SITES= http://www.yworks.com/products/yed/demo/ diff --git a/editors/yed/distinfo b/editors/yed/distinfo index 9ae9a8d1aa5..42ae0992d60 100644 --- a/editors/yed/distinfo +++ b/editors/yed/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2015/07/03 09:56:55 abs Exp $ +$NetBSD: distinfo,v 1.2 2016/03/09 20:43:38 tnn Exp $ -SHA1 (yEd-3.14.2.zip) = 6147ab5057c28c0dc312e096169626d0e355362d -RMD160 (yEd-3.14.2.zip) = 80f4ec0035f42f927fa8038188032ad43b3d3b80 -Size (yEd-3.14.2.zip) = 28690181 bytes +SHA1 (yEd-3.15.zip) = 4648480610a53a213486125ef7c8e7bf11298dea +RMD160 (yEd-3.15.zip) = d38bfa2831e5d4d0500d7805b94a02771b70d8c1 +SHA512 (yEd-3.15.zip) = 232817caf356b1b47e98df32c6d807b6954940c3994d3dc7870da39132bb8d8d85bdbf180932dcb59eb993a5aa1eeefce471ae771141059019e656bf1c1c182b +Size (yEd-3.15.zip) = 29754644 bytes |