This is a new port for phabricator. Since the good guys at phacility
don't believe in version numbers I tagged yesterday's master branch.
To make this work I also had to update libphutil to the version as
of yesterday. I didn't touch devel/arcanist, since based on its
commit log I don't think it will be harmed by libphutil changes (very
little commits there lately) and since its heavily used by the project
I didn't want to touch it. I'm sending this request using these exact
versions, so the fact that it went through is an indication that it's ok.
This port has optional GD support and supports using opcache (APC for
PHP < 5.5 and zend opcache + APCu for PHP >= 5.5). I used the PHP API
version for detecting this instead of PHP_VER, since this will change
when 5.5 becomes 5 in the future. Not sure if there is a better method, but
it seems like zend opcache is here to stay.
The port also installs an rc script called "phd" to control the phabricator
demons, pkg-message explains how to use it.