Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Aug 2006 12:34:43 +0000 (UTC)
From:      Andrew Pantyukhin <sat@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/audio Makefile ports/audio/libnoise Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200608281234.k7SCYhhJ005180@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



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