Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Sep 2003 18:07:38 +0200 (CEST)
From:      Pav Lucistnik <pav@oook.cz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/57179: new port: audio/cue2toc, cue -> toc converter
Message-ID:  <200309241607.h8OG7cYE004932@pav.hide.vol.cz>
Resent-Message-ID: <200309241610.h8OGAKpx010590@freefall.freebsd.org>

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

>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@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@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@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:



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