pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wip/jitsi-meet: import version 3858



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Mon Aug 31 21:52:51 2020 +0200
Changeset:	7455dd9b187f74f29542033bfa0dcbae9c80c3d5

Modified Files:
	Makefile
Added Files:
	jitsi-meet/DESCR
	jitsi-meet/Makefile
	jitsi-meet/PLIST
	jitsi-meet/distinfo

Log Message:
wip/jitsi-meet: import version 3858

Jitsi Meet is an open-source (Apache) WebRTC JavaScript application that uses
Jitsi Videobridge to provide high quality, secure and scalable video
conferences. Jitsi Meet in action can be seen at here at the session #482 of
the VoIP Users Conference.

The Jitsi Meet client runs in your browser, without installing anything else on
your computer. You can try it out at https://meet.jit.si.

Jitsi Meet allows very efficient collaboration. Users can stream their desktop
or only some windows. It also supports shared document editing with Etherpad.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7455dd9b187f74f29542033bfa0dcbae9c80c3d5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile            |  1 +
 jitsi-meet/DESCR    | 10 ++++++++++
 jitsi-meet/Makefile | 30 ++++++++++++++++++++++++++++++
 jitsi-meet/PLIST    |  1 +
 jitsi-meet/distinfo |  6 ++++++
 5 files changed, 48 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index b9aa02a834..aabcb90a43 100644
--- a/Makefile
+++ b/Makefile
@@ -1710,6 +1710,7 @@ SUBDIR+=	jfsw-git
 SUBDIR+=	jgloss
 SUBDIR+=	jgraphx
 SUBDIR+=	jitsi
+SUBDIR+=	jitsi-meet
 SUBDIR+=	jlibtool
 SUBDIR+=	jmol
 SUBDIR+=	jmtpfs
diff --git a/jitsi-meet/DESCR b/jitsi-meet/DESCR
new file mode 100644
index 0000000000..6f3e81bd2d
--- /dev/null
+++ b/jitsi-meet/DESCR
@@ -0,0 +1,10 @@
+Jitsi Meet is an open-source (Apache) WebRTC JavaScript application that uses
+Jitsi Videobridge to provide high quality, secure and scalable video
+conferences. Jitsi Meet in action can be seen at here at the session #482 of
+the VoIP Users Conference.
+
+The Jitsi Meet client runs in your browser, without installing anything else on
+your computer. You can try it out at https://meet.jit.si.
+
+Jitsi Meet allows very efficient collaboration. Users can stream their desktop
+or only some windows. It also supports shared document editing with Etherpad.
diff --git a/jitsi-meet/Makefile b/jitsi-meet/Makefile
new file mode 100644
index 0000000000..5964821d28
--- /dev/null
+++ b/jitsi-meet/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD$
+
+GITHUB_PROJECT=	jitsi-meet
+DISTNAME=	3858
+PKGNAME=	${GITHUB_PROJECT}-${DISTNAME}
+CATEGORIES=	chat
+MASTER_SITES=	${MASTER_SITE_GITHUB:=jitsi/}
+DIST_SUBDIR=	${GITHUB_PROJECT}
+
+MAINTAINER=	khorben%defora.org@localhost
+HOMEPAGE=	https://github.com/jitsi/jitsi-meet/
+COMMENT=	Secure, Simple and Scalable Video Conferences
+LICENSE=	apache-2.0
+
+WRKSRC=		${WRKDIR}/jitsi-meet-3858
+USE_LANGUAGES=	c c++
+USE_TOOLS=	gmake
+
+PYTHON_VERSIONS_ACCEPTED=	27
+
+do-configure:
+	cd ${WRKSRC} && \
+		npm install
+
+BUILD_DEPENDS+=	npm-[0-9]*:../../lang/npm
+
+.include "../../lang/nodejs/nodeversion.mk"
+.include "../../lang/python/tool.mk"
+.include "../../www/nghttp2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/jitsi-meet/PLIST b/jitsi-meet/PLIST
new file mode 100644
index 0000000000..48d96a5493
--- /dev/null
+++ b/jitsi-meet/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD$
diff --git a/jitsi-meet/distinfo b/jitsi-meet/distinfo
new file mode 100644
index 0000000000..305c9e9d49
--- /dev/null
+++ b/jitsi-meet/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (jitsi-meet/3858.tar.gz) = 2849cc74def2b752f3ffd1197bae067e57221760
+RMD160 (jitsi-meet/3858.tar.gz) = 87ad7becb6843f86f5ad52610cc7f5703419d267
+SHA512 (jitsi-meet/3858.tar.gz) = e8083947041fd4c730fd553ac2adae4b2551fe1190f4ea89a7b604428c5363b74093fd4396aca31d7792775e5cf4d97e9f06c054a102a8a58aea05d3937b3a25
+Size (jitsi-meet/3858.tar.gz) = 112373227 bytes


Home | Main Index | Thread Index | Old Index