Posts Tagged ‘Apple’
MacPorts portFile for Groovy 1.5.6
As long as we’re building port files for MacPorts, here is the updated Groovy 1.5.6 portFile ( the one in macport has an old version 1.0 for some reason ).
You can download the file from the ticket. Hopefully it can be approved soon.
This will install the latest release of Groovy ( as of April 2008 ) when you call sudo port install groovy
Read the rest of this entry »
MacPorts portFile for Grails
I just submitted a MacPorts Portfile for grails. If it gets approved, it would mean that you can install grails 1.0.3 by typing on your Mac:
sudo port install grails
( assuming you already installed Macports ).
Note: Before you can run grails, you need to add the GRAILS_HOME variable,
i.e. edit .profile and add
export GRAILS_HOME=/opt/local/share/java/grails
