From owner-cvs-all@FreeBSD.ORG Sun May 9 07:53:17 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0C658106566C; Sun, 9 May 2010 07:53:17 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id F13448FC08; Sun, 9 May 2010 07:53:16 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o497rGTB048285; Sun, 9 May 2010 07:53:16 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o497rGYm048284; Sun, 9 May 2010 07:53:16 GMT (envelope-from miwi) Message-Id: <201005090753.o497rGYm048284@repoman.freebsd.org> From: Martin Wilke Date: Sun, 9 May 2010 07:53:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio Makefile ports/audio/mp3val Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 May 2010 07:53:17 -0000 miwi 2010-05-09 07:53:16 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/mp3val Makefile distinfo pkg-descr Log: 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 Revision Changes Path 1.1104 +1 -0 ports/audio/Makefile 1.1 +27 -0 ports/audio/mp3val/Makefile (new) 1.1 +3 -0 ports/audio/mp3val/distinfo (new) 1.1 +18 -0 ports/audio/mp3val/pkg-descr (new)