Port details on branch 2024Q4 |
- povray37 Persistence of Vision Ray Tracer
- 3.7.0.10_16 graphics
=0 3.7.0.10_16Version of this port present on the latest quarterly branch. - Maintainer: bsd@philippost.de
 - Port Added: 2024-11-21 23:12:10
- Last Update: 2024-11-21 23:11:13
- Commit Hash: fa64477
- License: AGPLv3+
- WWW:
- https://www.povray.org/
- Description:
- POV-Ray(TM) Persistence of Vision Ray Tracer
The Persistence of Vision(tm) Ray-Tracer creates three-dimensional,
photo-realistic images using a rendering technique called ray-tracing. It
reads in a text file containing information describing the objects and
lighting in a scene and generates an image of that scene from the view point
of a camera also described in the text file. Ray-tracing is not a fast
process by any means, but it produces very high quality images with realistic
reflections, shading, perspective and other effects.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- povray37>0:graphics/povray37
- To install the port:
- cd /usr/ports/graphics/povray37/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/povray37
- pkg install povray37
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: povray37
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1626198126
SHA256 (POV-Ray-povray-v3.7.0.10_GH0.tar.gz) = 7bee83d9296b98b7956eb94210cf30aa5c1bbeada8ef6b93bb52228bbc83abff
SIZE (POV-Ray-povray-v3.7.0.10_GH0.tar.gz) = 52888495
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- autoconf>=2.72 : devel/autoconf
- automake>=1.17 : devel/automake
- Library dependencies:
-
- libboost_thread.so : devel/boost-libs
- libpng.so : graphics/png
- libjpeg.so : graphics/jpeg-turbo
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for povray37-3.7.0.10_16:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
IO=off: Without I/O restrictions (security risk)
JPEG=on: JPEG image format support
OPENEXR=off: HDR image format support via OpenEXR
PNG=on: PNG image format support
TIFF=off: TIFF image format support
X11=off: X11 (graphics) support
===> Use 'make config' to modify these settings
- Options name:
- graphics_povray37
- USES:
- autoreconf:build compiler:c11 gmake jpeg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.7.0.10_16 21 Nov 2024 23:11:13
    |
Dimitry Andric (dim)  |
graphics/povray37: fix build with libc++ 19
As noted in the libc++ 19 release notes [1], std::char_traits<> is now
only provided for char, char8_t, char16_t, char32_t and wchar_t, and any
instantiation for other types will fail.
This causes graphics/povray37 to fail to compile with clang 19 and
libc++ 19, resulting in errors similar to:
/usr/include/c++/v1/string:820:42: error: implicit instantiation of undefined
template 'std::char_traits<unsigned short>'
820 | static_assert(is_same<_CharT, typename
traits_type::char_type>::value,
| ^
./base/configbase.h:159:19: note: in instantiation of template class
'std::basic_string<unsigned short>' requested here
159 | inline UCS2String ASCIItoUCS2String(const char *s)
| ^ (Only the first 15 lines of the commit message are shown above ) |
Number of commits found: 1
|