Port details |
- arcanist-lib Libraries for the command line interface for Phabricator
- 20211210 devel
=2 20211210Version of this port present on the latest quarterly branch. - Maintainer: grembo@FreeBSD.org
 - Port Added: 2019-05-15 20:53:31
- Last Update: 2022-03-08 18:31:10
- Commit Hash: 44273a7
- People watching this port, also watch:: font-misc-meltho, xclock, py38-pycparser, freeimage, font-bh-lucidatypewriter-100dpi
- License: APACHE20
- 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 library reference here:
WWW: https://secure.phabricator.com/book/arcanist/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- arcanist-lib-php80>0:devel/arcanist-lib
- To install the port:
- cd /usr/ports/devel/arcanist-lib/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/arcanist-lib
- pkg install arcanist-lib-php80
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: arcanist-lib-php80
- Package flavors (<flavor>: <package>)
- php80: arcanist-lib-php80
- php74: arcanist-lib-php74
- php81: arcanist-lib-php81
- distinfo:
- TIMESTAMP = 1646412491
SHA256 (phacility-arcanist-20211210-b50a646_GH0.tar.gz) = 74f0bc809b106e65b76f9f6fd0f1e11990750d25a262851f4f19ca6b9f15a0ed
SIZE (phacility-arcanist-20211210-b50a646_GH0.tar.gz) = 2270483
- Packages (timestamps in pop-ups are UTC):
- Slave ports:
-
- devel/arcanist
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- ca_root_nss>0 : security/ca_root_nss
- php.h : lang/php80
- curl.so : ftp/php80-curl
- dom.so : textproc/php80-dom
- simplexml.so : textproc/php80-simplexml
- zlib.so : archivers/php80-zlib
- mbstring.so : converters/php80-mbstring
- This port is required by:
- for Run
-
- devel/arcanist
- devel/phabricator
- Configuration Options:
- ===> The following configuration options are available for arcanist-lib-php80-20211210:
ENCODINGS=on: Support for encodings other than utf-8
===> Use 'make config' to modify these settings
- Options name:
- devel_arcanist-lib
- USES:
- php:cli,flavors python:env shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
08 Mar 2022 18:31:10 20211210
|
Michael Gmelin (grembo)  |
devel/arcanist-lib: Update to 20211210
This should unbreak running on PHP 8.0 and (at least)
build on PHP 8.1.
PR: 262343
Reported by: arrowd@ |
10 Jan 2022 15:15:39 20210113_1
|
Stefan Eßer (se)  |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
10 Jan 2022 13:30:00 20210113_1
|
Muhammad Moinur Rahman (bofh)  |
Mark ports to IGNORE with new php81
Approved by: portmgr (infrastructure blanket)
Sponsored by: Bounce Experts |
01 Oct 2021 11:17:28 20210113_1
|
Michael Gmelin (grembo)  |
devel/arcanist-lib: Use Mozilla root CA bundle
This fixes problems with Let's Encrypt certificates after
the R3 Let's Encrypt intermediate CA expired.
Arcanist uses its own certificate bundle by default (default.pem),
overriding curl's default, unless curl.cainfo is set explicitly.
The port now replaces this custom bundle with a symlink to Mozilla's
root CA bundle as installed by security/ca_root_nss.
PR: 258824
Reported by: yasu |
01 May 2021 17:55:55 20210113
|
Tobias Kortkamp (tobik)  |
Clean up some things
- Fix typos
- Remove duplicate variables
- Remove nop variables
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan |
15 Apr 2021 17:25:54 20210113
|
Michael Gmelin (grembo)  |
devel/arcanist-lib: Require CLI version of php
PR: 255088
Reported by: Mohammad S. Babaei <info@babaei.net> |
07 Apr 2021 08:09:01 20210113
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 20210113
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
14 Jan 2021 00:39:01
20210113
|
grembo  |
Update to 20210113
PR: 252638
Reported by: fluffy |
14 Jan 2021 00:22:13
20210111
|
grembo  |
Update to 20200111
Should support PHP8
PR: 221528
Submitted by: fluffy |
12 Jan 2021 19:09:03
20201016_1
|
grembo  |
Generate bash completion rules on install.
So it won't have to be done by root manually/implicitly.
PR: 252421
Reported by: 0mp |
02 Jan 2021 04:06:28
20201016
|
grembo  |
Clean plists. |
01 Jan 2021 19:22:38
20201016
|
grembo  |
Update devel/arcanist and devel/phabricator to their latest "versions".
Also, switching to using the date of the commit they are based on
as port version, instead of the date when the port was updated. |
19 May 2020 15:24:21
20200514_1
|
grembo  |
Patch paths to php executable, so things like ssh-auth work again
without workarounds. |
15 May 2020 18:07:15
20200514
|
grembo  |
Update arcanist(-lib) and phabricator to the latest stable versions.
PORTVERSIONs are the dates of the latest commits on the respective
stable branches.
Deprecate devel/libphutil, as all of its functionality has
been moved into arcanist and phabricator by upstream and
the library has been fully deprecated. |
08 Oct 2019 07:53:04
20190622
|
grembo  |
Ignore libphutil/arcanist/phabricator in portscout, as they're
rolling release. |
03 Sep 2019 14:23:05
20190622
|
grembo  |
Update libphutil, arcanist and phabricator to the latest stable versions
PORTVERSIONs are the dates of the latest commits on the respective
stable branches.
PR: 238512 |
15 May 2019 20:53:16
20181231_2
|
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 |