Date: Wed, 19 Oct 2005 18:51:00 +0400 (MSD) From: Andrew Pantyukhin <sat@proxy.gubkin.ru> To: FreeBSD-gnats-submit@FreeBSD.org Cc: infofarmer@gmail.com Subject: ports/87668: [new port] audio/laudio Message-ID: <200510191451.j9JEp0nI051754@proxy.gubkin.ru> Resent-Message-ID: <200510191500.j9JF0aWc021542@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 87668 >Category: ports >Synopsis: [new port] audio/laudio >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 19 15:00:36 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Andrew Pantyukhin >Release: FreeBSD 6.0-RC1 >Organization: >Environment: Tested on 6.0-RC1 and 4.11-RELEASE >Description: A free lossless audio codec from lossless-audio.com. Very slow, but it has the best compression ratio. >How-To-Repeat: >Fix: --- laudio.shar begins here --- # 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: # # laudio/ # laudio/Makefile # laudio/distinfo # laudio/pkg-descr # laudio/pkg-message # echo c - laudio/ mkdir -p laudio/ > /dev/null 2>&1 echo x - laudio/Makefile sed 's/^X//' >laudio/Makefile << 'END-of-laudio/Makefile' X# New ports collection makefile for: laudio X# Date created: 18 October 2005 X# Whom: Andrew Pantyukhin <infofarmer@gmail.com> X# X# $FreeBSD$ X# X XPORTNAME= laudio XPORTVERSION= 0.4 XCATEGORIES?= audio linux XMASTER_SITES= http://www.lossless-audio.com/ \ X http://www.csme.ru/filez/ XDISTNAME= la04 X XMAINTAINER= infofarmer@gmail.com XCOMMENT= A free lossless audio codec X XONLY_FOR_ARCHS= amd64 i386 XUSE_BZIP2= yes X XNO_BUILD= yes XPLIST_FILES= bin/laudio XPORTDOCS= readme.txt X Xdo-install: X @${INSTALL_PROGRAM} ${WRKDIR}/la ${LOCALBASE}/bin/laudio X @${BRANDELF} -t Linux ${LOCALBASE}/bin/laudio X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X @${INSTALL_DATA} ${WRKDIR}/readme.txt ${DOCSDIR} X.endif X Xpost-install: X @${CAT} ${PKGMESSAGE} X X.include <bsd.port.mk> END-of-laudio/Makefile echo x - laudio/distinfo sed 's/^X//' >laudio/distinfo << 'END-of-laudio/distinfo' XMD5 (la04.tar.bz2) = 296ec1f4c2d17d1c3d6d29a5c86158ae XSIZE (la04.tar.bz2) = 1217373 END-of-laudio/distinfo echo x - laudio/pkg-descr sed 's/^X//' >laudio/pkg-descr << 'END-of-laudio/pkg-descr' XLaudio is a port of La, a free lossless audio codec written by XMichael Bevin. It is not opensource, but versions are available Xfor Windows and Linux. Currently (October 2005) it has the best Xcompression ratio available. X XWWW: http://www.lossless-audio.com/ END-of-laudio/pkg-descr echo x - laudio/pkg-message sed 's/^X//' >laudio/pkg-message << 'END-of-laudio/pkg-message' XThis port requires Linux binary compatibility enabled. END-of-laudio/pkg-message exit --- laudio.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510191451.j9JEp0nI051754>