summaryrefslogtreecommitdiff
path: root/audio/icecast1
diff options
context:
space:
mode:
Diffstat (limited to 'audio/icecast1')
-rw-r--r--audio/icecast1/DESCR4
-rw-r--r--audio/icecast1/Makefile55
-rw-r--r--audio/icecast1/PLIST32
-rw-r--r--audio/icecast1/distinfo16
-rw-r--r--audio/icecast1/files/icecast.sh29
-rw-r--r--audio/icecast1/patches/patch-aa20
-rw-r--r--audio/icecast1/patches/patch-ab36
-rw-r--r--audio/icecast1/patches/patch-ac16
-rw-r--r--audio/icecast1/patches/patch-ad13
-rw-r--r--audio/icecast1/patches/patch-ae12
-rw-r--r--audio/icecast1/patches/patch-af13
-rw-r--r--audio/icecast1/patches/patch-ag14
-rw-r--r--audio/icecast1/patches/patch-ah13
-rw-r--r--audio/icecast1/patches/patch-ai13
-rw-r--r--audio/icecast1/patches/patch-aj13
-rw-r--r--audio/icecast1/patches/patch-ak20
16 files changed, 0 insertions, 319 deletions
diff --git a/audio/icecast1/DESCR b/audio/icecast1/DESCR
deleted file mode 100644
index 78edcf9aa81..00000000000
--- a/audio/icecast1/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-Icecast is an Internet based broadcasting system based on the Mpeg
-Layer III streaming technology. It is, however, not limited to
-streaming mp3 files. It was originally inspired by Nullsoft's
-Shoutcast and also mp3serv by Scott Man ley.
diff --git a/audio/icecast1/Makefile b/audio/icecast1/Makefile
deleted file mode 100644
index 0eb5f9498e8..00000000000
--- a/audio/icecast1/Makefile
+++ /dev/null
@@ -1,55 +0,0 @@
-# $NetBSD: Makefile,v 1.21 2006/06/18 11:07:36 rillig Exp $
-#
-
-DISTNAME= icecast-1.3.12
-PKGREVISION= 8
-CATEGORIES= audio
-MASTER_SITES= http://www.icecast.org/releases/
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.icecast.org/
-COMMENT= Internet broadcasting system using Mpeg Layer III streaming
-
-RCD_SCRIPTS= icecast
-PKG_SYSCONFSUBDIR= icecast
-
-GNU_CONFIGURE= yes
-CONFIGURE_ENV+= VARBASE=${VARBASE}
-CONFIGURE_ARGS+= --with-readline \
- --with-libwrap \
- --with-python \
- --sysconfdir=${PKG_SYSCONFDIR:Q}
-CPPFLAGS+= -I${BUILDLINK_PREFIX.readline}/include/readline
-CPPFLAGS+= ${BUILDLINK_CPPFLAGS.${PYPACKAGE}}
-LDFLAGS+= ${BUILDLINK_LDFLAGS.${PYPACKAGE}}
-LIBS+= -lutil
-PTHREAD_OPTS+= require
-
-EGDIR= ${PREFIX}/share/examples/icecast
-EGFILES= groups.aut mounts.aut users.aut icecast.conf
-
-.for f in ${EGFILES}
-CONF_FILES+= ${EGDIR}/${f}.dist ${PKG_SYSCONFDIR}/${f}
-.endfor
-
-.include "../../mk/bsd.prefs.mk"
-
-ICECAST_SOURCE_BUFFSIZE?= 8192
-ICECAST_CHUNKLEN?= 64
-
-BUILD_DEFS+= ICECAST_SOURCE_BUFFSIZE
-BUILD_DEFS+= ICECAST_CHUNKLEN
-
-SUBST_CLASSES+= ice
-SUBST_STAGE.ice= pre-configure
-SUBST_MESSAGE.ice= Configuring in src/icetypes.h
-SUBST_FILES.ice= src/icetypes.h
-SUBST_SED.ice= -e 's/@SOURCE_BUFFSIZE@/${ICECAST_SOURCE_BUFFSIZE}/'
-SUBST_SED.ice+= -e 's/@CHUNKLEN@/${ICECAST_CHUNKLEN}/'
-
-.include "../../devel/readline/buildlink3.mk"
-.include "../../lang/python/application.mk"
-.include "../../security/tcp_wrappers/buildlink3.mk"
-.include "../../mk/pthread.buildlink3.mk"
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/audio/icecast1/PLIST b/audio/icecast1/PLIST
deleted file mode 100644
index 8b1fb0aa6f2..00000000000
--- a/audio/icecast1/PLIST
+++ /dev/null
@@ -1,32 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2005/05/02 20:33:57 reed Exp $
-bin/icecast
-share/doc/icecast/manual.html
-share/examples/icecast/groups.aut.dist
-share/examples/icecast/icecast.conf.dist
-share/examples/icecast/mounts.aut.dist
-share/examples/icecast/users.aut.dist
-share/examples/rc.d/icecast
-share/icecast/templates/306.html
-share/icecast/templates/400.html
-share/icecast/templates/403.html
-share/icecast/templates/404.html
-share/icecast/templates/504.html
-share/icecast/templates/admin.html
-share/icecast/templates/admin_change.html
-share/icecast/templates/admin_describe.html
-share/icecast/templates/alias_add.html
-share/icecast/templates/alias_del.html
-share/icecast/templates/bodytag.html
-share/icecast/templates/footer.html
-share/icecast/templates/header.html
-share/icecast/templates/info.html
-share/icecast/templates/list_directory.html
-share/icecast/templates/manual.html
-share/icecast/templates/mountlist.html
-share/icecast/templates/statistics.html
-@dirrm share/icecast/templates
-@exec ${MKDIR} %D/share/icecast/static
-@dirrm share/icecast/static
-@dirrm share/icecast
-@dirrm share/examples/icecast
-@dirrm share/doc/icecast
diff --git a/audio/icecast1/distinfo b/audio/icecast1/distinfo
deleted file mode 100644
index 31925bb8188..00000000000
--- a/audio/icecast1/distinfo
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: distinfo,v 1.5 2006/06/18 11:07:36 rillig Exp $
-
-SHA1 (icecast-1.3.12.tar.gz) = bacb760390453718de536b85979ff3a9a73c7710
-RMD160 (icecast-1.3.12.tar.gz) = 7b576dbc16103c01b5393880ab51c532662334a9
-Size (icecast-1.3.12.tar.gz) = 269822 bytes
-SHA1 (patch-aa) = 169202f563e4e2812d8d532264dcdb4f9ffc8df2
-SHA1 (patch-ab) = 28dc8d9416b606aca4861df80332f9bf50458b45
-SHA1 (patch-ac) = 4775c84b910f9b19134f66a57f5196b572daf3cc
-SHA1 (patch-ad) = 787838025c33a2b84bc0dd20ac6442e5d8cc24c0
-SHA1 (patch-ae) = 43eccb3d3b71ae589dde96042ba580124f9e19e5
-SHA1 (patch-af) = 5720c8847a1885e3012f2530134da41fdc7dd6f7
-SHA1 (patch-ag) = 279acaca71b33f8d32a117b315f6277414691572
-SHA1 (patch-ah) = 740a13863302859bb35b97de95fca2a28f46c365
-SHA1 (patch-ai) = ddd79af274984ec0417db31709cbe43a80ea63ae
-SHA1 (patch-aj) = 455584df6c2b90941198dea632fdb2248709e779
-SHA1 (patch-ak) = b0063a9d484e2b5e7ddaf06dcdcf6310fc968423
diff --git a/audio/icecast1/files/icecast.sh b/audio/icecast1/files/icecast.sh
deleted file mode 100644
index bcc80dbeb9e..00000000000
--- a/audio/icecast1/files/icecast.sh
+++ /dev/null
@@ -1,29 +0,0 @@
-#!@RCD_SCRIPTS_SHELL@
-#
-# $NetBSD: icecast.sh,v 1.1.1.1 2004/01/08 20:48:46 xtraeme Exp $
-#
-# PROVIDE: icecast
-# REQUIRE: DAEMON LOGIN network
-
-
-name="icecast"
-command="@PREFIX@/bin/${name}"
-mainconfigfile="@PKG_SYSCONFDIR@/${name}.conf"
-icecast_flags="-c ${mainconfigfile} -d @PKG_SYSCONFDIR@ -b"
-sig_stop="KILL"
-
-
-. /etc/rc.subr
-
-
-pidfile="/var/run/${name}.pid"
-required_files="${mainconfigfile}"
-
-
-load_rc_config $name
-run_rc_command "$1"
-
-
-if [ "$1" != "stop" ]; then
- echo $(check_process $command) > $pidfile
-fi
diff --git a/audio/icecast1/patches/patch-aa b/audio/icecast1/patches/patch-aa
deleted file mode 100644
index db172558f82..00000000000
--- a/audio/icecast1/patches/patch-aa
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2004/01/08 20:48:46 xtraeme Exp $
-
---- src/definitions.h.orig Tue Nov 21 02:26:07 2000
-+++ src/definitions.h
-@@ -31,6 +31,7 @@
- # define __USE_BSD
- #endif
-
-+#ifndef __NetBSD__
- #ifndef __EXTENSIONS__
- # define __EXTENSIONS__
- #endif
-@@ -62,6 +63,7 @@
- # endif
- #endif
-
-+#endif /* __NetBSD__ */
-
-
-
diff --git a/audio/icecast1/patches/patch-ab b/audio/icecast1/patches/patch-ab
deleted file mode 100644
index 6d318e837ce..00000000000
--- a/audio/icecast1/patches/patch-ab
+++ /dev/null
@@ -1,36 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2006/06/18 11:07:36 rillig Exp $
-
---- configure.orig 2002-04-11 00:50:20.000000000 +0200
-+++ configure
-@@ -876,16 +876,16 @@ if test "x$enable_fsstd" = "xyes"; then
- else
- ICECAST_BINDIR=${prefix}/bin
- ICECAST_SBINDIR=${prefix}/bin
-- ICECAST_ETCDIR=conf
-- ICECAST_ETCDIR_INST=${prefix}/conf
-+ ICECAST_ETCDIR=${sysconfdir}
-+ ICECAST_ETCDIR_INST=${prefix}/share/examples/icecast
- ICECAST_SHAREDIR=${prefix}
- ICECAST_LOGDIR=logs
-- ICECAST_LOGDIR_INST=${prefix}/logs
-+ ICECAST_LOGDIR_INST=${VARBASE}/log/icecast
- ICECAST_TEMPLATEDIR=templates
-- ICECAST_TEMPLATEDIR_INST=${prefix}/templates
-+ ICECAST_TEMPLATEDIR_INST=${prefix}/share/icecast/templates
- ICECAST_STATICDIR=static
-- ICECAST_STATICDIR_INST=${prefix}/static
-- ICECAST_DOCDIR=${prefix}/doc
-+ ICECAST_STATICDIR_INST=${prefix}/share/icecast/static
-+ ICECAST_DOCDIR=${prefix}/share/doc/icecast
- USE_FSSTD=no
- fi
-
-@@ -1540,7 +1540,7 @@ EOF
-
- echo "$ac_t""BSD/OS" 1>&6
- ;;
-- *BSD*)
-+ unused)
- __SOMEBSD__=yes
- cat >> confdefs.h <<\EOF
- #define __SOMEBSD__ 1
diff --git a/audio/icecast1/patches/patch-ac b/audio/icecast1/patches/patch-ac
deleted file mode 100644
index e00e2ec60cc..00000000000
--- a/audio/icecast1/patches/patch-ac
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ac,v 1.1.1.1 2004/01/11 16:59:34 kim Exp $
-
---- src/icetypes.h.orig Wed Jul 5 15:51:14 2000
-+++ src/icetypes.h Fri Oct 17 21:49:19 2003
-@@ -41,9 +41,9 @@
- typedef enum type_e {integer_e, real_e, string_e, function_e} type_t;
-
- #define BUFSIZE 8192
--#define CHUNKLEN 64
-+#define CHUNKLEN @CHUNKLEN@
- #define MAXMETADATALENGTH (16 * 256)
--#define SOURCE_BUFFSIZE 8192
-+#define SOURCE_BUFFSIZE @SOURCE_BUFFSIZE@
- #define SOURCE_READSIZE (SOURCE_BUFFSIZE - MAXMETADATALENGTH) /* Please be careful here... */
- #define MAXLISTEN 5 /* max number of listening ports */
-
diff --git a/audio/icecast1/patches/patch-ad b/audio/icecast1/patches/patch-ad
deleted file mode 100644
index e6c772a98ef..00000000000
--- a/audio/icecast1/patches/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2004/04/11 05:48:34 kim Exp $
-
---- src/client.c.orig 2001-08-01 20:56:47.000000000 -0400
-+++ src/client.c 2004-04-11 01:41:01.000000000 -0400
-@@ -476,6 +476,8 @@
- return 1;
- if (strstr(val, "RMA/1.0"))
- return 1;
-+ if (strstr(val, "NSPlayer/9"))
-+ return 0;
- if (strstr(val, "NSPlayer"))
- return 1;
- return 0;
diff --git a/audio/icecast1/patches/patch-ae b/audio/icecast1/patches/patch-ae
deleted file mode 100644
index 7f5c9bd30f3..00000000000
--- a/audio/icecast1/patches/patch-ae
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ae,v 1.1 2005/11/11 17:21:11 joerg Exp $
-
---- src/timer.c.orig 2005-11-11 17:04:06.000000000 +0000
-+++ src/timer.c
-@@ -79,7 +79,6 @@
- #define MSG_DONTWAIT 0
- #endif
-
--extern int errno;
- extern int running;
- extern server_info_t info;
-
diff --git a/audio/icecast1/patches/patch-af b/audio/icecast1/patches/patch-af
deleted file mode 100644
index 3fd1d78d5fd..00000000000
--- a/audio/icecast1/patches/patch-af
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-af,v 1.1 2005/11/11 17:21:11 joerg Exp $
-
---- src/ice_resolv.c.orig 2005-11-11 17:04:32.000000000 +0000
-+++ src/ice_resolv.c
-@@ -81,7 +81,7 @@
- #ifdef _WIN32
- extern int running;
- #else
--extern int h_errno, errno, running;
-+extern int h_errno, running;
- #endif
-
- extern server_info_t info;
diff --git a/audio/icecast1/patches/patch-ag b/audio/icecast1/patches/patch-ag
deleted file mode 100644
index 18057afdd3a..00000000000
--- a/audio/icecast1/patches/patch-ag
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ag,v 1.1 2005/11/11 17:21:11 joerg Exp $
-
---- src/main.c.orig 2005-11-11 16:58:48.000000000 +0000
-+++ src/main.c
-@@ -96,9 +96,6 @@
- #include <signal.h>
- #endif
-
--/* We need this for perror and for various sanity checks */
--extern int errno;
--
- /* Importing a tree and mutex from sock.c */
- extern avl_tree *sock_sockets;
- extern mutex_t sock_mutex;
diff --git a/audio/icecast1/patches/patch-ah b/audio/icecast1/patches/patch-ah
deleted file mode 100644
index c0676b72d40..00000000000
--- a/audio/icecast1/patches/patch-ah
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ah,v 1.1 2005/11/11 17:21:11 joerg Exp $
-
---- src/log.c.orig 2005-11-11 16:59:24.000000000 +0000
-+++ src/log.c
-@@ -72,7 +72,7 @@
- #include "authenticate/basic.h"
- #include "authenticate/user.h"
-
--extern int errno, running;
-+extern int running;
- extern server_info_t info;
-
- void
diff --git a/audio/icecast1/patches/patch-ai b/audio/icecast1/patches/patch-ai
deleted file mode 100644
index 39191b18cf6..00000000000
--- a/audio/icecast1/patches/patch-ai
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ai,v 1.1 2005/11/11 17:21:11 joerg Exp $
-
---- src/sock.c.orig 2005-11-11 16:59:50.000000000 +0000
-+++ src/sock.c
-@@ -87,7 +87,7 @@ int deny_severity = LOG_WARNING;
- #define read _read
- extern int running;
- #else
--extern int h_errno, errno, running;
-+extern int h_errno, running;
- #endif
- extern server_info_t info;
- extern struct in_addr localaddr;
diff --git a/audio/icecast1/patches/patch-aj b/audio/icecast1/patches/patch-aj
deleted file mode 100644
index ff403cf9fff..00000000000
--- a/audio/icecast1/patches/patch-aj
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aj,v 1.1 2005/11/11 17:21:11 joerg Exp $
-
---- src/definitions.h.orig 2005-11-11 17:03:21.000000000 +0000
-+++ src/definitions.h
-@@ -31,7 +31,7 @@
- # define __USE_BSD
- #endif
-
--#ifndef __NetBSD__
-+#if !defined(__NetBSD__) && !defined(__DragonFly__)
- #ifndef __EXTENSIONS__
- # define __EXTENSIONS__
- #endif
diff --git a/audio/icecast1/patches/patch-ak b/audio/icecast1/patches/patch-ak
deleted file mode 100644
index e7e41448717..00000000000
--- a/audio/icecast1/patches/patch-ak
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-ak,v 1.1 2005/11/11 17:21:11 joerg Exp $
-
---- src/commands.c.orig 2005-11-11 17:11:42.000000000 +0000
-+++ src/commands.c
-@@ -35,6 +35,7 @@
- #endif
-
- #include <ctype.h>
-+#include <errno.h>
- #include <stdlib.h>
- #include <string.h>
- #include <sys/types.h>
-@@ -85,7 +86,6 @@
-
- #include <time.h>
-
--extern int errno;
- extern int running;
- extern server_info_t info;
- extern mutex_t library_mutex;