aboutsummaryrefslogtreecommitdiff
path: root/audio/mp3val
Commit message (Collapse)AuthorAgeFilesLines
* - Add LICENSESunpoet Po-Chuan Hsieh2013-11-251-3/+4
| | | | | | | | - Simplify MAKEFILE - Support STAGEDIR Notes: svn path=/head/; revision=334834
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* - Use USES=gmakeSunpoet Po-Chuan Hsieh2013-08-212-20/+15
| | | | | | | | | | | - Do not silence installation message - Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk - Cleanup Makefile header - Cosmetic change - Use single space after WWW: Notes: svn path=/head/; revision=325160
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Update MAINTAINER to my FreeBSD.org addressSunpoet Po-Chuan Hsieh2010-09-221-1/+1
| | | | | | | Approved by: pgollucci (mentor) Notes: svn path=/head/; revision=261634
* MP3val is a small, high-speed, free software tool for checking MPEG audioMartin Wilke2010-05-093-0/+48
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> Notes: svn path=/head/; revision=253974