This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module Tags | |
# http://blog.feelingroot.com/?p=105 | |
RUBY_FILES = FileList['**/*.rb'].exclude(”pkg”) | |
end | |
namespace “tags” do | |
task :emacs => Tags::RUBY_FILES do |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add "+universal" to /opt/local/etc/macports/variants.conf | |
Uncomment in /opt/local/etc/macports.conf: | |
variants_conf /opt/local/etc/macports/variants.conf | |
sudo port -v install git-core +bash_completion +doc | |
sudo port -v install ImageMagick Xft2 antiword atk autoconf automake \ | |
bash-completion bison bzip2 cairo ctags curl curl-ca-bundle db46 docbook-xml \ | |
docbook-xml-4.1.2 docbook-xml-4.2 docbook-xml-4.3 docbook-xml-4.4 \ |