From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 13 07:30:04 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D9678106566C for ; Sat, 13 Feb 2010 07:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B6D738FC0A for ; Sat, 13 Feb 2010 07:30:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o1D7U4wa020849 for ; Sat, 13 Feb 2010 07:30:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o1D7U4Ao020846; Sat, 13 Feb 2010 07:30:04 GMT (envelope-from gnats) Resent-Date: Sat, 13 Feb 2010 07:30:04 GMT Resent-Message-Id: <201002130730.o1D7U4Ao020846@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rob Farmer Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6623D106568D for ; Sat, 13 Feb 2010 07:21:07 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 4BB858FC0A for ; Sat, 13 Feb 2010 07:21:07 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o1D7L7eA086578 for ; Sat, 13 Feb 2010 07:21:07 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o1D7L7Ld086577; Sat, 13 Feb 2010 07:21:07 GMT (envelope-from nobody) Message-Id: <201002130721.o1D7L7Ld086577@www.freebsd.org> Date: Sat, 13 Feb 2010 07:21:07 GMT From: Rob Farmer To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/143864: [NEW PORT] java/jrosetta API for building a graphical console in Swing X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2010 07:30:04 -0000 >Number: 143864 >Category: ports >Synopsis: [NEW PORT] java/jrosetta API for building a graphical console in Swing >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: Sat Feb 13 07:30:04 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Rob Farmer >Release: 9.0-CURRENT >Organization: >Environment: FreeBSD coretwo.predatorlabs.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r203695: Tue Feb 9 03:02:13 PST 2010 rfarmer@coretwo.predatorlabs.net:/usr/obj/usr/src/sys/CORETWO amd64 >Description: JRosetta provides a common base for graphical component that could be used to build a graphical console in Swing with the latest requirements, such as command history, completion and so on for instance for scripting language or command line. This project can be seen as the evolution of the components developed in JyConsole. For now, JRosetta provides only API and graphical components. A Jython implementation for the scripting engine should be available during the first semester 2009. Functionalities * Generic abstract API for script engine * Completion window. * Command history. * Highly customisable, with external XML descriptor file. (Allow to specify the script engine to use, colors, font, shortcut...) Platform compatibility * JRosetta has been developed in pure Java, but relies on a JVM 1.5. * No specific hardware is needed. For further information, please contact us at the following adress : contact at artenum.com WWW: http://dev.artenum.com/projects/JRosetta >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: # # jrosetta # jrosetta/pkg-descr # jrosetta/Makefile # jrosetta/distinfo # echo c - jrosetta mkdir -p jrosetta > /dev/null 2>&1 echo x - jrosetta/pkg-descr sed 's/^X//' >jrosetta/pkg-descr << '88ba6e03379713e2fa4159c3b3f7197c' XJRosetta provides a common base for graphical component that could be used Xto build a graphical console in Swing with the latest requirements, such Xas command history, completion and so on for instance for scripting language Xor command line. This project can be seen as the evolution of the components Xdeveloped in JyConsole. For now, JRosetta provides only API and graphical Xcomponents. A Jython implementation for the scripting engine should be Xavailable during the first semester 2009. X XFunctionalities X* Generic abstract API for script engine X* Completion window. X* Command history. X* Highly customisable, with external XML descriptor file. (Allow to specify X the script engine to use, colors, font, shortcut...) X XPlatform compatibility X* JRosetta has been developed in pure Java, but relies on a JVM 1.5. X* No specific hardware is needed. X XFor further information, please contact us at the following adress : Xcontact at artenum.com X XWWW: http://dev.artenum.com/projects/JRosetta 88ba6e03379713e2fa4159c3b3f7197c echo x - jrosetta/Makefile sed 's/^X//' >jrosetta/Makefile << 'c40ddb4f1e930afe5c147d6388c36e76' X# New ports collection makefile for: jrosetta X# Date created: 11 February 2010 X# Whom: rfarmer@predatorlabs.net X# X# $FreeBSD$ X# X XPORTNAME= jrosetta XPORTVERSION= 1.0.2 XCATEGORIES= java devel XMASTER_SITES= http://www.predatorlabs.net/dl/ XEXTRACT_SUFX= -gpl.zip X XMAINTAINER= rfarmer@predatorlabs.net XCOMMENT= API for building a graphical console in Swing X XUSE_JAVA= yes XJAVA_VERSION= 1.5+ XJAVA_BUILD= yes XJAVA_RUN= yes XUSE_ANT= yes X XALL_TARGET= make XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-gpl X XPLIST_FILES= %%JAVAJARDIR%%/jrosetta-API.jar \ X %%JAVAJARDIR%%/jrosetta-engine.jar X Xdo-install: X ${INSTALL_DATA} ${WRKSRC}/dist/jrosetta-API.jar ${JAVAJARDIR} X ${INSTALL_DATA} ${WRKSRC}/dist/jrosetta-engine.jar ${JAVAJARDIR} X X.include c40ddb4f1e930afe5c147d6388c36e76 echo x - jrosetta/distinfo sed 's/^X//' >jrosetta/distinfo << '8deaccb20f6b348dd5a479c4e13eaa0c' XMD5 (jrosetta-1.0.2-gpl.zip) = 3a618078c118216eb2351e5db6e14a7d XSHA256 (jrosetta-1.0.2-gpl.zip) = 1d8a1de967ca00109b92dedc16bc27ceb68e61aea25f6ba9dc6f977d8d636c8d XSIZE (jrosetta-1.0.2-gpl.zip) = 69552 8deaccb20f6b348dd5a479c4e13eaa0c exit >Release-Note: >Audit-Trail: >Unformatted: