diff options
author | wiz <wiz@pkgsrc.org> | 2016-08-20 07:15:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-08-20 07:15:06 +0000 |
commit | 2d790b2e243e18cfb73f79d38c0f59ae053e1bb3 (patch) | |
tree | dd88c978fcffe70e86c096b3095adc782ca82c58 /math/py-noise | |
parent | b54cc126df50bc18ce2f28183a9b1c8ba9a49ee3 (diff) | |
download | pkgsrc-2d790b2e243e18cfb73f79d38c0f59ae053e1bb3.tar.gz |
Import py-noise-1.2.2 as math/py-noise.
Perlin noise is ubiquitous in modern CGI. Used for procedural
texturing, animation, and enhancing realism, Perlin noise has been
called the "salt" of procedural content. Perlin noise is a type of
gradient noise, smoothly interpolating across a pseudo-random matrix
of values.
The noise library includes native-code implementations of Perlin
"improved" noise and Perlin simplex noise. It also includes a fast
implementation of Perlin noise in GLSL, for use in OpenGL shaders.
Diffstat (limited to 'math/py-noise')
-rw-r--r-- | math/py-noise/DESCR | 9 | ||||
-rw-r--r-- | math/py-noise/Makefile | 14 | ||||
-rw-r--r-- | math/py-noise/PLIST | 22 | ||||
-rw-r--r-- | math/py-noise/distinfo | 6 |
4 files changed, 51 insertions, 0 deletions
diff --git a/math/py-noise/DESCR b/math/py-noise/DESCR new file mode 100644 index 00000000000..d219d7db1d9 --- /dev/null +++ b/math/py-noise/DESCR @@ -0,0 +1,9 @@ +Perlin noise is ubiquitous in modern CGI. Used for procedural +texturing, animation, and enhancing realism, Perlin noise has been +called the "salt" of procedural content. Perlin noise is a type of +gradient noise, smoothly interpolating across a pseudo-random matrix +of values. + +The noise library includes native-code implementations of Perlin +"improved" noise and Perlin simplex noise. It also includes a fast +implementation of Perlin noise in GLSL, for use in OpenGL shaders. diff --git a/math/py-noise/Makefile b/math/py-noise/Makefile new file mode 100644 index 00000000000..0026ee8734a --- /dev/null +++ b/math/py-noise/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1 2016/08/20 07:15:06 wiz Exp $ + +DISTNAME= noise-1.2.2 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_PYPI:=n/noise/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://pypi.python.org/pypi/noise/ +COMMENT= Perlin noise for Python +LICENSE= mit + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/math/py-noise/PLIST b/math/py-noise/PLIST new file mode 100644 index 00000000000..a0139243bf5 --- /dev/null +++ b/math/py-noise/PLIST @@ -0,0 +1,22 @@ +@comment $NetBSD: PLIST,v 1.1 2016/08/20 07:15:06 wiz Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/noise/__init__.py +${PYSITELIB}/noise/__init__.pyc +${PYSITELIB}/noise/__init__.pyo +${PYSITELIB}/noise/_perlin.so +${PYSITELIB}/noise/_simplex.so +${PYSITELIB}/noise/perlin.py +${PYSITELIB}/noise/perlin.pyc +${PYSITELIB}/noise/perlin.pyo +${PYSITELIB}/noise/shader.py +${PYSITELIB}/noise/shader.pyc +${PYSITELIB}/noise/shader.pyo +${PYSITELIB}/noise/shader_noise.py +${PYSITELIB}/noise/shader_noise.pyc +${PYSITELIB}/noise/shader_noise.pyo +${PYSITELIB}/noise/test.py +${PYSITELIB}/noise/test.pyc +${PYSITELIB}/noise/test.pyo diff --git a/math/py-noise/distinfo b/math/py-noise/distinfo new file mode 100644 index 00000000000..1ccc48d7937 --- /dev/null +++ b/math/py-noise/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/08/20 07:15:06 wiz Exp $ + +SHA1 (noise-1.2.2.tar.gz) = f94dc5401c82a57292f287aaefa527e9623dbb2c +RMD160 (noise-1.2.2.tar.gz) = 9f91428b7ead51c0bbaa9b845883af28409c0306 +SHA512 (noise-1.2.2.tar.gz) = 015a2366f3c8b579691c35848fb4c13c1cd2ec632df6713012531ece46509b34803ba3ef40fdc4eb05151dca35d78dfc4911d9f2da97864aa049762a3251ea98 +Size (noise-1.2.2.tar.gz) = 125615 bytes |