Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Jul 1999 13:49:36 -0300 (EST)
From:      Joao Carlos Mendes Luis <jonny@jonny.eng.br>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/12778: Again: ripenc upgrade...
Message-ID:  <199907231649.NAA10217@roma.coe.ufrj.br>

next in thread | raw e-mail | index | archive | help

>Number:         12778
>Category:       ports
>Synopsis:       New version, previous one has been removed from MASTER_SITE
>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:   Fri Jul 23 10:00:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Joao Carlos Mendes Luis
>Release:        FreeBSD 2.2.8-STABLE i386
>Organization:
>Environment:

>Description:

>How-To-Repeat:

>Fix:

diff -ruN /usr/ports/audio/ripenc/Makefile ripenc/Makefile
--- /usr/ports/audio/ripenc/Makefile	Tue Apr 27 09:57:55 1999
+++ ripenc/Makefile	Wed Jul 21 15:07:51 1999
@@ -1,18 +1,20 @@
 # New ports collection makefile for: ripenc
 # URL: http://www.asde.com/~mjparme/index.htm
-# Version required:     0.6
+# Version required:     0.7
 # Date created:         28 February 1999
 # Whom:                 Joao Carlos Mendes Luis <jonny@jonny.eng.br>
 #
 # $Id: Makefile,v 1.1.1.1 1999/04/27 12:57:55 taoka Exp $
 #
 
-DISTNAME=	ripenc0.6
-PKGNAME=	ripenc-0.6
+DISTNAME=	ripenc0.7
+PKGNAME=	ripenc-0.7
 CATEGORIES=	audio
 MASTER_SITES=	http://www.asde.com/~mjparme/
 
 MAINTAINER=	jonny@jonny.eng.br
+
+WRKSRC=		${WRKDIR}/ripenc
 
 NO_BUILD=	Shell Script
 
diff -ruN /usr/ports/audio/ripenc/files/md5 ripenc/files/md5
--- /usr/ports/audio/ripenc/files/md5	Tue Apr 27 09:57:56 1999
+++ ripenc/files/md5	Wed Jul 21 14:48:49 1999
@@ -1 +1 @@
-MD5 (ripenc0.6.tar.gz) = 3c2051a3b9d77c03056235d434c5fba1
+MD5 (ripenc0.7.tar.gz) = c51ecce28d63d27444437be2d35261a6
diff -ruN /usr/ports/audio/ripenc/patches/patch-aa ripenc/patches/patch-aa
--- /usr/ports/audio/ripenc/patches/patch-aa	Wed Dec 31 21:00:00 1969
+++ ripenc/patches/patch-aa	Fri Jul 23 13:49:02 1999
@@ -0,0 +1,33 @@
+--- ripenc.org	Wed Jul 21 14:58:41 1999
++++ ripenc	Wed Jul 21 15:01:22 1999
+@@ -340,6 +340,9 @@
+                            tosha)
+                                 tosha -q -f wav -d ${DEVICE} -t ${num} -o ${SAVETO}/${NAME}.wav
+                                 ;;
++                          dagrab)
++                                dagrab -d ${DEVICE} -f ${SAVETO}/${NAME}.wav ${num}
++                                ;;
+                             none)
+                                echo "Not Ripping"
+                 esac
+@@ -550,7 +553,8 @@
+                         echo "1) cdparanoia"
+                         echo "2) cdda2wav"
+                         echo "3) tosha"
+-                        echo "4) none (assume wavs exist and/or wav files need to be encoded)"
++                        echo "4) dagrab"
++                        echo "5) none (assume wavs exist and/or wav files need to be encoded)"
+                         echo -n "? " ; read ch
+                         if [ "$ch" = "1" ] ;
+                         then
+@@ -565,6 +569,10 @@
+                                 RIPPER=tosha
+                         fi
+                         if [ "$ch" = "4" ]  ;
++                        then
++                                RIPPER=dagrab
++                        fi
++                        if [ "$ch" = "5" ]  ;
+                          then
+                                 RIPPER=none
+                         fi

>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?199907231649.NAA10217>