From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 30 15:40:16 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9708A37B401 for ; Mon, 30 Jun 2003 15:40:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D3FE43FF3 for ; Mon, 30 Jun 2003 15:40:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5UMeEUp012473 for ; Mon, 30 Jun 2003 15:40:14 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5UMeE9I012472; Mon, 30 Jun 2003 15:40:14 -0700 (PDT) Resent-Date: Mon, 30 Jun 2003 15:40:14 -0700 (PDT) Resent-Message-Id: <200306302240.h5UMeE9I012472@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Philip Paeps Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B305737B401 for ; Mon, 30 Jun 2003 15:37:27 -0700 (PDT) Received: from adicia.telenet-ops.be (adicia.telenet-ops.be [195.130.132.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ADB043F3F for ; Mon, 30 Jun 2003 15:37:26 -0700 (PDT) (envelope-from philip@paeps.cx) Received: from localhost (localhost.localdomain [127.0.0.1]) by adicia.telenet-ops.be (Postfix) with SMTP id 00762382E9 for ; Tue, 1 Jul 2003 00:37:25 +0200 (MEST) Received: from fortuna.home.paeps.cx (D57687C7.kabel.telenet.be [213.118.135.199]) by adicia.telenet-ops.be (Postfix) with ESMTP id A1CD238251 for ; Tue, 1 Jul 2003 00:37:24 +0200 (MEST) Received: from juno.home.paeps.cx (juno.home.paeps.cx [2001:ab8:2007:0:240:f4ff:fe31:3090]) by fortuna.home.paeps.cx (Postfix) with ESMTP id 657D4209E for ; Tue, 1 Jul 2003 00:37:24 +0200 (CEST) Received: by juno.home.paeps.cx (Postfix, from userid 1001) id DEA9121A7; Tue, 1 Jul 2003 00:37:13 +0200 (CEST) Message-Id: <20030630223713.DEA9121A7@juno.home.paeps.cx> Date: Tue, 1 Jul 2003 00:37:13 +0200 (CEST) From: Philip Paeps To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/53942: New Port: audio/crip - Terminal-based ripper/encoder/tagger X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jun 2003 22:40:16 -0000 >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@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 X# X# $FreeBSD$ X# X XPORTNAME= crip XPORTVERSION= 3.4 XCATEGORIES= audio XMASTER_SITES= http://bach.dynet.com/crip/src/ X XMAINTAINER= philip@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 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@paeps.cx END-of-crip/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: