mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Assorted utilities for manipulating MP3 files via MP3::Tag.
mp3rename - Rename MP3 files based off of it's tags. mp3show - Show tags for one or more MP3 file. mp3tag - Manipulate the tags for one or more MP3 files. WWW: http://search.cpan.org/dist/MP3-Tag-Utils/ PR: ports/186974 Submitted by: Zane C. Bowers-Hadley <vvelox@vvelox.net>
This commit is contained in:
parent
be93d5d111
commit
d3487b0c14
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346744
@ -560,6 +560,7 @@
|
||||
SUBDIR += p5-MP3-ID3v1Tag
|
||||
SUBDIR += p5-MP3-Info
|
||||
SUBDIR += p5-MP3-Tag
|
||||
SUBDIR += p5-MP3-Tag-Utils
|
||||
SUBDIR += p5-MPEG-ID3v2Tag
|
||||
SUBDIR += p5-Music-Audioscrobbler-MPD
|
||||
SUBDIR += p5-Music-Audioscrobbler-Submit
|
||||
|
26
audio/p5-MP3-Tag-Utils/Makefile
Normal file
26
audio/p5-MP3-Tag-Utils/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# Created by: Zane C. Bowers-Hadley <vvelox@vvelox.net>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= MP3-Tag-Utils
|
||||
PORTVERSION= 0.0.3
|
||||
CATEGORIES= audio perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:VVELOX
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= vvelox@vvelox.net
|
||||
COMMENT= Assorted utilities for manipulating MP3 files via MP3::Tag
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-MP3-Tag>=1.13:${PORTSDIR}/audio/p5-MP3-Tag \
|
||||
p5-Text-NeatTemplate>=0.10.01:${PORTSDIR}/textproc/p5-Text-NeatTemplate
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5 shebangfix
|
||||
USE_PERL5= configure
|
||||
|
||||
SHEBANG_FILES= bin/mp3rename bin/mp3show bin/mp3tag
|
||||
|
||||
.include <bsd.port.mk>
|
2
audio/p5-MP3-Tag-Utils/distinfo
Normal file
2
audio/p5-MP3-Tag-Utils/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (MP3-Tag-Utils-0.0.3.tar.gz) = 413375ed6cc8e1f4f0379c2576262d89446380b8bc11cdeab7122d9c209b3ad1
|
||||
SIZE (MP3-Tag-Utils-0.0.3.tar.gz) = 7328
|
7
audio/p5-MP3-Tag-Utils/pkg-descr
Normal file
7
audio/p5-MP3-Tag-Utils/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
Assorted utilities for manipulating MP3 files via MP3::Tag.
|
||||
|
||||
mp3rename - Rename MP3 files based off of it's tags.
|
||||
mp3show - Show tags for one or more MP3 file.
|
||||
mp3tag - Manipulate the tags for one or more MP3 files.
|
||||
|
||||
WWW: http://search.cpan.org/dist/MP3-Tag-Utils/
|
11
audio/p5-MP3-Tag-Utils/pkg-plist
Normal file
11
audio/p5-MP3-Tag-Utils/pkg-plist
Normal file
@ -0,0 +1,11 @@
|
||||
bin/mp3rename
|
||||
bin/mp3show
|
||||
bin/mp3tag
|
||||
%%SITE_PERL%%/MP3/Tag/Utils.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/MP3/Tag/Utils/.packlist
|
||||
%%PERL5_MAN3%%/MP3::Tag::Utils.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MP3/Tag/Utils
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MP3/Tag
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MP3
|
||||
@dirrmtry %%SITE_PERL%%/MP3/Tag
|
||||
@dirrmtry %%SITE_PERL%%/MP3
|
Loading…
Reference in New Issue
Block a user