From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 27 16:40:02 2009 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 0B94710656CD for ; Fri, 27 Mar 2009 16:40:02 +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 D3C4B8FC17 for ; Fri, 27 Mar 2009 16:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n2RGe1WH074777 for ; Fri, 27 Mar 2009 16:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n2RGe1O3074776; Fri, 27 Mar 2009 16:40:01 GMT (envelope-from gnats) Resent-Date: Fri, 27 Mar 2009 16:40:01 GMT Resent-Message-Id: <200903271640.n2RGe1O3074776@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, bapt Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 083471065672 for ; Fri, 27 Mar 2009 16:37:15 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-bw0-f164.google.com (mail-bw0-f164.google.com [209.85.218.164]) by mx1.freebsd.org (Postfix) with ESMTP id 564A28FC1E for ; Fri, 27 Mar 2009 16:37:13 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by bwz8 with SMTP id 8so1040366bwz.43 for ; Fri, 27 Mar 2009 09:37:12 -0700 (PDT) Received: by 10.223.105.9 with SMTP id r9mr1784675fao.66.1238171831222; Fri, 27 Mar 2009 09:37:11 -0700 (PDT) Received: from wicklow.lan (stc92-3-82-245-249-89.fbx.proxad.net [82.245.249.89]) by mx.google.com with ESMTPS id z15sm953938fkz.11.2009.03.27.09.37.10 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 27 Mar 2009 09:37:10 -0700 (PDT) Received: by wicklow.lan (Postfix, from userid 0) id 19E13F1920; Fri, 27 Mar 2009 17:37:09 +0100 (CET) Message-Id: <20090327163709.19E13F1920@wicklow.lan> Date: Fri, 27 Mar 2009 17:37:09 +0100 (CET) From: bapt To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/133128: [NEW PORT] audio/tagutil: A tool to manage tags in music files 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: Fri, 27 Mar 2009 16:40:03 -0000 >Number: 133128 >Category: ports >Synopsis: [NEW PORT] audio/tagutil: A tool to manage tags in music files >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: Fri Mar 27 16:40:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: bapt >Release: FreeBSD 8.0-CURRENT i386 >Organization: >Environment: System: FreeBSD wicklow.lan 8.0-CURRENT FreeBSD 8.0-CURRENT #9: Thu Mar 26 08:18:05 CET 2009 >Description: Tagutil is a pure C BSDL tool to manage tag informations on music files. It can work on every formats supported by taglib. WWW: http://hg.kaworu.ch/tagutil/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- tagutil-2.1.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: # # tagutil # tagutil/pkg-descr # tagutil/Makefile # tagutil/distinfo # echo c - tagutil mkdir -p tagutil > /dev/null 2>&1 echo x - tagutil/pkg-descr sed 's/^X//' >tagutil/pkg-descr << 'c598fe031dbdbb4adee98d61c626156c' XTagutil is a pure C BSDL tool to manage tag informations on music files. It can Xwork on every formats supported by taglib. X XWWW: http://hg.kaworu.ch/tagutil/ c598fe031dbdbb4adee98d61c626156c echo x - tagutil/Makefile sed 's/^X//' >tagutil/Makefile << 'a70b33e98d4a4eaf3848b86ccb7032fa' X# New ports collection makefile for: tagutil X# Date created: 2009-03-27 X# Whom: bapt X# X# $FreeBSD$ X# X XPORTNAME= tagutil XPORTVERSION= 2.1 XCATEGORIES= audio XMASTER_SITES= http://files.kaworu.ch/ X XMAINTAINER= baptiste.daroussin@gmail.com XCOMMENT= A tool to manage tags in music files X XBUILD_DEPENDS+= pkg-config:${PORTSDIR}/devel/pkg-config XLIB_DEPENDS+= tag.6:${PORTSDIR}/audio/taglib X XMAKE_JOBS_SAFE= yes X XMAN1+= tagutil.1 XPLIST_FILES+= bin/tagutil X XMANCOMPRESSED= yes X X.include a70b33e98d4a4eaf3848b86ccb7032fa echo x - tagutil/distinfo sed 's/^X//' >tagutil/distinfo << 'a359a5fd00b1a31a90008d002df5f590' XMD5 (tagutil-2.1.tar.gz) = a7ad6efbf062459ea71fdafaaec9d9eb XSHA256 (tagutil-2.1.tar.gz) = fcb10d65c2fb69fcf6c15b56fdeb1df403a3edc6cd952d5b4c69db356b6725eb XSIZE (tagutil-2.1.tar.gz) = 18675 a359a5fd00b1a31a90008d002df5f590 exit --- tagutil-2.1.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: