Date: Tue, 8 Apr 2008 15:39:53 +0200 (CEST) From: Bapt <baptiste.daroussin@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/122569: [NEW PORT] audio/audiotag: A command-line tool for mass tagging/renaming of audio files Message-ID: <20080408133953.A40BAF34CE@wicklow.lan> Resent-Message-ID: <200804081340.m38De3Z9003176@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <baptiste.daroussin@gmail.com> 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 <bsd.port.pre.mk> 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 <bsd.port.post.mk> 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080408133953.A40BAF34CE>