From owner-cvs-all@FreeBSD.ORG Mon Aug 28 12:34:43 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 B0FE716A4DD; Mon, 28 Aug 2006 12:34:43 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6893543D4C; Mon, 28 Aug 2006 12:34:43 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7SCYhRN005181; Mon, 28 Aug 2006 12:34:43 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7SCYhhJ005180; Mon, 28 Aug 2006 12:34:43 GMT (envelope-from sat) Message-Id: <200608281234.k7SCYhhJ005180@repoman.freebsd.org> From: Andrew Pantyukhin Date: Mon, 28 Aug 2006 12:34:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: 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 List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Aug 2006 12:34:43 -0000 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. Coherent noise is often used by graphics programmers to generate natural-looking textures, planetary terrain, and other things. The mountain scene shown above was rendered in Terragen with a terrain file generated by libnoise. You can also view some other examples of what libnoise can do. In libnoise, coherent-noise generators are encapsulated in classes called noise modules. There are many different types of noise modules. Some noise modules can combine or modify the outputs of other noise modules in various ways; you can join these modules together to generate very complex coherent noise. WWW: http://libnoise.sourceforge.net/ Revision Changes Path 1.761 +1 -0 ports/audio/Makefile 1.1 +31 -0 ports/audio/libnoise/Makefile (new) 1.1 +3 -0 ports/audio/libnoise/distinfo (new) 1.1 +18 -0 ports/audio/libnoise/pkg-descr (new) 1.1 +51 -0 ports/audio/libnoise/pkg-plist (new)