pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/editors/yed



Module Name:    pkgsrc
Committed By:   abs
Date:           Fri Mar 24 08:41:28 UTC 2017

Modified Files:
        pkgsrc/editors/yed: Makefile PLIST distinfo

Log Message:
Updated editors/yed to 3.17 to fix build after old distfile no longer available

yEd 3.17

New Features

* Added import support for the GraphML file format variants of our commercial yFiles diagramming libraries yFiles for JavaFX (3.x version series) and yFiles for HTML (2.x version series).
* The 'Find...' command and the 'Select Elements' tool now additionally support text matching using the full power of regular expressions.

Improvements

* Improved and corrected import support for the GraphML file format variants of our commercial yFiles diagramming libraries yFiles for Java (3.x version series), yFiles for JavaFX (2.x version 
series), and yFiles for HTML (1.x version series).
* The 'Apply' and 'Apply Type' commands from the Palette's context menu now also support converting normal nodes to open/closed group nodes and vice versa. [Q&A 10269]
* The JREs that are installed by the Windows, Mac, and Linux installers have been updated to Java 1.8.0_121.

Bugfixes

* Addressed a problem in the Excel import where importing spreadsheets with blanks/whitespace in sheet names failed. [Q&A 10230]
* Many bugfixes, great and small.

yEd 3.16.2.1

Bugfixes

* Addressed an exception that happened on Windows and Mac OS X when trying to copy to the system clipboard.

yEd 3.16.2

Improvements

* The UML class node representation now uses the same font for the attribute, method, etc. entries as is set for the class name.

Bugfixes

* The properties views now also list the additional shape node representations (stars, fat arrows, etc.) and allow changing their properties.
* Many bugfixes, great and small.

yEd 3.16.1

New Features

* The Organic layout algorithm is able to automatically recognize regular substructures in a diagram and arrange them in an optimized manner depending on the kind of substructure. Four different 
kinds of substructures can be recognized: chains, stars, circles, and parallel substructures.

Improvements

* The JREs that are installed by the Windows, Mac, and Linux installers have been updated to Java 1.8.0_102.

Bugfixes

* Fixed a bug where self-loops in a diagram could cause the One-Click Layout to fail.
* Many bugfixes, great and small.

yEd 3.16

General

This yEd version requires a Java 8 Runtime Environment (JRE) to run on, which isn't available for older operating systems (see also the Java 8 system requirements). Thus, yEd needs at least Windows 
Vista or Mac OS X 10.8 (Mountain Lion) to run.
New Features

* Added import support for the GraphML file format variants of our commercial yFiles diagramming libraries yFiles for Java 3.x, yFiles for JavaFX, yFiles.NET, yFiles WPF, and yFiles for HTML. With 
the yFiles for HTML format in particular, import of GraphML files written by the yEd Live web application is also supported.
* As a new option, the Hierarchical layout algorithm can take the thickness of an edge into account when calculating a layout for a diagram. Diagrams with thick edges in them can become wider and 
taller.
* As a new option, the Hierarchical layout algorithm can interpret edge direction according to the arrowhead.
* The integrated labeling in the Hierarchical layout algorithm places edge labels that specify a preferred placement at their source node or at their target node directly beside that node.
* Applying the Label Placement algorithm is now animated. Also, its execution can be canceled if it takes too long.

Improvements

* Additional sample node representations for nodes and group nodes in the 'Shape Nodes' and 'Group Nodes' palette section.
* The JREs that are installed by the Windows, Mac, and Linux installers have been updated to Java 1.8.0_92.

Bugfixes

* Many bugfixes, great and small.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/editors/yed/Makefile
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/editors/yed/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/editors/yed/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/yed/Makefile
diff -u pkgsrc/editors/yed/Makefile:1.6 pkgsrc/editors/yed/Makefile:1.7
--- pkgsrc/editors/yed/Makefile:1.6     Thu Mar 23 09:08:21 2017
+++ pkgsrc/editors/yed/Makefile Fri Mar 24 08:41:28 2017
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2017/03/23 09:08:21 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2017/03/24 08:41:28 abs Exp $
 
-DISTNAME=      yEd-3.15.0.2
+DISTNAME=      yEd-3.17
 PKGNAME=       ${DISTNAME:C:E:e:}
 CATEGORIES=    editors
-MASTER_SITES=  http://www.yworks.com/products/yed/demo/
+MASTER_SITES=  https://www.yworks.com/resources/yed/demo/
 EXTRACT_SUFX=  .zip
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -11,8 +11,6 @@ HOMEPAGE=     http://www.yworks.com/en/
 COMMENT=       Graph editor (UML, Flowcharts, BPMN and more)
 LICENSE=       yed-license
 
-BROKEN=                distfile no longer available
-
 RESTRICTED=            Redistribution prohibited
 NO_BIN_ON_CDROM=       ${RESTRICTED}
 NO_BIN_ON_FTP=         ${RESTRICTED}
@@ -26,7 +24,7 @@ USE_JAVA2=    6
 
 YEDDIR=                ${PREFIX}/lib/java/yed
 
-INSTALLATION_DIRS=bin lib/java/yed/lib lib/java/yed/icons share/doc/java/yed
+INSTALLATION_DIRS=     bin lib/java/yed/lib lib/java/yed/icons share/doc/java/yed
 
 do-build:
        ${SED} -e "s,@YEDDIR@,${YEDDIR}," ${FILESDIR}/yed.sh > ${WRKSRC}/yed

Index: pkgsrc/editors/yed/PLIST
diff -u pkgsrc/editors/yed/PLIST:1.1.1.1 pkgsrc/editors/yed/PLIST:1.2
--- pkgsrc/editors/yed/PLIST:1.1.1.1    Fri Jul  3 09:56:55 2015
+++ pkgsrc/editors/yed/PLIST    Fri Mar 24 08:41:28 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2015/07/03 09:56:55 abs Exp $
+@comment $NetBSD: PLIST,v 1.2 2017/03/24 08:41:28 abs Exp $
 bin/yed
 lib/java/yed/icons/yicon.ico
 lib/java/yed/icons/yicon16.png
@@ -6,14 +6,18 @@ lib/java/yed/icons/yicon32.png
 lib/java/yed/lib/common-image.jar
 lib/java/yed/lib/common-io.jar
 lib/java/yed/lib/common-lang.jar
+lib/java/yed/lib/imageio-bmp.jar
 lib/java/yed/lib/imageio-core.jar
+lib/java/yed/lib/imageio-hdr.jar
 lib/java/yed/lib/imageio-icns.jar
-lib/java/yed/lib/imageio-ico.jar
 lib/java/yed/lib/imageio-iff.jar
 lib/java/yed/lib/imageio-jpeg.jar
 lib/java/yed/lib/imageio-metadata.jar
+lib/java/yed/lib/imageio-pcx.jar
 lib/java/yed/lib/imageio-pict.jar
 lib/java/yed/lib/imageio-psd.jar
+lib/java/yed/lib/imageio-sgi.jar
+lib/java/yed/lib/imageio-tga.jar
 lib/java/yed/lib/imageio-thumbsdb.jar
 lib/java/yed/lib/imageio-tiff.jar
 lib/java/yed/lib/vectorgraphics.jar

Index: pkgsrc/editors/yed/distinfo
diff -u pkgsrc/editors/yed/distinfo:1.4 pkgsrc/editors/yed/distinfo:1.5
--- pkgsrc/editors/yed/distinfo:1.4     Thu Mar 24 17:05:04 2016
+++ pkgsrc/editors/yed/distinfo Fri Mar 24 08:41:28 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2016/03/24 17:05:04 tnn Exp $
+$NetBSD: distinfo,v 1.5 2017/03/24 08:41:28 abs Exp $
 
-SHA1 (yEd-3.15.0.2.zip) = c53097177c1f81d6d7bc74d9727556e562244468
-RMD160 (yEd-3.15.0.2.zip) = 69839f8718f2780ef74514c2e88c1e9d14e90979
-SHA512 (yEd-3.15.0.2.zip) = 534efaad0393c5173ab1a7ca6ad5d6f93390aef5caa47e1aa3499d6e4f6db19b9b576323835d726e0d882022f84ad62cc99124bef3b595ec848f54d6e4dbaff4
-Size (yEd-3.15.0.2.zip) = 29762976 bytes
+SHA1 (yEd-3.17.zip) = af7b17dfd5a59c17417eaf27de06f5bf31a582c4
+RMD160 (yEd-3.17.zip) = 5d2a6290ad4cc47641af261116beba48d0f6eaa6
+SHA512 (yEd-3.17.zip) = 503348f249915a08dcfcf19e4cf48ecce2df6ca7c168beb2b6bf1031f698b609ccbbd0524ea8e8459ae48e51a9bc36e02c1bd6fb5d1bf2bddb4e164cb4ab3cc3
+Size (yEd-3.17.zip) = 34762028 bytes



Home | Main Index | Thread Index | Old Index