Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Apr 2001 20:38:47 +0930 (CST)
From:      mark@kyne.com.au
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/26612: New port: audio/mp3check: A tool for checking and fixing mp3 archive inconsistencies
Message-ID:  <200104161108.f3GB8lL13852@aeris.kyne.com.au>

next in thread | raw e-mail | index | archive | help

>Number:         26612
>Category:       ports
>Synopsis:       New port: audio/mp3check: A tool for checking and fixing mp3 archive inconsistencies
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 16 04:10:03 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Mark Pulford
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
none
>Environment:

>Description:

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..

>How-To-Repeat:

>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	mp3check
#	mp3check/Makefile
#	mp3check/distinfo
#	mp3check/pkg-descr
#	mp3check/pkg-comment
#	mp3check/pkg-plist
#
echo c - mp3check
mkdir -p mp3check > /dev/null 2>&1
echo x - mp3check/Makefile
sed 's/^X//' >mp3check/Makefile << 'END-of-mp3check/Makefile'
X# New ports collection makefile for:	mp3check
X# Date created:			Apr 16, 2001
X# Whom:				Mark Pulford <mark@kyne.com.au>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	mp3check
XPORTVERSION=	1.1
XCATEGORIES=	audio
XMASTER_SITES=	http://www.icculus.org/mp3check/
XDISTNAME=	${PORTNAME}
XEXTRACT_SUFX=
X
XMAINTAINER=	mark@kyne.com.au
X
XRUN_DEPENDS=	${LOCALBASE}/bin/id3tool:${PORTSDIR}/audio/id3tool \
X		${LOCALBASE}/bin/mp3_check:${PORTSDIR}/audio/mp3_check
X
XUSE_PERL5=	yes
XNO_WRKSUBDIR=	yes
XEXTRACT_CMD=	${CP}
XEXTRACT_BEFORE_ARGS=
XEXTRACT_AFTER_ARGS=	${WRKSRC}
XNO_BUILD=	yes
X
Xpre-patch:
X	@${PERL} -pi -e "s|^#!.+|#!${PERL}|" ${WRKSRC}/mp3check
X
Xdo-install:
X	${INSTALL_SCRIPT} ${WRKSRC}/mp3check ${PREFIX}/bin
X
X.include <bsd.port.mk>
END-of-mp3check/Makefile
echo x - mp3check/distinfo
sed 's/^X//' >mp3check/distinfo << 'END-of-mp3check/distinfo'
XMD5 (mp3check) = 690f8c2aa9daad62f2eade2aee425119
END-of-mp3check/distinfo
echo x - mp3check/pkg-descr
sed 's/^X//' >mp3check/pkg-descr << 'END-of-mp3check/pkg-descr'
XMp3check is a tool for checking and fixing mp3 archive
Xinconsistencies:
X- Filenames (too long, spaces, weird characters, ...)
X- Redundant play lists
X- ID3 tags
X- Broken mp3 files
X- and more..
X
XWWW: http://www.icculus.org/mp3check/
END-of-mp3check/pkg-descr
echo x - mp3check/pkg-comment
sed 's/^X//' >mp3check/pkg-comment << 'END-of-mp3check/pkg-comment'
XA tool for checking and fixing mp3 archive inconsistencies
END-of-mp3check/pkg-comment
echo x - mp3check/pkg-plist
sed 's/^X//' >mp3check/pkg-plist << 'END-of-mp3check/pkg-plist'
Xbin/mp3check
END-of-mp3check/pkg-plist
exit

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104161108.f3GB8lL13852>