mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
Add mp3check 1.1, a tool for checking and fixing mp3 archive
inconsistencies. PR: 26612 Submitted by: Mark Pulford <mark@kyne.com.au>
This commit is contained in:
parent
e68f6a4e77
commit
d51c6df95c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41581
6 changed files with 46 additions and 0 deletions
|
@ -105,6 +105,7 @@
|
|||
SUBDIR += mixer.app
|
||||
SUBDIR += mp3_check
|
||||
SUBDIR += mp3blaster
|
||||
SUBDIR += mp3check
|
||||
SUBDIR += mp3chew
|
||||
SUBDIR += mp3encode
|
||||
SUBDIR += mp3info
|
||||
|
|
33
audio/mp3check/Makefile
Normal file
33
audio/mp3check/Makefile
Normal file
|
@ -0,0 +1,33 @@
|
|||
# New ports collection makefile for: mp3check
|
||||
# Date created: Apr 16, 2001
|
||||
# Whom: Mark Pulford <mark@kyne.com.au>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mp3check
|
||||
PORTVERSION= 1.1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.icculus.org/mp3check/
|
||||
DISTNAME= ${PORTNAME}
|
||||
EXTRACT_SUFX=
|
||||
|
||||
MAINTAINER= mark@kyne.com.au
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/id3tool:${PORTSDIR}/audio/id3tool \
|
||||
${LOCALBASE}/bin/mp3_check:${PORTSDIR}/audio/mp3_check
|
||||
|
||||
USE_PERL5= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
EXTRACT_CMD= ${CP}
|
||||
EXTRACT_BEFORE_ARGS=
|
||||
EXTRACT_AFTER_ARGS= ${WRKSRC}
|
||||
NO_BUILD= yes
|
||||
|
||||
pre-patch:
|
||||
@${PERL} -pi -e "s|^#!.+|#!${PERL}|" ${WRKSRC}/mp3check
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/mp3check ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
1
audio/mp3check/distinfo
Normal file
1
audio/mp3check/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (mp3check) = 690f8c2aa9daad62f2eade2aee425119
|
1
audio/mp3check/pkg-comment
Normal file
1
audio/mp3check/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
A tool for checking and fixing mp3 archive inconsistencies
|
9
audio/mp3check/pkg-descr
Normal file
9
audio/mp3check/pkg-descr
Normal file
|
@ -0,0 +1,9 @@
|
|||
Mp3check is a tool for checking and fixing mp3 archive
|
||||
inconsistencies:
|
||||
- Filenames (too long, spaces, weird characters, ...)
|
||||
- Redundant play lists
|
||||
- ID3 tags
|
||||
- Broken mp3 files
|
||||
- and more..
|
||||
|
||||
WWW: http://www.icculus.org/mp3check/
|
1
audio/mp3check/pkg-plist
Normal file
1
audio/mp3check/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
bin/mp3check
|
Loading…
Add table
Reference in a new issue