1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

Remove net/coturn because it is a duplicate of net/turnserver

Reported by:	crees
This commit is contained in:
Yuri Victorovich 2021-04-09 02:30:44 -07:00
parent 024be49d6e
commit b91f6147e4
7 changed files with 1 additions and 117 deletions

1
MOVED
View File

@ -16275,3 +16275,4 @@ ftp/frox||2021-04-07|Has expired: Unmaintained and dead upstream, does not build
databases/couchdb2|databases/couchdb3|2021-04-07|No longer supported upstream, uses spidermonkey68 & python2; move to databases/couchdb3
security/pidentd||2021-04-07|Removed: Unmaintained, abandoned, does not build with recent OS versions.
dns/dnsmasq-devel|dns/dnsmasq|2021-04-08|Has expired: use dns/dnsmasq instead, which is newer.
net/coturn|net/turnserver|2021-04-09|Remove duplicate port: coturn is another name for turnserver

View File

@ -90,7 +90,6 @@
SUBDIR += corkscrew
SUBDIR += corosync2
SUBDIR += corosync3
SUBDIR += coturn
SUBDIR += courier-authlib-ldap
SUBDIR += courier-sox
SUBDIR += cppzmq

View File

@ -1,35 +0,0 @@
PORTNAME= coturn
DISTVERSION= 4.5.2
PORTREVISION= 2
CATEGORIES= net
MAINTAINER= yuri@FreeBSD.org
COMMENT= TURN server
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libevent_core.so:devel/libevent
USES= gettext-runtime gmake mysql pkgconfig shebangfix sqlite ssl
USE_GITHUB= yes
SHEBANG_FILES= examples/scripts/oauth.sh examples/scripts/restapi/shared_secret_maintainer.pl
USE_RC_SUBR= turnserver
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-static --enable-shared --turndbdir=/var/db/${PORTNAME}
DOCSDIR= ${PREFIX}/share/doc/turnserver
EXAMPLESDIR= ${PREFIX}/share/examples/turnserver
OPTIONS_DEFINE= DOCS EXAMPLES
PORTDOCS= *
PORTEXAMPLES= *
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1610505917
SHA256 (coturn-coturn-4.5.2_GH0.tar.gz) = 462f1aa5c2455f28c1c8df09510d9e88ab14a1159b5e33ea5be5095262e83745
SIZE (coturn-coturn-4.5.2_GH0.tar.gz) = 442745

View File

@ -1,35 +0,0 @@
#!/bin/sh
# PROVIDE: turnserver
# REQUIRE: DAEMON
# BEFORE: mail
# KEYWORD: shutdown
. /etc/rc.subr
name=turnserver
rcvar=turnserver_enable
desc=TURN and STUN server
load_rc_config ${name}
: ${turnserver_enable:="NO"}
: ${turnserver_configfile:=%%PREFIX%%/etc/$name.conf}
command="%%PREFIX%%/bin/${name}"
required_files="%%PREFIX%%/etc/${name}.conf"
start_precmd=find_pidfile
stop_precmd=find_pidfile
status_precmd=find_pidfile
command_args="-o -c ${turnserver_configfile}"
find_pidfile()
{
if get_pidfile_from_conf pidfile $turnserver_configfile; then
pidfile="$_pidfile_from_conf"
else
pidfile="/var/run/${name}.pid"
fi
}
run_rc_command "$1"

View File

@ -1,9 +0,0 @@
The TURN Server is a VoIP media traffic NAT traversal server and gateway. It can
be used as a general-purpose network traffic TURN server and gateway, too.
On-line management interface (over telnet or over HTTPS) for the TURN server is
available.
The implementation also includes some extra experimental features.
WWW: https://github.com/coturn/coturn

View File

@ -1,34 +0,0 @@
bin/turnadmin
bin/turnserver
bin/turnutils_natdiscovery
bin/turnutils_oauth
bin/turnutils_peer
bin/turnutils_stunclient
bin/turnutils_uclient
@sample etc/turnserver.conf.default etc/turnserver.conf
include/turn/client/TurnMsgLib.h
include/turn/client/ns_turn_ioaddr.h
include/turn/client/ns_turn_msg.h
include/turn/client/ns_turn_msg_addr.h
include/turn/client/ns_turn_msg_defs.h
include/turn/client/ns_turn_msg_defs_experimental.h
include/turn/ns_turn_defs.h
lib/libturnclient.a
man/man1/coturn.1.gz
man/man1/turnadmin.1.gz
man/man1/turnserver.1.gz
man/man1/turnutils.1.gz
man/man1/turnutils_natdiscovery.1.gz
man/man1/turnutils_oauth.1.gz
man/man1/turnutils_peer.1.gz
man/man1/turnutils_stunclient.1.gz
man/man1/turnutils_uclient.1.gz
share/turnserver/schema.mongo.sh
share/turnserver/schema.sql
share/turnserver/schema.stats.redis
share/turnserver/schema.userdb.redis
share/turnserver/testmongosetup.sh
share/turnserver/testredisdbsetup.sh
share/turnserver/testsqldbsetup.sql
/var/db/coturn/turndb
@dir /var/db/coturn