aboutsummaryrefslogtreecommitdiff
path: root/audio/mp3burn
diff options
context:
space:
mode:
authorDennis Herrmann <dhn@FreeBSD.org>2011-03-23 20:07:37 +0000
committerDennis Herrmann <dhn@FreeBSD.org>2011-03-23 20:07:37 +0000
commit0732ad9e0d08ac670fd2b8f1960e47a084460f0c (patch)
tree1d04c919437cf3c51c265c2238639d7934d7c755 /audio/mp3burn
parent2f17af06bf0e2c757e0d842feca5c2dc67c9b6dd (diff)
downloadports-0732ad9e0d08ac670fd2b8f1960e47a084460f0c.tar.gz
ports-0732ad9e0d08ac670fd2b8f1960e47a084460f0c.zip
- Add TAO Mode as default
- Update pkg-descr PR: ports/155640 Submitted by: Tobias Rehbein <tobias.rehbein@web.de>
Notes
Notes: svn path=/head/; revision=271558
Diffstat (limited to 'audio/mp3burn')
-rw-r--r--audio/mp3burn/Makefile5
-rw-r--r--audio/mp3burn/pkg-descr7
2 files changed, 8 insertions, 4 deletions
diff --git a/audio/mp3burn/Makefile b/audio/mp3burn/Makefile
index 87be27f5d1d8..3ca4b9cf4532 100644
--- a/audio/mp3burn/Makefile
+++ b/audio/mp3burn/Makefile
@@ -11,7 +11,7 @@ CATEGORIES= audio
MASTER_SITES= SF
MAINTAINER= dhn@FreeBSD.org
-COMMENT= Command line tool for making audio CDs from mp3s
+COMMENT= Command line tool to burn audio CDs from MP3, Ogg, Vorbis, FLAC files
RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 \
ogg123:${PORTSDIR}/audio/vorbis-tools \
@@ -31,7 +31,8 @@ PLIST_FILES= bin/mp3burn
post-patch:
@${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL}|g' \
-e 's|/bin/uname|/usr/bin/uname|g' \
- -e 's|x86_64|amd64|g' ${WRKSRC}/${PORTNAME}
+ -e 's|x86_64|amd64|g' \
+ -e 's|" -pad -audio"|" -tao -pad -audio"|' ${WRKSRC}/${PORTNAME}
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/mp3burn ${PREFIX}/bin
diff --git a/audio/mp3burn/pkg-descr b/audio/mp3burn/pkg-descr
index 18f6b5256043..26149ecb6f2c 100644
--- a/audio/mp3burn/pkg-descr
+++ b/audio/mp3burn/pkg-descr
@@ -1,4 +1,7 @@
-mp3burn is a simple command line tool for making audio CDs from mp3s
-without filling up your disk with .wav files.
+mp3burn is a simple command line tool for making audio CDs from encoded audio
+files without filling up your disk with .wav files.
+
+It uses Perl(1), ogg123(1), mpg321(1) or mpg123(1), cdrecord(1), flac(1), and
+the MP3::Info Perl module.
WWW: http://mp3burn.sourceforge.net/