aboutsummaryrefslogtreecommitdiffstats
path: root/lang/Makefile
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/Makefile
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/Makefile')
-rw-r--r--lang/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile
index 918b8d345deb..fcea18f3e6af 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -260,6 +260,7 @@
SUBDIR += rexx-imc
SUBDIR += rexx-regina
SUBDIR += rexx-wrapper
+ SUBDIR += rhino
SUBDIR += rscheme
SUBDIR += ruby-doc-stdlib
SUBDIR += ruby-extensions