git: e69f2a21e5d1 - main - net-im/jitsi-meet-full: New port: All components to run Jitsi Meet video conferencing
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 24 May 2022 03:03:11 UTC
The branch main has been updated by acm: URL: https://cgit.FreeBSD.org/ports/commit/?id=e69f2a21e5d133c3ae969fae7a38622eb5b09eeb commit e69f2a21e5d133c3ae969fae7a38622eb5b09eeb Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2022-05-24 02:44:00 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2022-05-24 02:44:00 +0000 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 --- net-im/Makefile | 1 + net-im/jitsi-meet-full/Makefile | 16 ++++++++++++++++ net-im/jitsi-meet-full/pkg-descr | 5 +++++ 3 files changed, 22 insertions(+) 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/