aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2017-10-04 19:37:33 +0800
committerbapt <bapt@FreeBSD.org>2017-10-04 19:37:33 +0800
commit64b9005ec1b41ac62c00b0504582c3accad7cc1a (patch)
tree5ffb5a74ab3c6ec1d036bcf38d63a70b3172b473 /audio
parent0fa7bf6813fbad199d25f460aabcbab8486b0c50 (diff)
downloadfreebsd-ports-gnome-64b9005ec1b41ac62c00b0504582c3accad7cc1a.tar.gz
freebsd-ports-gnome-64b9005ec1b41ac62c00b0504582c3accad7cc1a.tar.zst
freebsd-ports-gnome-64b9005ec1b41ac62c00b0504582c3accad7cc1a.zip
Remove ventrilo-server
Upstream is no more distributing any FreeBSD binary
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile1
-rw-r--r--audio/ventrilo-server/Makefile44
-rw-r--r--audio/ventrilo-server/distinfo2
-rw-r--r--audio/ventrilo-server/files/pkg-message.in10
-rw-r--r--audio/ventrilo-server/files/ventrilo-server.in44
-rw-r--r--audio/ventrilo-server/pkg-descr5
-rw-r--r--audio/ventrilo-server/pkg-plist8
7 files changed, 0 insertions, 114 deletions
diff --git a/audio/Makefile b/audio/Makefile
index 837f775f0066..93b4bc58c527 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -811,7 +811,6 @@
SUBDIR += umurmur
SUBDIR += vagalume
SUBDIR += vamp-plugin-sdk
- SUBDIR += ventrilo-server
SUBDIR += virtual_oss
SUBDIR += virtual_oss_ctl
SUBDIR += vitunes
diff --git a/audio/ventrilo-server/Makefile b/audio/ventrilo-server/Makefile
deleted file mode 100644
index 3a167ba47b61..000000000000
--- a/audio/ventrilo-server/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# Created by: Anish Mistry
-# $FreeBSD$
-
-PORTNAME= ventrilo
-PORTVERSION= 3.0.3
-CATEGORIES= audio net
-MASTER_SITES= # http://www.ventrilo.com/download.php
-PKGNAMESUFFIX= -server
-DISTNAME= ventrilo_srv-${PORTVERSION}-FreeBSD-i386
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Server side of the Ventrilo group voice chat system
-
-RUN_DEPENDS= compat4x-i386>0:misc/compat4x
-
-.include <bsd.port.pre.mk>
-
-IA32_BINARY_PORT= yes
-NO_BUILD= yes
-RESTRICTED= Redistribution of pre-compiled binaries is not permitted
-INSTALL_DIR= ${PREFIX}/ventrilo-server
-USE_RC_SUBR= ${PORTNAME}${PKGNAMESUFFIX}
-VENT_USER= ${PORTNAME}
-USERS= ${VENT_USER}
-GROUPS= ${USERS}
-WRKSRC= ${WRKDIR}/ventsrv
-SUB_FILES= pkg-message
-
-.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
-IGNORE= distfile can only be fetched if you accept the license. Go to http://www.ventrilo.com/dlprod.php?id=105 and put ${DISTFILES} into ${DISTDIR}
-.endif
-
-do-install:
- @${MKDIR} ${STAGEDIR}${INSTALL_DIR}
- ${INSTALL_PROGRAM} ${WRKSRC}/ventrilo_srv ${STAGEDIR}${INSTALL_DIR}
- ${INSTALL_PROGRAM} ${WRKSRC}/ventrilo_status ${STAGEDIR}${INSTALL_DIR}
- ${INSTALL_DATA} ${WRKSRC}/ventrilo_srv.htm ${STAGEDIR}${INSTALL_DIR}
- ${INSTALL_DATA} ${WRKSRC}/LICENSE ${STAGEDIR}${INSTALL_DIR}
- ${INSTALL_DATA} ${WRKSRC}/ventrilo_srv.ini ${STAGEDIR}${PREFIX}/etc/ventrilo_srv.ini.sample
- ${LN} -s ${PREFIX}/etc/ventrilo_srv.ini ${STAGEDIR}${INSTALL_DIR}/ventrilo_srv.ini
-
-PKGDEINSTALL= ${PKGINSTALL}
-
-.include <bsd.port.post.mk>
diff --git a/audio/ventrilo-server/distinfo b/audio/ventrilo-server/distinfo
deleted file mode 100644
index ce88d7784f6a..000000000000
--- a/audio/ventrilo-server/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ventrilo_srv-3.0.3-FreeBSD-i386.tar.gz) = ca7cf61567a153890a4b9fbe77d2cb2846e84cf67e92f01cecf964946d59edee
-SIZE (ventrilo_srv-3.0.3-FreeBSD-i386.tar.gz) = 150551
diff --git a/audio/ventrilo-server/files/pkg-message.in b/audio/ventrilo-server/files/pkg-message.in
deleted file mode 100644
index dd1b11a4fe23..000000000000
--- a/audio/ventrilo-server/files/pkg-message.in
+++ /dev/null
@@ -1,10 +0,0 @@
-Ventrilo Hints:
-
-You can retrieve server status information for any servers, provided
-that you know the password using the RC script.
-Examples:
-For the localhost's status information:
-%%PREFIX%%/etc/rc.d/ventrilo-server info
-
-Query a remote server on a different port:
-%%PREFIX%%/etc/rc.d/ventrilo-server info remote.example.org 4000
diff --git a/audio/ventrilo-server/files/ventrilo-server.in b/audio/ventrilo-server/files/ventrilo-server.in
deleted file mode 100644
index f638cd279564..000000000000
--- a/audio/ventrilo-server/files/ventrilo-server.in
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/sh
-
-# $FreeBSD$
-
-# PROVIDE: ventrilo
-# REQUIRE: DAEMON
-# KEYWORD: shutdown
-
-. /etc/rc.subr
-
-name=ventrilo
-rcvar=ventrilo_enable
-
-homedir="%%PREFIX%%/ventrilo-server"
-pidfile="${homedir}/ventrilo_srv.pid"
-ventrilo_user=${name}
-command="${homedir}/ventrilo_srv"
-command_args="'-f${homedir}/ventrilo_srv' -d >/dev/null"
-extra_commands="info"
-info_cmd="ventrilo_info"
-
-load_rc_config $name
-
-: ${ventrilo_enable="NO"}
-: ${ventrilo_port="3784"}
-: ${ventrilo_srv="localhost"}
-
-ventrilo_info()
-{
- if [ "$1" != "" ]; then
- ventrilo_srv="$1"
- fi
- if [ "$2" != "" ]; then
- ventrilo_port="$2"
- fi
- echo -n "Password []: "
- oldttymodes=`stty -g`
- stty -echo
- read ventrilo_passwd
- stty $oldttymodes
- ${homedir}/ventrilo_status -c2 "-t${ventrilo_srv}:${ventrilo_port}:${ventrilo_passwd}"
-}
-
-run_rc_command $*
diff --git a/audio/ventrilo-server/pkg-descr b/audio/ventrilo-server/pkg-descr
deleted file mode 100644
index 524d1b5acb98..000000000000
--- a/audio/ventrilo-server/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-The server for Ventrilo is a voice chat program which supports multiple
-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/
diff --git a/audio/ventrilo-server/pkg-plist b/audio/ventrilo-server/pkg-plist
deleted file mode 100644
index b2cd251fb645..000000000000
--- a/audio/ventrilo-server/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-@sample etc/ventrilo_srv.ini.sample
-@owner ventrilo
-ventrilo-server/LICENSE
-ventrilo-server/ventrilo_srv
-ventrilo-server/ventrilo_status
-ventrilo-server/ventrilo_srv.htm
-ventrilo-server/ventrilo_srv.ini
-@owner root