Port details |
- povray Persistence of Vision Ray Tracer
- 3.6.1_8 graphics
=10 3.6.1_8Version of this port present on the latest quarterly branch. - Maintainer: maho@FreeBSD.org
 - Port Added: unknown
- Last Update: 2011-06-20 22:29:26
- SVN Revision: UNKNOWN
- People watching this port, also watch:: unzip, python, gmake, png
- License: not specified in port
- WWW:
- http://www.povray.org/
- Description:
- POV-Ray(TM) 3.5 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.
Legal and License information can be consulted in the following file
/usr/local/share/doc/povray-3.6/povlegal.doc
WWW: http://www.povray.org/
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: povray
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
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 : devel/gmake
- x11.pc : x11/libX11
- autoconf-2.68 : devel/autoconf268
- Runtime dependencies:
-
- x11.pc : x11/libX11
- Library dependencies:
-
- png.6 : graphics/png
- tiff : graphics/tiff
- jpeg : graphics/jpeg
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.6.1_8 20 Jun 2011 22:29:26
 |
makc  |
Remove povray, replaced by povray36 |
3.6.1_8 04 Dec 2010 07:34:27
 |
ade  |
Sync to new bsd.autotools.mk |
3.6.1_8 16 Oct 2010 11:52:47
 |
ade  |
Punt autoconf267->autoconf268 |
3.6.1_8 15 Sep 2010 18:35:24
 |
ade  |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
3.6.1_7 29 Mar 2010 12:10:04
 |
dinoex  |
- fix build for png-1.4.1 |
3.6.1_7 28 Mar 2010 06:47:48
 |
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
3.6.1_6 05 Feb 2010 11:46:55
 |
dinoex  |
- update to jpeg-8 |
3.6.1_5 18 Jul 2009 11:11:29
 |
dinoex  |
- update to jpeg7
Tested by: pav on pointyhat |
3.6.1_4 21 Aug 2008 06:18:49
 |
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
3.6.1_4 20 Aug 2008 00:57:32
 |
ade  |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
3.6.1_4 03 Jul 2008 04:09:51
 |
maho  |
From povray-3.6.1/doc/distribution-license.txt
it reads
...
> 2.4. Where the Distributor reproduces the Software in accordance with
> clause 2.1:
>
> (a) the Distributor may rename, reorganise or repackage (without
> omission) the files comprising the Software where such
> renaming, reorganisation or repackaging is necessary to
> conform to the naming or organisation scheme of the target
> operating environment of the Distribution or of an established
> package management system of the target operating environment
> of the Distribution; and
...
so simply we cannot set %%PORTDOCS%%, because we can make a package
without documentations. Otherwise RESTRICTED but
I don't take such a complicated approach. |
3.6.1_4 19 Apr 2008 17:56:05
 |
miwi  |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
3.6.1_3 24 Mar 2008 13:03:55
 |
miwi  |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
3.6.1_2 04 Oct 2007 01:10:50
 |
edwin  |
Remove always-false/true conditions based on OSVERSION 500000 |
3.6.1_2 30 Sep 2007 04:47:37
 |
linimon  |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe |
3.6.1_1 19 May 2007 20:32:57
 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
3.6.1 15 Mar 2006 05:54:21
 |
maho  |
Minor cleanups
PR: 93831
Submitted by: Pedro F. Giffuni <giffunip@asme.org> |
3.6.1 28 Nov 2005 06:52:01
 |
maho  |
clean up mastersite[1] and add SHA256
Submitted by: linimon[1] |
3.6.1 15 Nov 2005 06:52:12
 |
ade  |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
3.6.1 30 Sep 2005 17:48:57
 |
fenner  |
www.hensa.ac.uk has been replaced by the UK Mirror Service on 1 August 1999.
Move MASTER_SITES that have been dead for 6 years from www.hensa.ac.uk to
the UK Mirror Service, ftp.mirrorservice.org.
Approved By: portmgr (linimon) |
3.6.1 12 Apr 2005 03:26:57
 |
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
3.6.1 11 Apr 2005 08:04:41
 |
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
3.6.1 04 Dec 2004 02:13:40
 |
kris  |
BROKEN on 4.x: Does not build |
3.6.1 23 Nov 2004 03:23:46
 |
maho  |
Update to 3.6.1 |
3.5_3 18 Nov 2004 08:23:04
 |
kris  |
BROKEN on i386: Does not compile |
3.5_3 17 Aug 2004 07:06:19
 |
maho  |
Best optimization flag for Pentium 4 -axN |
3.5_3 17 Aug 2004 06:22:05
 |
maho  |
update Intel C Compiler optimization flag |
3.5_3 16 Aug 2004 12:24:01
 |
maho  |
Intel C/C++ compiler support via WITH_ICC |
3.5_3 06 May 2004 19:49:54
 |
maho  |
Make portlint happy by replacing space to tab
PR: 65409
Submitted by: trevor |
3.5_3 13 Apr 2004 03:42:20
 |
maho  |
Hope this fixes for Alpha 4-stable |
3.5_3 03 Apr 2004 23:53:10
 |
maho  |
Set LATEST_LINK |
3.5_3 19 Mar 2004 04:09:18
 |
maho  |
SIZEify
Submitted by: trevor |
3.5_3 04 Feb 2004 05:21:48
 |
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
3.5_2 28 Dec 2003 14:49:05
 |
maho  |
fix build on 64 bit environment
Submitted by: kris (bento)
Suggestion from: marcel |
3.5_2 09 Nov 2003 22:45:01
 |
maho  |
svgalib is only available for i386 archs.
Submitted by: bento |
3.5_2 17 Apr 2003 11:42:07
 |
maho  |
unbreak povray port.
Many requests: thanks. |
3.5_1 07 Mar 2003 06:04:15
 |
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
3.5_1 01 Dec 2002 23:43:11
 |
maho  |
1. Fix checksum error and update to 3.50c
3.50c includes some very minor bug fixes in
script and source files.
2. Added WITH_OPTIMIZE_FLAGS for optimization
3. change e-mail of maintainer
4. bump port revision
Noticed by : Rainer Duffner <rainer@ultra-secure.de>,
Gettit Kuehn <gerrit@pmp.uni-hannover.de>
and bento's log(no error at December?
at least November's log I noticed there was
checksum error)
Reviewed by : knu (mentor) |
3.5 04 Sep 2002 17:42:34
 |
lioux  |
Remove unnecessary commented lines |
3.5 04 Sep 2002 17:38:52
 |
lioux  |
o Update to 3.5
o Assign maintainership to submitter
PR: 41709
Submitted by: Nakata Maho <chat95@mbox.kyoto-inet.or.jp>
Approved by: maintainer (previous one) |
20 Nov 2001 23:29:38
    |
lioux  |
Style police: WWW tags should either end in a file/script or TRAILING /; Fix the
later case |
11 Sep 2001 03:22:51
    |
ache  |
Bump png major |
14 Jul 2001 07:39:00
    |
sada  |
Add the `WWW' line. |
12 Feb 2001 11:37:46
    |
knu  |
Add some working MASTER_SITES. |
27 Jan 2001 05:59:50
    |
kris  |
Fennerize a dead MASTER_SITE |
08 Oct 2000 02:35:34
    |
asami  |
Convert category graphics to new layout. |
22 Sep 2000 00:49:39
    |
kris  |
Remove a dead MASTER_SITE |
04 Jul 2000 08:13:36
    |
sobomax  |
Bump png shared library version. |