summaryrefslogtreecommitdiff
path: root/lang/bsh
diff options
context:
space:
mode:
Diffstat (limited to 'lang/bsh')
-rw-r--r--lang/bsh/Makefile30
-rw-r--r--lang/bsh/distinfo3
-rw-r--r--lang/bsh/files/bsh.sh.in5
-rw-r--r--lang/bsh/pkg-descr8
4 files changed, 0 insertions, 46 deletions
diff --git a/lang/bsh/Makefile b/lang/bsh/Makefile
deleted file mode 100644
index de050639fa3b..000000000000
--- a/lang/bsh/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: bsh
-# Date created: 25 January 2002
-# Whom: Kimura Fuyuki <fuyuki@mj.0038.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= bsh
-PORTVERSION= 2.0.b4
-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
-
-PLIST_FILES= %%JAVAJARDIR%%/bsh.jar bin/bsh
-USE_JAVA= yes
-JAVA_VERSION= 1.2+
-NO_BUILD= yes
-SUB_FILES= bsh.sh
-
-do-install:
- ${MKDIR} ${JAVALIBDIR}
- ${INSTALL_DATA} ${DISTDIR}/${DISTFILES} ${JAVAJARDIR}/bsh.jar
- ${INSTALL_SCRIPT} ${WRKDIR}/bsh.sh ${PREFIX}/bin/bsh
-
-.include <bsd.port.mk>
diff --git a/lang/bsh/distinfo b/lang/bsh/distinfo
deleted file mode 100644
index 11ece0f8c574..000000000000
--- a/lang/bsh/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (bsh-2.0b4.jar) = a1c60aa83c9c9a6cb2391c1c1b85eb00
-SHA256 (bsh-2.0b4.jar) = 91395c07885839a8c6986d5b7c577cd9bacf01bf129c89141f35e8ea858427b6
-SIZE (bsh-2.0b4.jar) = 281694
diff --git a/lang/bsh/files/bsh.sh.in b/lang/bsh/files/bsh.sh.in
deleted file mode 100644
index ba83bc6e545d..000000000000
--- a/lang/bsh/files/bsh.sh.in
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-
-JAVA_VERSION=1.2+ "%%LOCALBASE%%/bin/java" -jar "%%JAVAJARDIR%%/bsh.jar" "$@"
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/