svn commit: r548582 - in head/graphics: . py-openshadinglanguage

Vanilla I. Shu vanilla at FreeBSD.org
Mon Sep 14 03:30:35 UTC 2020


Author: vanilla
Date: Mon Sep 14 03:30:34 2020
New Revision: 548582
URL: https://svnweb.freebsd.org/changeset/ports/548582

Log:
  Add py-openshadinglanguage 1.11.7.3, advanced shading language for
  production GI renderers.
  
  PR:		249139
  Submitted by:	FreeBSD at Shaneware.biz

Added:
  head/graphics/py-openshadinglanguage/
  head/graphics/py-openshadinglanguage/Makefile   (contents, props changed)
Modified:
  head/graphics/Makefile

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Mon Sep 14 03:28:55 2020	(r548581)
+++ head/graphics/Makefile	Mon Sep 14 03:30:34 2020	(r548582)
@@ -791,6 +791,7 @@
     SUBDIR += proj
     SUBDIR += pstoedit
     SUBDIR += ptex
+    SUBDIR += py-openshadinglanguage
     SUBDIR += py-OWSLib
     SUBDIR += py-PyOpenGL
     SUBDIR += py-PyOpenGL-accelerate

Added: head/graphics/py-openshadinglanguage/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-openshadinglanguage/Makefile	Mon Sep 14 03:30:34 2020	(r548582)
@@ -0,0 +1,12 @@
+# $FreeBSD$
+
+CATEGORIES=	graphics multimedia python
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+COMMENT=	OpenShadingLanguage python bindings
+
+MASTERDIR=	${.CURDIR}/../openshadinglanguage
+
+OPTIONS_EXCLUDE=	MATERIALX OSLTOY
+
+.include "${MASTERDIR}/Makefile"


More information about the svn-ports-all mailing list