Date: Sun, 28 Feb 1999 17:25:22 -0300 (EST) From: Joao Carlos Mendes Luis <jonny@jonny.eng.br> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/10313: New port: ripenc Message-ID: <199902282025.RAA07567@roma.coe.ufrj.br>
next in thread | raw e-mail | index | archive | help
>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 <jonny@jonny.eng.br> 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 <jonny@jonny.eng.br> 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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902282025.RAA07567>