Date: Mon, 14 Sep 2020 03:30:35 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r548582 - in head/graphics: . py-openshadinglanguage Message-ID: <202009140330.08E3UZtS074961@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009140330.08E3UZtS074961>