summaryrefslogtreecommitdiff
path: root/audio/shoutcast
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-12-31 13:37:58 +0000
committerRene Ladan <rene@FreeBSD.org>2018-12-31 13:37:58 +0000
commitd1a5353b9cccb568b52fb525175941ad0b8a0345 (patch)
tree25abb8f5b9cdfd31fb9d446791a87606bf77ff0b /audio/shoutcast
parentcad/z88: update 13.0 -> 15 (diff)
Remove expired ports:
2018-12-31 net/libsrtp: Superseded by libsrtp2 2018-12-31 x11-toolkits/wlc: Deprecated upstream 2018-12-31 japanese/spamassassin: does not build 2018-12-31 www/spdylay: SPDY is deprecated, use HTTP/2 instead 2018-12-31 www/moodle33: Upstream no longer maintained 2018-12-31 security/krb5-114: EOL twelve months after release of krb5-1.16 2018-12-31 databases/mongodb32: EOL upstream since September 2018 2018-12-31 databases/mongodb32-tools: EOL upstream since September 2018 2018-12-31 audio/creox: Qt4 has been EOL since december 2015 2018-12-31 audio/terminatorx: Unmaintained, broken too often 2018-12-31 audio/shoutcast: Upstream vendor no longer provides releases 2018-12-31 dns/powerdns-recursor40: FreeBSD 10.3 has reached EoL since 2018-04-30; users should upgrade and use dns/powerdns-recursor instead 2018-12-31 sysutils/ataidle: obsoleted by camcontrol(8) 2018-12-31 sysutils/syslog-ng37: No longer officially supported by Balabit, does not support openssl111 2018-12-31 sysutils/cfengine22: No longeer supported by cfengine.com 2018-12-31 sysutils/syslog-ng36: No longer officially supported by Balabit, does not support openssl111
Notes
Notes: svn path=/head/; revision=488786
Diffstat (limited to 'audio/shoutcast')
-rw-r--r--audio/shoutcast/Makefile90
-rw-r--r--audio/shoutcast/distinfo2
-rw-r--r--audio/shoutcast/files/pkg-message.in13
-rw-r--r--audio/shoutcast/files/shoutcast.in35
-rw-r--r--audio/shoutcast/pkg-descr6
5 files changed, 0 insertions, 146 deletions
diff --git a/audio/shoutcast/Makefile b/audio/shoutcast/Makefile
deleted file mode 100644
index 677d4cc1e8e9..000000000000
--- a/audio/shoutcast/Makefile
+++ /dev/null
@@ -1,90 +0,0 @@
-# Created by: Jarrod Sayers <jarrod@downtools.com.au>
-# $FreeBSD$
-
-PORTNAME= shoutcast
-PORTVERSION= 2.4.7.256
-PORTREVISION= 2
-CATEGORIES= audio net
-MASTER_SITES= http://download.nullsoft.com/shoutcast/tools/ \
- http://people.freebsd.org/~sbruno/shoutcast/distfiles/
-DISTNAME= sc_serv2_bsd-latest
-
-MAINTAINER= sbruno@FreeBSD.org
-COMMENT= SHOUTcast Distributed Network Audio Server
-
-RESTRICTED= redistribution of software is not permitted
-DEPRECATED= Upstream vendor no longer provides releases
-EXPIRATION_DATE=2018-12-31
-IA32_BINARY_PORT= yes
-
-USES= dos2unix shebangfix
-DOS2UNIX_REGEX= .*\.(conf|css|html|js|txt|xml)
-bash_CMD= ${SH}
-SHEBANG_FILES= setup.sh
-
-USE_RC_SUBR= shoutcast
-
-CONFLICTS= linux-shoutcast-[0-9]*
-NO_WRKSUBDIR= yes
-NO_BUILD= yes
-
-OPTIONS_DEFINE= SERVERSETUP DOCS EXAMPLES
-OPTIONS_DEFAULT= SERVERSETUP
-SERVERSETUP_DESC= SHOUTcast Server Setup Tools
-EXAMPLE_DESC= SHOUTcast Server Example Configuration Files
-
-DATADIR= ${WWWDIR}
-SHOUTCASTLDIR= /var/log/${PORTNAME}
-SHOUTCASTDIR= /var/run/${PORTNAME}
-
-SHOUTCASTUSER= ${PORTNAME}
-SHOUTCASTGROUP= ${PORTNAME}
-USERS= ${SHOUTCASTUSER}
-GROUPS= ${SHOUTCASTGROUP}
-
-SUB_FILES= pkg-message
-SUB_LIST= SHOUTCASTUSER=${SHOUTCASTUSER} SHOUTCASTDIR=${SHOUTCASTDIR}
-
-PORTDATA= *
-PORTDOCS= docs *.html *.pem *.txt
-PORTEXAMPLES= *.conf
-
-PLIST_DIRS= ${ETCDIR} ${SHOUTCASTLDIR} ${SHOUTCASTDIR} \
- ${SHOUTCASTDIR}/control ${SHOUTCASTDIR}/logs
-PLIST_FILES= sbin/sc_serv
-.for ext in ban rip
-PLIST_FILES+= "@postunexec if [ ! -s ${SHOUTCASTDIR}/sc_serv.${ext} ];\
- then ${RM} ${SHOUTCASTDIR}/sc_serv.${ext}; fi"
-.endfor
-
-.include <bsd.port.options.mk>
-
-.if ${ARCH} == "i386"
-RUN_DEPENDS+= ${LOCALBASE}/lib/compat/libstdc++.so.6:misc/compat9x
-.else
-RUN_DEPENDS+= ${LOCALBASE}/lib32/compat/libstdc++.so.6:misc/compat9x
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e '/sc_serv2 directory/d' \
- -e 's#=.*/\([^\.]*.log\)#=${SHOUTCASTLDIR}/\1#g' \
- -e 's#=control/#=${SHOUTCASTDIR}/#g' ${WRKSRC}/examples/sc_serv_*.conf
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/sc_serv ${STAGEDIR}${PREFIX}/sbin
- @${MKDIR} ${STAGEDIR}${ETCDIR}
- @${MKDIR} ${STAGEDIR}${SHOUTCASTLDIR}
- @${MKDIR} ${STAGEDIR}${SHOUTCASTDIR}/control
- @${MKDIR} ${STAGEDIR}${SHOUTCASTDIR}/logs
-
-do-install-DOCS-on:
- (cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDOCS}" ${STAGEDIR}${DOCSDIR})
-
-do-install-EXAMPLES-on:
- (cd ${WRKSRC}/examples && ${COPYTREE_SHARE} "${PORTEXAMPLES}" \
- ${STAGEDIR}${EXAMPLESDIR})
-
-do-install-SERVERSETUP-on:
- (cd ${WRKSRC} && ${COPYTREE_SHARE} "setup setup.sh" ${STAGEDIR}${DATADIR})
-
-.include <bsd.port.mk>
diff --git a/audio/shoutcast/distinfo b/audio/shoutcast/distinfo
deleted file mode 100644
index 1fbfd58fed5d..000000000000
--- a/audio/shoutcast/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (sc_serv2_bsd-latest.tar.gz) = 9a4bf61b7cf88df2545f068d891b92f1778c5c2c4b71b2123ed729405b07e08e
-SIZE (sc_serv2_bsd-latest.tar.gz) = 3382677
diff --git a/audio/shoutcast/files/pkg-message.in b/audio/shoutcast/files/pkg-message.in
deleted file mode 100644
index 950c76b4e4fb..000000000000
--- a/audio/shoutcast/files/pkg-message.in
+++ /dev/null
@@ -1,13 +0,0 @@
-**********************************************************************
-
- SHOUTcast Distributed Network Audio Server is now installed.
-
- Enable SHOUTcast in /etc/rc.conf with the following line:
-
- shoutcast_enable="YES"
-
- See %%EXAMPLESDIR%% for configuration examples.
- A basic installation can be completed by copying sc_serv_basic.conf
- to %%ETCDIR%%/sc_serv.conf.
-
-**********************************************************************
diff --git a/audio/shoutcast/files/shoutcast.in b/audio/shoutcast/files/shoutcast.in
deleted file mode 100644
index c9d5aa2d657b..000000000000
--- a/audio/shoutcast/files/shoutcast.in
+++ /dev/null
@@ -1,35 +0,0 @@
-#!/bin/sh
-
-# $FreeBSD$
-#
-# PROVIDE: shoutcast
-# REQUIRE: LOGIN
-# KEYWORD: shutdown
-#
-# Add the following lines to /etc/rc.conf to enable SHOUTcast:
-# shoutcast_enable (bool): Set to "NO" by default.
-# Set it to "YES" to enable SHOUTcast.
-# shoutcast_configfile (str): Set to "%%ETCDIR%%/sc_serv.conf" by default.
-# shoutcast_user (str): Set to "%%SHOUTCASTUSER%%" by default.
-# shoutcast_chdir (str): Set to "%%SHOUTCASTDIR%%" by default.
-
-. /etc/rc.subr
-
-name=shoutcast
-rcvar=shoutcast_enable
-
-load_rc_config ${name}
-
-: ${shoutcast_enable:="NO"}
-: ${shoutcast_configfile:="%%ETCDIR%%/sc_serv.conf"}
-: ${shoutcast_user:="%%SHOUTCASTUSER%%"}
-: ${shoutcast_chdir:="%%SHOUTCASTDIR%%"}
-
-command="%%PREFIX%%/sbin/sc_serv"
-
-required_dirs="${shoutcast_chdir}"
-required_files="${shoutcast_configfile}"
-
-command_args="${shoutcast_configfile} >/dev/null 2>&1 &"
-
-run_rc_command "$1"
diff --git a/audio/shoutcast/pkg-descr b/audio/shoutcast/pkg-descr
deleted file mode 100644
index 04419babf301..000000000000
--- a/audio/shoutcast/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-SHOUTcast Distributed Network Audio Server 2.0 (or DNAS for short) is
-the next-generation SHOUTcast server technology, designed to work with
-the new YP 2.0 playform that supports real-time and coming soon search
-results, international chatacter encoding support, and much more!
-
-WWW: http://www.shoutcast.com/broadcast-tools/