Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liut/darwinports-local-sources
Custom macports for my OSX
https://github.com/liut/darwinports-local-sources
Last synced: 9 days ago
JSON representation
Custom macports for my OSX
- Host: GitHub
- URL: https://github.com/liut/darwinports-local-sources
- Owner: liut
- Created: 2012-04-15T09:32:12.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-12-18T15:35:47.000Z (about 11 years ago)
- Last Synced: 2024-04-26T00:16:12.821Z (10 months ago)
- Homepage:
- Size: 145 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
## Custom DarwinPorts local sources
>
$ mkdir ~/DarwinPorts
>
$ cd ~/DarwinPorts
>
$ git clone git://github.com/liut/DarwinPorts-local-sources.git local-sources
>
$ sudo vim /opt/local/etc/macports/sources.conf# To get the ports tree from the master MacPorts server in California, USA use:
# rsync://rsync.macports.org/release/ports/
# To get it from the mirror in Trondheim, Norway use:
# rsync://trd.no.rsync.macports.org/release/ports/
# A current list of mirrors is available at http://trac.macports.org/wiki/Mirrors## add local sources
file:///Users/liut/DarwinPorts/local-sourcesrsync://rsync.macports.org/release/ports/ [default]
### current ports
* php5-fpm: set fpm as default variant
> sudo port -v install php5-fpm +mysqlnd+zip
* php5-taint: http://pecl.php.net/package/taint/
> sudo port -v install php5-taint
* php5-yaf: http://pecl.php.net/package/yaf/
> sudo port -v install php5-yaf