Port details |
- arcanist Command line interface for Phabricator
- 20220518_7 devel =7 20220518Version of this port present on the latest quarterly branch.
- Maintainer: grembo@FreeBSD.org
- Port Added: 2014-05-08 17:09:53
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: vim, rsync, pkg, git, subversion
- License: APACHE20
- WWW:
- https://secure.phabricator.com/book/phabricator/article/arcanist/
- Description:
- Arcanist is the command-line tool for Phabricator. It allows you to interact
with Phabricator installs to send code for review, download patches, transfer
files, view status, make API calls, and various other things. You can find
a complete user guide here:
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- arcanist${PHP_PKGNAMESUFFIX}>0:devel/arcanist
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/devel/arcanist/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/arcanist
- pkg install arcanist-php82
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: arcanist-php82
- Package flavors (<flavor>: <package>)
- php82: arcanist-php82
- php81: arcanist-php81
- php83: arcanist-php83
- php84: arcanist-php84
- distinfo:
- TIMESTAMP = 1656002343
SHA256 (phacility-arcanist-20220518-85c953e_GH0.tar.gz) = a9bfc625e480ab02f8ad01f07b0e8741fb3e0db01e26c9295c1725dd799e6cb2
SIZE (phacility-arcanist-20220518-85c953e_GH0.tar.gz) = 2273237
Packages (timestamps in pop-ups are UTC):
- Master port: devel/arcanist-lib
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- arcanist-lib-php82>0 : devel/arcanist-lib@php82
- php.h : lang/php82
- curl.so : ftp/php82-curl
- dom.so : textproc/php82-dom
- simplexml.so : textproc/php82-simplexml
- zlib.so : archivers/php82-zlib
- This port is required by:
- for Run
-
- devel/freebsd-git-devtools
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- devel_arcanist
- USES:
- php:cli,flavors python:env shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: devel/arcanist-lib |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
20220518 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
20210113 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
20210113 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
20200514_1 01 Jan 2021 19:19:32 |
grembo |
Give devel/arcanist its own pkg-descr.
So it won't reuse the one from devel/arcanist-lib, which links
to library documentation instead of a user manual.
PR: 251937 |
20181231_2 15 May 2019 20:53:16 |
crees |
devel/arcanist: Split into arcanist-lib and arcanist.
The arcanist port has always conflicted with archivers/arc, but
if the port is installed without the symlink in PREFIX/bin, there
is no issue.
A user expecting to be able to use arcanist in this way can alias
arcanist in their .cshrc or similar and only install the -lib port.
Approved by: grembo (maintainer)
Differential Revision: https://reviews.freebsd.org/D19920 |
20181231_1 04 Jan 2019 00:30:46 |
grembo |
Depend on php-zlib (required for binary patches now)
Reported by: arrowd
MFH: 2019Q1 (runtime dependency fix) |
20181231 31 Dec 2018 00:13:24 |
grembo |
Upgrade devel/libphutil, devel/arcanist and devel/phabricator to 20181231
Also incorporate a couple of changes from PR 233183:
- A more complete local.json example configuration
- A more elaborate pkg-message (explain git usage)
- Add sudoers example configuration
- Patch ssh hook and sshd example configuration |
20180420_1 19 Jul 2018 16:17:47 |
0mp |
Enable Bash completion.
Arcanist is shipped with a Bash completion script. The script isn't installed
in the directories of the bash-completion library so it's never activated.
This patch creates a symbolic link to the script in the directories of the
bash-completion library so that the library is able to pick up the completion
script for arc when a user requests a command completion for the first time.
Reviewed by: grembo (maintainer), mat (mentor)
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D16345 |
20180420 20 Apr 2018 20:05:54 |
grembo |
Upgrade devel/libphutil, devel/arcanist and devel/phabricator to 20180420
Also enable GD by default, as this is what one usually wants. |
20170630_1 20 Apr 2018 14:56:21 |
mat |
flavorize arcanist, libphutil and phabricator.
PR: 227321
Submitted by: mat
Reviewed by: maintainer timeout
Sponsored by: Absolight |
20170630_1 17 Jan 2018 15:12:12 |
feld |
devel/arcanist: Fix QA warnings
- shebangfix
- regen port patch
- RUN_DEPENDS earlier for portlint
MFH: 2018Q1 |
20170630_1 20 Jul 2017 22:44:02 |
lwhsu |
Add required php-hash to the dependencies
PR: 220886
Submitted by: lwhsu
Approved by: grembo
MFH: 2017Q3 |
20170630 01 Jul 2017 12:11:18 |
grembo |
Upgrade devel/libphutil, devel/arcanist and devel/phabricator to 20170630
Also fix phd startup script, so that options like phd_fib actually catch on.
Run phabricator daemons as user www by default.
Shebangfix all scripts. |
20161003_1 05 Apr 2017 19:59:05 |
sunpoet |
Update PKGNAMEPREFIX
- Bump PORTREVISION for package change
These ports work fine with PHP 7.x. Change PKGNAMEPREFIX from php5- to php-.
Differential Revision: https://reviews.freebsd.org/D10231
Submitted by: sunpoet (myself)
Approved by: portmgr (mat) |
20161003 03 Oct 2016 19:57:54 |
grembo |
Update devel/arcanist, devel/libphutil, devel/phabricator to 20161003
Also add USES=php and NO_ARCH=yes where suggested.
Approved by: mentors (implicit) |
20151220_2 23 Jun 2016 06:47:40 |
bapt |
Prefer relative symlinks to be relocation friendly |
20151220_1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
20151220_1 26 Mar 2016 20:40:11 |
grembo |
Add optional dependency on mbstring for encodings support
This is enabled by default to allow FreeBSD developers to
work with localized FreeBSD documenentation.
PR: 208227
Submitted by: amdmi3
Approved by: mentors (implicit) |
20151220 20 Dec 2015 23:37:30 |
grembo |
Update devel/arcanist, devel/libphutil, devel/phabricator to 20151220.
PR: 205471
Approved by: mentors (implicit) |
20150626_2 17 Sep 2015 23:37:57 |
grembo |
Add dependency to php5-dom required by arcanist's linter module for cppcheck
PR: 203174
Approved by: mentors (implicit) |
20150626_1 15 Jul 2015 10:16:36 |
grembo |
Patch 'arc version' so it shows package versions.
Differential Revision: https://reviews.freebsd.org/D3071
Approved by: eadler, mentors (implicit) |
20150626 26 Jun 2015 10:12:43 |
grembo |
Update devel/arcanist, devel/libphutil, devel/phabricator to 20150626.
This should fix a couple of issues (including a problem caused
by a bug curl 7.43).
Note that differential revision points to an earlier
patch (but it's related, so I think that's fine).
PR: 201121
Differential Revision: https://reviews.freebsd.org/D2894
Approved by: mentors (implicit) |
20150602 05 Jun 2015 02:28:27 |
eadler |
arcanist, phabricator, libphutil: update to newer versions
- arcanist should now be compatible with with deployed phabricator
- phabricator has many changes, see upstream changelog
- libphutil is only minorly changed
Reviewed by: koobs
Approved by: grembo (maintainer)
Differential Revision: https://reviews.freebsd.org/D2732 |
20150423 23 Apr 2015 21:48:42 |
bapt |
Update phabricator and tools to the latest upstream snapshot |
20140828 27 Oct 2014 07:32:26 |
bapt |
Nuke some @dirrm from devel |
20140828 01 Sep 2014 17:06:47 |
grembo |
Take maintainership of arcanist and libphutil
(see https://reviews.freebsd.org/D697)
Approved by: bapt (mentor) |
20140828 01 Sep 2014 16:56:28 |
grembo |
Update arcanist and libphutil to 20140828, new port for phabricator
Reviewed by: bapt (mentor)
Approved by: bapt (mentor) |
20140617_2 15 Jul 2014 02:12:46 |
swills |
- Fix plist |
20140617_1 13 Jul 2014 22:39:04 |
bapt |
Add a patch from upstream to solve the problem of files include twice in case a
new directory is added to the review
Reported by: many
Obtained from: https://secure.phabricator.com/D9921 |
20140617 20 Jun 2014 22:33:03 |
bapt |
Update to checking 7a99e4b as of 20140617
Drop dependency on bash |
20140508_2 05 Jun 2014 23:06:53 |
bapt |
Point to the new github account (which changes the generated distfiles)
Reported by: olgeni, des |
20140508_2 27 May 2014 12:06:54 |
sbz |
- Add CONFLICTS
CR: D70
Approved by: bapt (portmgr) |
20140508_2 09 May 2014 23:05:30 |
bapt |
Add bash runtime dependency (until I turn the arc command into proper /bin/sh) |
20140508_1 09 May 2014 12:49:47 |
bapt |
Add dependency on php simplexml module which is needed to work properly with svn |
20140508 08 May 2014 17:09:40 |
bapt |
Add ports for arcanist (command line for phabricator) and its dependency
libphutil |