aboutsummaryrefslogtreecommitdiff
path: root/audio/ventrilo-server
Commit message (Collapse)AuthorAgeFilesLines
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-3/+1
| | | | | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops. Notes: svn path=/head/; revision=237892
* - Update to 3.03Beech Rintoul2008-12-102-4/+4
| | | | | | | | | PR: ports/129086 Submitted by: Pankov Pavel <pankov_p@mail.ru> Approved by: maintainer timeout (2+ weeks) Notes: svn path=/head/; revision=224067
* - Update to 3.0.2Pav Lucistnik2008-03-133-24/+18
| | | | | | | | | | | - Update legal status PR: ports/120794 Submitted by: Pankov Pavel <pankov_p@mail.ru> Approved by: maintainer timeout (3 weeks) Notes: svn path=/head/; revision=208965
* Mark broken: bad checksum.Mark Linimon2007-11-151-0/+2
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=202726
* Another round of the periodic sweep for removal of theDoug Barton2007-02-261-1/+3
| | | | | | | | | | | | KEYWORD: FreeBSD scourge. We have ignored this keyword for a long time now, so this is a non-functional change (therefore no PORTREVISION bumps). Insert a $FreeBSD tag where needed, and adjust a comment in mail/milter-regex to match reality. Notes: svn path=/head/; revision=186045
* The server for Ventrilo is a voice chat program which supports multiplePav Lucistnik2006-10-067-0/+205
channels with different rate codecs and several people on each channel. Primarily aimed at team gamers but can be used as an IP phone as well. WWW: http://www.ventrilo.com/ PR: ports/95071 Submitted by: Anish Mistry <amistry@am-productions.biz> Notes: svn path=/head/; revision=174684