Skip site navigation (1)Skip section navigation (2)
Date:      5 Dec 2000 16:27:36 -0000
From:      David Lebel <lebel@lebel.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/23298: New port: lame-devel 3.87
Message-ID:  <20001205162736.22207.qmail@gandalf.lebel.org>
Resent-Message-ID: <200012051630.eB5GU2212883@freefall.freebsd.org>

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

>Number:         23298
>Category:       ports
>Synopsis:       New port: lame-devel 3.87
>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:   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. 

Following the great history of GNU naming, LAME originally stood for LAME Ain'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 psycho
acoustics, noise shaping and speed of MP3.  Another goal of the LAME project 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 
  No more patching!  Full source code distribution since all ISO code has been 
   replaced! 
  free format encoding and decoding 
  Vorbis audio codec support, for both encoding and decoding. 
  As always, more speed and better quality. 

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=	lame
XPORTVERSION=	3.87
XCATEGORIES=	audio
XMASTER_SITES=	http://lame.sourceforge.net/download/beta/
XDISTNAME=	lame3.87beta
X
XMAINTAINER=	lebel@lebel.org
X
XWRKSRC= 	${WRKDIR}/lame3.87
XUSE_GMAKE=	yes
XGNU_CONFIGURE=  yes
XCONFIGURE_ARGS= --enable-analyzer=no
XALL_TARGET=	lame
X
XMAN1=		lame.1
X
X.include <bsd.port.pre.mk>
X
X.if defined(WITH_VORBIS)
XLIB_DEPENDS+=   	vorbis.0:${PORTSDIR}/audio/libvorbis
XCONFIGURE_ARGS+=	--with-vorbis --with-vorbis-prefix=${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) = 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. 
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.  The
Xgoal of the LAME project is to use the open source model to improve the psycho
Xacoustics, noise shaping and speed of MP3.  Another goal of the LAME project 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 
X      No more patching!  Full source code distribution since all ISO code has been 
X        replaced! 
X      free format encoding and decoding 
X      Vorbis audio codec support, for both encoding and decoding. 
X      As always, more speed and better quality. 
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




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