aboutsummaryrefslogtreecommitdiffstats
path: root/lang/bsh/pkg-descr
diff options
context:
space:
mode:
authorlippe <lippe@FreeBSD.org>2008-06-23 08:45:15 +0800
committerlippe <lippe@FreeBSD.org>2008-06-23 08:45:15 +0800
commit1fd79abee881eb600e8f063c1abe7fc3422220a3 (patch)
tree58324fe03e819df753033b4cff3ea35b487f39e2 /lang/bsh/pkg-descr
parent53fbe3f011e54556d51b942056aa199bc4a16e11 (diff)
downloadfreebsd-ports-gnome-1fd79abee881eb600e8f063c1abe7fc3422220a3.tar.gz
freebsd-ports-gnome-1fd79abee881eb600e8f063c1abe7fc3422220a3.tar.zst
freebsd-ports-gnome-1fd79abee881eb600e8f063c1abe7fc3422220a3.zip
- Change main category (java/bsh -> lang/bsh).
- Pass maintainership to submitter. - Update comment and distinfo. - Use exec in startup script. - Adopt best practices for Java ports as described in section 6.10.3 of the Porter's Handbook. PR: ports/122210 Submitted by: Simon Olofsson <simon@olofsson.de> Repocopy by: marcus Approved by: gabor (mentor, implicit)
Diffstat (limited to 'lang/bsh/pkg-descr')
-rw-r--r--lang/bsh/pkg-descr10
1 files changed, 4 insertions, 6 deletions
diff --git a/lang/bsh/pkg-descr b/lang/bsh/pkg-descr
index 382f718980d4..c915410cd570 100644
--- a/lang/bsh/pkg-descr
+++ b/lang/bsh/pkg-descr
@@ -1,8 +1,6 @@
-BeanShell is a small, free, embeddable, Java source interpreter with
-object scripting language features, written in Java. BeanShell
-executes standard Java statements and expressions, in addition to
-obvious scripting commands and syntax. BeanShell supports scripted
-objects as simple method closures like those in Perl and
-JavaScript(tm).
+BeanShell is a small, free, embeddable Java source interpreter with object
+scripting language features, written in Java. BeanShell dynamically executes
+standard Java syntax and extends it with common scripting conveniences such as
+loose types, commands, and method closures like those in Perl and JavaScript.
WWW: http://www.beanshell.org/