aboutsummaryrefslogtreecommitdiff
path: root/audio/icecast2
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2002-01-29 04:56:35 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2002-01-29 04:56:35 +0000
commitb315e20b06b5067b11496cbfb4744f5cf16a9639 (patch)
tree3fe761c428249a06677cf9f97eb9badee0732a6a /audio/icecast2
parent7f06f7b43a65cd1bd87825a1886b0e08e87f38e3 (diff)
downloadports-release/4.5.0.tar.gz
ports-release/4.5.0.zip
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_5_0'.release/4.5.0
Diffstat (limited to 'audio/icecast2')
-rw-r--r--audio/icecast2/Makefile35
-rw-r--r--audio/icecast2/distinfo1
-rw-r--r--audio/icecast2/pkg-comment1
-rw-r--r--audio/icecast2/pkg-descr8
-rw-r--r--audio/icecast2/pkg-message15
-rw-r--r--audio/icecast2/pkg-plist28
6 files changed, 0 insertions, 88 deletions
diff --git a/audio/icecast2/Makefile b/audio/icecast2/Makefile
deleted file mode 100644
index c0b2e10442a7..000000000000
--- a/audio/icecast2/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# New ports collection makefile for: icecast
-# Date created: 28 Jan 1999
-# Whom: Chip Marshall <chip@eboai.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= icecast
-PORTVERSION= 1.3.11
-CATEGORIES= audio net
-MASTER_SITES= http://www.icecast.org/releases/
-
-MAINTAINER= zach@pabst.bendnet.com
-
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS= --with-libwrap
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/src/icecast ${PREFIX}/sbin
- ${MKDIR} ${PREFIX}/etc/icecast/conf
- ${MKDIR} ${PREFIX}/etc/icecast/templates
-.for CONF in groups.aut.dist icecast.conf.dist mounts.aut.dist users.aut.dist
- ${INSTALL_DATA} ${WRKSRC}/conf/${CONF} ${PREFIX}/etc/icecast/conf
-.endfor
-.for TEMPL in 306.html 400.html 403.html 404.html 504.html bodytag.html info.html \
- list_directory.html mountlist.html statistics.html admin_describe.html \
- admin.html alias_add.html manual.html alias_del.html header.html \
- footer.html admin_change.html
- ${INSTALL_DATA} ${WRKSRC}/templates/${TEMPL} ${PREFIX}/etc/icecast/templates
-.endfor
- ${MKDIR} ${PREFIX}/share/doc/icecast/
- ${INSTALL_DATA} ${WRKSRC}/doc/manual.html ${PREFIX}/share/doc/icecast/
- @${CAT} ${PKGMESSAGE} | ${SED} -e 's,%%PREFIX%%,${PREFIX},g'
-
-.include <bsd.port.mk>
diff --git a/audio/icecast2/distinfo b/audio/icecast2/distinfo
deleted file mode 100644
index 127572a8cc4d..000000000000
--- a/audio/icecast2/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (icecast-1.3.11.tar.gz) = 20d3b21829bc450c19607ee39ccb0e6c
diff --git a/audio/icecast2/pkg-comment b/audio/icecast2/pkg-comment
deleted file mode 100644
index 627383078592..000000000000
--- a/audio/icecast2/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A streaming mp3 audio server
diff --git a/audio/icecast2/pkg-descr b/audio/icecast2/pkg-descr
deleted file mode 100644
index c683f3434b65..000000000000
--- a/audio/icecast2/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-Icecast is a streaming mp3 audio server.
-
-Icecast provides nearly all the functionality of the Shoutcast server.
-It will accept encoding streams from encoders like winamp, shout and ices.
-It can also add itself to a directory server such as our own
-icecast.linuxpower.org or Nullsoft's yp.shoutcast.com.
-
-WWW: http://www.icecast.org/
diff --git a/audio/icecast2/pkg-message b/audio/icecast2/pkg-message
deleted file mode 100644
index 34690c5d02ae..000000000000
--- a/audio/icecast2/pkg-message
+++ /dev/null
@@ -1,15 +0,0 @@
------------------------------------------------------------------
-
-Icecast's various components have been installed in the following
-directories:
-
- - The icecast server:
- %%PREFIX%%/sbin/icecast
-
- - Icecast configuration files have been installed in:
- %%PREFIX%%/etc/icecast/
-
- - Icecast documentation is located in:
- %%PREFIX%%/share/doc/icecast/
-
------------------------------------------------------------------
diff --git a/audio/icecast2/pkg-plist b/audio/icecast2/pkg-plist
deleted file mode 100644
index 5ed338f1a9f0..000000000000
--- a/audio/icecast2/pkg-plist
+++ /dev/null
@@ -1,28 +0,0 @@
-etc/icecast/conf/groups.aut.dist
-etc/icecast/conf/icecast.conf.dist
-etc/icecast/conf/mounts.aut.dist
-etc/icecast/conf/users.aut.dist
-etc/icecast/templates/306.html
-etc/icecast/templates/400.html
-etc/icecast/templates/403.html
-etc/icecast/templates/404.html
-etc/icecast/templates/504.html
-etc/icecast/templates/admin.html
-etc/icecast/templates/admin_change.html
-etc/icecast/templates/admin_describe.html
-etc/icecast/templates/alias_add.html
-etc/icecast/templates/alias_del.html
-etc/icecast/templates/bodytag.html
-etc/icecast/templates/footer.html
-etc/icecast/templates/header.html
-etc/icecast/templates/info.html
-etc/icecast/templates/list_directory.html
-etc/icecast/templates/manual.html
-etc/icecast/templates/mountlist.html
-etc/icecast/templates/statistics.html
-sbin/icecast
-share/doc/icecast/manual.html
-@dirrm etc/icecast/conf
-@dirrm etc/icecast/templates
-@dirrm etc/icecast
-@dirrm share/doc/icecast