aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Gmelin <grembo@FreeBSD.org>2024-03-24 10:22:41 +0000
committerMichael Gmelin <grembo@FreeBSD.org>2024-03-24 10:22:41 +0000
commit1ef1869dfe2808d4396850b4888bcfcfc700ba51 (patch)
treeb28c2947dcd282e2e85bbd87ecbf7f2b19cbacfb
parentd79ba67c45953a48cf95e0e75a2fd87968c23ae5 (diff)
devel/phorgeit-arcanist: New port
-rw-r--r--devel/Makefile1
-rw-r--r--devel/phorgeit-arcanist/Makefile12
-rw-r--r--devel/phorgeit-arcanist/pkg-descr3
3 files changed, 16 insertions, 0 deletions
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.