8d10cff493
Summary of changes in version 3.5: Major new features: * New noise functions * Photon mapping * Dispersion * Improved Radiosity * New light sources * Light groups * Isosurface and parametric objects * Sphere sweep object * New mesh object * UV Mapping * Improved textures * Improved and faster media * New patterns * Functions Additional new features: * Reading of JPEG and TIFF image formats * Projected through * More realistic attenuation * New clock keywords * New image size keywords * Inverse transform * Spherical camera * New float function: inside * Splines * Metallic reflection * Mapping using warps * Double illuminate flag * No image and no reflection flags * Basic Unicode Support * Declare a float constant from an INI file Bug fixes and enhancements: * Light source enhancements * Fixed normal average, reflection and other related problems * Fixed cylinder camera problems * Fixed the use of multiple closed bezier-splines in prism * Fixed infinite cone bug * Fixed the use of two subsequent colors, not separated by a comma in checker, hexagon and bricks. * Fixed gamma correct bugs * Numerous other bug fixes and optimizations
32 lines
885 B
Makefile
32 lines
885 B
Makefile
# $NetBSD: Makefile,v 1.18 2003/08/31 23:04:14 gavan Exp $
|
|
|
|
DISTNAME= povuni_s
|
|
PKGNAME= povray-3.50c
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ftp://ftp.povray.org/pub/povray/Official/Unix/\
|
|
ftp://ftp.mirror.ac.uk/sites/ftp.povray.org/pub/povray/Official/Unix/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= gavan@NetBSD.org
|
|
HOMEPAGE= http://www.povray.org/
|
|
COMMENT= Persistence of Vision Ray Tracer
|
|
|
|
LICENSE= povray-license
|
|
DIST_SUBDIR= ${PKGNAME_NOREV}
|
|
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
|
|
|
|
USE_X11= YES
|
|
GNU_CONFIGURE= YES
|
|
USE_BUILDLINK2= YES
|
|
|
|
SUBST_CLASSES+= povini
|
|
SUBST_MESSAGE.povini= "Fixing Library_Path in povray.ini."
|
|
SUBST_FILES.povini= povray.ini
|
|
SUBST_SED.povini= -e 's|/usr/local|${PREFIX}|'
|
|
SUBST_STAGE.povini= post-patch
|
|
|
|
.include "../../graphics/jpeg/buildlink2.mk"
|
|
.include "../../graphics/png/buildlink2.mk"
|
|
.include "../../graphics/tiff/buildlink2.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|