Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Oct 2000 13:58:51 +0100 (BST)
From:      jamie@jamiesdomain.org.uk
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/21749: Update port: audio/cd2mp3  Update to cd2mp3 new release 
Message-ID:  <200010041258.NAA02504@element.office.snet.co.uk>

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

>Number:         21749
>Category:       ports
>Synopsis:       Update port: audio/cd2mp3  Update to cd2mp3 new release
>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:   Wed Oct 04 06:10:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Jamie
>Release:        FreeBSD 4.1-RELEASE i386
>Organization:
>Environment:

	

>Description:

	Update port: audio/cd2mp3  Update to cd2mp3 new release

>How-To-Repeat:

	

>Fix:

diff -ruN cd2mp3.bak/Makefile cd2mp3/Makefile
--- cd2mp3.bak/Makefile Fri Jun  2 07:46:47 2000
+++ cd2mp3/Makefile     Wed Oct  4 11:57:10 2000
@@ -1,29 +1,25 @@
-# New ports collection makefile for:   cd2mp3
-# Date created:                                4 January 2000
-# Whom:                                        Jamie Heckford <jamie@jamiesdomain.co.uk>
+# New ports collection Makefile for:   cd2mp3
+# Date created:                4 January 2000
+# Whom:                        Jamie Heckford <jamie@jamiesdomain.org.uk>
 #
 # $FreeBSD: ports/audio/cd2mp3/Makefile,v 1.1 2000/06/02 06:46:47 will Exp $
 #

 PORTNAME=              cd2mp3
-PORTVERSION=           1.1
+PORTVERSION=           0.5
+PORTEPOCH=             1
 CATEGORIES=            audio
-MASTER_SITES=          ftp://ukug.uk.freebsd.org/pub/kandy/cd2mp3/${PORTVERSION}/
-MASTER_SITE_SUBDIR=    ${PORTVERSION}
+MASTER_SITES=           http://download.cd2mp3.org.uk/${PORTVERSION}/

-MAINTAINER=            jamie@jamiesdomain.co.uk
+MAINTAINER=            jamie@jamiesdomain.org.uk

 RUN_DEPENDS=           bladeenc:${PORTSDIR}/audio/bladeenc/ \
-                       dagrab:${PORTSDIR}/audio/dagrab
+                       dagrab:${PORTSDIR}/audio/dagrab/

 NO_BUILD=              yes
 WRKSRC=                        ${WRKDIR}/cd2mp3

 do-install:
        ${INSTALL_SCRIPT} ${WRKSRC}/cd2mp3 ${PREFIX}/bin/cd2mp3
-.if !defined(NOPORTDOCS)
-       ${MKDIR} ${PREFIX}/share/cd2mp3
-       ${INSTALL_DATA}  ${WRKSRC}/README ${PREFIX}/share/cd2mp3/README
-.endif

 .include <bsd.port.mk>
diff -ruN cd2mp3.bak/README.html cd2mp3/README.html
--- cd2mp3.bak/README.html      Fri Jul 28 11:54:43 2000
+++ cd2mp3/README.html  Thu Jan  1 01:00:00 1970
@@ -1,30 +0,0 @@
-<html>
-<title> The FreeBSD Ports Collection (audio/cd2mp3)</title>
-<head><h1> The FreeBSD Ports Collection ("audio/cd2mp3")</h1> </head> <hr>
-<body>
-
-<p>You are now in the directory for the port "audio/cd2mp3" (package name "cd2mp3-1.1").
-
-<p>This is the one-line description for this port:
-
-<p><hr><p>
-Easy to use MP3 Creator
-<p><hr>
-
-<p>Please read the file "<a href="pkg/DESCR">pkg/DESCR</a>" for a
-longer description.
-
-<p>Go to the <a href="../../README.html">top of the ports tree</a> for
-a summary on how to use the ports collection.
-
-<p>
-
-<p>
-This port requires package(s) "bladeenc-0.92 dagrab-0.3.5" to run.
-
-<p><hr><p>
-<a href="../README.html"> Go up one level</a>
-|
-<a href="../../README.html"> Go to top of ports tree</a>
-</body>
-</html>
diff -ruN cd2mp3.bak/files/md5 cd2mp3/files/md5
--- cd2mp3.bak/files/md5        Fri Jun  2 07:46:47 2000
+++ cd2mp3/files/md5    Thu Sep 28 16:29:06 2000
@@ -1 +1 @@
-MD5 (cd2mp3-1.1.tar.gz) = 2e63c95c79b6cfbad95cabb3e42c5b01
+MD5 (cd2mp3-0.5.tar.gz) = 79d86fd5788bf113dc2f50f896f4aa23
diff -ruN cd2mp3.bak/pkg/COMMENT cd2mp3/pkg/COMMENT
--- cd2mp3.bak/pkg/COMMENT      Fri Jun  2 07:46:47 2000
+++ cd2mp3/pkg/COMMENT  Thu Sep 28 16:29:06 2000
@@ -1 +1 @@
-Easy to use MP3 Creator
+Easy to use MP3 manipulation and creation tool
diff -ruN cd2mp3.bak/pkg/DESCR cd2mp3/pkg/DESCR
--- cd2mp3.bak/pkg/DESCR        Fri Jun  2 07:46:47 2000
+++ cd2mp3/pkg/DESCR    Thu Sep 28 16:29:06 2000
@@ -1,14 +1,11 @@
-This port makes mp3 creation easy, by ripping tracks from
-CD to WAV files and Encoding them to mp3 automatically.
+cd2mp3 will help you create MP3s from your favourite CD collections.

-It is basically a front-end (but VERY easy to use) to
-dagrab and bladeenc, which must be installed in your
-path.
+It features single track encoding, entire CD encoding, ripping of tracks
+to .WAV files, and encoding .WAV files to MP3 Format.

-These programs and further documentation are available
-from the website.
+Further documentation is available at our website.

-WWW: http://ukug.uk.freebsd.org/~kandy/
+WWW: http://www.jamiesdomain.org.uk/

 - Jamie Heckford
-jamie@jamiesdomain.co.uk
+jamie@jamiesdomain.org.uk
diff -ruN cd2mp3.bak/pkg/PLIST cd2mp3/pkg/PLIST
--- cd2mp3.bak/pkg/PLIST        Fri Jun  2 07:46:47 2000
+++ cd2mp3/pkg/PLIST    Thu Sep 28 16:29:06 2000
@@ -1,3 +1 @@
 bin/cd2mp3
-share/cd2mp3/README
-@dirrm share/cd2mp3


>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?200010041258.NAA02504>