MP3val is a small, high-speed, free software tool for checking MPEG audio

files' integrity. It can be useful for finding corrupted files (e.g.
incompletely downloaded, truncated, containing garbage). MP3val is also able
to fix most of the problems. Being a multiplatform application, MP3val can be
runned both under Windows and under Linux (or BSD).

The most common MPEG audio file type is MPEG 1 Layer III (mp3), but MP3val
supports also other MPEG versions and layers. The tool is also aware of the
most common types of tags (ID3v1, ID3v2, APEv2).

The core component of MP3val is an application with command-line interface.
There are also two graphical frontends for it: MP3val-frontend is a native
Windows application (it is also included in the latest binary releases for
Windows), mp3valgui is a multi-platform Python script (can be downloaded
separately), written by an independent developer. Installing the latter under
Windows is a bit tricky, so for Windows the first frontend is recommended.

WWW:	http://mp3val.sourceforge.net/

PR:		ports/145852
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet at sunpoet.net>
This commit is contained in:
Martin Wilke 2010-05-09 07:53:16 +00:00
parent 2628991f09
commit affe8bbb8a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253974
4 changed files with 49 additions and 0 deletions

View File

@ -476,6 +476,7 @@
SUBDIR += mp3stat
SUBDIR += mp3towav-bundle
SUBDIR += mp3unicode
SUBDIR += mp3val
SUBDIR += mp3wrap
SUBDIR += mpc
SUBDIR += mpdas

27
audio/mp3val/Makefile Normal file
View File

@ -0,0 +1,27 @@
# New ports collection makefile for: mp3val
# Date created: 2010-04-19
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
#
# $FreeBSD$
#
PORTNAME= mp3val
PORTVERSION= 0.1.8
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= sunpoet@sunpoet.net
COMMENT= A program for MPEG audio stream validation
ALL_TARGET= mp3val
MAKEFILE= ${WRKSRC}/Makefile.linux
PLIST_FILES= bin/mp3val
USE_GMAKE= yes
.include <bsd.port.pre.mk>
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/mp3val ${PREFIX}/bin
.include <bsd.port.post.mk>

3
audio/mp3val/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (mp3val-0.1.8-src.tar.gz) = dc8adad909d0b8734ed22029b2de2cb4
SHA256 (mp3val-0.1.8-src.tar.gz) = 95a16efe3c352bb31d23d68ee5cb8bb8ebd9868d3dcf0d84c96864f80c31c39f
SIZE (mp3val-0.1.8-src.tar.gz) = 21406

18
audio/mp3val/pkg-descr Normal file
View File

@ -0,0 +1,18 @@
MP3val is a small, high-speed, free software tool for checking MPEG audio
files' integrity. It can be useful for finding corrupted files (e.g.
incompletely downloaded, truncated, containing garbage). MP3val is also able
to fix most of the problems. Being a multiplatform application, MP3val can be
runned both under Windows and under Linux (or BSD).
The most common MPEG audio file type is MPEG 1 Layer III (mp3), but MP3val
supports also other MPEG versions and layers. The tool is also aware of the
most common types of tags (ID3v1, ID3v2, APEv2).
The core component of MP3val is an application with command-line interface.
There are also two graphical frontends for it: MP3val-frontend is a native
Windows application (it is also included in the latest binary releases for
Windows), mp3valgui is a multi-platform Python script (can be downloaded
separately), written by an independent developer. Installing the latter under
Windows is a bit tricky, so for Windows the first frontend is recommended.
WWW: http://mp3val.sourceforge.net/