It appears that you can install Mac packages from the command line:-
hdiutil attach foo.dmg cd /Volumes/Foo-0.1/ sudo installer -pkg Foo-0.1.pkg -target "/" hditutil detach /Volumes/Foo-0.1/And there is much pleasure to be taken from compiling stuff too. I installed xcode last night, to get gcc on the mini and I'm off installing stuff. I think adding ports would be a good idea though.
