Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Dec 2002 13:10:09 +0100
From:      Stefan Ehmann <shoesoft@gmx.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/46574: New port: mppdec
Message-ID:  <3E0D94A1.9080304@gmx.net>

next in thread | raw e-mail | index | archive | help

>Number:         46574
>Category:       ports
>Synopsis:       New port: mppdec
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 28 04:20:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Stefan Ehmann
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:

System: FreeBSD Shoe 4.7-STABLE FreeBSD 4.7-STABLE #9: Sun Dec 22 12:46:14 CET 2002 Shoe@Shoe:/usr/obj/usr/src/sys/SHOE i386


	
>Description:
	Command-line player/decoder for musepack audio
>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:
#
#	mppdec
#	mppdec/pkg-comment
#	mppdec/pkg-descr
#	mppdec/pkg-plist
#	mppdec/Makefile
#
echo c - mppdec
mkdir -p mppdec > /dev/null 2>&1
echo x - mppdec/pkg-comment
sed 's/^X//' >mppdec/pkg-comment << 'END-of-mppdec/pkg-comment'
XCommand-line player/decoder for musepack audio
END-of-mppdec/pkg-comment
echo x - mppdec/pkg-descr
sed 's/^X//' >mppdec/pkg-descr << 'END-of-mppdec/pkg-descr'
Xmppdec -- the MPEGplus compressed audio decoder
X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
X
XThis is a speed and portability optimized version of Andree Buschmann's
XMPEG-Plus decoder. Speed enhancement is about 1:4...1:5 relative to the
Xoriginal source. Some of these optimizations flood back to the original
Xdecoder, but especially on AMD K6-2/AMD K6-III/AMD Athlon/AMD Duron/Intel
XPentium III/Intel Pentium 4 there's still some hand written assembler code
Xso this decoder ist still much faster.
X
XWWW:	http://www.uni-jena.de/~pfk/mpp/
X
X--
XFrank Klemm <pfk@schnecke.offl.uni-jena.de>
END-of-mppdec/pkg-descr
echo x - mppdec/pkg-plist
sed 's/^X//' >mppdec/pkg-plist << 'END-of-mppdec/pkg-plist'
Xbin/mppdec
END-of-mppdec/pkg-plist
echo x - mppdec/Makefile
sed 's/^X//' >mppdec/Makefile << 'END-of-mppdec/Makefile'
X# New ports collection makefile for:	mppdec
X# Date created:				2002-12-28
X# Whom:					Stefan Ehmann <shoesoft@gmx.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	mppdec
XPORTVERSION=	1.1
XCATEGORIES=	audio
XMASTER_SITES=	http://www.personal.uni-jena.de/~pfk/MPP/src/ \
X		http://stud4.tuwien.ac.at/~e0125637/
XDISTNAME=	${PORTNAME}-${PORTVERSION}
X
XMAINTAINER=	shoesoft@gmx.net
X
XBUILD_DEPENDS=	nasm:${PORTSDIR}/devel/nasm
XLIB_DEPENDS=	esd.2:${PORTSDIR}/audio/esound
X
XMAKEFILE=	Makefile.bsd
XUSE_BZIP2=	yes
X
Xdo-install:
X	@${INSTALL_PROGRAM} ${WRKSRC}/mppdec ${PREFIX}/bin/
X
X.include <bsd.port.mk>
END-of-mppdec/Makefile
exit



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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3E0D94A1.9080304>