This is a repository of MacPorts Portfiles I wrote. Some of them were submitted for inclusion to the main trunk.
-
Follow the steps to install MacPorts for your specific OS X version.
-
Clone this repository and create the index files. This is the quickest way to use these Portfiles.
$ git clone https://github.com/aque/macports.git $HOME/macports $ cd $HOME/macports $ portindex
-
Edit sources.conf
$ sudo nano -w /opt/local/etc/macports/sources.conf
-
Add "file:///Users/USERNAME/macports" before the "rsync://rsync.macports.org/" line. The local ports will have a higher priority if they share the same name as ones in the offical ports tree.
-
Install a port from this repository.
$ sudo port install pythonprop
The following ports have been accepted into Macports. They have been removed from this repository.
- iperf3 - Measures the maximum achievable bandwidth on IP networks
- py-m2crypto - Crypto and SSL toolkit for Python
Please submit any issues to the GitHub Issues tab.
Allan Que