Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Nov 2002 23:45:45 +0100 (CET)
From:      Michael Nottebrock <lofi@lofi.dyndns.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/45248: new port: icecast-devel
Message-ID:  <200211122245.gACMjiMt010364@lofi.dyndns.org>

next in thread | raw e-mail | index | archive | help

>Number:         45248
>Category:       ports
>Synopsis:       new port: icecast-devel
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 12 14:50:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Michael Nottebrock
>Release:        FreeBSD 4.7-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD lofi.dyndns.org 4.7-RELEASE-p1 FreeBSD 4.7-RELEASE-p1 #0: Fri Nov 1 19:50:41 CET 2002 lofi@lofi.dyndns.org:/usr/obj/usr/src/sys/LOFI i386


	
>Description:
	Icecast is a streaming mp3/ogg-vorbis audio server.
	This development-snapshot of icecast features ogg-streaming
	and xml-based configuration.
>How-To-Repeat:
	
>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	icecast-devel
#	icecast-devel/pkg-message
#	icecast-devel/pkg-descr
#	icecast-devel/distinfo
#	icecast-devel/Makefile
#	icecast-devel/pkg-comment
#	icecast-devel/pkg-plist
#
echo c - icecast-devel
mkdir -p icecast-devel > /dev/null 2>&1
echo x - icecast-devel/pkg-message
sed 's/^X//' >icecast-devel/pkg-message << 'END-of-icecast-devel/pkg-message'
X-----------------------------------------------------------------
X
XIcecast's various components have been installed in the following
Xdirectories:
X
X  - The icecast server:
X    %%PREFIX%%/sbin/icecast
X
X  - Icecast configuration files have been installed in:
X    %%PREFIX%%/etc/icecast/
X
X  - Icecast documentation is located in:
X    %%PREFIX%%/share/doc/icecast/
X
X-----------------------------------------------------------------
END-of-icecast-devel/pkg-message
echo x - icecast-devel/pkg-descr
sed 's/^X//' >icecast-devel/pkg-descr << 'END-of-icecast-devel/pkg-descr'
XIcecast is a streaming mp3/ogg-vorbis audio server.
X
XIcecast provides nearly all the functionality of the Shoutcast server.
XIt will accept encoding streams from encoders like winamp, shout and ices.
XIt can also add itself to a directory server such as our own
Xicecast.linuxpower.org or Nullsoft's yp.shoutcast.com.
X
XWWW: http://www.icecast.org/
END-of-icecast-devel/pkg-descr
echo x - icecast-devel/distinfo
sed 's/^X//' >icecast-devel/distinfo << 'END-of-icecast-devel/distinfo'
XMD5 (icecast-devel-2.0.tar.gz) = b0098cd736a7605b93f230b33ca32d0c
END-of-icecast-devel/distinfo
echo x - icecast-devel/Makefile
sed 's/^X//' >icecast-devel/Makefile << 'END-of-icecast-devel/Makefile'
X# New ports collection makefile for: icecast-devel
X# Date created:         11 Nov 2002
X# Whom:                 Michael Nottebrock <michaelnottebrock@gmx.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	icecast-devel
XPORTVERSION=	2.0
XCATEGORIES=	audio net
XMASTER_SITES=	http://tigress.com/lofi/ \
X		http://lofi.dyndns.org/
X
XMAINTAINER=	michaelnottebrock@gmx.net
X
XLIB_DEPENDS=	ogg.4:${PORTSDIR}/audio/libogg \
X		shout.0:${PORTSDIR}/audio/libshout-devel \
X		vorbis.2:${PORTSDIR}/audio/libvorbis
X
XAUTOMAKE_ARGS=	--add-missing
XAUTOMAKE_ENV=	CFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \
X		LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib"
XCONFIGURE_ARGS=	--disable-oggtest --disable-vorbistest --disable-shouttest
XCONFIGURE_ENV=	CFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \
X		LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib"
XUSE_AUTOMAKE=	yes
XUSE_GMAKE=	yes
XUSE_LIBTOOL=	yes
XUSE_REINPLACE=	yes
X
XWRKSRC=		${WRKDIR}/icecast
X
Xpost-configure:
X	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' ${WRKSRC}/src/Makefile
X	@${REINPLACE_CMD} -e 's|-O20|${CFLAGS}|' ${WRKSRC}/conf/Makefile \
X						${WRKSRC}/doc/Makefile \
X						${WRKSRC}/src/avl/Makefile \
X						${WRKSRC}/src/log/Makefile \
X						${WRKSRC}/src/net/Makefile \
X						${WRKSRC}/src/httpp/Makefile \
X						${WRKSRC}/src/thread/Makefile \
X						${WRKSRC}/src/timing/Makefile \
X						${WRKSRC}/src/Makefile \
X						${WRKSRC}/web/Makefile \
X						${WRKSRC}/win32/res/Makefile \
X						${WRKSRC}/win32/Makefile \
X						${WRKSRC}/Makefile
X
X.include <bsd.port.mk>
END-of-icecast-devel/Makefile
echo x - icecast-devel/pkg-comment
sed 's/^X//' >icecast-devel/pkg-comment << 'END-of-icecast-devel/pkg-comment'
XA streaming mp3/ogg-vorbis audio server
END-of-icecast-devel/pkg-comment
echo x - icecast-devel/pkg-plist
sed 's/^X//' >icecast-devel/pkg-plist << 'END-of-icecast-devel/pkg-plist'
Xbin/icecast
END-of-icecast-devel/pkg-plist
exit



>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211122245.gACMjiMt010364>