Date: Fri, 27 Aug 2004 16:21:39 -0400 (EDT) From: "Frank J. Laszlo" <laszlof@vonostingroup.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/71049: New port for ezstream. Message-ID: <200408272021.i7RKLdlM062629@ritamari.vonostingroup.com> Resent-Message-ID: <200408272030.i7RKUQKP032393@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 71049 >Category: ports >Synopsis: New port for ezstream. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Aug 27 20:30:26 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Frank J. Laszlo >Release: FreeBSD 4.10-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD ritamari.vonostingroup.com 4.10-RELEASE-p2 FreeBSD 4.10-RELEASE-p2 #0: Wed Aug 11 07:28:09 EDT 2004 laszlof@ritamari.vonostingroup.com:/usr/obj/usr/src/sys/RITAMARI i386 >Description: This is a port for ezstream (http://www.icecast.org/ezstream.php), A streaming client for icecast servers. >How-To-Repeat: >Fix: --- ezstream.shar begins here --- # 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: # # ezstream # ezstream/Makefile # ezstream/distinfo # ezstream/pkg-descr # ezstream/pkg-plist # echo c - ezstream mkdir -p ezstream > /dev/null 2>&1 echo x - ezstream/Makefile sed 's/^X//' >ezstream/Makefile << 'END-of-ezstream/Makefile' X# New ports collection makefile for: ezstream X# Date created: 27 Nov 2004 X# Whom: Frank Laszlo <laszlof@vonostingroup.com> X# X# $FreeBSD$ X# X XPORTNAME= ezstream XPORTVERSION= 0.1.2 XCATEGORIES= audio XMASTER_SITES= http://svn.xiph.org/releases/ezstream/ X XMAINTAINER= laszlof@vonostingroup.com XCOMMENT= A command line utility for streaming to icecast servers X XLIB_DEPENDS= shout.3:${PORTSDIR}/audio/libshout2 \ X vorbis.3:${PORTSDIR}/audio/libvorbis \ X xml2.5:${PORTSDIR}/textproc/libxml2 X XCONFIGURE_ENV= CFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ X LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" XUSE_GMAKE= yes XUSE_LIBTOOL_VER= 13 Xpost-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/conf/ezstream_m3u.xml \ X ${WRKSRC}/conf/ezstream_mp3.xml \ X ${WRKSRC}/conf/ezstream_vorbis.xml \ X ${DOCSDIR} X.endif X X.include <bsd.port.mk> END-of-ezstream/Makefile echo x - ezstream/distinfo sed 's/^X//' >ezstream/distinfo << 'END-of-ezstream/distinfo' XMD5 (ezstream-0.1.2.tar.gz) = 180808edfd7dadf167055dd86b3bd7f4 XSIZE (ezstream-0.1.2.tar.gz) = 209490 END-of-ezstream/distinfo echo x - ezstream/pkg-descr sed 's/^X//' >ezstream/pkg-descr << 'END-of-ezstream/pkg-descr' Xezstream is a command line utility which is a improved version Xof the old "shout" utility. It enables you to stream mp3 or vorbis Xfiles to an icecast server without reencoding and thus requires Xvery little CPU. ezstream is controlled via a XML config file. Xezstream can stream mp3 and ogg vorbis files as well as reading Xfrom stdin. ID3v1 tags are supported in mp3 files and all ogg Xvorbis tags are propagated as metadata as well. XWWW: http://www.icecast.org/ezstream.php END-of-ezstream/pkg-descr echo x - ezstream/pkg-plist sed 's/^X//' >ezstream/pkg-plist << 'END-of-ezstream/pkg-plist' Xbin/ezstream END-of-ezstream/pkg-plist exit --- ezstream.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408272021.i7RKLdlM062629>