1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00

Upgrade to icecast-1.1.3

PR:		ports/10994
Submitted by:	mharo@area51.fremont.ca.us
This commit is contained in:
Justin M. Seger 1999-04-07 17:58:43 +00:00
parent 0355fa0c46
commit 38cdef4a3d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17701
6 changed files with 32 additions and 22 deletions

View File

@ -3,10 +3,10 @@
# Date created: 28 Jan 1999
# Whom: Chip Marshall <chip@eboai.org>
#
# $Id$
# $Id: Makefile,v 1.1.1.1 1999/04/02 04:23:49 steve Exp $
#
DISTNAME= icecast-1.1.0
DISTNAME= icecast-1.1.3
CATEGORIES= audio net
MASTER_SITES= http://icecast.linuxpower.org/releases/ \
ftp://ftp.eboai.org/pub/icecast/
@ -14,19 +14,22 @@ MASTER_SITES= http://icecast.linuxpower.org/releases/ \
MAINTAINER= chip@eboai.org
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-crypt --with-libwrap
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/icecast ${PREFIX}/sbin
${INSTALL_PROGRAM} ${WRKSRC}/iceplay/listen ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/iceplay/shout ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/iceplay/iceplay ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/liveice/liveice ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/shout/listen ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/shout/shout ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/misc/iceplay ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/icecast
${INSTALL_MAN} ${WRKSRC}/doc/* ${PREFIX}/share/doc/icecast
${MKDIR} ${PREFIX}/share/examples/icecast
${INSTALL_MAN} ${WRKSRC}/iceplay/shoutrc.example ${PREFIX}/share/examples/icecast
${INSTALL_MAN} ${WRKSRC}/iceplay/playlist.example ${PREFIX}/share/examples/icecast
${INSTALL_MAN} ${WRKSRC}/iceplay/radio.tcl.example ${PREFIX}/share/examples/icecast
${INSTALL_MAN} ${WRKSRC}/shout/shoutrc.example ${PREFIX}/share/examples/icecast
${INSTALL_MAN} ${WRKSRC}/shout/playlist.example ${PREFIX}/share/examples/icecast
${INSTALL_MAN} ${WRKSRC}/shout/radio.tcl.example ${PREFIX}/share/examples/icecast
${INSTALL_MAN} ${WRKSRC}/liveice/liveice.cfg ${PREFIX}/share/examples/icecast
${MKDIR} ${PREFIX}/share/examples/icecast/icedir
${INSTALL_MAN} ${WRKSRC}/icedir/* ${PREFIX}/share/examples/icecast/icedir
.endif

View File

@ -1 +1 @@
MD5 (icecast-1.1.0.tar.gz) = f0bd176b2aea0583716a5ab110472213
MD5 (icecast-1.1.3.tar.gz) = 986afc6e343b6bce159ff267e6f7120d

View File

@ -1,7 +1,8 @@
sbin/icecast
bin/iceplay
bin/shout
bin/listen
bin/liveice
bin/shout
sbin/icecast
share/doc/icecast/AUTHORS
share/doc/icecast/BUGS
share/doc/icecast/BUGS.iceplay
@ -16,6 +17,7 @@ share/doc/icecast/README.iceplay
share/doc/icecast/README.shout
share/doc/icecast/TESTED
share/doc/icecast/TODO.shout
share/examples/icecast/liveice.cfg
share/examples/icecast/playlist.example
share/examples/icecast/radio.tcl.example
share/examples/icecast/shoutrc.example

View File

@ -3,10 +3,10 @@
# Date created: 28 Jan 1999
# Whom: Chip Marshall <chip@eboai.org>
#
# $Id$
# $Id: Makefile,v 1.1.1.1 1999/04/02 04:23:49 steve Exp $
#
DISTNAME= icecast-1.1.0
DISTNAME= icecast-1.1.3
CATEGORIES= audio net
MASTER_SITES= http://icecast.linuxpower.org/releases/ \
ftp://ftp.eboai.org/pub/icecast/
@ -14,19 +14,22 @@ MASTER_SITES= http://icecast.linuxpower.org/releases/ \
MAINTAINER= chip@eboai.org
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-crypt --with-libwrap
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/icecast ${PREFIX}/sbin
${INSTALL_PROGRAM} ${WRKSRC}/iceplay/listen ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/iceplay/shout ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/iceplay/iceplay ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/liveice/liveice ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/shout/listen ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/shout/shout ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/misc/iceplay ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/icecast
${INSTALL_MAN} ${WRKSRC}/doc/* ${PREFIX}/share/doc/icecast
${MKDIR} ${PREFIX}/share/examples/icecast
${INSTALL_MAN} ${WRKSRC}/iceplay/shoutrc.example ${PREFIX}/share/examples/icecast
${INSTALL_MAN} ${WRKSRC}/iceplay/playlist.example ${PREFIX}/share/examples/icecast
${INSTALL_MAN} ${WRKSRC}/iceplay/radio.tcl.example ${PREFIX}/share/examples/icecast
${INSTALL_MAN} ${WRKSRC}/shout/shoutrc.example ${PREFIX}/share/examples/icecast
${INSTALL_MAN} ${WRKSRC}/shout/playlist.example ${PREFIX}/share/examples/icecast
${INSTALL_MAN} ${WRKSRC}/shout/radio.tcl.example ${PREFIX}/share/examples/icecast
${INSTALL_MAN} ${WRKSRC}/liveice/liveice.cfg ${PREFIX}/share/examples/icecast
${MKDIR} ${PREFIX}/share/examples/icecast/icedir
${INSTALL_MAN} ${WRKSRC}/icedir/* ${PREFIX}/share/examples/icecast/icedir
.endif

View File

@ -1 +1 @@
MD5 (icecast-1.1.0.tar.gz) = f0bd176b2aea0583716a5ab110472213
MD5 (icecast-1.1.3.tar.gz) = 986afc6e343b6bce159ff267e6f7120d

View File

@ -1,7 +1,8 @@
sbin/icecast
bin/iceplay
bin/shout
bin/listen
bin/liveice
bin/shout
sbin/icecast
share/doc/icecast/AUTHORS
share/doc/icecast/BUGS
share/doc/icecast/BUGS.iceplay
@ -16,6 +17,7 @@ share/doc/icecast/README.iceplay
share/doc/icecast/README.shout
share/doc/icecast/TESTED
share/doc/icecast/TODO.shout
share/examples/icecast/liveice.cfg
share/examples/icecast/playlist.example
share/examples/icecast/radio.tcl.example
share/examples/icecast/shoutrc.example