Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Fix build on some Perl releases: it fails to build with 5.14.4 (current ↵ | sunpoet | 2013-10-23 | 2 | -9/+14 |
| | | | | | | | default) - Add LICENSE - Support STAGEDIR | ||||
* | Add NO_STAGE all over the place in preparation for the staging support (cat: ↵ | bapt | 2013-09-20 | 1 | -0/+1 |
| | | | | audio) | ||||
* | - Use single space after WWW: | sunpoet | 2013-08-29 | 1 | -1/+1 |
| | |||||
* | - Cleanup Makefile header | sunpoet | 2013-08-22 | 1 | -5/+1 |
| | |||||
* | - Remove leading indefinite article from COMMENT | sunpoet | 2013-08-22 | 1 | -1/+1 |
| | |||||
* | - Convert to new perl framework | sunpoet | 2013-08-21 | 1 | -1/+2 |
| | |||||
* | - Pet portlint | sunpoet | 2011-08-30 | 1 | -2/+2 |
| | |||||
* | - Get Rid MD5 support | miwi | 2011-03-19 | 1 | -1/+0 |
| | |||||
* | - Use LOCAL/sunpoet as backup MASTER_SITES | sunpoet | 2010-10-01 | 1 | -1/+1 |
| | | | | Approved by: pgollucci (mentor) | ||||
* | - Update MAINTAINER to my FreeBSD.org address | sunpoet | 2010-09-23 | 1 | -1/+1 |
| | | | | Approved by: pgollucci (mentor) | ||||
* | - mp3lint is a tool to check collections of audio files for various ↵ | sylvio | 2010-08-20 | 4 | -0/+66 |
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 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> |