Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Dec 2000 11:36:22 -0500
From:      David Lebel <lebel@lebel.org>
To:        freebsd-ports@freebsd.org
Subject:   (fwd) ports/23298: New port: lame-devel 3.87
Message-ID:  <20001222113622.A24195@lebel.org>

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

--SUOF0GtieIMvvwua
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Hello!

I didn't receive any feedback from this new port.  Is there any chance
that it'll get commited?  lame 3.87 adds quite a few new features and
is a lot faster than the current version.  If there is something wrong
with my port, please let me know.

Ciao,
  ...David


----- Forwarded message from David Lebel <lebel@lebel.org> -----

From: David Lebel <lebel@lebel.org>
To: FreeBSD-gnats-submit@freebsd.org
Subject: ports/23298: New port: lame-devel 3.87
Date: 5 Dec 2000 16:27:36 -0000
Reply-To: David Lebel <lebel@lebel.org>


>Number:         23298
>Category:       ports
>Synopsis:       New port: lame-devel 3.87
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:       =20
>Keywords:      =20
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 05 08:30:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     David Lebel
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
None whatsoever.
>Environment:

>Description:

LAME originally stood for LAME Ain't an Mp3 Encoder.=20

Following the great history of GNU naming, LAME originally stood for LAME A=
in't
an Mp3 Encoder.   LAME started life as a GPL'd patch against the dist10 ISO
demonstration source, and thus was incapable of producing an mp3 stream or =
even
being compiled by itself.   But in May 2000, the last remnants of the ISO
source code were replaced, and now LAME is the source code for a fully GPL'd
MP3 encoder, with speed and quality to rival all commercial competitors.

LAME is an educational tool to be used for learning about MP3 encoding.  The
goal of the LAME project is to use the open source model to improve the psy=
cho
acoustics, noise shaping and speed of MP3.  Another goal of the LAME projec=
t is
to use these improvements for the basis of a  patent free audio compression
codec for the GNU project.

In Beta:
  MPEG 2.5 support=20
  No more patching!  Full source code distribution since all ISO code has b=
een=20
   replaced!=20
  free format encoding and decoding=20
  Vorbis audio codec support, for both encoding and decoding.=20
  As always, more speed and better quality.=20

WWW: http://lame.sourceforge.net/

>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:
#
#	lame-devel
#	lame-devel/files
#	lame-devel/Makefile
#	lame-devel/distinfo
#	lame-devel/pkg-comment
#	lame-devel/pkg-descr
#	lame-devel/pkg-plist
#
echo c - lame-devel
mkdir -p lame-devel > /dev/null 2>&1
echo c - lame-devel/files
mkdir -p lame-devel/files > /dev/null 2>&1
echo x - lame-devel/Makefile
sed 's/^X//' >lame-devel/Makefile << 'END-of-lame-devel/Makefile'
X# ports collection makefile for:   lame-devel
X# Date created:        16 October 2000
X# Whom:                David Lebel
X#
X# $FreeBSD$
X#
X
XPORTNAME=3D	lame
XPORTVERSION=3D	3.87
XCATEGORIES=3D	audio
XMASTER_SITES=3D	http://lame.sourceforge.net/download/beta/
XDISTNAME=3D	lame3.87beta
X
XMAINTAINER=3D	lebel@lebel.org
X
XWRKSRC=3D 	${WRKDIR}/lame3.87
XUSE_GMAKE=3D	yes
XGNU_CONFIGURE=3D  yes
XCONFIGURE_ARGS=3D --enable-analyzer=3Dno
XALL_TARGET=3D	lame
X
XMAN1=3D		lame.1
X
X.include <bsd.port.pre.mk>
X
X.if defined(WITH_VORBIS)
XLIB_DEPENDS+=3D   	vorbis.0:${PORTSDIR}/audio/libvorbis
XCONFIGURE_ARGS+=3D	--with-vorbis --with-vorbis-prefix=3D${LOCALBASE}
X.endif
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/lame ${PREFIX}/bin
X	${INSTALL_MAN} ${WRKSRC}/doc/man/lame.1 ${PREFIX}/man/man1
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${PREFIX}/share/doc/lame
X	${INSTALL_DATA} ${WRKSRC}/doc/html/*.html \
X	 ${WRKSRC}/doc/html/*.css ${PREFIX}/share/doc/lame
X.endif
X
X.include <bsd.port.post.mk>
END-of-lame-devel/Makefile
echo x - lame-devel/distinfo
sed 's/^X//' >lame-devel/distinfo << 'END-of-lame-devel/distinfo'
XMD5 (lame3.87beta.tar.gz) =3D 0c0f6f4aab5963be12509657d5dccd5c
END-of-lame-devel/distinfo
echo x - lame-devel/pkg-comment
sed 's/^X//' >lame-devel/pkg-comment << 'END-of-lame-devel/pkg-comment'
Xfully GPL'd MP3 encoder.
END-of-lame-devel/pkg-comment
echo x - lame-devel/pkg-descr
sed 's/^X//' >lame-devel/pkg-descr << 'END-of-lame-devel/pkg-descr'
XLAME originally stood for LAME Ain't an Mp3 Encoder.=20
X
XFollowing the great history of GNU naming, LAME originally stood for LAME =
Ain't
Xan Mp3 Encoder.   LAME started life as a GPL'd patch against the dist10 ISO
Xdemonstration source, and thus was incapable of producing an mp3 stream or=
 even
Xbeing compiled by itself.   But in May 2000, the last remnants of the ISO
Xsource code were replaced, and now LAME is the source code for a fully GPL=
'd
XMP3 encoder, with speed and quality to rival all commercial competitors.
X
XLAME is an educational tool to be used for learning about MP3 encoding.  T=
he
Xgoal of the LAME project is to use the open source model to improve the ps=
ycho
Xacoustics, noise shaping and speed of MP3.  Another goal of the LAME proje=
ct is
Xto use these improvements for the basis of a  patent free audio compression
Xcodec for the GNU project.
X
XIn Beta:
X      MPEG 2.5 support=20
X      No more patching!  Full source code distribution since all ISO code =
has been=20
X        replaced!=20
X      free format encoding and decoding=20
X      Vorbis audio codec support, for both encoding and decoding.=20
X      As always, more speed and better quality.=20
X
XWWW: http://lame.sourceforge.net/
END-of-lame-devel/pkg-descr
echo x - lame-devel/pkg-plist
sed 's/^X//' >lame-devel/pkg-plist << 'END-of-lame-devel/pkg-plist'
Xbin/lame
Xshare/doc/lame/contributors.html
Xshare/doc/lame/examples.html
Xshare/doc/lame/history.html
Xshare/doc/lame/id3.html
Xshare/doc/lame/index.html
Xshare/doc/lame/lame.css
Xshare/doc/lame/modes.html
Xshare/doc/lame/node5.html
Xshare/doc/lame/node6.html
Xshare/doc/lame/node7.html
Xshare/doc/lame/switchs.html
X@dirrm share/doc/lame
END-of-lame-devel/pkg-plist
exit


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


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


----- End forwarded message -----

--=20
// david lebel <lebel@lebel.org>       // nobiaze' Inc.
// http://www.lebel.org/               // http://www.nobiaze.com/
// pgp: 3633 6999 D47E 73ED 099F       // vox: (514) 943.3045
        4341 08A4 8E48 EF56 61D1       // fax: (514) 938.8881

--SUOF0GtieIMvvwua
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (OpenBSD)
Comment: For info see http://www.gnupg.org

iD8DBQE6Q4MGCKSOSO9WYdERAov9AJ9tq/GcqKcsVIAXn2drqGDFM1OMZwCdHEAB
yHjqKxFt8i4FwatI6HCqSsQ=
=irZK
-----END PGP SIGNATURE-----

--SUOF0GtieIMvvwua--


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?20001222113622.A24195>