dive / macports-custom

Additional packages for MacPorts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

macports-custom

Additional packages for MacPorts

Packages

Deprecated

  • Emacs (source, with tree-sitter support). The changes adopted by the official MacPorts.

Installation

The following example will checkout the repository and add a local Portfile repository to the default MacPorts configuration. Check the Local Portfile Repositories guide for more information.

git clone git@github.com:dive/macports-custom.git
cd macports-custom
sudo sh ./scripts/add-local-repository.sh

Tips & Tricks

Re-running a specific Port Phase

sudo port -vto destroot $portname

If you want to re-run a phase that was already completed, you'll have to edit $(port dir $portname)/work/.macports.$portname.state. Note that any modification of the Portfile will trigger a complete re-run, unless you specify -o.

About

Additional packages for MacPorts

License:MIT License


Languages

Language:Tcl 87.9%Language:Emacs Lisp 9.1%Language:Shell 3.0%