mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
11cbcdc567
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>
25 lines
919 B
Plaintext
25 lines
919 B
Plaintext
@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
|