CVS log for ports/lang/rhino/Makefile
Up to [FreeBSD] / ports / lang / rhino
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Aug 8 14:05:10 2011 UTC (6 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +5 -5 lines
- Update to 1_7R3 and update xmlbeans to 2.5.0 PR: ports/158438 Submitted by: Pedro Giffuni <giffunip@tutopia.com> Approved by: maintainer timeout (nivit; 1 month)
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat May 30 07:41:06 2009 UTC (2 years, 8 months ago) by nivit
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_6_EOL
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +16 -6 lines
- Update to 1.7.r2 - Add an option to enable line editing in the Rhino shell - Fix download site for xmlbeans
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Jun 6 13:41:13 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -0 lines
Bump portrevision due to upgrade of devel/gettext. 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)
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Apr 18 16:45:26 2008 UTC (3 years, 9 months ago) by nivit
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
- Update to 1.7.r1 - Increment JAVA_VERSION (1.5+)
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Jan 27 23:10:44 2008 UTC (4 years ago) by nivit
Branches: MAIN
Rhino is an open-source implementation of JavaScript written entirely
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/
