ports/53942: New Port: audio/crip - Terminal-based ripper/encoder/tagger
Philip Paeps
philip at paeps.cx
Mon Jun 30 22:40:16 UTC 2003
>Number: 53942
>Category: ports
>Synopsis: New Port: audio/crip - Terminal-based ripper/encoder/tagger
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Mon Jun 30 15:40:13 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: Philip Paeps
>Release: FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD juno.home.paeps.cx 5.1-CURRENT FreeBSD 5.1-CURRENT #18: Sat
Jun 28 22:46:36 CEST 2003 philip at juno.home.paeps.cx:/usr/obj/usr/src/sys/JUNO
i386
>Description:
Crip is a nice terminal-based script to automate the tedious
'rip, encode, tag' process needed to turn shiny pieces of plastic into
conveniently-accessible music files. More efficient than the many GUI
things which do the same thing, imo.
>How-To-Repeat:
Add to ports-tree, build, install, find some CDs, enjoy!
>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:
#
# crip
# crip/Makefile
# crip/pkg-plist
# crip/distinfo
# crip/pkg-descr
#
echo c - crip
mkdir -p crip > /dev/null 2>&1
echo x - crip/Makefile
sed 's/^X//' >crip/Makefile << 'END-of-crip/Makefile'
X# New ports collection makefile for: p5-Date-Roman
X# Date created: 30 June 2003
X# Whom: Philip Paeps <philip at paeps.cx>
X#
X# $FreeBSD$
X#
X
XPORTNAME= crip
XPORTVERSION= 3.4
XCATEGORIES= audio
XMASTER_SITES= http://bach.dynet.com/crip/src/
X
XMAINTAINER= philip at paeps.cx
XCOMMENT= Terminal-based ripper/encoder/tagger
X
XRUN_DEPENDS= ${SITE_PERL}/CDDB_get.pm:${PORTSDIR}/audio/p5-CDDB_get \
X cdparanoia:${PORTSDIR}/audio/cdparanoia \
X oggenc:${PORTSDIR}/audio/vorbis-tools \
X vorbisgain:${PORTSDIR}/audio/vorbisgain
X
Xdo-build:
X ${CC} ${CFLAGS} -o ${WRKSRC}/wav_find_beginning ${WRKSRC}/wav_find_beginning.c
X ${CC} ${CFLAGS} -o ${WRKSRC}/wav_find_end ${WRKSRC}/wav_find_end.c
X
Xdo-install:
X ${INSTALL_SCRIPT} ${WRKSRC}/crip ${PREFIX}/bin
X ${INSTALL_SCRIPT} ${WRKSRC}/editcomment ${PREFIX}/bin
X ${INSTALL_PROGRAM} ${WRKSRC}/wav_find_beginning ${PREFIX}/bin
X ${INSTALL_PROGRAM} ${WRKSRC}/wav_find_end ${PREFIX}/bin
X
XSITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
X
X.include <bsd.port.mk>
END-of-crip/Makefile
echo x - crip/pkg-plist
sed 's/^X//' >crip/pkg-plist << 'END-of-crip/pkg-plist'
Xbin/crip
Xbin/editcomment
Xbin/wav_find_beginning
Xbin/wav_find_end
END-of-crip/pkg-plist
echo x - crip/distinfo
sed 's/^X//' >crip/distinfo << 'END-of-crip/distinfo'
XMD5 (crip-3.4.tar.gz) = ba5414767cd9c80d8e00b1be1679b2e8
END-of-crip/distinfo
echo x - crip/pkg-descr
sed 's/^X//' >crip/pkg-descr << 'END-of-crip/pkg-descr'
Xcrip is a terminal-based ripper/encoder/tagger tool for creating Ogg
XVorbis/FLAC files under UNIX/Linux. It is well-suited for anyone (especially
Xthe perfectionist) who seeks to make a lot of files from CDs and have them all
Xproperly labeled and professional-quality with a minimum of hassle and yet
Xstill have flexibility and full control over everything.
X
XWWW: http://bach.dynet.com/crip/
X
X--
XPhilip Paeps
Xphilip at paeps.cx
END-of-crip/pkg-descr
exit
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list