Add a new port: mp3ck

Mp3ck is a portable utility for checking the consistency of MPEG
Layer 2 or 3 streams or files.  The primary accent of the check is
on the seamless flow of frames and tags since most MPEG defects
introduced by aborted network transfers manifest theirselves in its
breakage.

Its ability to detect such defects is its main difference from
other mp3*check utilities from our port collection.
This commit is contained in:
Yaroslav Tykhiy 2002-02-03 11:04:04 +00:00
parent 3e468fafad
commit 57875f1752
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54159
6 changed files with 32 additions and 0 deletions

View File

@ -132,6 +132,7 @@
SUBDIR += mp3butler
SUBDIR += mp3check
SUBDIR += mp3chew
SUBDIR += mp3ck
SUBDIR += mp3encode
SUBDIR += mp3info
SUBDIR += mp3mover

18
audio/mp3ck/Makefile Normal file
View File

@ -0,0 +1,18 @@
# New ports collection makefile for: mp3ck
# Date created: Feb 3 2002
# Whom: Yar Tikhiy <yar@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mp3ck
PORTVERSION= 0.02
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= yar@FreeBSD.org
MAN1= mp3ck.1
.include <bsd.port.mk>

1
audio/mp3ck/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (mp3ck-0.02.tar.gz) = a9fd0c6d0a4872b865df8b7566ddc380

1
audio/mp3ck/pkg-comment Normal file
View File

@ -0,0 +1 @@
A consistency check utility for MPEG Layer 2 or 3 files or streams

10
audio/mp3ck/pkg-descr Normal file
View File

@ -0,0 +1,10 @@
Mp3ck is a portable utility for checking the consistency of MPEG
Layer 2 or 3 streams or files. The primary accent of the check is
on the seamless flow of frames and tags since most MPEG defects
introduced by aborted network transfers manifest theirselves in its
breakage.
WWW: http://mp3ck.sourceforge.net/
- Yar Tikhiy
yar@FreeBSD.org

1
audio/mp3ck/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/mp3ck