diff options
author | yar <yar@FreeBSD.org> | 2002-02-03 11:04:04 +0000 |
---|---|---|
committer | yar <yar@FreeBSD.org> | 2002-02-03 11:04:04 +0000 |
commit | a800cfb3483fc0aa33a5b92f5fae07011f0551c6 (patch) | |
tree | 9fb440bc5603183946505160b5e33097d8541773 /audio/mp3ck | |
parent | 78d9301e804e7382c186b56d3f3753338ad0766a (diff) | |
download | FreeBSD-ports-a800cfb3483fc0aa33a5b92f5fae07011f0551c6.zip FreeBSD-ports-a800cfb3483fc0aa33a5b92f5fae07011f0551c6.tar.gz |
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/mp3ck')
-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 |
5 files changed, 31 insertions, 0 deletions
diff --git a/audio/mp3ck/Makefile b/audio/mp3ck/Makefile new file mode 100644 index 0000000..9e4ac19 --- /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 0000000..6a061b5 --- /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 0000000..3545a33 --- /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 0000000..6d58e0c --- /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 0000000..cfd0d9a --- /dev/null +++ b/audio/mp3ck/pkg-plist @@ -0,0 +1 @@ +bin/mp3ck |