aboutsummaryrefslogtreecommitdiff
path: root/lang/rhino/pkg-descr
diff options
context:
space:
mode:
authorNicola Vitale <nivit@FreeBSD.org>2008-01-27 23:10:45 +0000
committerNicola Vitale <nivit@FreeBSD.org>2008-01-27 23:10:45 +0000
commit8af73cca41acc94ba3052436b4c9a31979b1c8f8 (patch)
tree3e314d116cd8507b5a8f1ae6f5d2be023a77c6ad /lang/rhino/pkg-descr
parent04e277677034708257f0c9462528e9d2f74a1fe7 (diff)
downloadports-8af73cca41acc94ba3052436b4c9a31979b1c8f8.tar.gz
ports-8af73cca41acc94ba3052436b4c9a31979b1c8f8.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/
Notes
Notes: svn path=/head/; revision=206297
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/