2013-08-21 17:42:57 +00:00
|
|
|
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
|
- mp3lint is a tool to check collections of audio files for various problems. It is highly configurable, allowing you to specify your preferred format for filenames, minimum bitrate, tests to ignore, etc.
Formats checked are currently mp3, ogg, wav, flac, au, and m3u playlists.
mp3lint is implemented as separate tools (perl modules), each of which implements a set of testes. There are a total of 32 different tests.
WWW: http://erislabs.net/ianb/projects/mp3lint/
PR: ports/148899
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
2010-08-20 13:48:23 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= mp3lint
|
|
|
|
PORTVERSION= 0.9
|
|
|
|
CATEGORIES= audio perl5
|
|
|
|
MASTER_SITES= http://erislabs.net/ianb/projects/${PORTNAME}/ \
|
2010-10-01 01:14:18 +00:00
|
|
|
LOCAL/sunpoet
|
- mp3lint is a tool to check collections of audio files for various problems. It is highly configurable, allowing you to specify your preferred format for filenames, minimum bitrate, tests to ignore, etc.
Formats checked are currently mp3, ogg, wav, flac, au, and m3u playlists.
mp3lint is implemented as separate tools (perl modules), each of which implements a set of testes. There are a total of 32 different tests.
WWW: http://erislabs.net/ianb/projects/mp3lint/
PR: ports/148899
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
2010-08-20 13:48:23 +00:00
|
|
|
|
2010-09-22 17:10:26 +00:00
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
2013-08-21 17:17:25 +00:00
|
|
|
COMMENT= Configurable tool to check collections of audio files
|
- mp3lint is a tool to check collections of audio files for various problems. It is highly configurable, allowing you to specify your preferred format for filenames, minimum bitrate, tests to ignore, etc.
Formats checked are currently mp3, ogg, wav, flac, au, and m3u playlists.
mp3lint is implemented as separate tools (perl modules), each of which implements a set of testes. There are a total of 32 different tests.
WWW: http://erislabs.net/ianb/projects/mp3lint/
PR: ports/148899
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
2010-08-20 13:48:23 +00:00
|
|
|
|
2013-10-22 20:03:01 +00:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2011-08-30 06:41:13 +00:00
|
|
|
BUILD_DEPENDS= libmp3-archive-perl>=0:${PORTSDIR}/audio/libmp3-archive-perl
|
2013-10-22 20:03:01 +00:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
- mp3lint is a tool to check collections of audio files for various problems. It is highly configurable, allowing you to specify your preferred format for filenames, minimum bitrate, tests to ignore, etc.
Formats checked are currently mp3, ogg, wav, flac, au, and m3u playlists.
mp3lint is implemented as separate tools (perl modules), each of which implements a set of testes. There are a total of 32 different tests.
WWW: http://erislabs.net/ianb/projects/mp3lint/
PR: ports/148899
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
2010-08-20 13:48:23 +00:00
|
|
|
|
2013-08-21 14:08:06 +00:00
|
|
|
USE_PERL5= configure
|
|
|
|
USES= perl5
|
- mp3lint is a tool to check collections of audio files for various problems. It is highly configurable, allowing you to specify your preferred format for filenames, minimum bitrate, tests to ignore, etc.
Formats checked are currently mp3, ogg, wav, flac, au, and m3u playlists.
mp3lint is implemented as separate tools (perl modules), each of which implements a set of testes. There are a total of 32 different tests.
WWW: http://erislabs.net/ianb/projects/mp3lint/
PR: ports/148899
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
2010-08-20 13:48:23 +00:00
|
|
|
|
|
|
|
post-patch:
|
2013-10-22 20:03:01 +00:00
|
|
|
@${REINPLACE_CMD} -e '/^INSTALLSYSCONFDIR/ s|/etc|${PREFIX}&|' ${WRKSRC}/Makefile.PL
|
|
|
|
# It fails to build with error message as follows:
|
|
|
|
# Can't write-open blib/man5/mp3lintrc.5: No such file or directory at /usr/local/lib/perl5/5.xx.y/ExtUtils/Command/MM.pm line zzz.
|
|
|
|
@${MKDIR} ${WRKSRC}/blib/man5/
|
- mp3lint is a tool to check collections of audio files for various problems. It is highly configurable, allowing you to specify your preferred format for filenames, minimum bitrate, tests to ignore, etc.
Formats checked are currently mp3, ogg, wav, flac, au, and m3u playlists.
mp3lint is implemented as separate tools (perl modules), each of which implements a set of testes. There are a total of 32 different tests.
WWW: http://erislabs.net/ianb/projects/mp3lint/
PR: ports/148899
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
2010-08-20 13:48:23 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|