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
This commit is contained in:
parent
1e3948c05c
commit
e69f2a21e5
3 changed files with 22 additions and 0 deletions
|
@ -33,6 +33,7 @@
|
|||
SUBDIR += jarl
|
||||
SUBDIR += jggtrans
|
||||
SUBDIR += jicofo
|
||||
SUBDIR += jitsi-meet-full
|
||||
SUBDIR += jitsi-prosody-plugins
|
||||
SUBDIR += jitsi-videobridge
|
||||
SUBDIR += kaccounts-integration
|
||||
|
|
16
net-im/jitsi-meet-full/Makefile
Normal file
16
net-im/jitsi-meet-full/Makefile
Normal file
|
@ -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>
|
5
net-im/jitsi-meet-full/pkg-descr
Normal file
5
net-im/jitsi-meet-full/pkg-descr
Normal file
|
@ -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/
|
Loading…
Reference in a new issue