From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 24 18:10:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 765811065693 for ; Sun, 24 Aug 2008 18:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 57DE28FC14 for ; Sun, 24 Aug 2008 18:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7OIA311002019 for ; Sun, 24 Aug 2008 18:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7OIA3WQ002018; Sun, 24 Aug 2008 18:10:03 GMT (envelope-from gnats) Resent-Date: Sun, 24 Aug 2008 18:10:03 GMT Resent-Message-Id: <200808241810.m7OIA3WQ002018@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A78B106567F for ; Sun, 24 Aug 2008 18:00:59 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa104lp.auone-net.jp (msa104lp.auone-net.jp [222.3.140.167]) by mx1.freebsd.org (Postfix) with ESMTP id 55F188FC27 for ; Sun, 24 Aug 2008 18:00:59 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from localhost.localdomain (ZT029201.ppp.dion.ne.jp [59.128.29.201]) by msa104lp.auone-net.jp (au one net msa) with ESMTP id 1FD6A2BC031 for ; Mon, 25 Aug 2008 03:00:51 +0900 (JST) Message-Id: <20080825030013.9f3643a1.tkato432@yahoo.com> Date: Mon, 25 Aug 2008 03:00:13 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org X-Mailman-Approved-At: Sun, 24 Aug 2008 20:38:55 +0000 Cc: Subject: ports/126796: Update port: audio/ezstream to 0.5.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2008 18:10:03 -0000 >Number: 126796 >Category: ports >Synopsis: Update port: audio/ezstream to 0.5.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Aug 24 18:10:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.0-RELEASE-p3 i386 >Organization: >Environment: >Description: - Update to version 0.5.3 >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/ezstream/Makefile audio/ezstream/Makefile --- /usr/ports/audio/ezstream/Makefile 2008-08-19 22:32:59.000000000 +0900 +++ audio/ezstream/Makefile 2008-08-22 04:48:21.000000000 +0900 @@ -6,36 +6,58 @@ # PORTNAME= ezstream -PORTVERSION= 0.2.1 -PORTREVISION= 2 +PORTVERSION= 0.5.3 CATEGORIES= audio -MASTER_SITES= http://svn.xiph.org/releases/ezstream/ +MASTER_SITES= http://downloads.xiph.org/releases/ezstream/ MAINTAINER= ports@FreeBSD.org COMMENT= A command line utility for streaming to icecast servers LIB_DEPENDS= shout.5:${PORTSDIR}/audio/libshout2 \ - vorbis.4:${PORTSDIR}/audio/libvorbis \ - xml2.5:${PORTSDIR}/textproc/libxml2 + vorbis.4:${PORTSDIR}/audio/libvorbis -GNU_CONFIGURE= yes +OPTIONS= TAGLIB "TagLib support" on -CFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include -LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib +USE_GNOME= libxml2 +USE_ICONV= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \ + --with-ogg=${LOCALBASE} \ + --with-vorbis=${LOCALBASE} + +MAN1= ezstream.1 +PORTDOCS= NEWS README +PORTEXAMPLES= ezstream_metadata.xml ezstream_mp3.xml \ + ezstream_reencode_mp3.xml ezstream_reencode_theora.xml \ + ezstream_reencode_vorbis.xml ezstream_stdin_vorbis.xml \ + ezstream_vorbis.xml meta.sh play.sh +PLIST_FILES= bin/ezstream -CONFIGURE_ENV+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" +.include -PLIST_FILES= bin/ezstream -PORTDOCS= ezstream_mp3.xml ezstream_reencoding_example_vorbis.xml \ - ezstream_reencoding_example_mp3.xml ezstream_vorbis.xml \ - ezstream_reencoding_example_theora.xml +.if defined(WITHOUT_TAGLIB) +CONFIGURE_ARGS+= --without-taglib +.else +LIB_DEPENDS+= tag.6:${PORTSDIR}/audio/taglib +CONFIGURE_ARGS+= --with-taglib=${LOCALBASE} +.endif + +post-patch: + @${REINPLACE_CMD} -e '/^SUBDIRS =/s|examples||g ; \ + s|: install-dist_docDATA|:|g' ${WRKSRC}/Makefile.in -.if !defined(NOPORTDOCS) post-install: - ${MKDIR} ${DOCSDIR} -.for f in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/conf/${f} ${DOCSDIR} +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} +.for file in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} +.endfor +.endif +.if !defined(NOPORTEXAMPLES) + @${MKDIR} ${EXAMPLESDIR} +.for file in ${PORTEXAMPLES} + ${INSTALL_DATA} ${WRKSRC}/examples/${file} ${EXAMPLESDIR} .endfor .endif -.include +.include diff -urN /usr/ports/audio/ezstream/distinfo audio/ezstream/distinfo --- /usr/ports/audio/ezstream/distinfo 2005-12-16 04:22:41.000000000 +0900 +++ audio/ezstream/distinfo 2008-08-22 04:11:35.000000000 +0900 @@ -1,3 +1,3 @@ -MD5 (ezstream-0.2.1.tar.gz) = 5c0b6fc2abeef572a2acc1f8e32ec3e2 -SHA256 (ezstream-0.2.1.tar.gz) = 53ffec4e618e5862354d3ab4e94a7cc515412cfd060bdc179ba935e08243a5e1 -SIZE (ezstream-0.2.1.tar.gz) = 320260 +MD5 (ezstream-0.5.3.tar.gz) = a07941d52a4705f8d02c9c9ee6e05750 +SHA256 (ezstream-0.5.3.tar.gz) = 5f279eab49b6d71441358ef046fdbd3749396cf43818e436239fdb3e004e4ecb +SIZE (ezstream-0.5.3.tar.gz) = 230928 diff -urN /usr/ports/audio/ezstream/pkg-descr audio/ezstream/pkg-descr --- /usr/ports/audio/ezstream/pkg-descr 2004-10-16 09:13:17.000000000 +0900 +++ audio/ezstream/pkg-descr 2008-08-22 04:47:33.000000000 +0900 @@ -1,8 +1,18 @@ -ezstream is a command line utility which is a improved version -of the old "shout" utility. It enables you to stream mp3 or vorbis -files to an icecast server without reencoding and thus requires -very little CPU. ezstream is controlled via a XML config file. -ezstream can stream mp3 and ogg vorbis files as well as reading -from stdin. ID3v1 tags are supported in mp3 files and all ogg -vorbis tags are propagated as metadata as well. +Ezstream is a command line source client for Icecast media streaming servers. +It began as the successor of the old "shout" utility, and has since gained a +lot of useful features. + +In its basic mode of operation, it streams media files or data from standard +input without reencoding and thus requires only very little CPU resources. +It can also use various external decoders and encoders to reencode from one +format to another, and stream the result to an Icecast server. Additional +features include scriptable playlist and metadata handling. All of its +features make ezstream a very flexible source client. + +Supported media formats for streaming are MP3, Ogg Vorbis and Ogg Theora. +Native metadata support includes MP3 (ID3v1 only) and Ogg Vorbis, and many +more formats when the optional TagLib support has been compiled in. + +Ezstream is free software and licensed under the GNU General Public License. + WWW: http://www.icecast.org/ezstream.php >Release-Note: >Audit-Trail: >Unformatted: