Web conferencing system for distance education Maintained by:alex.deiter@gmail.com Port Added: 09 Jan 2011 22:10:54 Also Listed In:java License: not specified in port
BigBlueButton enables universities and colleges to deliver
a high-quality learning experience to remote students.
WWW: http://www.bigbluebutton.org/
To install the port:cd /usr/ports/www/bigbluebutton/ && make install clean To add the package:pkg_add -r bigbluebutton
Configuration Options
===> The following configuration options are available for bigbluebutton-0.71_2:
MEETME=off (default) "meetme Asterisk module"
KONFERENCE=on (default) "konference Asterisk module"
FREESWITCH=off (default) "mod_conference FreeSWITCH module"
OPENOFFICE=off (default) "Include OpenOffice support"
===> Use 'make config' to modify these settings
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.