aboutsummaryrefslogtreecommitdiff
path: root/audio/ventrilo-server
Commit message (Collapse)AuthorAgeFilesLines
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-1/+1
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-2/+2
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=289156
* - Reassign to the heapThomas Abthorpe2011-09-211-1/+1
| | | | Notes: svn path=/head/; revision=282095
* audio/ventrilo-server now uses USERS and GROUPSChris Rees2011-07-072-73/+2
| | | | | | | | | PR: ports/157928 Submitted by: crees (me) Approved by: rene (mentor, implicit), maintainer timeout (20 days) Notes: svn path=/head/; revision=277252
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* 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