Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jul 2002 22:42:36 -0400 (EDT)
From:      Munish Chopra <mchopra@engmail.uwaterloo.ca>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/41140: New port: audio/abcde, sh script to rip and encode CDs
Message-ID:  <20020730024236.E4CB4C38@opiate.thirteenandtwo.org>

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

>Number:         41140
>Category:       ports
>Synopsis:       New port: audio/abcde, sh script to rip and encode CDs
>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 Jul 29 19:50:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Munish Chopra
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD opiate.thirteenandtwo.org 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sun Jul 28 23:47:23 EDT 2002 munish@opiate.thirteenandtwo.org:/usr/src/sys/i386/compile/OPIATE i386


	
>Description:
    Add audio/abcde: Front-end sh script to encode CDs in ogg or mp3 format. Now I can finally dump ripit.pl and completely lose perl...
	
>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:
#
#	abcde
#	abcde/distinfo
#	abcde/Makefile
#	abcde/pkg-comment
#	abcde/pkg-descr
#	abcde/pkg-plist
#
echo c - abcde
mkdir -p abcde > /dev/null 2>&1
echo x - abcde/distinfo
sed 's/^X//' >abcde/distinfo << 'END-of-abcde/distinfo'
XMD5 (abcde_2.0.3.orig.tar.gz) = e430e3d2fb87729d6452d495eabd7a7a
END-of-abcde/distinfo
echo x - abcde/Makefile
sed 's/^X//' >abcde/Makefile << 'END-of-abcde/Makefile'
X# New ports collection makefile for:	abcde
X# Date created:			July 29, 2002
X# Whom:				Munish Chopra <mchopra@engmail.uwaterloo.ca>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	abcde
XPORTVERSION=	2.0.3
XCATEGORIES=	audio
XMASTER_SITES=	http://frantica.lly.org/~rcw/abcde/
XDISTNAME= 	abcde_2.0.3.orig
X
XMAINTAINER=	mchopra@engmail.uwaterloo.ca
X
XRUN_DEPENDS=    cd-discid:${PORTSDIR}/audio/cd-discid \
X		cdda2wav:${PORTSDIR}/sysutils/cdrtools \
X		id3v2:${PORTSDIR}/audio/id3v2 \
X		oggenc:${PORTSDIR}/audio/vorbis-tools \
X		wget:${PORTSDIR}/ftp/wget
X
XNO_BUILD=	yes
XWRKSRC=		${WRKDIR}/${PKGNAME}
X
Xdo-install:
X	${INSTALL_SCRIPT} ${WRKSRC}/abcde ${PREFIX}/bin
X	${INSTALL_SCRIPT} ${WRKSRC}/cddb-tool ${PREFIX}/bin
X	${INSTALL_DATA} ${WRKSRC}/abcde.conf ${PREFIX}/etc
X	${INSTALL_MAN} ${WRKSRC}/abcde.1 ${PREFIX}/man/man1
X	${INSTALL_MAN} ${WRKSRC}/cddb-tool.1 ${PREFIX}/man/man1
X
X.include <bsd.port.mk>
END-of-abcde/Makefile
echo x - abcde/pkg-comment
sed 's/^X//' >abcde/pkg-comment << 'END-of-abcde/pkg-comment'
XFront-end sh script to encode CDs in ogg or mp3 format
END-of-abcde/pkg-comment
echo x - abcde/pkg-descr
sed 's/^X//' >abcde/pkg-descr << 'END-of-abcde/pkg-descr'
Xabcde (A Better CD Encoder) is a frontend sh script to rip tracks from
Xa CD, encode them in ogg vorbis or mp3 format, and tag them. 
X
XRippers supported: cdparanoia (not on FreeBSD), cdda2wav
XEncoders supported: oggenc, vorbize, lame, gogo, bladeenc,
X                    mp3enc, xingmp3enc, l3enc
XID3 taggers supported: id3, id3v2
XOther: vorbiscomment, distmp3
X
XMany other useful features are supported.
X
XWWW: http://lly.org/~rcw/abcde/page
X
X- Munish Chopra
X<mchopra@engmail.uwaterloo.ca>
END-of-abcde/pkg-descr
echo x - abcde/pkg-plist
sed 's/^X//' >abcde/pkg-plist << 'END-of-abcde/pkg-plist'
Xbin/abcde
Xbin/cddb-tool
Xetc/abcde.conf
Xman/man1/abcde.1
Xman/man1/cddb-tool.1
END-of-abcde/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?20020730024236.E4CB4C38>