diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2002-07-05 19:09:04 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2002-07-05 19:09:04 +0000 |
commit | 55c997b301155fa531d6fc7a312ab1bb7497e8f5 (patch) | |
tree | de1d91e2292251dd7a187a88024300725dd974d5 /audio | |
parent | Update to 0.3.3 (diff) |
- Update to 1.1
- Give maintainership to submitter
PR: 40212
Submitted by: Tilman Linneweh <tilman@arved.de>
Approved by: Joao Carlos Mendes Luis <jonny@jonny.eng.br>
(previous maintainer)
Notes
Notes:
svn path=/head/; revision=62492
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ripenc/Makefile | 8 | ||||
-rw-r--r-- | audio/ripenc/distinfo | 2 | ||||
-rw-r--r-- | audio/ripenc/files/patch-aa | 33 | ||||
-rw-r--r-- | audio/ripenc/pkg-descr | 5 |
4 files changed, 6 insertions, 42 deletions
diff --git a/audio/ripenc/Makefile b/audio/ripenc/Makefile index 34d71ab09aec..a934f70e2058 100644 --- a/audio/ripenc/Makefile +++ b/audio/ripenc/Makefile @@ -6,13 +6,11 @@ # PORTNAME= ripenc -PORTVERSION= 0.7 +PORTVERSION= 1.1 CATEGORIES= audio -MASTER_SITES= ftp://ftp.vision.net.au/ftp4/html/files/ \ - ftp://ftp.loxinfo.co.th/pub/unix/cd-writer/ -DISTNAME= ${PORTNAME}${PORTVERSION} +MASTER_SITES= http://home.kc.rr.com/ripenc/ -MAINTAINER= jonny@jonny.eng.br +MAINTAINER= freebsdports@arved.de WRKSRC= ${WRKDIR}/ripenc diff --git a/audio/ripenc/distinfo b/audio/ripenc/distinfo index 6667d3f73432..bda0b2d57f05 100644 --- a/audio/ripenc/distinfo +++ b/audio/ripenc/distinfo @@ -1 +1 @@ -MD5 (ripenc0.7.tar.gz) = c51ecce28d63d27444437be2d35261a6 +MD5 (ripenc-1.1.tar.gz) = e0b7911b534a962f1f010709d38cac1b diff --git a/audio/ripenc/files/patch-aa b/audio/ripenc/files/patch-aa deleted file mode 100644 index 5814f43c6ac8..000000000000 --- a/audio/ripenc/files/patch-aa +++ /dev/null @@ -1,33 +0,0 @@ ---- 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 diff --git a/audio/ripenc/pkg-descr b/audio/ripenc/pkg-descr index 1c13db64db3b..2bc5568d7724 100644 --- a/audio/ripenc/pkg-descr +++ b/audio/ripenc/pkg-descr @@ -5,9 +5,8 @@ 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). - -WWW: http://www.asde.com/~mjparme/index.htm +Author: Michael J. Parmeley +WWW: http://home.kc.rr.com/ripenc/ - Joao Carlos Mendes Luis <jonny@jonny.eng.br> |