diff options
Diffstat (limited to 'lang/bsh')
-rw-r--r-- | lang/bsh/Makefile | 28 | ||||
-rw-r--r-- | lang/bsh/distinfo | 1 | ||||
-rw-r--r-- | lang/bsh/pkg-descr | 8 | ||||
-rw-r--r-- | lang/bsh/pkg-plist | 1 |
4 files changed, 0 insertions, 38 deletions
diff --git a/lang/bsh/Makefile b/lang/bsh/Makefile deleted file mode 100644 index 873c3fdb3370..000000000000 --- a/lang/bsh/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: bsh -# Date created: 25 January 2002 -# Whom: Kimura Fuyuki <fuyuki@mj.0038.net> -# -# $FreeBSD$ -# - -PORTNAME= bsh -PORTVERSION= 1.2.b7 -CATEGORIES= java -MASTER_SITES= http://www.beanshell.org/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/b/} -EXTRACT_SUFX= .jar -EXTRACT_ONLY= - -MAINTAINER= ports@FreeBSD.org -COMMENT= A Java scripting environment - -USE_JAVA= 1.1+ -NO_BUILD= yes - -JAVALIBDIR= ${PREFIX}/share/java/classes - -do-install: - ${MKDIR} ${JAVALIBDIR} - ${INSTALL_DATA} ${DISTDIR}/${DISTFILES} ${JAVALIBDIR}/bsh.jar - -.include <bsd.port.mk> diff --git a/lang/bsh/distinfo b/lang/bsh/distinfo deleted file mode 100644 index 3017b0d3d29d..000000000000 --- a/lang/bsh/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (bsh-1.2b7.jar) = 953188523fbc7ae5145d09978c26458d diff --git a/lang/bsh/pkg-descr b/lang/bsh/pkg-descr deleted file mode 100644 index 382f718980d4..000000000000 --- a/lang/bsh/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -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). - -WWW: http://www.beanshell.org/ diff --git a/lang/bsh/pkg-plist b/lang/bsh/pkg-plist deleted file mode 100644 index 9e8fe4eaf654..000000000000 --- a/lang/bsh/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -share/java/classes/bsh.jar |