aboutsummaryrefslogtreecommitdiff
path: root/lang/rhino
Commit message (Collapse)AuthorAgeFilesLines
* Fix ports using PREFIX in their depends instead of LOCALBASE.Mathieu Arnold2017-01-131-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=431402
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* Convert most ports using cloud.github.com to GHC.Mathieu Arnold2015-09-041-2/+4
| | | | | | | | | Convert a couple to github, and use some options helpers on the way. Sponsored by: Absolight Notes: svn path=/head/; revision=396103
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Cleanup plistBaptiste Daroussin2014-10-271-1/+0
| | | | Notes: svn path=/head/; revision=371587
* - Remove leading, undefined article from COMMENTNicola Vitale2014-06-112-22/+17
| | | | | | | | | - Use options helpers - Add support for stage dir - Update link of WWW site Notes: svn path=/head/; revision=357419
* 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