Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Dec 2002 05:00:19 -0800 (PST)
From:      Stefan Ehmann <shoe@aon.at>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/46574: New port: mppdec
Message-ID:  <200212281300.gBSD0JuA051531@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/46574; it has been noted by GNATS.

From: Stefan Ehmann <shoe@aon.at>
To: freebsd-gnats-submit@FreeBSD.org, shoesoft@gmx.net
Cc:  
Subject: Re: ports/46574: New port: mppdec
Date: Sat, 28 Dec 2002 13:51:55 +0100

 The distinfo was omited in the original shell archive. Here is the 
 correct version
 
 # 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
 #    mppdec/distinfo
 #
 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
 echo x - mppdec/distinfo
 sed 's/^X//' >mppdec/distinfo << 'END-of-mppdec/distinfo'
 XMD5 (mppdec-1.1.tar.bz2) = 53172eef6b409725b885ca39f98a56bc
 END-of-mppdec/distinfo
 exit
 
 

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?200212281300.gBSD0JuA051531>