From owner-freebsd-ports Sun Feb 28 12:30:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 603D6152BB for ; Sun, 28 Feb 1999 12:30:17 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA35688; Sun, 28 Feb 1999 12:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from roma.coe.ufrj.br (roma.coe.ufrj.br [146.164.53.65]) by hub.freebsd.org (Postfix) with ESMTP id BBAC41529F for ; Sun, 28 Feb 1999 12:25:38 -0800 (PST) (envelope-from jonny@jonny.eng.br) Received: (from jonny@localhost) by roma.coe.ufrj.br (8.8.8/8.8.8) id RAA07567; Sun, 28 Feb 1999 17:25:22 -0300 (EST) (envelope-from jonny) Message-Id: <199902282025.RAA07567@roma.coe.ufrj.br> Date: Sun, 28 Feb 1999 17:25:22 -0300 (EST) From: Joao Carlos Mendes Luis Reply-To: jonny@jonny.eng.br To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10313: New port: ripenc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10313 >Category: ports >Synopsis: New port - ripenc >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: Sun Feb 28 12:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Joao Carlos Mendes Luis >Release: FreeBSD 2.2.8-STABLE i386 >Organization: COPPE/UFRJ >Environment: >Description: >How-To-Repeat: >Fix: Should we start thinking about a MP3 section ? :) # 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: # # ripenc # ripenc/pkg # ripenc/pkg/COMMENT # ripenc/pkg/DESCR # ripenc/pkg/PLIST # ripenc/files # ripenc/files/md5 # ripenc/Makefile # echo c - ripenc mkdir -p ripenc > /dev/null 2>&1 echo c - ripenc/pkg mkdir -p ripenc/pkg > /dev/null 2>&1 echo x - ripenc/pkg/COMMENT sed 's/^X//' >ripenc/pkg/COMMENT << 'END-of-ripenc/pkg/COMMENT' XScript that automates the ripping, encoding, and naming of CD's END-of-ripenc/pkg/COMMENT echo x - ripenc/pkg/DESCR sed 's/^X//' >ripenc/pkg/DESCR << 'END-of-ripenc/pkg/DESCR' XBourne shell script RIPENC (short for "rip and encode"). This script Xsupports cdparanoia, cdda2wav and tosha (a FreeBSD ripper) for ripping Xand bladeenc, 8hz-mp3 and l3enc for encoding. RIPENC also utilizes XCDDB lookups to name the songs as they are ripped. Cda, which is Xincluded in the XMCD package, must be used if you wish to utilize CDDB Xnaming. A manual naming option is also available. X XThis is version 0.6 (released Feb 27, 1999). X XURL: http://www.asde.com/~mjparme/index.htm X X-- XPorted by: Joao Carlos Mendes Luis X XNote: This port does not depend on the binary utilities referenced Xabove. Choose and install then based on your own preferences. END-of-ripenc/pkg/DESCR echo x - ripenc/pkg/PLIST sed 's/^X//' >ripenc/pkg/PLIST << 'END-of-ripenc/pkg/PLIST' Xbin/ripenc END-of-ripenc/pkg/PLIST echo c - ripenc/files mkdir -p ripenc/files > /dev/null 2>&1 echo x - ripenc/files/md5 sed 's/^X//' >ripenc/files/md5 << 'END-of-ripenc/files/md5' XMD5 (ripenc0.6.tar.gz) = 3c2051a3b9d77c03056235d434c5fba1 END-of-ripenc/files/md5 echo x - ripenc/Makefile sed 's/^X//' >ripenc/Makefile << 'END-of-ripenc/Makefile' X# New ports collection makefile for: ripenc X# URL: http://www.asde.com/~mjparme/index.htm X# Version required: 0.6 X# Date created: 28 February 1999 X# Whom: Joao Carlos Mendes Luis X# X# $Id: $ X# X XDISTNAME= ripenc0.6 XPKGNAME= ripenc-0.6 XCATEGORIES= audio XMASTER_SITES= http://www.asde.com/~mjparme/ X XNO_BUILD= Shell Script X XMAINTAINER= jonny@jonny.eng.br X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/ripenc ${PREFIX}/bin X X.include END-of-ripenc/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message