graphics/yed: Updated for version 3.20.1.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
This commit is contained in:
Michel Begue 2021-01-15 18:15:41 +00:00 committed by Dave Woodfall
parent 90d42dc7da
commit 8b806dac23
5 changed files with 72 additions and 8 deletions

View File

@ -3,3 +3,5 @@ and effectively generate high-quality diagrams. Create diagrams
manually, or import your external data for analysis. Automatic
layout algorithms arrange even large data sets with just the press
of a button.
* Please read licenses informations below or in /usr/share/doc/yed-? *

View File

@ -0,0 +1,61 @@
yEd Software License Agreement
Version 1.2
This is a legal agreement ("this Agreement") between yWorks GmbH ("yWorks") and the licensee ("the Licensee"). yWorks licenses the yEd Software ("the Software") only if all the following terms are accepted by the Licensee. The Software includes the yEd byte code executable and any files and documents associated with it.
By installing the Software, the Licensee is indicating that he/she has read and understands this Agreement and agrees to be bound by its terms and conditions. If this Agreement is unacceptable to the Licensee, the Licensee must destroy any copies of the Software in the Licensee's possession immediately.
1. LICENSE CONDITIONS
The Licensee is granted a non-exclusive and non-transferable right to install one copy of the Software and use it as an application. The Software may not be used as part of an automated process. The Licensee may not reverse engineer, disassemble, decompile, or unjar the Software, or otherwise attempt to derive the source code of the Software.
The Licensee acknowledges that Software furnished hereunder is under test and may be defective. No claims whatsoever can be made on yWorks based on any expectation about the Software.
2. TERM, TERMINATION AND SURVIVAL
The Licensee may terminate this Agreement at any time by destroying all copies of the Software in possession.
If the Licensee fails to comply with any term of this Agreement, this Agreement is terminated and the Licensee has no further right to use the Software.
On termination, the Licensee shall have no claim on or arising from the Software. The Software and any copies shall be destroyed.
3. NO WARRANTY
The Software is licensed to the Licensee on an "AS IS" basis. The Licensee is solely responsible for determining the suitability of the Software and accepts full responsibility and risks associated with the use of the Software.
4. MAINTENANCE AND SUPPORT
yWorks is not required to provide maintenance or support to the Licensee.
5. LIMITATION OF LIABILITY
In no event will yWorks be liable for any damages, including but not limited to any loss of revenue, profit, or data, however caused, directly or indirectly, by the Software or by this Agreement.
6. DISTRIBUTION
No distribution is to be made of the Software by the Licensee. The Licensee may make one copy of the Software for backup purpose only.
7. AVAILABILITY
The Software is not available to those not permitted by law to have access to the Software.
8. INSERTION OF MARKER
The Software may insert some markers into any output files to identify that the files are generated by the Software. yWorks bears no responsibility for any damages arising.
9. MISCELLANEOUS
This agreement is made and shall be construed in accordance with the laws of Germany.
THIRD-PARTY SOFTWARE AND LICENSES
This Software uses the Batik SVG Toolkit, Apache XMLBeans, Apache POI, and FreeHEP VectorGraphics library which are licensed under The Apache Software License.
This Software uses the JIDE Docking Framework and the JIDE Action Framework licensed from JIDE Software.
This Software uses icons licensed from Incors GmbH.
This Software includes a parser generated with ANTLR v3, a Swing LnF created by JGoodies, and the TwelveMonkeys library. The BSD License applies to them.
The Swing LnF created by JGoodies uses some icons from the Tango project licensed under the Creative Commons Attribution Share-Alike license.
This Software uses the svg-viewer rendering engine. The MIT License applies to it.
This Software uses the JavaHelp System v2.0_02. The Sun Microsystems, Inc. Binary Code License Agreement with JavaHelp Version 2.0 Supplemental License Terms applies to it.

View File

@ -16,4 +16,4 @@ yed: of a button.
yed:
yed: Homepage: https://www.yworks.com/products/yed
yed:
yed:
yed:* Please read licenses informations below or in /usr/share/doc/yed-? *

View File

@ -3,6 +3,7 @@
# Slackware build script for yEd
# Copyright 2012-2015 Fridrich von Stauffenberg <cancellor2@gmail.com>
# Copyright 2021 Michel Begue <mab974@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=yed
VERSION=${VERSION:-3.14.2}
VERSION=${VERSION:-3.20.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -51,7 +52,7 @@ mv lib *.jar $PKG/usr/share/$PRGNAM
for SIZE in 16 32; do
mkdir -p $PKG/usr/share/icons/hicolor/$SIZE'x'$SIZE/apps
mv icons/yicon$SIZE.png $PKG/usr/share/icons/hicolor/$SIZE'x'$SIZE/apps/$PRGNAM.png
mv icons/yed$SIZE.png $PKG/usr/share/icons/hicolor/$SIZE'x'$SIZE/apps/$PRGNAM.png
done
mkdir -p $PKG/usr/bin

View File

@ -1,10 +1,10 @@
PRGNAM="yed"
VERSION="3.14.2"
VERSION="3.20.1"
HOMEPAGE="https://www.yworks.com/products/yed"
DOWNLOAD="http://ponce.cc/slackware/sources/repo/yEd-3.14.2.zip"
MD5SUM="ed8b0c766148d0855d2620b6d352317e"
DOWNLOAD="https://www.yworks.com/resources/yed/demo/yEd-3.20.1.zip"
MD5SUM="513d4b0031b35e1a12116df3b61eae07"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jdk"
MAINTAINER="orphaned - no maintainer"
EMAIL="nobody@nowhere.com"
MAINTAINER="Michel Begue"
EMAIL="mab974@gmail.com"