diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-11-09 20:49:50 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-11-09 20:49:50 +0000 |
commit | 55d14cff8152d7fd1424bc4191a82d9d3ff3d1e8 (patch) | |
tree | 65696e32fcbe52c72f9b4e4e961c23994ed815a5 /audio/cuetools | |
parent | dbb82e01272479640ed6041104889948eae39bbc (diff) |
Notes
Diffstat (limited to 'audio/cuetools')
-rw-r--r-- | audio/cuetools/Makefile | 7 | ||||
-rw-r--r-- | audio/cuetools/files/patch-extras_cuetag.sh | 14 |
2 files changed, 12 insertions, 9 deletions
diff --git a/audio/cuetools/Makefile b/audio/cuetools/Makefile index 7cf906146922..fbe0c01d0b8e 100644 --- a/audio/cuetools/Makefile +++ b/audio/cuetools/Makefile @@ -10,7 +10,8 @@ MASTER_SITES= BERLIOS MAINTAINER= ports@FreeBSD.org COMMENT= Utilities for working with CUE and TOC files -LICENSE= GPLv2 +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake GNU_CONFIGURE= yes @@ -20,9 +21,11 @@ PORTEXAMPLES= cuetag.sh OPTIONS_DEFINE= DOCS EXAMPLES -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} + +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/extras/cuetag.sh ${STAGEDIR}${EXAMPLESDIR} diff --git a/audio/cuetools/files/patch-extras_cuetag.sh b/audio/cuetools/files/patch-extras_cuetag.sh index 4540f54ecd36..2fbdd3338eac 100644 --- a/audio/cuetools/files/patch-extras_cuetag.sh +++ b/audio/cuetools/files/patch-extras_cuetag.sh @@ -1,6 +1,6 @@ ---- extras/cuetag.sh.orig 2006-02-14 19:10:02.000000000 -0500 -+++ extras/cuetag.sh 2010-10-24 03:20:01.349578391 -0400 -@@ -18,7 +18,7 @@ +--- extras/cuetag.sh.orig 2006-02-15 00:10:02 UTC ++++ extras/cuetag.sh +@@ -18,7 +18,7 @@ vorbis() { # FLAC tagging # --remove-vc-all overwrites existing comments @@ -9,7 +9,7 @@ # Ogg Vorbis tagging # -w overwrites existing comments -@@ -63,7 +63,7 @@ +@@ -63,7 +63,7 @@ vorbis() (for field in $fields; do value="" for conv in `eval echo \\$$field`; do @@ -18,7 +18,7 @@ if [ -n "$value" ]; then echo "$field=$value" -@@ -96,7 +96,7 @@ +@@ -96,7 +96,7 @@ id3() for field in $fields; do value="" for conv in `eval echo \\$$field`; do @@ -27,7 +27,7 @@ if [ -n "$value" ]; then break -@@ -141,14 +141,14 @@ +@@ -141,14 +141,14 @@ main() cue_file=$1 shift @@ -44,7 +44,7 @@ case $file in *.[Ff][Ll][Aa][Cc]) vorbis $trackno "$file" -@@ -160,7 +160,7 @@ +@@ -160,7 +160,7 @@ main() id3 $trackno "$file" ;; *) |