Port details |
- bsh Beanshell java scripting language
- 2.1.1 lang =5 2.1.1Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2008-06-23 00:21:18
- Last Update: 2024-10-22 18:18:51
- Commit Hash: 8293508
- People watching this port, also watch:: xorg-fonts-truetype, libXdamage, autoconf, mDNSResponder, flac
- Also Listed In: java
- License: APACHE20
- WWW:
- http://www.beanshell.org/
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/lang/bsh/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/bsh
- pkg install bsh
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: bsh
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1670091033
SHA256 (beanshell-beanshell-2.1.1_GH0.tar.gz) = 7e50fe51c7a36f595ee5c792a75f37a252f6b4b24cd21b97c5bc2634c2c33a77
SIZE (beanshell-beanshell-2.1.1_GH0.tar.gz) = 1922883
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- java : java/openjdk8
- ant : devel/apache-ant
- Runtime dependencies:
-
- java : java/openjdk8
- This port is required by:
- for Build
-
- editors/openoffice-4
- editors/openoffice-devel
- games/jin
-
Deleted ports which required this port:
- for Run
-
- editors/openoffice-4
- editors/openoffice-devel
- games/jin
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- lang_bsh
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.1.1 22 Oct 2024 18:18:51 |
Rene Ladan (rene) |
*: return pfg's to the pool after safekeeping his ports commit bit
With hat: portmgr |
2.1.1 03 Dec 2022 19:30:17 |
Pedro F. Giffuni (pfg) |
lang/bsh: update BeanShell to version 2.1.1
This release fixes a problem with the old 2.1.0 release.
No other work will be done on the 2.x branch.
Approved by: thierry (mentor, implicit) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.1.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.1.0 20 Jul 2022 14:22:15 |
Tobias C. Berner (tcberner) |
lang: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org> (Only the first 15 lines of the commit message are shown above ) |
2.1.0 17 Jan 2022 13:20:24 |
Tobias Kortkamp (tobik) |
*: Sweep up new CONFLICTS_INSTALL mess
- Fix typos
- Fix overwritten master/slave variables
I'm assuming the entries are correct otherwise.
Reported by: portscan |
2.1.0 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
2.1.0 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
2.1.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.1.0 24 Dec 2020 20:51:12 |
pfg |
lang/bsh: use Java 8
While 2.1.0 is an improvement it still doesn't include all the fixes
for deprecated APIs in JDK 11+. Upstream's master branch does much better
but there is no easy patch, so set JDK to 8 for now.
PR: 251824
Approved by: thierry (mentor, implicit) |
2.1.0 24 Dec 2020 04:08:37 |
pfg |
lang/bsh: update to version 2.1.0
This doesn't have much changes with repect to the older Beta versions,
but finishes merging changes from a Bensehll2 fork and supports newer
version of Java.
Approved by: thierry (mentor, implicit) |
2.0.b6_1 14 Dec 2020 02:11:04 |
pfg |
lang/bsh: Use JDK 8.
It is well known this port requires Java 8 to build. Use Java 8 explicitly
so setting the default to another version doesn't break it.
PR: 251824
Approved by: thierry (mentor, implicit) |
2.0.b6_1 30 Jul 2020 17:28:36 |
pfg |
lang/bsh: Use JDK 8 to build.
The build breaks with JDK 9+. Upstream has fixed this in their development
version but they haven't released a new version, so for nw require Java 8
to build.
Pet portlint while here.
Reported by: Tom Jones
Approved by: thierry (mentor, implicit) |
2.0.b6_1 26 Nov 2019 21:46:13 |
jkim |
Clean up after java/openjdk6 and java/openjdk6-jre removal
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663). Now this patch completely removes remaining stuff from the
ports tree.
PR: 241953 (exp-run)
Reviewed by: glewis
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D22342 |
2.0.b6 01 Jun 2016 13:15:37 |
mat |
Github cleanup.
- Use the version tag instead of commit hash when they're the same.
- Remove unnneeded variables.
- Simplify go- ports when possible.
- Various fixes.
Sponsored by: Absolight |
2.0.b6 21 Feb 2016 15:25:54 |
junovitch |
lang/bsh: update 2.0b5 -> 2.0b6
Changes: https://github.com/beanshell/beanshell/releases/tag/2.0b6
PR: 207334
Submitted by: pfg (maintainer)
Security: CVE-2016-2510
Security: https://vuxml.FreeBSD.org/freebsd/9e5bbffc-d8ac-11e5-b2bd-002590263bf5.html
MFH: 2016Q1 |
2.0.b5_1 26 Sep 2015 11:06:34 |
rm |
lang/bsh: switch to github
With the deprecation of Google Code and Apache Extras, the code has moved to
github.
- use Github
- use a newer snapshot that sets the target to Java 1.5 (should be more
compatible with newer Java). Bump port revision accordingly
- add the "Beanshell" name to COMMENT, since PORTNAME is not clear
- pass maintainership to submitter
PR: 203354
Submitted by: pfg |
2.0.b5 11 May 2015 18:34:58 |
mat |
Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight |
2.0.b5 06 Dec 2014 13:41:45 |
pawel |
- Update to version 2.0.b5
- Add LICENSE
PR: 194887
Submitted by: pfg |
2.0.b4_6 31 May 2014 19:30:59 |
pawel |
- Add staging support
- Remove leading article from COMMENT |
2.0.b4_6 10 May 2014 22:06:23 |
antoine |
Maintainer no longer wishes to maintain those ports
With hat: portmgr |
2.0.b4_6 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
2.0.b4_6 10 Dec 2012 13:18:29 |
bapt |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part2) |
2.0.b4_6 21 Jul 2011 05:03:02 |
linimon |
Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.
Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .
PR: ports/158969
Submitted by: rene
Tested on: pointyhat-west -exp |
2.0.b4_6 03 Jul 2011 13:45:36 |
ohauer |
- remove MD5 |
2.0.b4_6 19 Nov 2008 05:39:57 |
glewis |
. Bump PORTREVISION for my earlier change to the wrapper script. |
2.0.b4_5 18 Nov 2008 22:27:26 |
glewis |
. Fix the location the wrapper script looks for bsh.jar in.
PR: 128576
Approved by: maintainer |
2.0.b4_5 24 Jun 2008 10:34:57 |
lippe |
- JAVAJARDIR should not be removed.
- Bump PORTREVISION.
Approved by: gabor (mentor, implicit) |
2.0.b4_4 24 Jun 2008 09:01:56 |
lippe |
- Fix location to install .jar file(s).
- Bump PORTREVISION.
Approved by: gabor (mentor, implicit) |
2.0.b4_3 23 Jun 2008 00:45:15 |
lippe |
- 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) |
2.0.b4_2 23 Jun 2008 00:21:01 |
lippe |
- Forced commit to note repocopy from java/bsh to lang/bsh.
PR: ports/122210
Submitted by: Simon Olofsson <simon@olofsson.de>
Approved by: gabor (mentor, implicit) |