bendiken / portfiles
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Dec 07 13:38:11 -0800 2009 | |
| |
CHANGES | Sat Nov 22 20:35:39 -0800 2008 | |
| |
README | Sat Nov 15 20:17:28 -0800 2008 | |
| |
TODO | Sat Nov 15 19:48:08 -0800 2008 | |
| |
devel/ | Mon Nov 17 07:07:59 -0800 2008 | |
| |
graphics/ | Wed Nov 19 12:22:05 -0800 2008 | |
| |
java/ | Mon Dec 28 22:09:27 -0800 2009 | |
| |
lang/ | Mon Dec 07 13:35:38 -0800 2009 | |
| |
mail/ | Tue Aug 04 07:46:56 -0700 2009 |
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>
