public
Description: Some MacPorts Portfiles that are handy.
Homepage:
Clone URL: git://github.com/jmhodges/ports.git
ports /
name age message
file .gitignore Tue Aug 11 13:02:13 -0700 2009 Ignore the PortIndex. Generate it instead. [jbarnette]
file README.md Tue Aug 11 17:09:40 -0700 2009 bad parenthetical. [jmhodges]
file Rakefile Tue Aug 11 13:04:43 -0700 2009 Automate source installation, fix docs. [jbarnette]
directory aqua/ Thu Jul 30 18:14:28 -0700 2009 Removing some unneeded things from emacs-app. [jmhodges]
directory devel/ Thu Jul 23 05:15:18 -0700 2009 initial commit with guile19 and libunistring [jmhodges]
directory lang/ Thu Jul 23 06:40:12 -0700 2009 Installed guile-tools now correctly calls guile1.9 [jmhodges]
README.md

Local Ports

I'm running MacPorts on my OS X box. These are some Portfiles I've been adding to my system.

Installation

$ rake

This will generate the PortIndex, install a new MacPorts source pointing at this directory, and set up a Git post-commit hook to regenerate the PortIndex any time you commit Portfile changes.

Now you can sudo port install guile19 and all sorts of goodies. For a list of available local ports, try rake list. To manually update the PortIndex (or to fix the Git hook, or the sources list), just run rake again.

Fork and add your own.