mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
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/ PR: ports/122569 Submitted by: Bapt <baptiste.daroussin at gmail.com> Approved by: tabthorpe (mentor)
This commit is contained in:
parent
90eeaf0849
commit
19112f4cd2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=211301
@ -46,6 +46,7 @@
|
||||
SUBDIR += audacious-mac
|
||||
SUBDIR += audacity
|
||||
SUBDIR += audacity-devel
|
||||
SUBDIR += audiotag
|
||||
SUBDIR += aumix
|
||||
SUBDIR += aureal-kmod
|
||||
SUBDIR += autocd
|
||||
|
53
audio/audiotag/Makefile
Normal file
53
audio/audiotag/Makefile
Normal file
@ -0,0 +1,53 @@
|
||||
# New ports collection makefile for: audiotag
|
||||
# Date created: 2008-04-08
|
||||
# Whom: Bapt <baptiste.daroussin@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= audiotag
|
||||
PORTVERSION= 0.17
|
||||
CATEGORIES= audio multimedia
|
||||
MASTER_SITES= http://www.tempestgames.com/ryan/downloads/
|
||||
|
||||
MAINTAINER= baptiste.daroussin@gmail.com
|
||||
COMMENT= A command-line tool for mass tagging/renaming of audio files
|
||||
|
||||
OPTIONS= VORBIS "Support renaming/tagging ogg vorbis files" On \
|
||||
ID3 "Support renaming/tagging files supporting id3 tags" On \
|
||||
MP4 "Support renaming/tagging mp4 files" On
|
||||
|
||||
USE_PERL5_RUN= yes
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_VORBIS)
|
||||
RUN_DEPENDS+= vorbiscomment:${PORTSDIR}/audio/vorbis-tools
|
||||
.endif
|
||||
.if defined(WITH_FLAC)
|
||||
RUN_DEPENDS+= flac:${PORTSDIR}/audio/flac
|
||||
.endif
|
||||
.if defined(WITH_ID3)
|
||||
RUN_DEPENDS+= id3tag:${PORTSDIR}/audio/id3lib
|
||||
.endif
|
||||
.if defined(WITH_MP4)
|
||||
RUN_DEPENDS+= AtomicParsley:${PORTSDIR}/multimedia/AtomicParsley
|
||||
.endif
|
||||
|
||||
PORTDOCS= COPYING ChangeLog README
|
||||
PLIST_FILES= bin/audiotag
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/audiotag ${PREFIX}/bin
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for f in ${PORTDOCS}
|
||||
@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
audio/audiotag/distinfo
Normal file
3
audio/audiotag/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (audiotag-0.17.tar.gz) = d6de6792e04c4d9ac44bdeca3fdcdd7e
|
||||
SHA256 (audiotag-0.17.tar.gz) = 11c90d05006eea5f3e56c4dabe1becd0da50faf9b4fb87fabf139785001add5c
|
||||
SIZE (audiotag-0.17.tar.gz) = 15161
|
4
audio/audiotag/pkg-descr
Normal file
4
audio/audiotag/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
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/
|
Loading…
Reference in New Issue
Block a user