Tomás Lin’s Programming Brain Dump

Flex, Grails, Facebook, iPhone and all that Jazz

Posts Tagged ‘Macports

MacPorts Portfile for Grails 1.0.4

with one comment

Grails has been updated to 1.0.4. It will be available in the next revision of Macports.

To Install Grails on the Mac, do as follows.

1. Install MacPorts

2. Call

sudo port install grails

3. Open a terminal window and edit your profile file

type sudo nano .profile

change it so it looks like this,

export PATH="$PATH:/opt/local/bin:/opt/local/sbin:/Users/tlin/grails/bin"
export JAVA_HOME="/System/Library/Frameworks/JavaVM.framework/Home"
export GRAILS_HOME="/opt/local/share/java/grails"

4. Save.

Written by Tomas Lin

November 14, 2008 at 1:39 pm

Posted in Uncategorized

Tagged with ,

MacPorts portFile for Groovy 1.5.6

without comments

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 »

Written by Tomas Lin

June 9, 2008 at 4:11 am

Posted in Uncategorized

Tagged with , , , , , ,