diff options
author | Doug Barton <dougb@FreeBSD.org> | 2011-11-02 01:35:45 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2011-11-02 01:35:45 +0000 |
commit | a1b8c7234f3d864683b1cfabf75c94d3e69f8daa (patch) | |
tree | 58d8bed54b0e8f5b37e2efeb21a5ef5725734914 /audio/shoutcast | |
parent | d2808ff1955d34d3553065194dbc38bb503e154c (diff) |
Notes
Diffstat (limited to 'audio/shoutcast')
-rw-r--r-- | audio/shoutcast/Makefile | 55 | ||||
-rw-r--r-- | audio/shoutcast/distinfo | 2 | ||||
-rw-r--r-- | audio/shoutcast/files/pkg-message.in | 12 | ||||
-rw-r--r-- | audio/shoutcast/files/shoutcast.sh.in | 27 | ||||
-rw-r--r-- | audio/shoutcast/pkg-descr | 6 | ||||
-rw-r--r-- | audio/shoutcast/pkg-plist | 4 |
6 files changed, 0 insertions, 106 deletions
diff --git a/audio/shoutcast/Makefile b/audio/shoutcast/Makefile deleted file mode 100644 index b7084cd62720..000000000000 --- a/audio/shoutcast/Makefile +++ /dev/null @@ -1,55 +0,0 @@ -# Ports collection Makefile for: shoutcast -# Date created: 09 Oct 2005 -# Whom: Gabor Kovesdan -# -# $FreeBSD$ - -PORTNAME= shoutcast -PORTVERSION= 1.9.8 -CATEGORIES= audio net -MASTER_SITES= http://yp.shoutcast.com/downloads/sc1-9-8/ -DISTNAME= sc_serv_${PORTVERSION}_FreeBSD5 - -MAINTAINER= ports@FreeBSD.org -COMMENT= Nullsoft's streaming audio server (binary port) - -LIB_DEPENDS= c.5:${PORTSDIR}/misc/compat5x - -BROKEN= unfetchable; website rearranged -DEPRECATED= "${BROKEN}" -EXPIRATION_DATE= 2011-10-28 - -IA32_BINARY_PORT= YES -NO_BUILD= YES -RESTRICTED= Redistribution of the software is not allowed - -CONFLICTS= linux-shoutcast-[0-9]* - -USERS= ${PORTNAME} -GROUPS= ${USERS} -USE_RC_SUBR= shoutcast.sh -PORTDOCS= README.TXT -WRKSRC= ${WRKDIR} - -post-patch: - @${REINPLACE_CMD} -e 's/[[:cntrl:]]*$$//' \ - -e 's|=sc_serv.log|=/var/log/sc_serv.log|' \ - -e 's|=sc_w3c.log|=/var/log/sc_w3c.log|' \ - -e 's|ScreenLog=1|ScreenLog=0|' \ - -e 's|RealTime=1|RealTime=0|' \ - -e 's|=sc_serv.ban|=${PREFIX}/etc/shoutcast/sc_serv.ban|' \ - -e 's|=sc_serv.rip|=${PREFIX}/etc/shoutcast/sc_serv.rip|' \ - ${WRKSRC}/sc_serv.conf - -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/sc_serv ${PREFIX}/sbin - @${MKDIR} ${PREFIX}/etc/shoutcast - @${INSTALL_DATA} ${WRKSRC}/sc_serv.conf ${PREFIX}/etc/shoutcast/sc_serv.conf.sample - @[ -f ${PREFIX}/etc/shoutcast/sc_serv.conf ] || \ - ${INSTALL_DATA} ${WRKSRC}/sc_serv.conf ${PREFIX}/etc/shoutcast/sc_serv.conf -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/README.TXT ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/audio/shoutcast/distinfo b/audio/shoutcast/distinfo deleted file mode 100644 index bc8bca08ddab..000000000000 --- a/audio/shoutcast/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (sc_serv_1.9.8_FreeBSD5.tar.gz) = 5e05f7bac72b3cffe8f54b0387e5a67aa55be67d2a864508db82de4dc5a41a0a -SIZE (sc_serv_1.9.8_FreeBSD5.tar.gz) = 62688 diff --git a/audio/shoutcast/files/pkg-message.in b/audio/shoutcast/files/pkg-message.in deleted file mode 100644 index 0296e299d70d..000000000000 --- a/audio/shoutcast/files/pkg-message.in +++ /dev/null @@ -1,12 +0,0 @@ -================================================================== -Shoutcast is now installed. -There is a sample configuration file under -%%PREFIX%%/etc/shoutcast/sc_serv.conf.sample. -Edit that file and save it as sc_serv.conf in the same directory. - -If You want to start the server, set shoutcast_enable="YES" in -your /etc/rc.conf file, and type: - -%%PREFIX%%/etc/rc.d/shoutcast.sh start - -================================================================== diff --git a/audio/shoutcast/files/shoutcast.sh.in b/audio/shoutcast/files/shoutcast.sh.in deleted file mode 100644 index eadc86683c1f..000000000000 --- a/audio/shoutcast/files/shoutcast.sh.in +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/sh -# - -# PROVIDE: shoutcast -# REQUIRE: LOGIN -# BEFORE: -# KEYWORD: shutdown - -. /etc/rc.subr - -name="shoutcast" -rcvar=`set_rcvar` -start_cmd="shoutcast_startcmd" -stop_cmd="shoutcast_stopcmd" - -shoutcast_startcmd () -{ -su shoutcast -c '%%PREFIX%%/sbin/sc_serv %%PREFIX%%/etc/shoutcast/sc_serv.conf & >/dev/null 2>&1' -} - -shoutcast_stopcmd () -{ -killall sc_serv -} - -load_rc_config $name -run_rc_command "$1" diff --git a/audio/shoutcast/pkg-descr b/audio/shoutcast/pkg-descr deleted file mode 100644 index 57430fb6a702..000000000000 --- a/audio/shoutcast/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Shoutcast is Nullsoft's Winamp-based streaming audio server. It isn't -an open source software, but freely available for i386 versions of -FreeBSD 4.x and 5.x. This port installs the appropriate binary for -your system. - -WWW: http://www.shoutcast.com diff --git a/audio/shoutcast/pkg-plist b/audio/shoutcast/pkg-plist deleted file mode 100644 index ae9ece2dc583..000000000000 --- a/audio/shoutcast/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -sbin/sc_serv -@unexec if cmp -s %%PREFIX%%/etc/shoutcast/sc_serv.conf %%PREFIX%%/etc/shoutcast/sc_serv.conf.sample; then rm %%PREFIX%%/etc/shoutcast/sc_serv.conf; fi -etc/shoutcast/sc_serv.conf.sample -@dirrmtry etc/shoutcast |