aboutsummaryrefslogtreecommitdiff
path: root/lang/rhino
Commit message (Collapse)AuthorAgeFilesLines
* Convert l* to USES=zipBaptiste Daroussin2014-03-101-1/+2
| | | | Notes: svn path=/head/; revision=347773
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* 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
* - Change the download site for swingex, because the original one has disappearedNicola Vitale2013-03-061-1/+1
| | | | | | | Pointed out by: Larry Rosenman <ler@lerctr.org> (via private email) Notes: svn path=/head/; revision=313526
* 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
* - Update to 1.7.r4Nicola Vitale2012-07-054-32/+15
| | | | | | | | | - Remove files/patch-xmlimplsrc+build.xml - Convert to the new options framework - Update MASTER_SITES Notes: svn path=/head/; revision=300535
* - Update to 1_7R3 and update xmlbeans to 2.5.0Pav Lucistnik2011-08-083-9/+31
| | | | | | | | | PR: ports/158438 Submitted by: Pedro Giffuni <giffunip@tutopia.com> Approved by: maintainer timeout (nivit; 1 month) Notes: svn path=/head/; revision=279227
* - remove MD5Olli Hauer2011-07-031-3/+0
| | | | Notes: svn path=/head/; revision=276987
* - Update to 1.7.r2Nicola Vitale2009-05-303-10/+20
| | | | | | | | - Add an option to enable line editing in the Rhino shell - Fix download site for xmlbeans Notes: svn path=/head/; revision=234822
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+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
* - Update to 1.7.r1Nicola Vitale2008-04-182-5/+5
| | | | | | | - Increment JAVA_VERSION (1.5+) Notes: svn path=/head/; revision=211542
* Rhino is an open-source implementation of JavaScript written entirelyNicola Vitale2008-01-277-0/+104
in Java. It is typically embedded into Java applications to provide scripting to end users. Rhino is an implementation of the core language only and doesn't contain objects or methods for manipulating HTML documents. Rhino contains * All the features of JavaScript 1.6 * Allows direct scripting of Java * A JavaScript shell for executing JavaScript scripts * A JavaScript compiler to transform JavaScript source files into Java class files * A JavaScript debugger for scripts executed with Rhino WWW: http://www.mozilla.org/rhino/ Notes: svn path=/head/; revision=206297