From 37e245140e187165e036ee483429459cd531893c Mon Sep 17 00:00:00 2001 From: Steve Price Date: Fri, 2 Apr 1999 04:23:49 +0000 Subject: Import of icecast verion 1.1.0. A SHOUTcast-compatible streaming MP3 server. PR: 10298 Submitted by: Chip Marshall --- audio/icecast/Makefile | 34 ++++++++++++++++++++++++++++++++++ audio/icecast/distinfo | 1 + audio/icecast/pkg-comment | 1 + audio/icecast/pkg-descr | 18 ++++++++++++++++++ audio/icecast/pkg-message | 5 +++++ audio/icecast/pkg-plist | 32 ++++++++++++++++++++++++++++++++ 6 files changed, 91 insertions(+) create mode 100644 audio/icecast/Makefile create mode 100644 audio/icecast/distinfo create mode 100644 audio/icecast/pkg-comment create mode 100644 audio/icecast/pkg-descr create mode 100644 audio/icecast/pkg-message create mode 100644 audio/icecast/pkg-plist (limited to 'audio/icecast') diff --git a/audio/icecast/Makefile b/audio/icecast/Makefile new file mode 100644 index 000000000000..e6b84034cd21 --- /dev/null +++ b/audio/icecast/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: icecast +# Version required: 1.1.0 +# Date created: 28 Jan 1999 +# Whom: Chip Marshall +# +# $Id$ +# + +DISTNAME= icecast-1.1.0 +CATEGORIES= audio net +MASTER_SITES= http://icecast.linuxpower.org/releases/ \ + ftp://ftp.eboai.org/pub/icecast/ + +MAINTAINER= chip@eboai.org + +GNU_CONFIGURE= yes + +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 +.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 + ${MKDIR} ${PREFIX}/share/examples/icecast/icedir + ${INSTALL_MAN} ${WRKSRC}/icedir/* ${PREFIX}/share/examples/icecast/icedir +.endif + +.include diff --git a/audio/icecast/distinfo b/audio/icecast/distinfo new file mode 100644 index 000000000000..d0636c6e867e --- /dev/null +++ b/audio/icecast/distinfo @@ -0,0 +1 @@ +MD5 (icecast-1.1.0.tar.gz) = f0bd176b2aea0583716a5ab110472213 diff --git a/audio/icecast/pkg-comment b/audio/icecast/pkg-comment new file mode 100644 index 000000000000..0f379ec1fb9d --- /dev/null +++ b/audio/icecast/pkg-comment @@ -0,0 +1 @@ +A SHOUTcast-compatible streaming MP3 server diff --git a/audio/icecast/pkg-descr b/audio/icecast/pkg-descr new file mode 100644 index 000000000000..f05f987174b0 --- /dev/null +++ b/audio/icecast/pkg-descr @@ -0,0 +1,18 @@ +icecast +~~~~~~~ +Icecast provides nearly all the functionality of the Shoutcast Linux +server. It will accept encoding streams from either iceplay or WinAmp. +It can also add itself to a directory server such as our own +icecast.linuxpower.org or Nullsoft's yp.shoutcast.com. It does not yet +support redirection of streams from other icecast servers, but soon will. +Command-line options are as follows (these can be obtained by running +'icecast -h' as well): + +contacts and webpage +~~~~~~~~~~~~~~~~~~~~ +The main webpage for icecast is http://icecast.linuxpower.org +Please send any suggestions, bugfixes, or anything else to +icecast@linuxpower.org + +-- +Chip Marshall http://www.eboai.org/~chip/ diff --git a/audio/icecast/pkg-message b/audio/icecast/pkg-message new file mode 100644 index 000000000000..3d0177c12f66 --- /dev/null +++ b/audio/icecast/pkg-message @@ -0,0 +1,5 @@ +FYI, there a several useful programs included in the icecast distribution that +are not installed as part of this port. These include two ways of sending +data to the server, a program for listening to the server, and another for +managing a listing of servers. These are located in the subdirectories +icedir and iceplay under the working directory. diff --git a/audio/icecast/pkg-plist b/audio/icecast/pkg-plist new file mode 100644 index 000000000000..f0e2c420aa5a --- /dev/null +++ b/audio/icecast/pkg-plist @@ -0,0 +1,32 @@ +sbin/icecast +bin/iceplay +bin/shout +bin/listen +share/doc/icecast/AUTHORS +share/doc/icecast/BUGS +share/doc/icecast/BUGS.iceplay +share/doc/icecast/CHANGES +share/doc/icecast/CREDITS.shout +share/doc/icecast/COPYING +share/doc/icecast/FAQ +share/doc/icecast/INSTALL +share/doc/icecast/README +share/doc/icecast/README.icedir +share/doc/icecast/README.iceplay +share/doc/icecast/README.shout +share/doc/icecast/TESTED +share/doc/icecast/TODO.shout +share/examples/icecast/playlist.example +share/examples/icecast/radio.tcl.example +share/examples/icecast/shoutrc.example +share/examples/icecast/icedir/addsrv +share/examples/icecast/icedir/example.phtml +share/examples/icecast/icedir/functions.phps +share/examples/icecast/icedir/gen-playlist +share/examples/icecast/icedir/icedir_cleanup.pl +share/examples/icecast/icedir/remsrv +share/examples/icecast/icedir/server_tbl.sql +share/examples/icecast/icedir/tchsrv +@dirrm share/doc/icecast +@dirrm share/examples/icecast/icedir +@dirrm share/examples/icecast -- cgit v1.2.3