aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2022-05-24 02:44:00 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2022-05-24 02:44:00 +0000
commite69f2a21e5d133c3ae969fae7a38622eb5b09eeb (patch)
tree970a9c682884cb724abd49c622f93c8c6f91cee4 /net-im
parent1e3948c05cb80745167aef0b1b427eb8a90517a7 (diff)
downloadports-e69f2a21e5d133c3ae969fae7a38622eb5b09eeb.tar.gz
ports-e69f2a21e5d133c3ae969fae7a38622eb5b09eeb.zip
net-im/jitsi-meet-full: New port: All components to run Jitsi Meet video conferencing
This is a metaport to install all dependencies to run Jitsi Meet, a set of Open Source projects which empower users to use and deploy video conferencing platforms with state-of-the-art video quality and features. WWW: https://jitsi.org/jitsi-meet/ PR: 257232 Reported by: grembo
Diffstat (limited to 'net-im')
-rw-r--r--net-im/Makefile1
-rw-r--r--net-im/jitsi-meet-full/Makefile16
-rw-r--r--net-im/jitsi-meet-full/pkg-descr5
3 files changed, 22 insertions, 0 deletions
diff --git a/net-im/Makefile b/net-im/Makefile
index 6165cc734779..488cc4aba159 100644
--- a/net-im/Makefile
+++ b/net-im/Makefile
@@ -33,6 +33,7 @@
SUBDIR += jarl
SUBDIR += jggtrans
SUBDIR += jicofo
+ SUBDIR += jitsi-meet-full
SUBDIR += jitsi-prosody-plugins
SUBDIR += jitsi-videobridge
SUBDIR += kaccounts-integration
diff --git a/net-im/jitsi-meet-full/Makefile b/net-im/jitsi-meet-full/Makefile
new file mode 100644
index 000000000000..8eea34dee895
--- /dev/null
+++ b/net-im/jitsi-meet-full/Makefile
@@ -0,0 +1,16 @@
+PORTNAME= jitsi-meet-full
+PORTVERSION= 2.0.7287
+CATEGORIES= net-im
+
+MAINTAINER= acm@FreeBSD.org
+COMMENT= All components to run Jitsi Meet video conferencing
+
+USES= metaport
+
+RUN_DEPENDS+= jicofo>=1.0.877:net-im/jicofo \
+ jitsi-meet>=1.0.6155:www/jitsi-meet \
+ jitsi-prosody-plugins>=2.0.7287:net-im/jitsi-prosody-plugins \
+ jitsi-videobridge>=2.1.681:net-im/jitsi-videobridge \
+ nginx>0:www/nginx
+
+.include <bsd.port.mk>
diff --git a/net-im/jitsi-meet-full/pkg-descr b/net-im/jitsi-meet-full/pkg-descr
new file mode 100644
index 000000000000..c3053d8f403a
--- /dev/null
+++ b/net-im/jitsi-meet-full/pkg-descr
@@ -0,0 +1,5 @@
+This is a metaport to install all dependencies to run Jitsi Meet,
+a set of Open Source projects which empower users to use and deploy video
+conferencing platforms with state-of-the-art video quality and features.
+
+WWW: https://jitsi.org/jitsi-meet/