Return to Snippet

Revision: 5693
at March 27, 2008 20:33 by sou


Initial Code
#!/bin/bash

IFS="
"
list="
coreutils@+with_default_names
findutils@+with_default_names
getopt
openssh
sqlite3
apache2
mysql5@+server
postgresql82
postgresql82-server
php5@+macosx+apache2+mysql5+postgresql+readline+pear+pcntl+sqlite+fastcgi
rsync
keychain
subversion
cvs
lv
wget
lha
optipng
advancecomp
aspell
aspell-dict-en
dict
zip
gnupg
ruby
gnutls
lighttpd
fetchmail
maildrop
synergy
"

for i in $list ;do
    port install ${i}
done

# /opt/local/apache2/bin/apxs -a -e -n "php5" /opt/local/apache2/modules/libphp5.so

Initial URL


Initial Description


Initial Title
ports bulk install command for OSX

Initial Tags
textmate, Bash, osx

Initial Language
Other