/ Published in: Other
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
#!/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