diff options
author | Felippe de Meirelles Motta <lippe@FreeBSD.org> | 2008-06-23 14:16:35 +0000 |
---|---|---|
committer | Felippe de Meirelles Motta <lippe@FreeBSD.org> | 2008-06-23 14:16:35 +0000 |
commit | f9299030c5455a221bf065358bcd25c621a55f88 (patch) | |
tree | 92381cc8fd5cb525e6a64664920e159737b29de0 /java | |
parent | a3deac7d145894f39d6e9f2364fdf4bc5bc2e10d (diff) | |
download | ports-f9299030c5455a221bf065358bcd25c621a55f88.tar.gz ports-f9299030c5455a221bf065358bcd25c621a55f88.zip |
Notes
Diffstat (limited to 'java')
-rw-r--r-- | java/Makefile | 1 | ||||
-rw-r--r-- | java/bsh/Makefile | 31 | ||||
-rw-r--r-- | java/bsh/distinfo | 3 | ||||
-rw-r--r-- | java/bsh/files/bsh.sh.in | 5 | ||||
-rw-r--r-- | java/bsh/pkg-descr | 8 |
5 files changed, 0 insertions, 48 deletions
diff --git a/java/Makefile b/java/Makefile index da7c6e8a236e..22b4797d8529 100644 --- a/java/Makefile +++ b/java/Makefile @@ -8,7 +8,6 @@ SUBDIR += berkeley-db SUBDIR += bluej SUBDIR += bouncycastle - SUBDIR += bsh SUBDIR += cacao SUBDIR += castor SUBDIR += classpath diff --git a/java/bsh/Makefile b/java/bsh/Makefile deleted file mode 100644 index 6f206a514180..000000000000 --- a/java/bsh/Makefile +++ /dev/null @@ -1,31 +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 -PORTREVISION= 2 -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/java/bsh/distinfo b/java/bsh/distinfo deleted file mode 100644 index 11ece0f8c574..000000000000 --- a/java/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/java/bsh/files/bsh.sh.in b/java/bsh/files/bsh.sh.in deleted file mode 100644 index ba83bc6e545d..000000000000 --- a/java/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/java/bsh/pkg-descr b/java/bsh/pkg-descr deleted file mode 100644 index 382f718980d4..000000000000 --- a/java/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/ |