diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-06-19 18:08:18 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-06-19 18:08:18 +0000 |
commit | 40bbdfef9455a58e018161b548cc55d33d3475da (patch) | |
tree | 27d97f143e89db74bea7b287b03c2136326f6470 /audio/ripit | |
parent | d7b1c93c53f526abacf18760c7ba3d0635e04a9a (diff) | |
download | ports-40bbdfef9455a58e018161b548cc55d33d3475da.tar.gz ports-40bbdfef9455a58e018161b548cc55d33d3475da.zip |
Notes
Diffstat (limited to 'audio/ripit')
-rw-r--r-- | audio/ripit/Makefile | 6 | ||||
-rw-r--r-- | audio/ripit/distinfo | 2 | ||||
-rw-r--r-- | audio/ripit/files/patch-aa | 12 |
3 files changed, 10 insertions, 10 deletions
diff --git a/audio/ripit/Makefile b/audio/ripit/Makefile index 15727aecb7d5..7b57a6f77522 100644 --- a/audio/ripit/Makefile +++ b/audio/ripit/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: ripit -# Version required: 1.3 +# Version required: 1.4 # Date created: 2 May 1999 # Whom: oyvindmo@initio.no # -# $Id: Makefile,v 1.2 1999/05/04 04:35:33 steve Exp $ +# $Id: Makefile,v 1.3 1999/05/04 07:06:23 flathill Exp $ # -DISTNAME= ripit-1.3 +DISTNAME= ripit-1.4 CATEGORIES= audio MASTER_SITES= http://www.netcomuk.co.uk/~squinn/ diff --git a/audio/ripit/distinfo b/audio/ripit/distinfo index 76dd92982594..d206771456a1 100644 --- a/audio/ripit/distinfo +++ b/audio/ripit/distinfo @@ -1 +1 @@ -MD5 (ripit-1.3.tar.gz) = 9407606e370eebee5c7920140c3f346d +MD5 (ripit-1.4.tar.gz) = f75056dd0115d545585bc5a28de397f5 diff --git a/audio/ripit/files/patch-aa b/audio/ripit/files/patch-aa index 68abae7365c5..b40439a459e6 100644 --- a/audio/ripit/files/patch-aa +++ b/audio/ripit/files/patch-aa @@ -1,6 +1,6 @@ -diff -uNr ../ripit-1.2.old/ripit.pl ./ripit.pl ---- ../ripit-1.2.old/ripit.pl Sun May 2 18:24:11 1999 -+++ ./ripit.pl Sun May 2 18:27:10 1999 +diff -uNr ../ripit-1.4.orig/ripit.pl ./ripit.pl +--- ../ripit-1.4.orig/ripit.pl Mon Jun 14 14:24:16 1999 ++++ ./ripit.pl Mon Jun 14 14:26:24 1999 @@ -26,8 +26,8 @@ # User configurable variables # @@ -10,9 +10,9 @@ diff -uNr ../ripit-1.2.old/ripit.pl ./ripit.pl +$cddev = "/dev/rcd0c"; # CD Audio device +$outputdir = "/home/mp3/"; # Where the MP3s should go $bitrate = 160; # Bitrate for MP3s + $tocfile = ""; - $use_underscore = 0; # Use _ instead of spaces in filenames (1 yes, 0 no) -@@ -312,14 +312,11 @@ +@@ -326,14 +326,11 @@ &printflush(RIPLOG,"Ripping $tracklist[$_ - 1]...\n"); @@ -30,7 +30,7 @@ diff -uNr ../ripit-1.2.old/ripit.pl ./ripit.pl &printflush(RIPLOG,"Rip complete $tracklist[$_ - 1]\n"); # Start the Encoder in the background. but only once -@@ -349,7 +346,7 @@ +@@ -363,7 +360,7 @@ print "\nBladeenc Encoding track ".$ncount." of ".($#seltrack + 1)."\n"; &printflush(RIPLOG,"Encoding $tracklist[$_ - 1]...\n"); |