aboutsummaryrefslogtreecommitdiffstats
path: root/lang/rhino/pkg-descr
diff options
context:
space:
mode:
authornivit <nivit@FreeBSD.org>2008-01-28 07:10:45 +0800
committernivit <nivit@FreeBSD.org>2008-01-28 07:10:45 +0800
commitf5b199079acb833411bfa49e8beec1fccbc8d336 (patch)
tree721486966ff068429056c14e1c7b7c39f02c55f7 /lang/rhino/pkg-descr
parent3b86685b7b7ba07bd507335db1843e04c72e9a90 (diff)
downloadfreebsd-ports-gnome-f5b199079acb833411bfa49e8beec1fccbc8d336.tar.gz
freebsd-ports-gnome-f5b199079acb833411bfa49e8beec1fccbc8d336.tar.zst
freebsd-ports-gnome-f5b199079acb833411bfa49e8beec1fccbc8d336.zip
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/
Diffstat (limited to 'lang/rhino/pkg-descr')
-rw-r--r--lang/rhino/pkg-descr17
1 files changed, 17 insertions, 0 deletions
diff --git a/lang/rhino/pkg-descr b/lang/rhino/pkg-descr
new file mode 100644
index 000000000000..6310e14d3a64
--- /dev/null
+++ b/lang/rhino/pkg-descr
@@ -0,0 +1,17 @@
+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/