summaryrefslogtreecommitdiff
path: root/audio/icecast2
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-04-02 04:23:49 +0000
committerSteve Price <steve@FreeBSD.org>1999-04-02 04:23:49 +0000
commit37e245140e187165e036ee483429459cd531893c (patch)
tree32efe25b0bd0b6dd303f8c085cf085ff20fdfc9d /audio/icecast2
parentI forgot to add the file (diff)
Import of icecast verion 1.1.0.
A SHOUTcast-compatible streaming MP3 server. PR: 10298 Submitted by: Chip Marshall <chip@eboai.org>
Notes
Notes: svn path=/head/; revision=17549
Diffstat (limited to 'audio/icecast2')
-rw-r--r--audio/icecast2/Makefile34
-rw-r--r--audio/icecast2/distinfo1
-rw-r--r--audio/icecast2/pkg-comment1
-rw-r--r--audio/icecast2/pkg-descr18
-rw-r--r--audio/icecast2/pkg-message5
-rw-r--r--audio/icecast2/pkg-plist32
6 files changed, 91 insertions, 0 deletions
diff --git a/audio/icecast2/Makefile b/audio/icecast2/Makefile
new file mode 100644
index 000000000000..e6b84034cd21
--- /dev/null
+++ b/audio/icecast2/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: icecast
+# Version required: 1.1.0
+# Date created: 28 Jan 1999
+# Whom: Chip Marshall <chip@eboai.org>
+#
+# $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 <bsd.port.mk>
diff --git a/audio/icecast2/distinfo b/audio/icecast2/distinfo
new file mode 100644
index 000000000000..d0636c6e867e
--- /dev/null
+++ b/audio/icecast2/distinfo
@@ -0,0 +1 @@
+MD5 (icecast-1.1.0.tar.gz) = f0bd176b2aea0583716a5ab110472213
diff --git a/audio/icecast2/pkg-comment b/audio/icecast2/pkg-comment
new file mode 100644
index 000000000000..0f379ec1fb9d
--- /dev/null
+++ b/audio/icecast2/pkg-comment
@@ -0,0 +1 @@
+A SHOUTcast-compatible streaming MP3 server
diff --git a/audio/icecast2/pkg-descr b/audio/icecast2/pkg-descr
new file mode 100644
index 000000000000..f05f987174b0
--- /dev/null
+++ b/audio/icecast2/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 <chip@eboai.org> http://www.eboai.org/~chip/
diff --git a/audio/icecast2/pkg-message b/audio/icecast2/pkg-message
new file mode 100644
index 000000000000..3d0177c12f66
--- /dev/null
+++ b/audio/icecast2/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/icecast2/pkg-plist b/audio/icecast2/pkg-plist
new file mode 100644
index 000000000000..f0e2c420aa5a
--- /dev/null
+++ b/audio/icecast2/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