diff options
author | garga <garga@FreeBSD.org> | 2005-09-26 21:53:01 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-09-26 21:53:01 +0800 |
commit | 5416c7c1236dbdeeccb121786417fbdffe06d62d (patch) | |
tree | 67d06786ea11b97a787d43238cba22c216263453 /audio/checkmate | |
parent | 60c548da33be1a8d1313f401ba95f9bbf37b6acf (diff) | |
download | freebsd-ports-graphics-5416c7c1236dbdeeccb121786417fbdffe06d62d.tar.gz freebsd-ports-graphics-5416c7c1236dbdeeccb121786417fbdffe06d62d.tar.zst freebsd-ports-graphics-5416c7c1236dbdeeccb121786417fbdffe06d62d.zip |
Add mpck 0.10, a command-line utility for checking mp3 files for errors.
PR: ports/86553
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Diffstat (limited to 'audio/checkmate')
-rw-r--r-- | audio/checkmate/Makefile | 29 | ||||
-rw-r--r-- | audio/checkmate/distinfo | 2 | ||||
-rw-r--r-- | audio/checkmate/pkg-descr | 6 |
3 files changed, 37 insertions, 0 deletions
diff --git a/audio/checkmate/Makefile b/audio/checkmate/Makefile new file mode 100644 index 00000000000..a484be8b99a --- /dev/null +++ b/audio/checkmate/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: mpck +# Date created: 25 Sep 2005 +# Whom: Emanuel Haupt <ehaupt@critical.ch> +# +# $FreeBSD$ +# + +PORTNAME= mpck +PORTVERSION= 0.10 +CATEGORIES= audio +MASTER_SITES= http://mpck.linuxonly.nl/ + +MAINTAINER= ehaupt@critical.ch +COMMENT= A command-line utility for checking mp3 files for errors + +GNU_CONFIGURE= yes +USE_REINPLACE= yes + +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} + +MAN1= mpck.1 +PLIST_FILES= bin/mpck + +post-patch: + @${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|' \ + ${WRKSRC}/src/checkframe.c \ + ${WRKSRC}/src/bufio.c + +.include <bsd.port.mk> diff --git a/audio/checkmate/distinfo b/audio/checkmate/distinfo new file mode 100644 index 00000000000..06f8187a892 --- /dev/null +++ b/audio/checkmate/distinfo @@ -0,0 +1,2 @@ +MD5 (mpck-0.10.tar.gz) = d49d9af7605a1be1c0f9a2d7889de437 +SIZE (mpck-0.10.tar.gz) = 178362 diff --git a/audio/checkmate/pkg-descr b/audio/checkmate/pkg-descr new file mode 100644 index 00000000000..9de273b24a7 --- /dev/null +++ b/audio/checkmate/pkg-descr @@ -0,0 +1,6 @@ +Mpck reads mp3 files and tries to determine if they are valid. + +It displays statistics such as the bitrate. It is fast and supports +recursive directory checking. + +WWW: http://mpck.linuxonly.nl/ |