From owner-cvs-all@FreeBSD.ORG Wed Feb 24 01:44:34 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 531F3106564A; Wed, 24 Feb 2010 01:44:34 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 433A18FC18; Wed, 24 Feb 2010 01:44:34 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o1O1iYCQ081114; Wed, 24 Feb 2010 01:44:34 GMT (envelope-from wen@repoman.freebsd.org) Received: (from wen@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o1O1iYDj081113; Wed, 24 Feb 2010 01:44:34 GMT (envelope-from wen) Message-Id: <201002240144.o1O1iYDj081113@repoman.freebsd.org> From: Wen Heping Date: Wed, 24 Feb 2010 01:44:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/java Makefile ports/java/jrosetta Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Feb 2010 01:44:34 -0000 wen 2010-02-24 01:44:34 UTC FreeBSD ports repository Modified files: java Makefile Added files: java/jrosetta Makefile distinfo pkg-descr Log: 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 Feature safe: yes Revision Changes Path 1.224 +1 -0 ports/java/Makefile 1.1 +33 -0 ports/java/jrosetta/Makefile (new) 1.1 +3 -0 ports/java/jrosetta/distinfo (new) 1.1 +23 -0 ports/java/jrosetta/pkg-descr (new)