From bd696b4cf821ecb7eebfc7e14a32813f87b9db55 Mon Sep 17 00:00:00 2001 From: Tilman Keskinoz Date: Sat, 18 Jan 2003 16:56:25 +0000 Subject: Add ices, streaming source client for icecast 2 servers. It provides flexible and powerful static and live streaming capabilities for Ogg Vorbis streams. PR: 45249 Submitted by: Michael Nottebrock --- audio/ices/Makefile | 46 ++++++++++++++++++++++++++++++++++++++++++++++ audio/ices/distinfo | 1 + audio/ices/pkg-comment | 1 + audio/ices/pkg-descr | 4 ++++ audio/ices/pkg-plist | 2 ++ 5 files changed, 54 insertions(+) create mode 100644 audio/ices/Makefile create mode 100644 audio/ices/distinfo create mode 100644 audio/ices/pkg-comment create mode 100644 audio/ices/pkg-descr create mode 100644 audio/ices/pkg-plist (limited to 'audio/ices') diff --git a/audio/ices/Makefile b/audio/ices/Makefile new file mode 100644 index 000000000000..34f3af4d5d96 --- /dev/null +++ b/audio/ices/Makefile @@ -0,0 +1,46 @@ +# New ports collection makefile for: ices +# Date created: 11 Nov 2002 +# Whom: Michael Nottebrock +# +# $FreeBSD$ +# + +PORTNAME= ices +PORTVERSION= 20021112 +CATEGORIES= audio net +MASTER_SITES= http://tigress.com/lofi/ \ + http://lofi.dyndns.org/ +DISTNAME= ${PORTNAME}-devel-${PORTVERSION} + +MAINTAINER= michaelnottebrock@gmx.net + +LIB_DEPENDS= ogg.4:${PORTSDIR}/audio/libogg \ + shout.3:${PORTSDIR}/audio/libshout2 \ + vorbis.2:${PORTSDIR}/audio/libvorbis \ + xml2.5:${PORTSDIR}/textproc/libxml2 + +CONFIGURE_ARGS= --disable-oggtest --disable-vorbistest --disable-shouttest +CONFIGURE_ENV= CFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ + LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_LIBTOOL= yes +USE_REINPLACE= yes + +WRKSRC= ${WRKDIR}/ices + +post-configure: + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/src/Makefile + @${REINPLACE_CMD} -e 's|-O20|${CFLAGS}|g' ${WRKSRC}/conf/Makefile \ + ${WRKSRC}/src/avl/Makefile \ + ${WRKSRC}/src/log/Makefile \ + ${WRKSRC}/src/net/Makefile \ + ${WRKSRC}/src/thread/Makefile \ + ${WRKSRC}/src/timing/Makefile \ + ${WRKSRC}/src/Makefile \ + ${WRKSRC}/Makefile + +post-install: + @${INSTALL_SCRIPT} ${WRKSRC}/contrib/run_ices ${LOCALBASE}/bin + +.include diff --git a/audio/ices/distinfo b/audio/ices/distinfo new file mode 100644 index 000000000000..47b1fdb9a4fa --- /dev/null +++ b/audio/ices/distinfo @@ -0,0 +1 @@ +MD5 (ices-devel-20021112.tar.gz) = 29f97b879e4daba9a7eb8b1b15e4d96d diff --git a/audio/ices/pkg-comment b/audio/ices/pkg-comment new file mode 100644 index 000000000000..9e83236e91b0 --- /dev/null +++ b/audio/ices/pkg-comment @@ -0,0 +1 @@ +A streaming source client for icecast 2 diff --git a/audio/ices/pkg-descr b/audio/ices/pkg-descr new file mode 100644 index 000000000000..36d149899762 --- /dev/null +++ b/audio/ices/pkg-descr @@ -0,0 +1,4 @@ +IceS2 is a streaming source client for icecast 2 servers. It provides flexible +and powerful static and live streaming capabilities for Ogg Vorbis streams. + +WWW: http://www.icecast.org/ diff --git a/audio/ices/pkg-plist b/audio/ices/pkg-plist new file mode 100644 index 000000000000..44498d7572a3 --- /dev/null +++ b/audio/ices/pkg-plist @@ -0,0 +1,2 @@ +bin/ices +bin/run_ices -- cgit v1.2.3