From owner-cvs-all@FreeBSD.ORG Tue Aug 29 04:22:57 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4769E16A4E2 for ; Tue, 29 Aug 2006 04:22:57 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D7C543D5A for ; Tue, 29 Aug 2006 04:22:54 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so2531409pye for ; Mon, 28 Aug 2006 21:22:53 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=iydYBfCyciJs8ufX6KL6TwBMUoK5gSKGCp+qfrpYTsvU/5XnMTzQEwLmxHyTRwu58PESVMEKaj+byJ9qE5t2o/8KWwvC/GQAWYwyxOlfvvZFPdxR9q7061ZcoefJmioIV2CW8JGb6TeP2lqlMhnm//W30R8eZtZoJCZUiNnHdfE= Received: by 10.35.63.2 with SMTP id q2mr13976718pyk; Mon, 28 Aug 2006 21:22:53 -0700 (PDT) Received: by 10.35.105.10 with HTTP; Mon, 28 Aug 2006 21:22:53 -0700 (PDT) Message-ID: Date: Tue, 29 Aug 2006 08:22:53 +0400 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Alexey Dokuchaev" In-Reply-To: <20060828200316.GA85374@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200608281234.k7SCYhhJ005180@repoman.freebsd.org> <20060828200316.GA85374@FreeBSD.org> X-Google-Sender-Auth: 352e33eaf5655e85 Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/audio Makefile ports/audio/libnoise Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: infofarmer@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Aug 2006 04:22:57 -0000 On 8/29/06, Alexey Dokuchaev wrote: > On Mon, Aug 28, 2006 at 12:34:43PM +0000, Andrew Pantyukhin wrote: > > sat 2006-08-28 12:34:43 UTC > > > > FreeBSD ports repository > > > > Modified files: > > audio Makefile > > Added files: > > audio/libnoise Makefile distinfo pkg-descr pkg-plist > > Log: > > Add port audio/libnoise: > > > > libnoise is a portable C++ library that is used to generate coherent > > noise, a type of smoothly-changing noise. libnoise can generate > > Perlin noise, ridged multifractal noise, and other types of > > coherent-noise. > > May I wonder why did you place it in `audio'? Judging from description, > it far better suited for `devel'. It's in the book :-) "devel - Development utilities. - Do not put libraries here just because they are libraries--unless they truly do not belong anywhere else, they should not be in this category." libnoise produces quite audible noise and is used in some games to produce the sound of engine and what not. I can't see why it doesn't belong in audio.