pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-noise



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Aug 20 07:15:06 UTC 2016

Added Files:
        pkgsrc/math/py-noise: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/py-noise/DESCR \
    pkgsrc/math/py-noise/Makefile pkgsrc/math/py-noise/PLIST \
    pkgsrc/math/py-noise/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/math/py-noise/DESCR
diff -u /dev/null pkgsrc/math/py-noise/DESCR:1.1
--- /dev/null   Sat Aug 20 07:15:06 2016
+++ pkgsrc/math/py-noise/DESCR  Sat Aug 20 07:15:06 2016
@@ -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.
Index: pkgsrc/math/py-noise/Makefile
diff -u /dev/null pkgsrc/math/py-noise/Makefile:1.1
--- /dev/null   Sat Aug 20 07:15:06 2016
+++ pkgsrc/math/py-noise/Makefile       Sat Aug 20 07:15:06 2016
@@ -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"
Index: pkgsrc/math/py-noise/PLIST
diff -u /dev/null pkgsrc/math/py-noise/PLIST:1.1
--- /dev/null   Sat Aug 20 07:15:06 2016
+++ pkgsrc/math/py-noise/PLIST  Sat Aug 20 07:15:06 2016
@@ -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
Index: pkgsrc/math/py-noise/distinfo
diff -u /dev/null pkgsrc/math/py-noise/distinfo:1.1
--- /dev/null   Sat Aug 20 07:15:06 2016
+++ pkgsrc/math/py-noise/distinfo       Sat Aug 20 07:15:06 2016
@@ -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