diff options
author | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2002-02-03 11:04:04 +0000 |
---|---|---|
committer | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2002-02-03 11:04:04 +0000 |
commit | 57875f1752d0e696d454a3d8d9c8b1d2524edab9 (patch) | |
tree | 378e1997d90fe07b7e9f2046b93712a6cba2794d /audio | |
parent | There is a new release of MetaKit (diff) |
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.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/mp3ck/Makefile | 18 | ||||
-rw-r--r-- | audio/mp3ck/distinfo | 1 | ||||
-rw-r--r-- | audio/mp3ck/pkg-comment | 1 | ||||
-rw-r--r-- | audio/mp3ck/pkg-descr | 10 | ||||
-rw-r--r-- | audio/mp3ck/pkg-plist | 1 |
6 files changed, 32 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 68b69e69a942..d946759865ce 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -132,6 +132,7 @@ SUBDIR += mp3butler SUBDIR += mp3check SUBDIR += mp3chew + SUBDIR += mp3ck SUBDIR += mp3encode SUBDIR += mp3info SUBDIR += mp3mover diff --git a/audio/mp3ck/Makefile b/audio/mp3ck/Makefile new file mode 100644 index 000000000000..9e4ac1959e0a --- /dev/null +++ b/audio/mp3ck/Makefile @@ -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> diff --git a/audio/mp3ck/distinfo b/audio/mp3ck/distinfo new file mode 100644 index 000000000000..6a061b5f2ad5 --- /dev/null +++ b/audio/mp3ck/distinfo @@ -0,0 +1 @@ +MD5 (mp3ck-0.02.tar.gz) = a9fd0c6d0a4872b865df8b7566ddc380 diff --git a/audio/mp3ck/pkg-comment b/audio/mp3ck/pkg-comment new file mode 100644 index 000000000000..3545a3325afa --- /dev/null +++ b/audio/mp3ck/pkg-comment @@ -0,0 +1 @@ +A consistency check utility for MPEG Layer 2 or 3 files or streams diff --git a/audio/mp3ck/pkg-descr b/audio/mp3ck/pkg-descr new file mode 100644 index 000000000000..6d58e0c40e77 --- /dev/null +++ b/audio/mp3ck/pkg-descr @@ -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 diff --git a/audio/mp3ck/pkg-plist b/audio/mp3ck/pkg-plist new file mode 100644 index 000000000000..cfd0d9a15035 --- /dev/null +++ b/audio/mp3ck/pkg-plist @@ -0,0 +1 @@ +bin/mp3ck |