Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Sep 2004 02:30:06 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/71294: Update port: audio/cuetools to 1.0
Message-ID:  <20040903023006.08848028.tkato432@yahoo.com>
Resent-Message-ID: <200409021740.i82HeFFW068606@freefall.freebsd.org>

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

>Number:         71294
>Category:       ports
>Synopsis:       Update port: audio/cuetools to 1.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 02 17:40:15 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.10-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Update to version 1.0

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/audio/cuetools/Makefile audio/cuetools/Makefile
--- /usr/ports/audio/cuetools/Makefile	Sat Jul 10 08:34:41 2004
+++ audio/cuetools/Makefile	Fri Sep  3 02:06:44 2004
@@ -6,10 +6,9 @@
 #
 
 PORTNAME=	cuetools
-PORTVERSION=	0.6
+PORTVERSION=	1.0
 CATEGORIES=	audio
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=	${PORTNAME}
+MASTER_SITES=	http://download.berlios.de/cuetools/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A set of utilities for working with cue files and toc files
@@ -20,21 +19,14 @@
 		INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
 		INSTALL_DATA="${INSTALL_DATA}"
 
-PORTDOCS=	CHANGES README cuerename formats useage
-PLIST_FILES=	bin/cueconvert bin/cuerename
-
-MAN1=		cueconvert.1 cuerename.1
-
-post-patch:
-	@${FIND} ${WRKSRC} -name "Makefile" | ${XARGS} ${REINPLACE_CMD} -e \
-		's|-D ||g'
+MAN1=		cuebreakpoints.1 cueconvert.1 cueprint.1
+PORTDOCS=	README
+PLIST_FILES=	bin/cuebreakpoints bin/cueconvert bin/cueprint
 
 post-install:
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
-.for file in CHANGES README doc/cuerename doc/formats doc/useage
-	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
-.endfor
+	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>
diff -urN /usr/ports/audio/cuetools/distinfo audio/cuetools/distinfo
--- /usr/ports/audio/cuetools/distinfo	Sat Jul 10 08:34:41 2004
+++ audio/cuetools/distinfo	Fri Sep  3 02:03:02 2004
@@ -1,2 +1,2 @@
-MD5 (cuetools-0.6.tar.gz) = c3b4f6c5f650ba06156f25d70533698a
-SIZE (cuetools-0.6.tar.gz) = 21583
+MD5 (cuetools-1.0.tar.gz) = 11fa0d50858b0f6f9c190b9832e9c62d
+SIZE (cuetools-1.0.tar.gz) = 21400
diff -urN /usr/ports/audio/cuetools/pkg-descr audio/cuetools/pkg-descr
--- /usr/ports/audio/cuetools/pkg-descr	Sat Jul 10 08:34:41 2004
+++ audio/cuetools/pkg-descr	Fri Sep  3 02:14:30 2004
@@ -1,6 +1,7 @@
 Cuetools is a set of utilities for working with cue files and toc files.
 It contains:
-- cueconverter: convert between cue and toc formats
-- cuerename: rename files based on a template
+- cueconvert: convert between the cue and toc formats
+- cuebreakpoints: print the breakpoints from a cue or toc file
+- cueprint: print disc and track infomation for a cue or toc file
 
-WWW: http://cuetools.sourceforge.net/
+WWW: http://developer.berlios.de/projects/cuetools/
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040903023006.08848028.tkato432>