devel/phorgeit-arcanist: New port

This commit is contained in:
Michael Gmelin 2024-03-24 11:22:41 +01:00
parent d79ba67c45
commit 1ef1869dfe
3 changed files with 16 additions and 0 deletions

View File

@ -4113,6 +4113,7 @@
SUBDIR += perlconsole
SUBDIR += phabricator
SUBDIR += phasar
SUBDIR += phorgeit-arcanist
SUBDIR += phorgeit-arcanist-lib
SUBDIR += php-composer
SUBDIR += php-geshi

View File

@ -0,0 +1,12 @@
PORTNAME= arcanist
MAINTAINER= grembo@FreeBSD.org
COMMENT= Command line interface for Phabricator
WWW?= https://we.phorge.it/book/arcanist/
SLAVEPORT= bin
MASTERDIR= ${.CURDIR}/../phorgeit-arcanist-lib
DESCR= ${.CURDIR}/pkg-descr
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1,3 @@
Arcanist is the command-line tool for Phorge. It allows you to interact
with Phorge installs to send code for review, download patches, transfer
files, view status, make API calls, and various other things.