1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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>
This commit is contained in:
Martin Wilke 2010-02-12 14:39:14 +00:00
parent d3bc7eb5a8
commit 86eb8135e3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=249686
6 changed files with 61 additions and 0 deletions

View File

@ -979,6 +979,7 @@
SUBDIR += yafray
SUBDIR += yagf
SUBDIR += yap
SUBDIR += yed
SUBDIR += yukon
SUBDIR += zgv
SUBDIR += zimg

42
graphics/yed/Makefile Normal file
View File

@ -0,0 +1,42 @@
# New ports collection makefile for: yed
# Date created: 15 Jan 2010
# Whom: Eugene Mychlo <myc@barev.net>
#
# $FreeBSD$
#
PORTNAME= yed
PORTVERSION= 3.4.1
CATEGORIES= graphics java
MASTER_SITES= #
DISTNAME= yEd-${PORTVERSION}
MAINTAINER= myc@barev.net
COMMENT= An editor for graphs and diagrams
USE_ZIP= yes
USE_JAVA= yes
JAVA_VERSION= 1.5+
NO_BUILD= yes
RESTRICTED= Restrictive license
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
SUB_FILES= ${PORTNAME}
DOWNLOAD_URL?= http://www.yworks.com/en/products_download.php?file=${DISTNAME}${EXTRACT_SUFX}
.include <bsd.port.pre.mk>
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE= you must manually obtain ${DISTNAME}${EXTRACT_SUFX} from\
'${DOWNLOAD_URL}', place it in ${DISTDIR} and then run make again
.endif
do-install:
@${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.jar ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/license.html ${DATADIR}
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.post.mk>

3
graphics/yed/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (yEd-3.4.1.zip) = 786390514740f4dc1ea8e20177aac087
SHA256 (yEd-3.4.1.zip) = 505ffa37b2d81fa0040c010c3f2c62e675b081e644dfc9bd307c6899f8a3f475
SIZE (yEd-3.4.1.zip) = 13994703

View File

@ -0,0 +1,3 @@
#!/bin/sh
exec java -jar %%DATADIR%%/yed.jar

8
graphics/yed/pkg-descr Normal file
View File

@ -0,0 +1,8 @@
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

4
graphics/yed/pkg-plist Normal file
View File

@ -0,0 +1,4 @@
%%DATADIR%%/yed.jar
%%DATADIR%%/license.html
bin/yed
@dirrm %%DATADIR%%