fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
15 lines
595 B
Text
15 lines
595 B
Text
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
|