summaryrefslogtreecommitdiff
path: root/net/freeswitch-core/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired ports:Rene Ladan2013-12-2016-521/+0
| | | | | | | | | | | | 2013-12-18 x11-fonts/ppantsfonts: Broken for more than 6 month 2013-12-19 x11-toolkits/gtksourceview-sharp: Depends on expired devel/mono-tools 2013-11-18 devel/mono-tools: Broken for more than 6 month 2013-12-19 textproc/p5-XML-SAXDriver-Sablotron: Depends on expired textproc/p5-XML-Sablotron 2013-11-18 textproc/p5-XML-Sablotron: Broken for more than 6 month 2013-11-18 net/freeswitch-core: Broken for more than 6 month 2013-12-19 misc/freeswitch-pizzademo: Depends on expired net/freeswitch-core 2013-12-19 misc/freeswitch-scripts: Depends on expired net/freeswitch-core 2013-12-19 www/p5-HTML-Webmake: Depends on expired textproc/p5-XML-Sablotron
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | 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.
* Update to 1.0.7Chris Rees2011-10-289-121/+105
| | | | | PR: ports/162059 Submitted by: Richard Neese <r.neese@gmail.com> (maintainer)
* Add support for new module. (libzrtp)Josh Paetzel2010-12-231-0/+18
| | | | | | | | | Fix fetch issue when host system has wget installed. Fix missing depend when python module is selected. PR: ports/152789 Submitted by: Marcin Cieslak <saper@saper.info> Approved by: "Richard E. Neese" <r.neese@gmail.com> (maintainer)
* Add missing files.Josh Paetzel2010-12-173-0/+94
| | | | | PR: ports/153191 Submitted by: Richard Neese <r.neese@gmail.com>
* - remove empty filesPhilip M. Gollucci2010-12-134-0/+0
|
* Update to latest versionJosh Paetzel2010-12-088-175/+84
| | | | | PR: ports/152423 Submitted by: Richard Neese <r.neese@gmail.com>
* 1. It's generally preferred that ports rc.d files use REQUIRE: LOGINDoug Barton2010-08-111-38/+10
| | | | | | | | | | | | | | | | unless there is a good reason not to. However this service runs as an unprivileged user, which makes that a requirement. 2. The default variable assignments have to come after load_rc_config to be effective. 3. _flags should not be reproduced in command_args 4. The start and restart methods were superfluous, instead use wait_for_pids in the _stop method. Bump PORTREVISION PR: ports/146442 Submitted by: me Approved by: maintainer
* Fix issues with plist caused by previous commit.Josh Paetzel2010-08-111-2/+2
| | | | | | | Remove BROKEN PR: ports/149119 Submitted by: Richard Neese <r.neese@gmail.com>
* Refactor to fit better in the ports infrastructure.Josh Paetzel2010-07-1612-47/+366
| | | | | PR: ports/148440 Submitted by: Richard Neese <r.neese@gmail.com>
* Add net/freeswitch-core, part of a revamp to the freeswitch portsJosh Paetzel2010-06-116-0/+225
PR: ports/145369 Submitted by: Eric F Crist <ecrist@secure-computing.net> Approved by: itetcu@ (mentor)