Bug 46574 - New port: mppdec
Summary: New port: mppdec
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Edwin Groothuis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-28 12:20 UTC by Stefan Ehmann
Modified: 2003-04-01 01:03 UTC (History)
0 users

See Also:


Attachments
file.shar (2.06 KB, text/plain)
2002-12-28 12:20 UTC, Stefan Ehmann
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Ehmann 2002-12-28 12:20:01 UTC
	Command-line player/decoder for musepack audio
Comment 1 shoe 2002-12-28 12:51:55 UTC
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
Comment 2 Stefan Ehmann 2002-12-28 13:34:27 UTC
OK. I'm really sorry. My Mailer screwed up the tabs in the previous version. This one should be really correct now!


# 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
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2003-04-01 00:34:09 UTC
State Changed
From-To: open->feedback




Comment 4 Edwin Groothuis freebsd_committer freebsd_triage 2003-04-01 00:34:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->edwin
Comment 5 Edwin Groothuis freebsd_committer freebsd_triage 2003-04-01 00:35:27 UTC
State Changed
From-To: feedback->open

I'll patch it.
Comment 6 Edwin Groothuis freebsd_committer freebsd_triage 2003-04-01 01:02:03 UTC
State Changed
From-To: open->closed

Commited, thanks! 
Added a small patchfile to get it working on -current