aboutsummaryrefslogtreecommitdiff
path: root/lang/bsh
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-2/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* lang/bsh: use Java 8Pedro F. Giffuni2020-12-241-1/+1
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=559189
* lang/bsh: update to version 2.1.0Pedro F. Giffuni2020-12-242-7/+5
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=559045
* lang/bsh: Use JDK 8.Pedro F. Giffuni2020-12-141-2/+1
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=558070
* lang/bsh: Use JDK 8 to build.Pedro F. Giffuni2020-07-301-1/+2
| | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=543812
* Clean up after java/openjdk6 and java/openjdk6-jre removalJung-uk Kim2019-11-262-2/+2
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=518482
* Github cleanup.Mathieu Arnold2016-06-012-3/+3
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=416242
* lang/bsh: update 2.0b5 -> 2.0b6Jason Unovitch2016-02-212-5/+4
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=409296
* lang/bsh: switch to githubRuslan Makhmatkhanov2015-09-262-9/+10
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=397957
* Cleanup DIST* variables.Mathieu Arnold2015-05-111-3/+3
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=386097
* - Update to version 2.0.b5Pawel Pekala2014-12-062-10/+14
| | | | | | | | | | - Add LICENSE PR: 194887 Submitted by: pfg Notes: svn path=/head/; revision=374105
* - Add staging supportPawel Pekala2014-05-311-4/+5
| | | | | | | - Remove leading article from COMMENT Notes: svn path=/head/; revision=356013
* Maintainer no longer wishes to maintain those portsAntoine Brodin2014-05-101-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=353621
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* Decommissioning java 1.5 (EOLed since October 2009):Baptiste Daroussin2012-12-101-6/+2
| | | | | | | suppress any reference to JAVA_VERSION= 1.5+ (part2) Notes: svn path=/head/; revision=308604
* Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,Mark Linimon2011-07-211-1/+1
| | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=278068
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276987
* . Bump PORTREVISION for my earlier change to the wrapper script.Greg Lewis2008-11-191-1/+1
| | | | Notes: svn path=/head/; revision=223032
* . Fix the location the wrapper script looks for bsh.jar in.Greg Lewis2008-11-181-1/+1
| | | | | | | | PR: 128576 Approved by: maintainer Notes: svn path=/head/; revision=223025
* - JAVAJARDIR should not be removed.Felippe de Meirelles Motta2008-06-241-2/+1
| | | | | | | | | - Bump PORTREVISION. Approved by: gabor (mentor, implicit) Notes: svn path=/head/; revision=215676
* - Fix location to install .jar file(s).Felippe de Meirelles Motta2008-06-241-8/+4
| | | | | | | | | - Bump PORTREVISION. Approved by: gabor (mentor, implicit) Notes: svn path=/head/; revision=215673
* - Change main category (java/bsh -> lang/bsh).Felippe de Meirelles Motta2008-06-233-16/+22
| | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=215579
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Add SHA256Pav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149334
* . Update to 2.0b4.Greg Lewis2005-09-203-4/+5
| | | | Notes: svn path=/head/; revision=143242
* - Update to bsd.java.mk 2.0Herve Quiroz2005-02-032-5/+10
| | | | | | | | - Use JAVAJARDIR - Add a launcher shell script: 'bsh' Notes: svn path=/head/; revision=127942
* Use PLIST_FILES.Trevor Johnson2004-02-052-1/+1
| | | | | | | Reviewed by: marcus Notes: svn path=/head/; revision=100076
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* . Update to 1.2b7.Greg Lewis2003-05-052-3/+3
| | | | | | | | | . Revert back to using the actual distribution site in MASTER_SITES. Approved by: znerd Notes: svn path=/head/; revision=80184
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Fixed checksum mismatch. Provided alternative download locationErnst de Haan2002-10-091-1/+1
| | | | | | | | | for old version of distfile. PR: 43397 Notes: svn path=/head/; revision=67720
* Maintainership dropped by maintainer. Back to freebsd-ports.Ernst de Haan2002-10-092-4/+1
| | | | | | | | PR: 43397 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> Notes: svn path=/head/; revision=67719
* Upgrade to 1.2b6. This is the result of chasing theErnst de Haan2002-05-242-4/+2
| | | | | | | | | | | author. Port is now unbroken. Approved by: maintainer Notes: svn path=/head/; revision=59859
* Reverting checksum chase. It is unknown what the changesErnst de Haan2002-05-092-2/+3
| | | | | | | | | | | | were, so the change should not have been committed. This port is now broken again. Bumped PORTREVISION and marked it as BROKEN. Pointed out by: Kris Kennaway <kris@obsecurity.org> Notes: svn path=/head/; revision=58786
* Bumping PORTREVISION because the distinfo file was fixed.Ernst de Haan2002-05-081-0/+1
| | | | Notes: svn path=/head/; revision=58698
* Fix bento error (checksum).Ernst de Haan2002-05-081-1/+1
| | | | Notes: svn path=/head/; revision=58697
* Maintainer update. Only change is that USE_JAVA is used. NotErnst de Haan2002-03-291-2/+1
| | | | | | | | | bumped PORTREVISION. PR: 36474 Notes: svn path=/head/; revision=56862
* Update to 1.2.b5Patrick Li2002-03-232-3/+2
| | | | | | | | PR: 36223 Submitted by: maintainer Notes: svn path=/head/; revision=56467
* Chase the checksum. Changes are:Patrick Li2002-03-032-1/+2
| | | | | | | | | | | | | | - Fixed bug affecting scoping in blocks. - Added a special test for the test harness to catch this sort of thing in the future. - Fixed problem with classloading causing bsh extensions not to be found in some environments. PR: 35470 Submitted by: maintainer Notes: svn path=/head/; revision=55459
* Fix pkg-plistPatrick Li2002-02-251-2/+0
| | | | | | | | PR: 35302 Submitted by: maintainer Notes: svn path=/head/; revision=55237
* Update to 1.2.b4Patrick Li2002-02-172-2/+2
| | | | | | | | PR: 35031 Submitted by: maintainer Notes: svn path=/head/; revision=54839
* Add bsh 1.2.b3, a Java scripting environment.OKAZAKI Tetsurou2002-01-265-0/+44
PR: 34264 Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net> Notes: svn path=/head/; revision=53793