summaryrefslogtreecommitdiff
path: root/lang/groovy (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* - Update to version 2.0.5 [1]Pawel Pekala2012-12-293-13/+12
| | | | | | | | | | | | - Convert to OptionsNG - Remove tab from WWW: line PR: ports/174510 [1] Submitted by: Radim Kolar <hsn@sendmail.cz> Approved by: Mitchell Smith <mjsotn@gmail.com> (maintainer) Notes: svn path=/head/; revision=309597
* Update to 2.0.1 and use Java 1.7+.Xin LI2012-08-232-6/+6
| | | | | | | | PR: ports/170942 Approved by: maintainer Notes: svn path=/head/; revision=303042
* - The proper acronym for Apache Software License 2 is really AL2Thomas Abthorpe2012-01-091-1/+1
| | | | | | | | | | | | - Thanks to crees@ for generating the initial patch PR: ports/163521 Submitted by: Pedro Giffuni <pfg apache.org> Hat: portmgr Exp run by: pav Notes: svn path=/head/; revision=288824
* - Update to 1.7.10Dennis Herrmann2011-04-152-5/+6
| | | | | | | | | PR: ports/156073 Submitted by: Radim Kolar <hsn@sendmail.cz> Approved by: maintainer timeout (two weeks) Notes: svn path=/head/; revision=272763
* - Update to 1.7.6Wen Heping2011-01-042-7/+5
| | | | | | | | | PR: ports/153323 Submitted by: Radim Kolar <hsn@sendmail.cz> Approved by: maintainer(timeout, > 14 days) Notes: svn path=/head/; revision=267354
* - Update to 1.7.0Wen Heping2010-01-132-8/+8
| | | | | | | | PR: ports/142758 Submitted by: Mitchell Smith <mjs@bur.st> (maintainer) Notes: svn path=/head/; revision=247781
* - Update to 1.5.7Martin Wilke2008-10-242-8/+7
| | | | | | | | PR: 128327 Submitted by: Mitchell Smith <mjs@bur.st> (maintainer) Notes: svn path=/head/; revision=221988
* 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.5.6Rong-En Fan2008-05-042-7/+7
| | | | | | | | PR: ports/123393 Submitted by: Mitchell Smith <mjs at bur.st> (maintainer) Notes: svn path=/head/; revision=212594
* - G2One, Inc. and the Groovy development team have released Groovy 1.5.5,Cheng-Lung Sung2008-04-152-7/+7
| | | | | | | | | | | a bug fix release of the 1.5.x stable branch. Changes: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10242&styleName=Html&version=14028 PR: ports/122779 Submitted by: maintainer (Mitchell Smith) Notes: svn path=/head/; revision=211270
* - Update to 1.5.4Herve Quiroz2008-03-082-20/+20
| | | | | | | | | | - Pass maintainership to submitter PR: 121457 Submitted by: Mitchell Smith <mjs@bur.st> Notes: svn path=/head/; revision=208643
* - 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
* - Update to 1.0-jsr-06 [1]Herve Quiroz2006-07-053-7/+11
| | | | | | | | | | - Set GROOVY_HOME only when not already defined - Set JAVA_HOME when not already defined, using feature from javavmwrapper 2.2 Reported by: portscout [1] Notes: svn path=/head/; revision=166975
* Update to 1.0-jsr-05Herve Quiroz2006-06-202-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=165843
* Remove USE_REINPLACE from the categories starting with LEdwin Groothuis2006-05-091-1/+0
| | | | Notes: svn path=/head/; revision=161836
* - Update to 1.0-jsr-04Herve Quiroz2005-12-153-6/+7
| | | | | | | | - Allow user to override ${GROOVY_HOME} at runtime - Add SHA256 info Notes: svn path=/head/; revision=151252
* Unbreak: fix packing listHerve Quiroz2005-03-291-3/+1
| | | | | | | | Reported by: kris via pointyhat Approved by: portmgr (krion) Notes: svn path=/head/; revision=132117
* BROKEN: Incomplete pkg-plistKris Kennaway2005-03-261-0/+2
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=131971
* Groovy is an agile dynamic language for the Java 2 Platform that has many ofHerve Quiroz2005-02-214-0/+96
the features that people like so much in languages like Python, Ruby and Smalltalk, making them available to Java developers using a Java-like syntax. Groovy is designed to help you get things done on the Java 2 Platform in a quick, concise and fun way. Groovy brings the power of a scripting language directly into the Java 2 Platform. For example: - Shell scripting using Groovy allows the full power of the Java Platform to be brought to bear to the task at hand. - Groovy can be used (and indeed is already being used) as a replacement for Java for small and medium sized applications to execute on the Java 2 Platform. - Groovy can be used as an embedded language for dynamic business rules or extension points utilizing the agility of Groovy and saving the cost of redeploying applications for each change of rule (especially when the rules are stored in a database). - Groovy makes writing test cases for unit tests very easy. As well as being a powerful language for scripting Java objects, Groovy can be used as an alternative compiler to javac to generate standard Java bytecode to be used by any Java project. WWW: http://groovy.codehaus.org/ Notes: svn path=/head/; revision=129464