non port: audio/libnoise/pkg-plist |
SVNWeb
|
Number of commits found: 5 |
Mon, 20 Oct 2014
|
[ 06:36 bapt ] (Only the first 10 of 352 ports in this commit are shown above. )
Cleanup plist
|
Sun, 5 Oct 2014
|
[ 18:01 tijl ] (Only the first 10 of 50 ports in this commit are shown above. )
- Update devel/libtool and devel/libltdl to version 2.4.2.418
- Patch libtool so it uses the same library version specification as on
Darwin, Linux and other systems. Given the version current:revision:age
a library will be given the extension .so.major.age.revision with major
equal to current-age. Before libtool would use .so.current on FreeBSD.
- Patch libtoolize to remove two cases of umask 0 that caused libltdl
files to be copied world writable (--ltdl option)
- Let USES=libtool patch this new version correctly
- Adjust all ports with USES=libtool:build and bump PORTREVISION on their
dependent ports if a library version changed
PR: 194068
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Mon, 15 Sep 2014
|
[ 12:02 tijl ]
- Fix libtool use (add -rpath)
- Use COPYTREE_SHARE to install include headers
- Add dos2unix so the patch can have svn:eol-style native
|
Fri, 29 Aug 2014
|
[ 19:26 bapt ]
Convert to USES=libtool:build
|
Mon, 28 Aug 2006
|
[ 12:34 sat ]
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/
|
Number of commits found: 5 |