Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jan 2010 12:40:54 GMT
From:      Eugene Mychlo <myc@barev.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/142858: New port: graphics/yed, An editor for graphs and diagrams
Message-ID:  <201001151240.o0FCeska097330@www.freebsd.org>
Resent-Message-ID: <201001151250.o0FCo0WX069540@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         142858
>Category:       ports
>Synopsis:       New port: graphics/yed, An editor for graphs and diagrams
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 15 12:50:00 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Eugene Mychlo
>Release:        FreeBSD 8.0-RELEASE-p2 i386
>Organization:
Rekomendata, JSC
>Environment:
FreeBSD mycws.local 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Tue Jan 5 16:02:27 UTC 2010 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386
>Description:
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
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	yed
#	yed/files
#	yed/files/yed.in
#	yed/distinfo
#	yed/pkg-descr
#	yed/pkg-plist
#	yed/Makefile
#
echo c - yed
mkdir -p yed > /dev/null 2>&1
echo c - yed/files
mkdir -p yed/files > /dev/null 2>&1
echo x - yed/files/yed.in
sed 's/^X//' >yed/files/yed.in << '55c49df6a1a2e2370534f84a254dde7a'
X#!/bin/sh
X
Xexec java -jar %%DATADIR%%/yed.jar
55c49df6a1a2e2370534f84a254dde7a
echo x - yed/distinfo
sed 's/^X//' >yed/distinfo << 'c6f10828f329c4b6896f54c59bab1abf'
XMD5 (yEd-3.4.1.zip) = 786390514740f4dc1ea8e20177aac087
XSHA256 (yEd-3.4.1.zip) = 505ffa37b2d81fa0040c010c3f2c62e675b081e644dfc9bd307c6899f8a3f475
XSIZE (yEd-3.4.1.zip) = 13994703
c6f10828f329c4b6896f54c59bab1abf
echo x - yed/pkg-descr
sed 's/^X//' >yed/pkg-descr << 'edbc5b9264b2171e496a201ec186642d'
XyEd is a very powerful graph editor that can be used to quickly and effectively
Xgenerate drawings and to apply automatic layouts to a range of different
Xdiagrams and networks. 
XyEd makes full use of the yFiles library. This is a Java class library enabling
Xthe viewing, editing, optimizing, drawing, and animating of a wide range
Xof diagrams, networks, and other graph-like structures. 
X
XWWW: http://www.yworks.com/en/products_yed_about.html
edbc5b9264b2171e496a201ec186642d
echo x - yed/pkg-plist
sed 's/^X//' >yed/pkg-plist << 'e6891e0c3c48e77d39ef884258f4f21f'
X%%DATADIR%%/yed.jar
X%%DATADIR%%/license.html
Xbin/yed
X@dirrm %%DATADIR%%
e6891e0c3c48e77d39ef884258f4f21f
echo x - yed/Makefile
sed 's/^X//' >yed/Makefile << 'f19fe20c2bda83650c91e44e1eaab617'
X# New ports collection makefile for:    yed
X# Date created:                         15 Jan 2010
X# Whom:                                 Eugene Mychlo <myc@barev.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	yed
XPORTVERSION=	3.4.1
XCATEGORIES=	graphics java
XMASTER_SITES=	#
XDISTNAME=	yEd-${PORTVERSION}
X
XMAINTAINER=	myc@barev.net
XCOMMENT=	An editor for graphs and diagrams
X
XUSE_ZIP=	yes
XUSE_JAVA=	yes
XJAVA_VERSION=	1.5+
XNO_BUILD=	yes
XRESTRICTED=	Restrictive license
X
XWRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION}
X
XSUB_FILES=	${PORTNAME}
X
XDOWNLOAD_URL?=	http://www.yworks.com/en/products_download.php?file=${DISTNAME}${EXTRACT_SUFX}
X
X.include <bsd.port.pre.mk>
X
X.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
XIGNORE=	you must manually obtain ${DISTNAME}${EXTRACT_SUFX} from\
X	'${DOWNLOAD_URL}', place it in ${DISTDIR} and then run make again
X.endif
X
Xdo-install:
X	@${MKDIR} ${DATADIR}
X	${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.jar ${DATADIR}
X	${INSTALL_DATA} ${WRKSRC}/license.html ${DATADIR}
X	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin
X
X.include <bsd.port.post.mk>
f19fe20c2bda83650c91e44e1eaab617
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001151240.o0FCeska097330>