From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Mar 4 12:50:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AF1FC3B8 for ; Tue, 4 Mar 2014 12:50:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8BD48F0A for ; Tue, 4 Mar 2014 12:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s24Co163017788 for ; Tue, 4 Mar 2014 12:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s24Co1h9017787; Tue, 4 Mar 2014 12:50:01 GMT (envelope-from gnats) Resent-Date: Tue, 4 Mar 2014 12:50:01 GMT Resent-Message-Id: <201403041250.s24Co1h9017787@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, Alexandre Perrin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 95700155 for ; Tue, 4 Mar 2014 12:41:56 +0000 (UTC) Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7629CE5B for ; Tue, 4 Mar 2014 12:41:56 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s24Cfu3D078506 for ; Tue, 4 Mar 2014 12:41:56 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s24Cfu0H078501; Tue, 4 Mar 2014 12:41:56 GMT (envelope-from nobody) Message-Id: <201403041241.s24Cfu0H078501@cgiserv.freebsd.org> Date: Tue, 4 Mar 2014 12:41:56 GMT From: Alexandre Perrin To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/187256: update audio/tagutil to version 3.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Mar 2014 12:50:01 -0000 >Number: 187256 >Category: ports >Synopsis: update audio/tagutil to version 3.0 >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: Tue Mar 04 12:50:01 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Alexandre Perrin >Release: 10.0 >Organization: >Environment: FreeBSD node.js 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: This patch update audio/tagutil to the latest version. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: audio/tagutil/Makefile =================================================================== --- audio/tagutil/Makefile (revision 346999) +++ audio/tagutil/Makefile (working copy) @@ -1,26 +1,42 @@ # $FreeBSD$ PORTNAME= tagutil -PORTVERSION= 2.1 +PORTVERSION= 3.0 PORTREVISION= 1 CATEGORIES= audio -MASTER_SITES= http://files.kaworu.ch/ +MASTER_SITES= GH -MAINTAINER= ports@FreeBSD.org -COMMENT= Tool to manage tags in music files +MAINTAINER= alex@kaworu.ch +COMMENT= Command line interface tool to manage tags in music files -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2014-03-10 +LICENSE= BSD2CLAUSE -LIB_DEPENDS= libtag.so:${PORTSDIR}/audio/taglib +USE_GITHUB= yes +GH_ACCOUNT= kAworu +GH_TAGNAME= ${GH_COMMIT} +GH_COMMIT= 8e40bab -USES= pkgconfig -NO_STAGE= yes -MAKE_ENV= DESTDIR="${PREFIX}" +USES= pkgconfig cmake iconv +PLIST_FILES= bin/tagutil \ + man/man1/tagutil.1.gz -MAN1= tagutil.1 -PLIST_FILES= bin/tagutil +CMAKE_ARGS= -DMAN_PATH=${PREFIX}/man +LIB_DEPENDS= libyaml.so:${PORTSDIR}/textproc/libyaml -MANCOMPRESSED= yes +OPTIONS_DEFINE= JSON +OPTIONS_MULTI= MEDIA +OPTIONS_MULTI_MEDIA= FLAC OGG TAGLIB +OPTIONS_DEFAULT= FLAC OGG TAGLIB +TAGLIB_DESC= Multiple file format but limited tags support +JSON_DESC= JSON output format support +JSON_LIB_DEPENDS+= libjansson.so:${PORTSDIR}/devel/jansson +JSON_CMAKE_OFF+= -DWITHOUT_JSON=yes +FLAC_LIB_DEPENDS+= libFLAC.so:${PORTSDIR}/audio/flac +FLAC_CMAKE_OFF+= -DWITHOUT_FLAC=yes +OGG_LIB_DEPENDS+= libvorbisfile.so:${PORTSDIR}/audio/libvorbis +OGG_CMAKE_OFF+= -DWITHOUT_OGGVORBIS=yes +TAGLIB_LIB_DEPENDS+= libtag_c.so:${PORTSDIR}/audio/taglib +TAGLIB_CMAKE_OFF+= -DWITHOUT_TAGLIB=yes + .include Index: audio/tagutil/distinfo =================================================================== --- audio/tagutil/distinfo (revision 346999) +++ audio/tagutil/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (tagutil-2.1.tar.gz) = 47fd22e2454887b0c9aa832a59f569a08bf4ddbb3915a40b7218034917ddb61b -SIZE (tagutil-2.1.tar.gz) = 18627 +SHA256 (tagutil-3.0.tar.gz) = 298ca121b8aa72bb95a70f433c69d8f83879f83ceae2b9f9145da1f94925f622 +SIZE (tagutil-3.0.tar.gz) = 52399 Index: audio/tagutil/pkg-descr =================================================================== --- audio/tagutil/pkg-descr (revision 346999) +++ audio/tagutil/pkg-descr (working copy) @@ -1,4 +1,5 @@ -Tagutil is a pure C BSDL tool to manage tag information on music -files. It can work with every format supported by taglib. +Tagutil is a CLI tool to edit music file's tag. It aim to provide both an +easy-to-script interface and ease of use interactively and fully support Vorbis +Comments (unlimited set of tags). -WWW: http://hg.kaworu.ch/tagutil/ +WWW: https://github.com/kAworu/tagutil >Release-Note: >Audit-Trail: >Unformatted: