diff options
author | jseger <jseger@FreeBSD.org> | 1999-04-07 17:58:43 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1999-04-07 17:58:43 +0000 |
commit | 8ca879e376aba9cd049e7aa64349bc49c5e2d29b (patch) | |
tree | c40d07ff2ff1ec35cf23fab79edb2148da9b3dba /audio/icecast | |
parent | 84cd9111fc5633e357fa8aa303b67ac013819e85 (diff) | |
download | FreeBSD-ports-8ca879e376aba9cd049e7aa64349bc49c5e2d29b.zip FreeBSD-ports-8ca879e376aba9cd049e7aa64349bc49c5e2d29b.tar.gz |
Upgrade to icecast-1.1.3
PR: ports/10994
Submitted by: mharo@area51.fremont.ca.us
Diffstat (limited to 'audio/icecast')
-rw-r--r-- | audio/icecast/Makefile | 19 | ||||
-rw-r--r-- | audio/icecast/distinfo | 2 | ||||
-rw-r--r-- | audio/icecast/pkg-plist | 6 |
3 files changed, 16 insertions, 11 deletions
diff --git a/audio/icecast/Makefile b/audio/icecast/Makefile index e6b8403..6d197e6 100644 --- a/audio/icecast/Makefile +++ b/audio/icecast/Makefile @@ -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 diff --git a/audio/icecast/distinfo b/audio/icecast/distinfo index d0636c6..e6ee1c1 100644 --- a/audio/icecast/distinfo +++ b/audio/icecast/distinfo @@ -1 +1 @@ -MD5 (icecast-1.1.0.tar.gz) = f0bd176b2aea0583716a5ab110472213 +MD5 (icecast-1.1.3.tar.gz) = 986afc6e343b6bce159ff267e6f7120d diff --git a/audio/icecast/pkg-plist b/audio/icecast/pkg-plist index f0e2c42..9e47d1b 100644 --- a/audio/icecast/pkg-plist +++ b/audio/icecast/pkg-plist @@ -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 |