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:
parent
e79a179b72
commit
f44aeda10f
21
audio/checkmate/Makefile
Normal file
21
audio/checkmate/Makefile
Normal 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
2
audio/checkmate/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (checkmate-0.19.tar.gz) = lA+V1EW6tikFGTDvYcVhS9++nfb0UPH/q4bq+IXnkZU=
|
||||
SIZE (checkmate-0.19.tar.gz) = 184075
|
6
audio/checkmate/pkg/DESCR
Normal file
6
audio/checkmate/pkg/DESCR
Normal 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.
|
3
audio/checkmate/pkg/PLIST
Normal file
3
audio/checkmate/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user