From owner-freebsd-ports@freebsd.org Sun Nov 13 18:50:26 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1EEDC404B6 for ; Sun, 13 Nov 2016 18:50:26 +0000 (UTC) (envelope-from anastasios@mageirias.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id DAE641B94 for ; Sun, 13 Nov 2016 18:50:26 +0000 (UTC) (envelope-from anastasios@mageirias.com) Received: by mailman.ysv.freebsd.org (Postfix) id DA4B0C404B5; Sun, 13 Nov 2016 18:50:26 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9F65C404B4 for ; Sun, 13 Nov 2016 18:50:26 +0000 (UTC) (envelope-from anastasios@mageirias.com) Received: from iserver.iopen.gr (iserver.iopen.gr [144.76.108.68]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A10451B93 for ; Sun, 13 Nov 2016 18:50:26 +0000 (UTC) (envelope-from anastasios@mageirias.com) Received: from localhost (localhost.localdomain [127.0.0.1]) by iserver.iopen.gr (Postfix) with ESMTP id B756E31003ED; Sun, 13 Nov 2016 20:50:24 +0200 (EET) X-Virus-Scanned: Debian amavisd-new at iserver.iopen.gr Received: from iserver.iopen.gr ([127.0.0.1]) by localhost (iserver.iopen.gr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dw5c5iGqvIyW; Sun, 13 Nov 2016 20:50:24 +0200 (EET) Received: from [192.168.1.3] (ppp-2-84-56-6.home.otenet.gr [2.84.56.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: anastasios@mageirias.com) by iserver.iopen.gr (Postfix) with ESMTPSA id 1ACDE31003E3; Sun, 13 Nov 2016 20:50:24 +0200 (EET) Subject: Re: Lame: MPEG Audio Layer III (MP3) encoder To: Kurt Jaeger , ports@FreeBSD.org References: <20161113184159.GQ2648@home.opsec.eu> From: Anastasios Mageirias Message-ID: Date: Sun, 13 Nov 2016 20:50:22 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <20161113184159.GQ2648@home.opsec.eu> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Nov 2016 18:50:27 -0000 wow it's not listed in "pkg search -o lame" mag@mypc:~ % pkg search -o lame devel/blame Display last modification for each line in an RCS file databases/flamerobin GUI administration tool for firebird database audio/glame Powerful, fast, stable, and easily extensible sound editor for GNOME audio/gstreamer-plugins-lame Gstreamer mp3 encode plugin audio/gstreamer-plugins-twolame Gstreamer High-quality free MP2 encoder plugin audio/gstreamer1-plugins-lame GStreamer High-quality free mp3 encode plugin audio/gstreamer1-plugins-twolame GStreamer High-quality free MP2 encoder plugin math/libflame FLAME dense linear algebra library multimedia/libquicktime-lame library for reading and writing quicktime files audio/mctoolame-decoder MPEG Layer II audio decoder with multi-channel support audio/mctoolame-encoder MPEG Layer II audio encoder with multi-channel support graphics/rubygem-flamegraph Flamegraph support for arbitrary ruby apps audio/toolame Optimized mpeg 1/2 layer 2 audio encoder audio/twolame MPEG Audio Layer 2 encoder sysutils/wmflame Dockapp that shows the load average as a flame mag@mypc:~ % On 11/13/16 20:41, Kurt Jaeger wrote: > Hi! > >> I was searching if a port for this piece of software exists. >> >> http://lame.sourceforge.net/ >> >> but i find some ports "twolame" and "toolame" and some other >> gstreamer-plugins and gstreamer1-plugins with strange Makefiles. >> >> >> Do you know if lame is ported already ? > audio/lame > > looks like it's the real deal. > > I found it using > > portfind lame >