pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/py-noise Import py-noise-1.2.2 as math/py-noise.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/330642f82863
branches:  trunk
changeset: 351406:330642f82863
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Aug 20 07:15:06 2016 +0000

description:
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:

 math/py-noise/DESCR    |   9 +++++++++
 math/py-noise/Makefile |  14 ++++++++++++++
 math/py-noise/PLIST    |  22 ++++++++++++++++++++++
 math/py-noise/distinfo |   6 ++++++
 4 files changed, 51 insertions(+), 0 deletions(-)

diffs (67 lines):

diff -r 89b6cd623783 -r 330642f82863 math/py-noise/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-noise/DESCR       Sat Aug 20 07:15:06 2016 +0000
@@ -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 -r 89b6cd623783 -r 330642f82863 math/py-noise/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-noise/Makefile    Sat Aug 20 07:15:06 2016 +0000
@@ -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@localhost
+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 -r 89b6cd623783 -r 330642f82863 math/py-noise/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-noise/PLIST       Sat Aug 20 07:15:06 2016 +0000
@@ -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 -r 89b6cd623783 -r 330642f82863 math/py-noise/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-noise/distinfo    Sat Aug 20 07:15:06 2016 +0000
@@ -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



Home | Main Index | Thread Index | Old Index