From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 8 13:40: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 D8CE1106564A for ; Tue, 8 Apr 2008 13:40: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 B0FD98FC31 for ; Tue, 8 Apr 2008 13:40: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 m38De310003182 for ; Tue, 8 Apr 2008 13:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m38De3Z9003176; Tue, 8 Apr 2008 13:40:03 GMT (envelope-from gnats) Resent-Date: Tue, 8 Apr 2008 13:40:03 GMT Resent-Message-Id: <200804081340.m38De3Z9003176@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 E79061065676 for ; Tue, 8 Apr 2008 13:39:40 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.153]) by mx1.freebsd.org (Postfix) with ESMTP id 616CA8FC18 for ; Tue, 8 Apr 2008 13:39:40 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by fg-out-1718.google.com with SMTP id 16so2136410fgg.35 for ; Tue, 08 Apr 2008 06:39:39 -0700 (PDT) Received: by 10.86.76.16 with SMTP id y16mr4644900fga.23.1207661978246; Tue, 08 Apr 2008 06:39:38 -0700 (PDT) Received: from wicklow.lan ( [82.245.249.89]) by mx.google.com with ESMTPS id e11sm8492197fga.5.2008.04.08.06.39.36 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 08 Apr 2008 06:39:37 -0700 (PDT) Received: by wicklow.lan (Postfix, from userid 0) id A40BAF34CE; Tue, 8 Apr 2008 15:39:53 +0200 (CEST) Message-Id: <20080408133953.A40BAF34CE@wicklow.lan> Date: Tue, 8 Apr 2008 15:39:53 +0200 (CEST) From: Bapt To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/122569: [NEW PORT] audio/audiotag: A command-line tool for mass tagging/renaming of audio 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: Tue, 08 Apr 2008 13:40:03 -0000 >Number: 122569 >Category: ports >Synopsis: [NEW PORT] audio/audiotag: A command-line tool for mass tagging/renaming of audio 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: Tue Apr 08 13:40:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Bapt >Release: FreeBSD 7.0-STABLE i386 >Organization: >Environment: System: FreeBSD wicklow.lan 7.0-STABLE FreeBSD 7.0-STABLE #4: Fri Mar 28 08:55:30 CET 2008 >Description: Audiotag is a command-line tool for mass tagging/renaming of audio files it supports the vorbis comment, id3 tags, and MP4 tags. WWW: http://www.tempestgames.com/ryan/ Generated with FreeBSD Port Tools 0.77 This ports depends on multimedia/AtomicParsley ports also submitted as new port >How-To-Repeat: >Fix: --- audiotag-0.17.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: # # audiotag # audiotag/Makefile # audiotag/pkg-descr # audiotag/distinfo # echo c - audiotag mkdir -p audiotag > /dev/null 2>&1 echo x - audiotag/Makefile sed 's/^X//' >audiotag/Makefile << 'END-of-audiotag/Makefile' X# New ports collection makefile for: audiotag X# Date created: 2008-04-08 X# Whom: Bapt X# X# $FreeBSD$ X# X XPORTNAME= audiotag XPORTVERSION= 0.17 XCATEGORIES= audio multimedia XMASTER_SITES= http://www.tempestgames.com/ryan/downloads/ X XMAINTAINER= baptiste.daroussin@gmail.com XCOMMENT= A command-line tool for mass tagging/renaming of audio files X XOPTIONS= VORBIS "Support renaming/tagging ogg vorbis files" On \ X ID3 "Support renaming/tagging files supporting id3 tags" On \ X MP4 "Support renaming/tagging mp4 files" On X XUSE_PERL5_RUN= yes X XNO_BUILD= yes X X.include X X.if defined(WITH_VORBIS) XRUN_DEPENDS+= vorbiscomment:${PORTSDIR}/audio/vorbis-tools X.endif X.if defined(WITH_FLAC) XRUN_DEPENDS+= flac:${PORTSDIR}/audio/flac X.endif X.if defined(WITH_ID3) XRUN_DEPENDS+= id3tag:${PORTSDIR}/audio/id3lib X.endif X.if defined(WITH_MP4) XRUN_DEPENDS+= AtomicParsley:${PORTSDIR}/multimedia/AtomicParsley X.endif X XPORTDOCS= COPYING ChangeLog README XPLIST_FILES= bin/audiotag X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/audiotag ${PREFIX}/bin X Xpost-install: X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X.for f in ${PORTDOCS} X @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} X.endfor X.endif X X.include END-of-audiotag/Makefile echo x - audiotag/pkg-descr sed 's/^X//' >audiotag/pkg-descr << 'END-of-audiotag/pkg-descr' XAudiotag is a command-line tool for mass tagging/renaming of audio files Xit supports the vorbis comment, id3 tags, and MP4 tags. X XWWW: http://www.tempestgames.com/ryan/ END-of-audiotag/pkg-descr echo x - audiotag/distinfo sed 's/^X//' >audiotag/distinfo << 'END-of-audiotag/distinfo' XMD5 (audiotag-0.17.tar.gz) = d6de6792e04c4d9ac44bdeca3fdcdd7e XSHA256 (audiotag-0.17.tar.gz) = 11c90d05006eea5f3e56c4dabe1becd0da50faf9b4fb87fabf139785001add5c XSIZE (audiotag-0.17.tar.gz) = 15161 END-of-audiotag/distinfo exit --- audiotag-0.17.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: