add py-cgkit 1.1.0

Python Computer Graphics Kit
This commit is contained in:
Ying-Chieh Liao 2004-04-15 05:50:37 +00:00
parent 5e55501f77
commit 6df29d509c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107089
5 changed files with 86 additions and 0 deletions

View File

@ -326,6 +326,7 @@
SUBDIR += pstoedit
SUBDIR += pstoepsi
SUBDIR += pvmpov
SUBDIR += py-cgkit
SUBDIR += py-chart
SUBDIR += py-exif
SUBDIR += py-gd

View File

@ -0,0 +1,27 @@
# ex:ts=8
# Ports collection makefile for: cgkit
# Date created: Apr 15, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= cgkit
PORTVERSION= 1.1.0
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Python Computer Graphics Kit
USE_ZIP= yes
USE_REINPLACE= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
post-patch:
@${REINPLACE_CMD} -e "s,iostream\.h,iostream," ${WRKSRC}/src/noisemodule.cpp
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (cgkit-1.1.0.zip) = 2a6a848722d0dc383b3f7605e716f93f
SIZE (cgkit-1.1.0.zip) = 230402

View File

@ -0,0 +1,14 @@
The Python Computer Graphics Kit is a collection of modules that contain the
basic types and functions to be able to create 3D computer graphics images.
The most important things to mention are the new types, such as vectors,
matrices and quaternions and the RenderMan binding to create the input for a
RenderMan compliant renderer. The kit itself does not contain any
functionality to produce images directly.
Even though the kit focuses on RenderMan, some of the modules contain general
types/functions that can be used by any rendering method. For example, the
vectors and matrices or the noise module don't depend on RenderMan at all and
can also be used inside an OpenGL program or to produce input for other
renderers, such as POV-Ray or Virtualight.
WWW: http://cgkit.sourceforge.net/

View File

@ -0,0 +1,42 @@
%%PYTHON_SITELIBDIR%%/cgtypes.so
%%PYTHON_SITELIBDIR%%/noise.so
%%PYTHON_SITELIBDIR%%/_slparser.py
%%PYTHON_SITELIBDIR%%/_slparser.pyc
%%PYTHON_SITELIBDIR%%/_slparser.pyo
%%PYTHON_SITELIBDIR%%/cgkitinfo.py
%%PYTHON_SITELIBDIR%%/cgkitinfo.pyc
%%PYTHON_SITELIBDIR%%/cgkitinfo.pyo
%%PYTHON_SITELIBDIR%%/pycgtypes/__init__.py
%%PYTHON_SITELIBDIR%%/pycgtypes/__init__.pyc
%%PYTHON_SITELIBDIR%%/pycgtypes/__init__.pyo
%%PYTHON_SITELIBDIR%%/pycgtypes/mat3.py
%%PYTHON_SITELIBDIR%%/pycgtypes/mat3.pyc
%%PYTHON_SITELIBDIR%%/pycgtypes/mat3.pyo
%%PYTHON_SITELIBDIR%%/pycgtypes/mat4.py
%%PYTHON_SITELIBDIR%%/pycgtypes/mat4.pyc
%%PYTHON_SITELIBDIR%%/pycgtypes/mat4.pyo
%%PYTHON_SITELIBDIR%%/pycgtypes/quat.py
%%PYTHON_SITELIBDIR%%/pycgtypes/quat.pyc
%%PYTHON_SITELIBDIR%%/pycgtypes/quat.pyo
%%PYTHON_SITELIBDIR%%/pycgtypes/vec3.py
%%PYTHON_SITELIBDIR%%/pycgtypes/vec3.pyc
%%PYTHON_SITELIBDIR%%/pycgtypes/vec3.pyo
%%PYTHON_SITELIBDIR%%/pycgtypes/vec4.py
%%PYTHON_SITELIBDIR%%/pycgtypes/vec4.pyc
%%PYTHON_SITELIBDIR%%/pycgtypes/vec4.pyo
%%PYTHON_SITELIBDIR%%/ri.py
%%PYTHON_SITELIBDIR%%/ri.pyc
%%PYTHON_SITELIBDIR%%/ri.pyo
%%PYTHON_SITELIBDIR%%/riutil.py
%%PYTHON_SITELIBDIR%%/riutil.pyc
%%PYTHON_SITELIBDIR%%/riutil.pyo
%%PYTHON_SITELIBDIR%%/sl.py
%%PYTHON_SITELIBDIR%%/sl.pyc
%%PYTHON_SITELIBDIR%%/sl.pyo
%%PYTHON_SITELIBDIR%%/slparams.py
%%PYTHON_SITELIBDIR%%/slparams.pyc
%%PYTHON_SITELIBDIR%%/slparams.pyo
%%PYTHON_SITELIBDIR%%/sltokenize.py
%%PYTHON_SITELIBDIR%%/sltokenize.pyc
%%PYTHON_SITELIBDIR%%/sltokenize.pyo
@dirrm %%PYTHON_SITELIBDIR%%/pycgtypes