Date: Mon, 21 Feb 2005 11:21:18 +0000 (UTC) From: Herve Quiroz <hq@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang Makefile ports/lang/groovy Makefile distinfo pkg-descr ports/lang/groovy/files set-groovy_home.sed.in Message-ID: <200502211121.j1LBLIit018292@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
hq 2005-02-21 11:21:18 UTC FreeBSD ports repository Modified files: lang Makefile Added files: lang/groovy Makefile distinfo pkg-descr lang/groovy/files set-groovy_home.sed.in Log: Groovy is an agile dynamic language for the Java 2 Platform that has many of 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/ Revision Changes Path 1.437 +1 -0 ports/lang/Makefile 1.1 +67 -0 ports/lang/groovy/Makefile (new) 1.1 +2 -0 ports/lang/groovy/distinfo (new) 1.1 +3 -0 ports/lang/groovy/files/set-groovy_home.sed.in (new) 1.1 +24 -0 ports/lang/groovy/pkg-descr (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502211121.j1LBLIit018292>