git: 1ef1869dfe28 - main - devel/phorgeit-arcanist: New port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 24 Mar 2024 10:25:29 UTC
The branch main has been updated by grembo: URL: https://cgit.FreeBSD.org/ports/commit/?id=1ef1869dfe2808d4396850b4888bcfcfc700ba51 commit 1ef1869dfe2808d4396850b4888bcfcfc700ba51 Author: Michael Gmelin <grembo@FreeBSD.org> AuthorDate: 2024-03-24 10:22:41 +0000 Commit: Michael Gmelin <grembo@FreeBSD.org> CommitDate: 2024-03-24 10:22:41 +0000 devel/phorgeit-arcanist: New port --- devel/Makefile | 1 + devel/phorgeit-arcanist/Makefile | 12 ++++++++++++ devel/phorgeit-arcanist/pkg-descr | 3 +++ 3 files changed, 16 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 7ebc5de33f45..d26f448fdc6b 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4113,6 +4113,7 @@ SUBDIR += perlconsole SUBDIR += phabricator SUBDIR += phasar + SUBDIR += phorgeit-arcanist SUBDIR += phorgeit-arcanist-lib SUBDIR += php-composer SUBDIR += php-geshi diff --git a/devel/phorgeit-arcanist/Makefile b/devel/phorgeit-arcanist/Makefile new file mode 100644 index 000000000000..827253b5cd79 --- /dev/null +++ b/devel/phorgeit-arcanist/Makefile @@ -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" diff --git a/devel/phorgeit-arcanist/pkg-descr b/devel/phorgeit-arcanist/pkg-descr new file mode 100644 index 000000000000..01a9dbfcac7e --- /dev/null +++ b/devel/phorgeit-arcanist/pkg-descr @@ -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.