Remove ventrilo-server

Upstream is no more distributing any FreeBSD binary
This commit is contained in:
Baptiste Daroussin 2017-10-04 11:37:33 +00:00
parent 5c7b4a79f2
commit c873ced966
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=451219
9 changed files with 2 additions and 115 deletions

1
LEGAL
View file

@ -220,7 +220,6 @@ unifi-5*/UniFi.unix.zip net-mgmt/unifi5 Redistribution of bundled firmware imag
uplink-demo* games/linux-uplink-demo Redistribution is limited, see license uplink-demo* games/linux-uplink-demo Redistribution is limited, see license
uzap.tar.gz editors/uzap This software may not be used to make a profit in any way. uzap.tar.gz editors/uzap This software may not be used to make a profit in any way.
vdr-markad-* multimedia/vdr-plugin-markad Installs station logos vdr-markad-* multimedia/vdr-plugin-markad Installs station logos
ventrilo_srv-* audio/ventrilo-server May not be redistributed. For personal use only. Must accept license to download.
vice-* emulators/vice ROMs are copyrighted by Commodore Business Machines vice-* emulators/vice ROMs are copyrighted by Commodore Business Machines
VMware-vSphere-Perl* net/vmware-vsphere-cli May not be redistributed. Must accept license to download. VMware-vSphere-Perl* net/vmware-vsphere-cli May not be redistributed. Must accept license to download.
vpnc-* security/vpnc Redistribution is not allowed if linked against OpenSSL vpnc-* security/vpnc Redistribution is not allowed if linked against OpenSSL

2
MOVED
View file

@ -1,3 +1,4 @@
SUBDIR += ventrilo-serve2
# #
# MOVED -- A list of (recently) moved or removed ports # MOVED -- A list of (recently) moved or removed ports
# #
@ -9567,3 +9568,4 @@ www/py-twistedWeb2|devel/py-twisted|2017-09-30|Has expired: Use devel/py-twisted
devel/libclaw||2017-09-30|Has expired: useless for anything apart from removed games/plee-the-bear devel/libclaw||2017-09-30|Has expired: useless for anything apart from removed games/plee-the-bear
ports-mgmt/redports-node||2017-10-01|Has expired: Upstream is dead so port is not useable anymore. ports-mgmt/redports-node||2017-10-01|Has expired: Upstream is dead so port is not useable anymore.
sysutils/py3-iocage|sysutils/iocage|2017-10-02|Port was renamed sysutils/py3-iocage|sysutils/iocage|2017-10-02|Port was renamed
audio/ventrilo-server||2017-10-04|No more freebsd distfiles

View file

@ -811,7 +811,6 @@
SUBDIR += umurmur SUBDIR += umurmur
SUBDIR += vagalume SUBDIR += vagalume
SUBDIR += vamp-plugin-sdk SUBDIR += vamp-plugin-sdk
SUBDIR += ventrilo-server
SUBDIR += virtual_oss SUBDIR += virtual_oss
SUBDIR += virtual_oss_ctl SUBDIR += virtual_oss_ctl
SUBDIR += vitunes SUBDIR += vitunes

View file

@ -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>

View file

@ -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

View file

@ -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

View file

@ -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 $*

View file

@ -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/

View file

@ -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