Script that automates the ripping, encoding, and naming of CD's

PR:		10313
Submitted by:	Joao Carlos Mendes Luis <jonny@jonny.eng.br>
This commit is contained in:
Satoshi Taoka 1999-04-27 12:57:56 +00:00
parent 0d388c0d41
commit d1d1dea9d0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18161
5 changed files with 41 additions and 0 deletions

22
audio/ripenc/Makefile Normal file
View File

@ -0,0 +1,22 @@
# New ports collection makefile for: ripenc
# URL: http://www.asde.com/~mjparme/index.htm
# Version required: 0.6
# Date created: 28 February 1999
# Whom: Joao Carlos Mendes Luis <jonny@jonny.eng.br>
#
# $Id: $
#
DISTNAME= ripenc0.6
PKGNAME= ripenc-0.6
CATEGORIES= audio
MASTER_SITES= http://www.asde.com/~mjparme/
MAINTAINER= jonny@jonny.eng.br
NO_BUILD= Shell Script
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/ripenc ${PREFIX}/bin
.include <bsd.port.mk>

1
audio/ripenc/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (ripenc0.6.tar.gz) = 3c2051a3b9d77c03056235d434c5fba1

1
audio/ripenc/pkg-comment Normal file
View File

@ -0,0 +1 @@
Script that automates the ripping, encoding, and naming of CD's

16
audio/ripenc/pkg-descr Normal file
View File

@ -0,0 +1,16 @@
Bourne shell script RIPENC (short for "rip and encode"). This script
supports cdparanoia, cdda2wav and tosha (a FreeBSD ripper) for ripping
and bladeenc, 8hz-mp3 and l3enc for encoding. RIPENC also utilizes
CDDB lookups to name the songs as they are ripped. Cda, which is
included in the XMCD package, must be used if you wish to utilize CDDB
naming. A manual naming option is also available.
This is version 0.6 (released Feb 27, 1999).
URL: http://www.asde.com/~mjparme/index.htm
--
Ported by: Joao Carlos Mendes Luis <jonny@jonny.eng.br>
Note: This port does not depend on the binary utilities referenced
above. Choose and install then based on your own preferences.

1
audio/ripenc/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/ripenc