bendiken / portfiles

My local MacPorts portfile repository.

This URL has Read+Write access

name age message
file .gitignore Mon Dec 07 13:38:11 -0800 2009 Updated .gitignore. [bendiken]
file CHANGES Sat Nov 22 20:35:39 -0800 2008 Patch #17331 (lang/gforth) has now been merged ... [bendiken]
file README Sat Nov 15 20:17:28 -0800 2008 Improved README wording. [bendiken]
file TODO Sat Nov 15 19:48:08 -0800 2008 Added a note about the presently broken (on Tig... [bendiken]
directory devel/ Mon Nov 17 07:07:59 -0800 2008 Reverted to devel/libjit 0.1.1-dev. [bendiken]
directory graphics/ Wed Nov 19 12:22:05 -0800 2008 Imported the updated graphics/libdmtx 0.5.2 fro... [bendiken]
directory java/ Mon Dec 28 22:09:27 -0800 2009 Imported baseline java/glassfishv3 b62 from ups... [bendiken]
directory lang/ Mon Dec 07 13:35:38 -0800 2009 Patched lang/sbcl based on <http://trac.macport... [bendiken]
directory mail/ Tue Aug 04 07:46:56 -0700 2009 Updated mail/dovecot to version 1.1.17. [bendiken]
README
This is a local MacPorts portfile repository downloaded from:

  <http://github.com/bendiken/portfiles>


Installing MacPorts
===================
For comprehensive MacPorts installation instructions, refer to:

  <http://www.macports.org/install.php>


Using this repository
=====================
To enable usage of the portfiles contained in this repository, execute the
following sequence of commands on the target system:

  $ cd /opt/local/var/macports/sources/
  $ sudo git clone git://github.com/bendiken/portfiles.git bendiken-portfiles
  $ cd bendiken-portfiles/
  $ sudo portindex
  $ sudo nano -w /opt/local/etc/macports/sources.conf

In the last step above, add the following line to the beginning of the
/opt/local/etc/macports/sources.conf file:

  file:///opt/local/var/macports/sources/bendiken-portfiles

Pay attention to the ordering of the URL entries in sources.conf if you wish
the portfiles in local repositories to override the default upstream ports.
In other words, local repositories should always be listed prior to the
final rsync://rsync.macports.org/release/ports/ entry.

In case of any trouble, refer to section 4.6 of the MacPorts Guide:

  <http://guide.macports.org/#development.local-repositories>


Creating/updating portfiles
===========================
It may be instructive to know that MacPorts by default maintains copies of
all upstream portfiles in this directory on your system:

  /opt/local/var/macports/sources/rsync.macports.org/

MacPorts portfiles are written in a very simple text format, documented at:

  <http://guide.macports.org/#development.examples>