ports/57179: new port: audio/cue2toc, cue -> toc converter

Pav Lucistnik pav at oook.cz
Wed Sep 24 16:10:36 UTC 2003


>Number:         57179
>Category:       ports
>Synopsis:       new port: audio/cue2toc, cue -> toc converter
>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:   Wed Sep 24 09:10:20 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Pav Lucistnik
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD pav.hide.vol.cz 4.8-STABLE FreeBSD 4.8-STABLE #0: Mon Jul 28 12:47:51 CEST 2003 root at pav.hide.vol.cz:/usr/obj/usr/src/sys/PAV i386


	
>Description:
cue2toc is a perl script, that converts popular CUE sheet format
into TOC (Table of Contents) format that can be used by cdrdao.
Useful for burning one wave as multiple tracks when you have CUE sheet.

>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:
#
#	cue2toc
#	cue2toc/Makefile
#	cue2toc/distinfo
#	cue2toc/pkg-plist
#	cue2toc/pkg-descr
#
echo c - cue2toc
mkdir -p cue2toc > /dev/null 2>&1
echo x - cue2toc/Makefile
sed 's/^X//' >cue2toc/Makefile << 'END-of-cue2toc/Makefile'
X# New ports collection makefile for:	cue2toc
X# Date created:				24th September 2003
X# Whom:					Pav Lucistnik <pav at oook.cz>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	cue2toc
XPORTVERSION=	0.0
XCATEGORIES=	audio perl5
XMASTER_SITES=	http://www.tuxcoder.com/cue2toc/download/
X
XMAINTAINER=	pav at oook.cz
XCOMMENT=	Perl script that converts CUE files into TOC files for cdrdao
X
XRUN_DEPENDS=	${SITE_PERL}/Audio/Wav.pm:${PORTSDIR}/audio/p5-Audio-Wav
X
XNO_BUILD=	yes
XUSE_REINPLACE=	yes
X
Xpre-patch:
X	@${REINPLACE_CMD} -e 's|use warnings;||' ${WRKSRC}/cue2toc
X
Xdo-install:
X	${INSTALL_SCRIPT} ${WRKSRC}/cue2toc ${PREFIX}/bin/cue2toc
X
X.include <bsd.port.mk>
END-of-cue2toc/Makefile
echo x - cue2toc/distinfo
sed 's/^X//' >cue2toc/distinfo << 'END-of-cue2toc/distinfo'
XMD5 (cue2toc-0.0.tar.gz) = a36f42552440963a35c6ce265d635205
END-of-cue2toc/distinfo
echo x - cue2toc/pkg-plist
sed 's/^X//' >cue2toc/pkg-plist << 'END-of-cue2toc/pkg-plist'
Xbin/cue2toc
END-of-cue2toc/pkg-plist
echo x - cue2toc/pkg-descr
sed 's/^X//' >cue2toc/pkg-descr << 'END-of-cue2toc/pkg-descr'
XCue2Toc is a perl script that will convert CUE file into a cdrdao TOC file.
XThe script can handle audio CUE files only.
X
XWWW: http://www.tuxcoder.com/cue2toc/
END-of-cue2toc/pkg-descr
exit

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



More information about the freebsd-ports-bugs mailing list