| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Pointed out by: Larry Rosenman <ler@lerctr.org> (via private email)
|
|
|
|
| |
suppress any reference to JAVA_VERSION= 1.5+ (part2)
|
|
|
|
|
|
| |
- Remove files/patch-xmlimplsrc+build.xml
- Convert to the new options framework
- Update MASTER_SITES
|
|
|
|
|
|
| |
PR: ports/158438
Submitted by: Pedro Giffuni <giffunip@tutopia.com>
Approved by: maintainer timeout (nivit; 1 month)
|
| |
|
|
|
|
|
| |
- Add an option to enable line editing in the Rhino shell
- Fix download site for xmlbeans
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
- Increment JAVA_VERSION (1.5+)
|
|
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/
|