mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
- 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>
This commit is contained in:
parent
782f0099c5
commit
11cbcdc567
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=259632
@ -491,6 +491,7 @@
|
||||
SUBDIR += mp3gain
|
||||
SUBDIR += mp3guessenc
|
||||
SUBDIR += mp3info
|
||||
SUBDIR += mp3lint
|
||||
SUBDIR += mp3mover
|
||||
SUBDIR += mp3plot
|
||||
SUBDIR += mp3rename
|
||||
|
30
audio/mp3lint/Makefile
Normal file
30
audio/mp3lint/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# New ports collection makefile for: mp3lint
|
||||
# Date created: 2010-07-06
|
||||
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mp3lint
|
||||
PORTVERSION= 0.9
|
||||
CATEGORIES= audio perl5
|
||||
MASTER_SITES= http://erislabs.net/ianb/projects/${PORTNAME}/ \
|
||||
http://sunpoet.net/distfiles/
|
||||
|
||||
MAINTAINER= sunpoet@sunpoet.net
|
||||
COMMENT= A configurable tool to check collections of audio files
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/MP3/Archive.pm:${PORTSDIR}/audio/libmp3-archive-perl
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN1= mp3lintsum.1 mp3lintskip.1 mp3lint.1
|
||||
MAN3= mp3lint-tools.3
|
||||
MAN5= mp3lintrc.5
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/^DESTINSTALLSYSCONFDIR/ s|DESTDIR|PREFIX|' \
|
||||
${WRKSRC}/Makefile.PL
|
||||
|
||||
.include <bsd.port.mk>
|
3
audio/mp3lint/distinfo
Normal file
3
audio/mp3lint/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (mp3lint-0.9.tar.gz) = 64d13fa98cbf90c330a772f11c41056d
|
||||
SHA256 (mp3lint-0.9.tar.gz) = 79a77a6702c76985d2d8d8b64b70657749d76cb6e1ac8e36ec0557adbdba351d
|
||||
SIZE (mp3lint-0.9.tar.gz) = 51722
|
9
audio/mp3lint/pkg-descr
Normal file
9
audio/mp3lint/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
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 tests. There are a total of 32 different tests.
|
||||
|
||||
WWW: http://erislabs.net/ianb/projects/mp3lint/
|
24
audio/mp3lint/pkg-plist
Normal file
24
audio/mp3lint/pkg-plist
Normal file
@ -0,0 +1,24 @@
|
||||
@comment $FreeBSD$
|
||||
bin/mp3lint
|
||||
bin/mp3lintsum
|
||||
bin/mp3lintskip
|
||||
etc/mp3lintrc
|
||||
%%SITE_PERL%%/MP3/Archive/Lint.pm
|
||||
%%SITE_PERL%%/MP3/Archive/Lint/Conf.pm
|
||||
%%SITE_PERL%%/MP3/Archive/Lint/Skip.pm
|
||||
%%SITE_PERL%%/MP3/Archive/Lint/Tool.pm
|
||||
%%SITE_PERL%%/MP3/Archive/Lint/Tools/Au.pm
|
||||
%%SITE_PERL%%/MP3/Archive/Lint/Tools/Dir.pm
|
||||
%%SITE_PERL%%/MP3/Archive/Lint/Tools/Filename.pm
|
||||
%%SITE_PERL%%/MP3/Archive/Lint/Tools/Filesys.pm
|
||||
%%SITE_PERL%%/MP3/Archive/Lint/Tools/Flac.pm
|
||||
%%SITE_PERL%%/MP3/Archive/Lint/Tools/Id3.pm
|
||||
%%SITE_PERL%%/MP3/Archive/Lint/Tools/M3u.pm
|
||||
%%SITE_PERL%%/MP3/Archive/Lint/Tools/Mp3check.pm
|
||||
%%SITE_PERL%%/MP3/Archive/Lint/Tools/Mp3info.pm
|
||||
%%SITE_PERL%%/MP3/Archive/Lint/Tools/Ogg.pm
|
||||
%%SITE_PERL%%/MP3/Archive/Lint/Tools/Wav.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/mp3lint/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/mp3lint
|
||||
@dirrmtry %%SITE_PERL%%/MP3/Archive/Lint/Tools
|
||||
@dirrmtry %%SITE_PERL%%/MP3/Archive/Lint
|
Loading…
Reference in New Issue
Block a user