mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Add p5-MP3-Tag 0.94, module for reading tags of MP3 audio files.
PR: 77222 Submitted by: novel Approved by: krion (mentor)
This commit is contained in:
parent
6dc74323ad
commit
2f2b61af3a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130735
5 changed files with 51 additions and 0 deletions
|
@ -317,6 +317,7 @@
|
|||
SUBDIR += p5-Filesys-Virtual-DAAP
|
||||
SUBDIR += p5-MP3-ID3v1Tag
|
||||
SUBDIR += p5-MP3-Info
|
||||
SUBDIR += p5-MP3-Tag
|
||||
SUBDIR += p5-MPEG-ID3v2Tag
|
||||
SUBDIR += p5-MusicBrainz-Client
|
||||
SUBDIR += p5-MusicBrainz-Queries
|
||||
|
|
32
audio/p5-MP3-Tag/Makefile
Normal file
32
audio/p5-MP3-Tag/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
|||
# New ports collection makefile for: p5-MP3-Tag
|
||||
# Date created: 7 Feb 2005
|
||||
# Whom: Roman Bogorodskiy
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= MP3-Tag
|
||||
PORTVERSION= 0.94
|
||||
CATEGORIES= audio perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR=MP3
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= novel@FreeBSD.org
|
||||
COMMENT= Module for reading tags of MP3 audio files
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= MP3::Tag.3 MP3::Tag::ID3v1.3 MP3::Tag::File.3 \
|
||||
MP3::Tag::CDDB_File.3 MP3::Tag::ParseData.3 MP3::Tag::Inf.3 \
|
||||
MP3::Tag::ID3v2.3 MP3::Tag::ID3v2-Data.3 MP3::Tag::LastResort.3
|
||||
|
||||
CONFLICTS= p5-tagged-0.*
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500800
|
||||
IGNORE= "Perl 5.8 or newer required. Install lang/perl5.8 and try again"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
2
audio/p5-MP3-Tag/distinfo
Normal file
2
audio/p5-MP3-Tag/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (MP3-Tag-0.94.tar.gz) = 329297f4e1105a0c2f719addab0f6126
|
||||
SIZE (MP3-Tag-0.94.tar.gz) = 87764
|
3
audio/p5-MP3-Tag/pkg-descr
Normal file
3
audio/p5-MP3-Tag/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
MP3::Tag - Module for reading tags of MP3 audio files
|
||||
|
||||
WWW: http://search.cpan.org/search?module=MP3::Tag
|
13
audio/p5-MP3-Tag/pkg-plist
Normal file
13
audio/p5-MP3-Tag/pkg-plist
Normal file
|
@ -0,0 +1,13 @@
|
|||
%%SITE_PERL%%/MP3/Tag.pm
|
||||
%%SITE_PERL%%/MP3/Tag/CDDB_File.pm
|
||||
%%SITE_PERL%%/MP3/Tag/ParseData.pm
|
||||
%%SITE_PERL%%/MP3/Tag/File.pm
|
||||
%%SITE_PERL%%/MP3/Tag/ID3v1.pm
|
||||
%%SITE_PERL%%/MP3/Tag/ID3v2.pm
|
||||
%%SITE_PERL%%/MP3/Tag/LastResort.pm
|
||||
%%SITE_PERL%%/MP3/Tag/Inf.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/MP3/Tag/.packlist
|
||||
@dirrm %%SITE_PERL%%/MP3/Tag
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MP3/Tag
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/MP3 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/MP3 2>/dev/null || true
|
Loading…
Add table
Reference in a new issue