aboutsummaryrefslogtreecommitdiff
path: root/audio/ventrilo-server
Commit message (Collapse)AuthorAgeFilesLines
* Support STAGEMark Felder2014-06-042-17/+9
| | | | | | | | PR: 190383 Submitted by: joe@thrallingpenguin.com Notes: svn path=/head/; revision=356533
* Multiple ports: reset maintainersEitan Adler2014-05-261-1/+1
| | | | | | | | | | | | | | | | | Maintainers for these ports have been notified on 5 separate occasions over the course of several months about pending actions required. We really appreciate the time and effort you put in to maintain these ports. If you are still interested in helping to maintain these ports just reply to me or file a PR and I will happily assign the port to you again. Approved by: portmgr (implicit) Notes: svn path=/head/; revision=355274
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-3/+3
| | | | | | | | | LIB_DEPENDS in audio With hat: portmgr Notes: svn path=/head/; revision=336166
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* - Remove bogus conditional IGNORE for PACKAGE_BUILDING; these shouldBryan Drewery2013-08-291-1/+1
| | | | | | | | | | | | | be IGNOREd regardless of PACKAGE_BUILDING. Soem have no MASTER_SITES and require manual fetching, others are already marked RESTRICTED. - Trim headers - Convert some pre-fetch errors into IGNORE - Remove needless quoting in java/jdk7-doc IGNORE With hat: portmgr Notes: svn path=/head/; revision=325598
* Restore ventrilo-server, which has been removed by mistake (distfile is ↵Baptiste Daroussin2013-06-056-0/+125
| | | | | | | | | | | still available) Pass maintainership to submitter Submitted by: Bob Willcox <bob@immure.com> Notes: svn path=/head/; revision=320005
* Remove expired ports:Rene Ladan2013-06-036-128/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2013-03-05 mail/p5-vpopmail: Broken for more than 6 month 2013-06-01 mail/vodmr: depends on expired mail/p5-vpopmail 2013-06-03 audio/ventrilo-server: No more public distfiles 2013-06-03 devel/libzrtp: No more public distfiles 2013-05-30 mail/postfix26: No longer supported by upstream 2013-06-01 devel/i386-rtems-gcc: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/mips-rtems-gcc: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/arm-rtems-gcc: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/sh-rtems-gcc: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/powerpc-rtems-gcc: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/sparc-rtems-gcc: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/mips-rtems-binutils: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/i386-rtems-binutils: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/sh-rtems-binutils: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/powerpc-rtems-binutils: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/sparc-rtems-binutils: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/arm-rtems-binutils: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/m68k-rtems-binutils: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/m68k-rtems-gcc: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/sh-rtems-gdb: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/m68k-rtems-gdb: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/i386-rtems-gdb: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/arm-rtems-gdb: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/sparc-rtems-gdb: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/mips-rtems-gdb: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/powerpc-rtems-gdb: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 Notes: svn path=/head/; revision=319766
* Deprecated: no more public distfilesBaptiste Daroussin2013-05-031-5/+4
| | | | Notes: svn path=/head/; revision=317244
* 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