ports/156800: [NEW PORT] graphics/ditaa - ascii diagram to graphics converter

Aldis Berjoza aldis at bsdroot.lv
Tue May 3 18:30:11 UTC 2011


>Number:         156800
>Category:       ports
>Synopsis:       [NEW PORT] graphics/ditaa - ascii diagram to graphics converter
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 03 18:30:11 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Aldis Berjoza
>Release:        
>Organization:
>Environment:
>Description:
ditaa is a small command-line utility written in Java, that can convert diagrams drawn using ascii art ('drawings' that contain characters that resemble lines like | / - ), into proper bitmap graphics.

http://ditaa.sourceforge.net/
>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:
#
#	ditaa
#	ditaa/pkg-descr
#	ditaa/distinfo
#	ditaa/Makefile
#
echo c - ditaa
mkdir -p ditaa > /dev/null 2>&1
echo x - ditaa/pkg-descr
sed 's/^X//' >ditaa/pkg-descr << '9dad28606b0fd95f1eb884d02d2e5b83'
Xditaa is a small command-line utility written in Java, that can convert
Xdiagrams drawn using ascii art ('drawings' that contain characters that
Xresemble lines like | / - ), into proper bitmap graphics.
X
XWWW: http://ditaa.sourceforge.net/
9dad28606b0fd95f1eb884d02d2e5b83
echo x - ditaa/distinfo
sed 's/^X//' >ditaa/distinfo << '5852cb9c5590025047900f2f15cf7957'
XSHA256 (ditaa0_9.zip) = d689e933b80b065cd7c349e489cfb8feea69dd3e91ca78931edc6fa6e098e689
XSIZE (ditaa0_9.zip) = 179547
5852cb9c5590025047900f2f15cf7957
echo x - ditaa/Makefile
sed 's/^X//' >ditaa/Makefile << 'f8e5f40d2673984a529b8733e0bfc417'
X# New ports collection makefile for:	ditta
X# Date created:				2011.05.03
X# Whom:					Aldis Berjoza <aldis at bsdroot.lv>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	ditaa
XPORTVERSION=	0.9
XCATEGORIES=	graphics java
XMASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
XDISTNAME=	${PORTNAME}${DISTFVERSION}
X
XMAINTAINER=	aldis at bsdroot.lv
XCOMMENT=	Convert diagrams drawn using ascii into proper bitmap graphics
X
XUSE_ZIP=	yes
XUSE_JAVA=	yes
XJAVA_VERSION=	1.6+
X
XLICENSE=	GPLv2
X
XNO_BUILD=	YES
X
XPLIST_FILES=	%%JAVASHAREDIR%%/${PORTNAME}/${PORTNAME}.jar bin/${PORTNAME}
XPLIST_DIRS=	%%JAVASHAREDIR%%/${PORTNAME}
X
XDISTFVERSION=	0_9
X
Xpre-install:
X	${ECHO} "#!/bin/sh" > ${WRKDIR}/${PORTNAME}.sh
X	${ECHO} "${PREFIX}/bin/java -jar ${JAVASHAREDIR}/${PORTNAME}/${PORTNAME}.jar \$$*" >> ${WRKDIR}/${PORTNAME}.sh
X
Xdo-install:
X	${MKDIR} ${JAVASHAREDIR}/${PORTNAME}
X	${INSTALL_DATA} ${WRKDIR}/${PORTNAME}${DISTFVERSION}.jar ${JAVASHAREDIR}/${PORTNAME}/${PORTNAME}.jar
X	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME}
X
X.include <bsd.port.mk>
f8e5f40d2673984a529b8733e0bfc417
exit



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



More information about the freebsd-ports-bugs mailing list