./wip/groovy, Dynamic language for the Java platform

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.0.6, Package name: groovy-2.0.6, Maintainer: pkgsrc-users

Groovy...
* is an agile and dynamic language for the Java Virtual Machine
* builds upon the strengths of Java but has additional power features
inspired by languages like Python, Ruby and Smalltalk
* makes modern programming features available to Java developers
with almost-zero learning curve
* supports Domain-Specific Languages and other compact syntax so
your code becomes easy to read and maintain
* makes writing shell and build scripts easy with its powerful
processing primitives, OO abilities and an Ant DSL
* increases developer productivity by reducing scaffolding code
when developing web, GUI, database or console applications
* simplifies testing by supporting unit testing and mocking
out-of-the-box
* seamlessly integrates with all existing Java classes and libraries
* compiles straight to Java bytecode so you can use it anywhere
you can use Java


Required to run:
[lang/openjdk11]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: b684b9e6d92ff63e366228a9e56451442e44fe04
Filesize: 27760.849 KB

Version history: (Expand)


CVS history: (Expand)


   2012-12-27 11:13:22 by Ryo ONODERA | Files touched by this commit (3)
Log message:
Update to 2.0.6

Change to 2.0.x branch

Changelog:
See \ 
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10242&version=18852 \ 
etc.
   2012-09-29 02:50:33 by Aleksej Saushev | Files touched by this commit (158)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2011-09-22 05:17:11 by Ryo ONODERA | Files touched by this commit (5) | Imported package
Log message:
Import groovy-1.8.2 as wip/groovy.

Groovy...
* is an agile and dynamic language for the Java Virtual Machine
* builds upon the strengths of Java but has additional power features
inspired by languages like Python, Ruby and Smalltalk
* makes modern programming features available to Java developers
with almost-zero learning curve
* supports Domain-Specific Languages and other compact syntax so
your code becomes easy to read and maintain
* makes writing shell and build scripts easy with its powerful
processing primitives, OO abilities and an Ant DSL
* increases developer productivity by reducing scaffolding code
when developing web, GUI, database or console applications
* simplifies testing by supporting unit testing and mocking
out-of-the-box
* seamlessly integrates with all existing Java classes and libraries
* compiles straight to Java bytecode so you can use it anywhere
you can use Java