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 <michaelnottebrock@gmx.net>
This commit is contained in:
Tilman Keskinoz 2003-01-18 16:56:25 +00:00
parent c047dfc4cc
commit bd696b4cf8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73404
6 changed files with 55 additions and 0 deletions

View File

@ -101,6 +101,7 @@
SUBDIR += holyshout
SUBDIR += icecast
SUBDIR += icecast2
SUBDIR += ices
SUBDIR += id3ed
SUBDIR += id3el
SUBDIR += id3lib

46
audio/ices/Makefile Normal file
View File

@ -0,0 +1,46 @@
# New ports collection makefile for: ices
# Date created: 11 Nov 2002
# Whom: Michael Nottebrock <michaelnottebrock@gmx.net>
#
# $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 <bsd.port.mk>

1
audio/ices/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (ices-devel-20021112.tar.gz) = 29f97b879e4daba9a7eb8b1b15e4d96d

1
audio/ices/pkg-comment Normal file
View File

@ -0,0 +1 @@
A streaming source client for icecast 2

4
audio/ices/pkg-descr Normal file
View File

@ -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/

2
audio/ices/pkg-plist Normal file
View File

@ -0,0 +1,2 @@
bin/ices
bin/run_ices