aboutsummaryrefslogtreecommitdiffstats
path: root/lang/rhino
Commit message (Collapse)AuthorAgeFilesLines
* - Change the download site for swingex, because the original one has disappearednivit2013-03-071-1/+1
| | | | Pointed out by: Larry Rosenman <ler@lerctr.org> (via private email)
* Decommissioning java 1.5 (EOLed since October 2009):bapt2012-12-101-6/+2
| | | | suppress any reference to JAVA_VERSION= 1.5+ (part2)
* - Update to 1.7.r4nivit2012-07-064-32/+15
| | | | | | - Remove files/patch-xmlimplsrc+build.xml - Convert to the new options framework - Update MASTER_SITES
* - Update to 1_7R3 and update xmlbeans to 2.5.0pav2011-08-083-9/+31
| | | | | | PR: ports/158438 Submitted by: Pedro Giffuni <giffunip@tutopia.com> Approved by: maintainer timeout (nivit; 1 month)
* - remove MD5ohauer2011-07-031-3/+0
|
* - Update to 1.7.r2nivit2009-05-303-10/+20
| | | | | - Add an option to enable line editing in the Rhino shell - Fix download site for xmlbeans
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Update to 1.7.r1nivit2008-04-192-5/+5
| | | | - Increment JAVA_VERSION (1.5+)
* Rhino is an open-source implementation of JavaScript written entirelynivit2008-01-287-0/+104
in Java. It is typically embedded into Java applications to provide scripting to end users. Rhino is an implementation of the core language only and doesn't contain objects or methods for manipulating HTML documents. Rhino contains * All the features of JavaScript 1.6 * Allows direct scripting of Java * A JavaScript shell for executing JavaScript scripts * A JavaScript compiler to transform JavaScript source files into Java class files * A JavaScript debugger for scripts executed with Rhino WWW: http://www.mozilla.org/rhino/