From 57875f1752d0e696d454a3d8d9c8b1d2524edab9 Mon Sep 17 00:00:00 2001 From: Yaroslav Tykhiy Date: Sun, 3 Feb 2002 11:04:04 +0000 Subject: 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. --- audio/mp3ck/Makefile | 18 ++++++++++++++++++ audio/mp3ck/distinfo | 1 + audio/mp3ck/pkg-comment | 1 + audio/mp3ck/pkg-descr | 10 ++++++++++ audio/mp3ck/pkg-plist | 1 + 5 files changed, 31 insertions(+) create mode 100644 audio/mp3ck/Makefile create mode 100644 audio/mp3ck/distinfo create mode 100644 audio/mp3ck/pkg-comment create mode 100644 audio/mp3ck/pkg-descr create mode 100644 audio/mp3ck/pkg-plist (limited to 'audio/mp3ck') 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 +# +# $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 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 -- cgit v1.2.3