freebsd-ports/lang/bsh/pkg-descr
Felippe de Meirelles Motta d461abc2df - 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)
2008-06-23 00:45:15 +00:00

7 lines
341 B
Plaintext

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/