aboutsummaryrefslogtreecommitdiffstats
path: root/audio/ogg2mp3
diff options
context:
space:
mode:
authormich <mich@FreeBSD.org>2005-07-13 21:42:26 +0800
committermich <mich@FreeBSD.org>2005-07-13 21:42:26 +0800
commit91b1be5481b065737c8773ab9fd664f2e64baff6 (patch)
treead212d6ce27ab8b1b3d4df09449a5f9516d30a72 /audio/ogg2mp3
parent5983bbbe7e44c3bc0f1f0fab364cbafe8d849450 (diff)
downloadfreebsd-ports-gnome-91b1be5481b065737c8773ab9fd664f2e64baff6.tar.gz
freebsd-ports-gnome-91b1be5481b065737c8773ab9fd664f2e64baff6.tar.zst
freebsd-ports-gnome-91b1be5481b065737c8773ab9fd664f2e64baff6.zip
New port audio/ogg2mp3 is a perl script that helps creating mp3s from
existing ogg files. Useful especially for users of mp3players without ogg support PR: ports/82663 Submitted by: Aleksander Fafula <alex@bsdguru.org>
Diffstat (limited to 'audio/ogg2mp3')
-rw-r--r--audio/ogg2mp3/Makefile32
-rw-r--r--audio/ogg2mp3/distinfo2
-rw-r--r--audio/ogg2mp3/pkg-descr3
3 files changed, 37 insertions, 0 deletions
diff --git a/audio/ogg2mp3/Makefile b/audio/ogg2mp3/Makefile
new file mode 100644
index 000000000000..939d4abdddac
--- /dev/null
+++ b/audio/ogg2mp3/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: ogg2mp3
+# Date created: 26 Jun 2005
+# Whom: Aleksander Fafula <alex@bsdguru.org>
+#
+# $FreeBSD$
+
+PORTNAME= ogg2mp3
+PORTVERSION= 0.5
+CATEGORIES= audio
+MASTER_SITES= http://amor.cms.hu-berlin.de/~h0444y2j/pub/
+
+MAINTAINER= alex@bsdguru.org
+COMMENT= Perl script that converts Ogg Vorbis files to MP3 format
+
+RUN_DEPENDS= lame:${PORTSDIR}/audio/lame \
+ ${SITE_PERL}/String/ShellQuote.pm:${PORTSDIR}/textproc/p5-String-ShellQuote \
+ ogginfo:${PORTSDIR}/audio/vorbis-tools
+
+NO_BUILD= yes
+USE_BZIP2= yes
+USE_REINPLACE= yes
+
+PLIST_FILES= bin/ogg2mp3
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|/usr/bin|/usr/local/bin|g' \
+ ${WRKSRC}/ogg2mp3
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/ogg2mp3 ${PREFIX}/bin
+
+.include <bsd.port.mk>
diff --git a/audio/ogg2mp3/distinfo b/audio/ogg2mp3/distinfo
new file mode 100644
index 000000000000..3f3f7b7d1481
--- /dev/null
+++ b/audio/ogg2mp3/distinfo
@@ -0,0 +1,2 @@
+MD5 (ogg2mp3-0.5.tar.bz2) = 283e3d255c344d41b340391a19cd2e65
+SIZE (ogg2mp3-0.5.tar.bz2) = 12832
diff --git a/audio/ogg2mp3/pkg-descr b/audio/ogg2mp3/pkg-descr
new file mode 100644
index 000000000000..97b580dd6b1b
--- /dev/null
+++ b/audio/ogg2mp3/pkg-descr
@@ -0,0 +1,3 @@
+ogg2mp3 is a perl script that converts Ogg Vorbis files into MP3 format.
+
+WWW: http://amor.cms.hu-berlin.de/~h0444y2j/linux.html