cvs commit: ports/audio Makefile ports/audio/libnoise Makefile distinfo pkg-descr pkg-plist

Andrew Pantyukhin sat at FreeBSD.org
Mon Aug 28 12:34:43 UTC 2006


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)


More information about the cvs-all mailing list