From 1fd79abee881eb600e8f063c1abe7fc3422220a3 Mon Sep 17 00:00:00 2001 From: lippe <lippe@FreeBSD.org> Date: Mon, 23 Jun 2008 00:45:15 +0000 Subject: - 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) --- lang/bsh/pkg-descr | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'lang/bsh/pkg-descr') 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/ -- cgit