ports/82663: New port: audio/ogg2mp3 perl script converter

Aleksander Fafula alex at fafula.com
Sun Jun 26 11:30:18 UTC 2005


>Number:         82663
>Category:       ports
>Synopsis:       New port: audio/ogg2mp3 perl script converter
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 26 11:30:16 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Aleksander Fafula
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
Fafula, BSDGuru 
>Environment:
System: FreeBSD fafula.com 5.4-STABLE FreeBSD 5.4-STABLE #1: Thu Jun 2 14:49:39 UTC 2005 alex at fafula.com:/home/obj/usr/src/sys/ALEX i386


	
>Description:
	

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.

>How-To-Repeat:
	
>Fix:

	


# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	ogg2mp3
#	ogg2mp3/pkg-descr
#	ogg2mp3/distinfo
#	ogg2mp3/Makefile
#
echo c - ogg2mp3
mkdir -p ogg2mp3 > /dev/null 2>&1
echo x - ogg2mp3/pkg-descr
sed 's/^X//' >ogg2mp3/pkg-descr << 'END-of-ogg2mp3/pkg-descr'
Xogg2mp3 is a perl script that converts Ogg Vorbis files into MP3 format.
X
XWWW: http://amor.cms.hu-berlin.de/~h0444y2j/linux.html
END-of-ogg2mp3/pkg-descr
echo x - ogg2mp3/distinfo
sed 's/^X//' >ogg2mp3/distinfo << 'END-of-ogg2mp3/distinfo'
XMD5 (ogg2mp3-0.5.tar.bz2) = 283e3d255c344d41b340391a19cd2e65
XSIZE (ogg2mp3-0.5.tar.bz2) = 12832
END-of-ogg2mp3/distinfo
echo x - ogg2mp3/Makefile
sed 's/^X//' >ogg2mp3/Makefile << 'END-of-ogg2mp3/Makefile'
X# New ports collection makefile for:	ogg2mp3
X# Date created:			26 Jun 2005
X# Whom:				Aleksander Fafula <alex at bsdguru.org>
X#
X# $FreeBSD$
X
XPORTNAME=	ogg2mp3
XPORTVERSION=	0.5
XCATEGORIES=	audio
XMASTER_SITES=	http://amor.cms.hu-berlin.de/~h0444y2j/pub/
X
XMAINTAINER=	alex at bsdguru.org
XCOMMENT=	Perl script that converts Ogg Vorbis files to MP3 format
X
XRUN_DEPENDS=	lame:${PORTSDIR}/audio/lame \
X		${SITE_PERL}/String/ShellQuote.pm:${PORTSDIR}/textproc/p5-String-ShellQuote \
X		ogginfo:${PORTSDIR}/audio/vorbis-tools
X
XNO_BUILD=	yes
XUSE_BZIP2=	yes
XUSE_REINPLACE=	yes
X
XPLIST_FILES=	bin/ogg2mp3
X
Xpost-patch:
X	@${REINPLACE_CMD} -e 's|/usr/bin|/usr/local/bin|g' \
X		${WRKSRC}/ogg2mp3
X
Xdo-install:
X	${INSTALL_SCRIPT} ${WRKSRC}/ogg2mp3 ${PREFIX}/bin
X
X.include <bsd.port.mk>
END-of-ogg2mp3/Makefile
exit

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list