Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jul 2010 22:27:38 +0800 (CST)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/148899: [NEW PORT] audio/mp3lint: A configurable tool to check collections of audio files
Message-ID:  <20100724142738.7F5CD2AEC559@sunpoet.net>
Resent-Message-ID: <201007241430.o6OEU351087053@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         148899
>Category:       ports
>Synopsis:       [NEW PORT] audio/mp3lint: A configurable tool to check collections of audio files
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 24 14:30:02 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 8.1-PRERELEASE amd64
>Organization:
SUNPOET.net
>Environment:
System: FreeBSD bonjour.sunpoet.net 8.1-PRERELEASE FreeBSD 8.1-PRERELEASE #0: Sun Jun 20 12:49:47 CST 2010
>Description:
*** Note that dependency audio/libmp3-archive-perl has been submitted as PR/148898.

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/

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- mp3lint-0.9.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	mp3lint
#	mp3lint/pkg-descr
#	mp3lint/Makefile
#	mp3lint/pkg-plist
#	mp3lint/distinfo
#
echo c - mp3lint
mkdir -p mp3lint > /dev/null 2>&1
echo x - mp3lint/pkg-descr
sed 's/^X//' >mp3lint/pkg-descr << '82bb9b8c8f50f9cfaf83e35626b153cf'
Xmp3lint is a tool to check collections of audio files for various problems. It
Xis highly configurable, allowing you to specify your preferred format for
Xfilenames, minimum bitrate, tests to ignore, etc.
X
XFormats checked are currently mp3, ogg, wav, flac, au, and m3u playlists.
Xmp3lint is implemented as separate tools (perl modules), each of which
Ximplements a set of tests. There are a total of 32 different tests.
X
XWWW:	http://erislabs.net/ianb/projects/mp3lint/
82bb9b8c8f50f9cfaf83e35626b153cf
echo x - mp3lint/Makefile
sed 's/^X//' >mp3lint/Makefile << 'cfe481c78bca655836f38cfb35dce43d'
X# New ports collection makefile for:	mp3lint
X# Date created:		2010-07-06
X# Whom:			Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	mp3lint
XPORTVERSION=	0.9
XCATEGORIES=	audio perl5
XMASTER_SITES=	http://erislabs.net/ianb/projects/${PORTNAME}/ \
X		http://sunpoet.net/distfiles/
X
XMAINTAINER=	sunpoet@sunpoet.net
XCOMMENT=	A configurable tool to check collections of audio files
X
XBUILD_DEPENDS=	${SITE_PERL}/MP3/Archive.pm:${PORTSDIR}/audio/libmp3-archive-perl
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN1=		mp3lintsum.1 mp3lintskip.1 mp3lint.1
XMAN3=		mp3lint-tools.3
XMAN5=		mp3lintrc.5
X
X.include <bsd.port.mk>
cfe481c78bca655836f38cfb35dce43d
echo x - mp3lint/pkg-plist
sed 's/^X//' >mp3lint/pkg-plist << '64417b94f6e11257f339243bf2fe379b'
X@comment $FreeBSD$
Xbin/mp3lint
Xbin/mp3lintsum
Xbin/mp3lintskip
X%%SITE_PERL%%/MP3/Archive/Lint.pm
X%%SITE_PERL%%/MP3/Archive/Lint/Conf.pm
X%%SITE_PERL%%/MP3/Archive/Lint/Skip.pm
X%%SITE_PERL%%/MP3/Archive/Lint/Tool.pm
X%%SITE_PERL%%/MP3/Archive/Lint/Tools/Au.pm
X%%SITE_PERL%%/MP3/Archive/Lint/Tools/Dir.pm
X%%SITE_PERL%%/MP3/Archive/Lint/Tools/Filename.pm
X%%SITE_PERL%%/MP3/Archive/Lint/Tools/Filesys.pm
X%%SITE_PERL%%/MP3/Archive/Lint/Tools/Flac.pm
X%%SITE_PERL%%/MP3/Archive/Lint/Tools/Id3.pm
X%%SITE_PERL%%/MP3/Archive/Lint/Tools/M3u.pm
X%%SITE_PERL%%/MP3/Archive/Lint/Tools/Mp3check.pm
X%%SITE_PERL%%/MP3/Archive/Lint/Tools/Mp3info.pm
X%%SITE_PERL%%/MP3/Archive/Lint/Tools/Ogg.pm
X%%SITE_PERL%%/MP3/Archive/Lint/Tools/Wav.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/mp3lint/.packlist
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/mp3lint
X@dirrmtry %%SITE_PERL%%/MP3/Archive/Lint/Tools
X@dirrmtry %%SITE_PERL%%/MP3/Archive/Lint
64417b94f6e11257f339243bf2fe379b
echo x - mp3lint/distinfo
sed 's/^X//' >mp3lint/distinfo << 'df2485035f5e0d803ed4fbe9b5649ab8'
XMD5 (mp3lint-0.9.tar.gz) = 64d13fa98cbf90c330a772f11c41056d
XSHA256 (mp3lint-0.9.tar.gz) = 79a77a6702c76985d2d8d8b64b70657749d76cb6e1ac8e36ec0557adbdba351d
XSIZE (mp3lint-0.9.tar.gz) = 51722
df2485035f5e0d803ed4fbe9b5649ab8
exit
--- mp3lint-0.9.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100724142738.7F5CD2AEC559>