summaryrefslogtreecommitdiff
path: root/graphics/povray/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2004-12-28Bump PKGREVISIONs due to libtiff update.reed1-1/+2
Some BUILDLINK_RECOMMENDED bumps done also. (If I missed any, please let me know -- and let me know a good way to automate this.)
2004-11-18Changes 3.6.1:adam1-14/+16
- a completely rewritten and much more universal configure script. see INSTALL for more information. - new documentation format. It has been tested with several newer browsers, Netscape 4.x will not work well unless you disable style sheets. Note some of the png images do not display correctly in some newer versions of Konqueror. This is a bug in Konqueror. A possible workaround would be to process all png images through the NetPBM tools: pngtopnm image_old.png | pnmtopng > image.png - new default locations for the configuration files (povray.ini and povray.conf). See chapter 1 of the documentation for details. - a new io-restrictions configuration file format. The new format is not compatible to 3.5 but due to the changed file locations this does not prevent parallel use of POV-Ray 3.5 and 3.6. - sample scene render scripts. See section 1.3.6 of the docs for instructions how to use them. - a benchmark rendering mode: see section 1.6.2 of the docs. - KDE integration (file types and panel icons) If someone here is familiar with doing the same kind of thing in GNOME this would be helpful. - various internal changes not directly visible to the user.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-04-24Convert to bl3. Replace USE_GCC_SHLIB with USE_LANGUAGES=c c++.wiz1-6/+6
2004-01-03Bump package revisions for tiff update.reed1-2/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-11-07Set USE_GCC_SHLIB. Fixes linking on Solaris.gavan1-1/+2
2003-09-10Move configuration files to the examples directory and use CONF_FILES tojmmv1-1/+9
copy them to sysconfdir. Bump PKGREVISION to 1.
2003-08-31Update povray to version 3.50cgavan1-13/+22
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
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2002-12-10Change MASTERSITE so that the correct version of the source files arecjep1-5/+4
picked up during a fetch. Fixs PR#19045.
2002-03-17Set DIST_SUBDIR to PKGNAME_NOREV and put the path in the distinfo filemarkd1-2/+2
back to the base package name.
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-2/+3
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2001-05-22Update dependency on png to >=1.0.11 because of the shlib major bump.wiz1-2/+2
Noted by Frederick Bruckman.
2001-03-04Because the minor number of the PNG library was increased packages compiledtron1-3/+2
using the newest PNG library won't work on system with an older one. To prevent such problems with precompiled binary packages require at least "png-1.0.9nb1" in all dependences.
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2001-01-20act resposible, take over maintainership from packages@pooka1-2/+2
2000-03-21Because the minor of "libpng" was bumped we must sure that packagestron1-2/+2
compiled for the update "png" package depend on it.
2000-02-09Use "png>=1.0.3" instead of "png-*" in dependence list.tron1-2/+2
2000-02-09Use wildcard dependence for "png" package.tron1-2/+2
2000-01-04Make PLIST match reality.agc1-1/+3
Make install target work in the presence of a file named "install".
2000-01-04Update pivray (persistence of vision ray tracing utility) to version 3.1g.agc1-4/+5
Changes in version 3.1: The scene description language in POV-Ray 3.1 is not entirely backwards-compatible with earlier versions of the POV-Ray scene description language. The 'halo' feature in earlier versions is obsolete and has been entirely replaced with a 'media' feature which works better. Because older files making use of 'halo' will not render in POV-Ray 3.1 without substantial modification, you may wish to rename executables for pre-3.1 versions of POV-Ray if you would like to be able to render such older files. It should be noted that .povrayrc as described below can only refer to one version.
1999-04-26add USE_X11=yesgarbled1-1/+3
1999-03-04Update dependence for "png" package.tron1-2/+2
1998-08-25Add missing / to HOMEPAGE.frueauf1-2/+2
1998-08-24Import of povray version 3.0, the Persistence of Vision Ray tracing utility,agc1-0/+18
into the NetBSD packages collection. Originally taken from the FreeBSD ports collection, but made to work on NetBSD by myself.