diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-09 06:09:58 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-09 06:09:58 +0000 |
commit | cdf8e698db7209ae80566868b7c42c1dbd3fc4f6 (patch) | |
tree | 394abc0548e4d6f23525a878d3beb7d4102bddaa /audio/mp3_check | |
parent | c7c2ef9cbc48beda41b29d7a3aad514970e0ef86 (diff) | |
download | ports-cdf8e698db7209ae80566868b7c42c1dbd3fc4f6.tar.gz ports-cdf8e698db7209ae80566868b7c42c1dbd3fc4f6.zip |
Notes
Diffstat (limited to 'audio/mp3_check')
-rw-r--r-- | audio/mp3_check/Makefile | 3 | ||||
-rw-r--r-- | audio/mp3_check/pkg-descr | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/audio/mp3_check/Makefile b/audio/mp3_check/Makefile index dc8022a7f2f5..073c2ecdc681 100644 --- a/audio/mp3_check/Makefile +++ b/audio/mp3_check/Makefile @@ -8,7 +8,8 @@ PORTNAME= mp3_check PORTVERSION= 1.98 CATEGORIES= audio -MASTER_SITES= ftp://mp3check.sourceforge.net/pub/mp3check/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= mp3check MAINTAINER= ericb@thedeepsky.com diff --git a/audio/mp3_check/pkg-descr b/audio/mp3_check/pkg-descr index 4f1436489aca..c46879856d29 100644 --- a/audio/mp3_check/pkg-descr +++ b/audio/mp3_check/pkg-descr @@ -3,5 +3,8 @@ of mp3 audio files and prints useful statistics. This is handy for people who maintain libraries of mp3 files and need a way to verify their quality. +WWW: http://mp3check.sourceforge.net/ +Author: Eric Bullen <ericb@thedeepsky.com> + - Zach zach@pabst.bendnet.com |