diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-09-03 07:57:27 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-09-03 07:57:27 +0000 |
commit | 98ef94ef5d3e0d9ad6e37492335c7f21c16a8115 (patch) | |
tree | 9b127f61c9e13bceccda8e21b3aee5ec2d3964b2 /audio/cuetools | |
parent | 266ec37ea602b9b502e4dd9764621b2c6e1131e3 (diff) | |
download | ports-98ef94ef5d3e0d9ad6e37492335c7f21c16a8115.tar.gz ports-98ef94ef5d3e0d9ad6e37492335c7f21c16a8115.zip |
Update to version 1.0
PR: ports/71294
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=118004
Diffstat (limited to 'audio/cuetools')
-rw-r--r-- | audio/cuetools/Makefile | 20 | ||||
-rw-r--r-- | audio/cuetools/distinfo | 4 | ||||
-rw-r--r-- | audio/cuetools/pkg-descr | 7 |
3 files changed, 12 insertions, 19 deletions
diff --git a/audio/cuetools/Makefile b/audio/cuetools/Makefile index 457e543109e7..afa3cce026ea 100644 --- a/audio/cuetools/Makefile +++ b/audio/cuetools/Makefile @@ -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 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" prefix="${PREFIX}" \ 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 --git a/audio/cuetools/distinfo b/audio/cuetools/distinfo index 4adb064fead4..d9e4137b593d 100644 --- a/audio/cuetools/distinfo +++ b/audio/cuetools/distinfo @@ -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 --git a/audio/cuetools/pkg-descr b/audio/cuetools/pkg-descr index f60b1d10e0a9..ac35696cecfe 100644 --- a/audio/cuetools/pkg-descr +++ b/audio/cuetools/pkg-descr @@ -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/ |