aboutsummaryrefslogtreecommitdiff
path: root/java/jrosetta
Commit message (Collapse)AuthorAgeFilesLines
* Grab unmaintained dependencies for math/scilabMax Brazhnikov2014-05-011-1/+1
| | | | Notes: svn path=/head/; revision=352760
* java/javahelp:Max Brazhnikov2014-04-251-6/+4
| | | | | | | | | | | | | | | | | | | | | - Remove dead entry from MASTER_SITES - Add stage support - Drop unneeded JAVA_VERSION - Convert NOPORTDOCS to option - Amend COMMENT, update WWW java/jrosetta: - Add stage support - Drop JAVA_VERSION math/jlatexmath: - Remove dead entry from MASTER_SITES - Add stage support - Drop JAVA_VERSION - Use options helpers Notes: svn path=/head/; revision=352108
* Convert j* to USES=zipBaptiste Daroussin2014-03-101-1/+1
| | | | Notes: svn path=/head/; revision=347771
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | java) Notes: svn path=/head/; revision=327738
* Convert to new option frameworkBaptiste Daroussin2012-12-131-4/+5
| | | | Notes: svn path=/head/; revision=308830
* Decommissioning java 1.5 (EOLed since October 2009):Baptiste Daroussin2012-12-101-6/+2
| | | | | | | suppress any reference to JAVA_VERSION= 1.5+ (part2) Notes: svn path=/head/; revision=308604
* - Reset MAINTAINER on ports with addresses that have unrecoverable bounces.Ryan Steinmetz2012-12-061-1/+1
| | | | | | | | Reported by: portscout Feature safe: yes Notes: svn path=/head/; revision=308390
* Make compilation from source an option-- maven downloads extra files, thusChris Rees2011-11-062-7/+37
| | | | | | | | | | | breaking on package building. PR: ports/162323 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer) Pointyhat to: crees Notes: svn path=/head/; revision=285179
* USE_ZIP is needed on 7.4 or extract fails on 0-byte filesChris Rees2011-11-011-0/+1
| | | | | | | | PR: ports/162199 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer) Notes: svn path=/head/; revision=284854
* - Update to 1.0.4Wen Heping2011-10-263-12/+26
| | | | | | | | | | - Upstream switched from ant to maven PR: ports/161696 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer) Notes: svn path=/head/; revision=284328
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* JRosetta provides a common base for graphical component that could be usedWen Heping2010-02-243-0/+59
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 Notes: svn path=/head/; revision=250249