ports/156879: New port: multimedia/rebot3: Renames mp3 files using freedb or local CDDB

Chris Rees utisoft at gmail.com
Sun May 8 09:30:10 UTC 2011


>Number:         156879
>Category:       ports
>Synopsis:       New port: multimedia/rebot3: Renames mp3 files using freedb or local CDDB
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 08 09:30:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Chris Rees
>Release:        
>Organization:
>Environment:
>Description:
rebot3 renames MP3 files that you have grabbed from audio CDs with
the track name, number, album, and/or artist. It does so by using
either a remote CDDB server or a local CDDB created by cd (and other)
players like xmcd, kscd or xmms. With rebot3 you can also add or
remove ID3 (version 1) tags to/from the MP3 files.

WWW: http://www.headmqa.com/rebot3/
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 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:
#
#	rebot3
#	rebot3/pkg-descr
#	rebot3/distinfo
#	rebot3/Makefile
#
echo c - rebot3
mkdir -p rebot3 > /dev/null 2>&1
echo x - rebot3/pkg-descr
sed 's/^X//' >rebot3/pkg-descr << 'd4405a87d3e8a1a9cdeb9c438f376988'
Xrebot3.pl renames MP3 files that you have grabbed from audio CDs with
Xthe track name, number, album, and/or artist. It does so by using
Xeither a remote CDDB server or a local CDDB created by cd (and other)
Xplayers like xmcd, kscd or xmms. With rebot3.pl you can also add or
Xremove ID3 (version 1) tags to/from the MP3 files.
X
XWWW: http://www.headmqa.com/rebot3/
d4405a87d3e8a1a9cdeb9c438f376988
echo x - rebot3/distinfo
sed 's/^X//' >rebot3/distinfo << '3a64811a6d5ff6c5db8c328f585ef8fa'
XSHA256 (rebot3-1.0.2.tar.gz) = 0284a9faa0810c93700d256d6903a743c0d40099b477556f247535ce4857cc95
XSIZE (rebot3-1.0.2.tar.gz) = 13610
3a64811a6d5ff6c5db8c328f585ef8fa
echo x - rebot3/Makefile
sed 's/^X//' >rebot3/Makefile << '3828c9fc24173fdff65fd6d6398d0ec9'
X# Ports collection Makefile for:	rebot3
X# Date created:				7th May 2011
X# Whom:					Chris Rees (utisoft at gmail.com)
X#
X# $FreeBSD$
X#
X
XPORTNAME=	rebot3
XPORTVERSION=	1.0.2
XCATEGORIES=	multimedia
XMASTER_SITES=	http://www.headmqa.com/${PORTNAME}/ \
X		http://www.bayofrum.net/dist/${PORTNAME}/
X
XMAINTAINER=	utisoft at gmail.com
XCOMMENT=	Renames mp3 files using freedb or local CDDB
X
XRUN_DEPENDS=	${SITE_PERL}/CDDB.pm:${PORTSDIR}/audio/p5-CDDB \
X		${SITE_PERL}/MP3/ID3v1Tag.pm:${PORTSDIR}/audio/p5-MP3-ID3v1Tag
X
XUSE_PERL5=	yes
XNO_BUILD=	yes
X
XMAN1=		${PORTNAME}.1
XPLIST_FILES=	bin/${PORTNAME}
X
X.include <bsd.port.pre.mk>
X
Xpost-patch:
X# Yes, we know it's perl, but we don't want to type '.pl' the whole time.
X	@${REINPLACE_CMD} -e 's#\(${PORTNAME}\).pl#\1#' \
X		-e '1s#/usr/bin/perl#${PERL}#' \
X		-e 's#defined (\(@.*\))#\1#' \
X		${WRKSRC}/${PORTNAME}.pl ${WRKSRC}/${PORTNAME}.pl.1
X
Xdo-install:
X	@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin/${PORTNAME}
X	@${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.pl.1 \
X		${MAN1PREFIX}/man/man1/${PORTNAME}.1
X
X.include <bsd.port.post.mk>
3828c9fc24173fdff65fd6d6398d0ec9
exit



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



More information about the freebsd-ports-bugs mailing list