Port details on branch 2021Q3 |
- arcanist-lib Libraries for the command line interface for Phabricator
- 20210113_1 devel
=0 20210113_1Version of this port present on the latest quarterly branch. - Maintainer: grembo@FreeBSD.org
 - Port Added: 2021-10-02 12:57:06
- Last Update: 2021-10-02 12:54:09
- Commit Hash: 43ac6ae
- License: APACHE20
- WWW:
- https://secure.phabricator.com/book/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 library reference here:
WWW: https://secure.phabricator.com/book/arcanist/
¦ ¦ ¦ ¦ 
- 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-lib${PHP_PKGNAMESUFFIX}>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-php74
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: arcanist-lib-php74
- Package flavors (<flavor>: <package>)
- php74: arcanist-lib-php74
- php73: arcanist-lib-php73
- php80: arcanist-lib-php80
- distinfo:
- TIMESTAMP = 1610584331
SHA256 (phacility-arcanist-20210113-b2e715f_GH0.tar.gz) = 6deba7dd0fd176a46230baa26c31a526824569801f043ef7e3002d6735514a8a
SIZE (phacility-arcanist-20210113-b2e715f_GH0.tar.gz) = 2278159
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- 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/php74
- curl.so : ftp/php74-curl
- dom.so : textproc/php74-dom
- json.so : devel/php74-json
- simplexml.so : textproc/php74-simplexml
- zlib.so : archivers/php74-zlib
- mbstring.so : converters/php74-mbstring
- This port is required by:
- for Run
-
- devel/arcanist
- devel/phabricator
Configuration Options:
- ===> The following configuration options are available for arcanist-lib-php74-20210113_1:
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:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
20210113_1 02 Oct 2021 12:54:09
    |
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
(cherry picked from commit 21ddc093a48b642a6a0c533069ed2118d0cdd066) |
Number of commits found: 1
|