import ports/audio/checkmate, ok weerd@

Checkmate MP3 Checker is a free program that checks MP3 files for
errors. It scans MP3 files to see if the frames are where they are
supposed to be, whether the frame headers are correct and whether the
frame headers are consistent throughout the file. It reports some
information on each file and an indication whether the file is good or
bad.
This commit is contained in:
sthen 2013-12-12 14:52:44 +00:00
parent e79a179b72
commit f44aeda10f
4 changed files with 32 additions and 0 deletions

21
audio/checkmate/Makefile Normal file
View File

@ -0,0 +1,21 @@
# $OpenBSD: Makefile,v 1.1.1.1 2013/12/12 14:52:44 sthen Exp $
COMMENT= check mp3 files for errors
DISTNAME= checkmate-0.19
CATEGORIES= audio
HOMEPAGE= http://checkmate.gissen.nl/
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c
MASTER_SITES= http://checkmate.gissen.nl/
SEPARATE_BUILD= Yes
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>

2
audio/checkmate/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (checkmate-0.19.tar.gz) = lA+V1EW6tikFGTDvYcVhS9++nfb0UPH/q4bq+IXnkZU=
SIZE (checkmate-0.19.tar.gz) = 184075

View File

@ -0,0 +1,6 @@
Checkmate MP3 Checker is a free program that checks MP3 files for
errors. It scans MP3 files to see if the frames are where they are
supposed to be, whether the frame headers are correct and whether the
frame headers are consistent throughout the file. It reports some
information on each file and an indication whether the file is good or
bad.

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2013/12/12 14:52:44 sthen Exp $
@bin bin/mpck
@man man/man1/mpck.1