- Is a perl module to encapsulate the parsing and creation of filenames containing music metadata (artist, album, etc).

It is used by mp3lint and mp3-archive-tools.

WWW:	http://erislabs.net/ianb/projects/libmp3-archive-perl/

PR:		ports/148898
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
This commit is contained in:
Sylvio Cesar Teixeira 2010-08-20 13:42:22 +00:00
parent 670418ab7e
commit 782f0099c5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=259631
5 changed files with 46 additions and 0 deletions

View File

@ -379,6 +379,7 @@
SUBDIR += libmad
SUBDIR += libmikmod
SUBDIR += libmodplug
SUBDIR += libmp3-archive-perl
SUBDIR += libmp3splt
SUBDIR += libmpcdec
SUBDIR += libmpd

View File

@ -0,0 +1,25 @@
# New ports collection makefile for: libmp3-archive-perl
# Date created: 2010-07-06
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
#
# $FreeBSD$
#
PORTNAME= libmp3-archive-perl
PORTVERSION= 0.9
CATEGORIES= audio perl5
MASTER_SITES= http://erislabs.net/ianb/projects/${PORTNAME}/ \
http://sunpoet.net/distfiles/
MAINTAINER= sunpoet@sunpoet.net
COMMENT= Perl module to manipulate filenames containing music metadata
PERL_CONFIGURE= yes
MAN3= MP3::Archive::Config.3 MP3::Archive::Format.3 MP3::Archive.3
post-patch:
@${REINPLACE_CMD} -e '/^DESTINSTALLSYSCONFDIR/ s|DESTDIR|PREFIX|' \
${WRKSRC}/Makefile.PL
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (libmp3-archive-perl-0.9.tar.gz) = dbb8f9ffd61ade7e64743855b90a1d07
SHA256 (libmp3-archive-perl-0.9.tar.gz) = 7930dc1e363859002847ca5d5793c127cfc7f5b3b71b6cc7c04111c914aea380
SIZE (libmp3-archive-perl-0.9.tar.gz) = 20721

View File

@ -0,0 +1,7 @@
MP3::Archive (packaged as libmp3-archive-perl) is a perl module to encapsulate
the parsing and creation of filenames containing music metadata (artist, album,
etc).
It is used by mp3-archive-tools and mp3lint.
WWW: http://erislabs.net/ianb/projects/libmp3-archive-perl/

View File

@ -0,0 +1,10 @@
@comment $FreeBSD$
etc/mp3archiverc
%%SITE_PERL%%/MP3/Archive.pm
%%SITE_PERL%%/MP3/Archive/Config.pm
%%SITE_PERL%%/MP3/Archive/Format.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/MP3/Archive/.packlist
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MP3/Archive
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MP3
@dirrmtry %%SITE_PERL%%/MP3/Archive
@dirrmtry %%SITE_PERL%%/MP3