summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-07-09 17:12:57 +0000
committerkrion <krion@FreeBSD.org>2004-07-09 17:12:57 +0000
commitdc34a8b06eabdd101fff641a9aa008dc2fbbfabc (patch)
tree1c775460e7ba0983bebf349bd15f620703bd3057 /audio
parent5f976379ae9e5b4454ce9a95e64f5d5d554d7cb0 (diff)
downloadFreeBSD-ports-dc34a8b06eabdd101fff641a9aa008dc2fbbfabc.zip
FreeBSD-ports-dc34a8b06eabdd101fff641a9aa008dc2fbbfabc.tar.gz
Update to version 0.6
PR: ports/68858 Submitted by: Ports Fury
Diffstat (limited to 'audio')
-rw-r--r--audio/cuetools/Makefile20
-rw-r--r--audio/cuetools/distinfo4
-rw-r--r--audio/cuetools/pkg-descr2
3 files changed, 16 insertions, 10 deletions
diff --git a/audio/cuetools/Makefile b/audio/cuetools/Makefile
index c1ec516..457e543 100644
--- a/audio/cuetools/Makefile
+++ b/audio/cuetools/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= cuetools
-PORTVERSION= 0.5.2
+PORTVERSION= 0.6
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -14,18 +14,26 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= A set of utilities for working with cue files and toc files
+USE_REINPLACE= yes
USE_GMAKE= yes
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" prefix="${PREFIX}" \
- INSTALL_PROGRAM="${INSTALL_PROGRAM}"
+ INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
+ INSTALL_DATA="${INSTALL_DATA}"
-PORTDOCS= ChangeLog README cuerename formats useage
-PLIST_FILES= bin/cuebreakpoints bin/cueconvert bin/cuerename
+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'
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for file in ChangeLog README doc/cuerename doc/formats doc/useage
- ${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR}
+.for file in CHANGES README doc/cuerename doc/formats doc/useage
+ ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
diff --git a/audio/cuetools/distinfo b/audio/cuetools/distinfo
index 4f3e6d2..4adb064 100644
--- a/audio/cuetools/distinfo
+++ b/audio/cuetools/distinfo
@@ -1,2 +1,2 @@
-MD5 (cuetools-0.5.2.tar.gz) = 63e61df4482f2e71c1fd8425ede08c41
-SIZE (cuetools-0.5.2.tar.gz) = 21038
+MD5 (cuetools-0.6.tar.gz) = c3b4f6c5f650ba06156f25d70533698a
+SIZE (cuetools-0.6.tar.gz) = 21583
diff --git a/audio/cuetools/pkg-descr b/audio/cuetools/pkg-descr
index 4f7b826..f60b1d1 100644
--- a/audio/cuetools/pkg-descr
+++ b/audio/cuetools/pkg-descr
@@ -1,8 +1,6 @@
Cuetools is a set of utilities for working with cue files and toc files.
It contains:
- cueconverter: convert between cue and toc formats
-- cuebreakpoints: output track break points from a cue/toc file, in a
- format usable by shnsplit (part of the shntool package)
- cuerename: rename files based on a template
WWW: http://cuetools.sourceforge.net/
OpenPOWER on IntegriCloud