notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
yafray Fast XML based raytracer
0.0.9_3 graphics Deleted on this many watch lists=3 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.0.9_3Version of this port present on the latest quarterly branch.
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2003-06-03 03:30:42
Last Update: 2018-07-21 06:53:41
SVN Revision: 475049
People watching this port, also watch:: mplayer-skins, python, libmad
License: not specified in port
WWW:
http://www.yafray.org/
Description:
This is an advanced raytracer that uses XML. WWW: http://www.yafray.org/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (24 items)
Collapse this list.
  1. bin/yafray
  2. etc/gram.yafray
  3. lib/libyafraycore.so
  4. lib/libyafrayplugin.so
  5. lib/yafray/libpathlight.so
  6. lib/yafray/libsunlight.so
  7. lib/yafray/libpointlight.so
  8. lib/yafray/libphotonlight.so
  9. lib/yafray/libhemilight.so
  10. lib/yafray/libspotlight.so
  11. lib/yafray/libsoftlight.so
  12. lib/yafray/libarealight.so
  13. lib/yafray/libglobalphotonlight.so
  14. lib/yafray/libspherelight.so
  15. lib/yafray/libbasicshaders.so
  16. lib/yafray/libbasicblocks.so
  17. lib/yafray/libmixblocks.so
  18. lib/yafray/libblendershader.so
  19. lib/yafray/libhdri.so
  20. lib/yafray/libshaderback.so
  21. lib/yafray/libsss.so
  22. lib/yafray/libsunsky.so
  23. @postexec /sbin/ldconfig -m /usr/local/lib
  24. @postunexec /sbin/ldconfig -R
Collapse this list.
Dependency lines:
  • yafray>0:graphics/yafray
No installation instructions:
This port has been deleted.
PKGNAME: yafray
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (yafray-0.0.9.tar.gz) = f803e7058fb65cab9c0d00599daa85ca291fb57941822d622426e3466ec0aefb SIZE (yafray-0.0.9.tar.gz) = 316033

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. scons : devel/scons
Library dependencies:
  1. libjpeg.so : graphics/jpeg-turbo
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
jpeg scons
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://freebsd.nsu.ru/distfiles/
Collapse this list.

Number of commits found: 39

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.0.9_3
21 Jul 2018 06:53:41
Revision:475049Original commit files touched by this commit
yuri search for other commits by this committer
Rename graphics/yafray to graphics/yafaray; Update 0.0.9 -> 3.0-5

The project was renamed. http://www.yafray.org redirects to
http://www.yafaray.org

Port changes (almost everything has changed):
* Change COMMENT
* Add LICENSE, etc
* Add ONLY_FOR_ARCHS, etc
* Add LIB_DEPENDS
* Uses github now
* Add options
* Remove do-install
* Add post-install
* Update description and WWW
0.0.9_3
01 Feb 2017 20:22:24
Revision:433099Original commit files touched by this commit
jbeich search for other commits by this committer
graphics/yafray: unbreak with libc++ 3.9

src/shaders/basictex.cc:262:8: error: cannot initialize a variable of type 'char
*' with an rvalue of type 'const char *'
        char *ext = strrchr(filename, '.');
              ^     ~~~~~~~~~~~~~~~~~~~~~~

Reported by:	pkg-fallout
0.0.9_3
08 Dec 2016 16:39:11
Revision:428135Original commit files touched by this commit
tijl search for other commits by this committer
Remove libjpeg.so.11 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
0.0.9_2
23 Jul 2016 10:12:25
Revision:418957Original commit files touched by this commit
antoine search for other commits by this committer
Fix build on FreeBSD 12

Reported by:	pkg-fallout
0.0.9_2
22 Jun 2015 18:33:22
Revision:390310Original commit files touched by this commit
antoine search for other commits by this committer
Convert to USES=jpeg
0.0.9_2
20 Oct 2014 17:04:21
Revision:371283Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
0.0.9_2
29 Jul 2014 17:12:50
Revision:363362Original commit files touched by this commit
adamw search for other commits by this committer
Rename all patches that contain '::' as a path separator, and use
'__' instead.
0.0.9_2
29 Apr 2014 09:32:54
Revision:352589Original commit files touched by this commit
pawel search for other commits by this committer
- Fix build on 10+, make it PREFIX safe, respect CXXFLAGS
- Add staging support
- Remove leading article from COMMENT
- Convert to new LIB_DEPENDS format
- Strip binaries

MFH:		2014Q2
0.0.9_2
13 Feb 2014 14:12:50
Revision:344115Original commit files touched by this commit
miwi search for other commits by this committer
- Convert USE_SCONS to USES
0.0.9_2
20 Sep 2013 18:35:46
Revision:327733Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
0.0.9_2
12 Jun 2012 07:02:15
Original commit files touched by this commit
erwin search for other commits by this committer
Mark BROKEN on 10.x: unsupported
KeyError: 'freebsd10':
  File "/work/a/ports/graphics/yafray/work/yafray/SConstruct", line 20:
    fichero = ficheros[sys.platform]
*** [do-build] Error code 2

Submitted by:   pointyhat
0.0.9_2
03 Jul 2011 14:12:23
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
0.0.9_2
17 Jun 2011 09:59:29
Original commit files touched by this commit
danfe search for other commits by this committer
Provide home for the distfile and undeprecate.  While this version is not
under development anymore, it is still available from the vendor site, but
named ``yafray-0.0.9.tar_.gz'' (notice bogus underscore).  I decided not
to adhere to this stupidity, and instead asked upstream to rename file to
something sane.  Once this is fixed, I will adjust MASTER_SITES.  Also, do
some usual cleanups while I'm here.
0.0.9_2
16 Jun 2011 17:33:07
Original commit files touched by this commit
bapt search for other commits by this committer
Another bunch of deprecation: no more public distfiles and/or abandonware
0.0.9_2
05 Feb 2010 11:46:55
Original commit files touched by this commit
dinoex search for other commits by this committer
- update to jpeg-8
0.0.9_1
04 Nov 2009 21:41:45
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Unbreak on 9.0
0.0.9_1
20 Oct 2009 16:25:09
Original commit files touched by this commit
erwin search for other commits by this committer
Mark BROKEN on 9.x
0.0.9_1
18 Jul 2009 11:11:29
Original commit files touched by this commit
dinoex search for other commits by this committer
- update to jpeg7
Tested by:      pav on pointyhat
0.0.9
02 Feb 2009 23:44:01
Original commit files touched by this commit
linimon search for other commits by this committer
Reset dyeske@gmail.com at his request.

Hat:    portmgr
0.0.9
11 Dec 2007 23:35:40
Original commit files touched by this commit
beech search for other commits by this committer
- Fix build with -CURRENT

PR:             ports/118454
Approved by:    David Yeske <dyeske@gmail.com> (maintainer),
                linimon (mentor)
0.0.9
07 Jul 2007 11:52:21
Original commit files touched by this commit
beech search for other commits by this committer
- Fix build
- Remove use_getopt_long

Approved by: sat (mentor)
0.0.9
05 Jul 2007 23:39:06
Original commit files touched by this commit
edwin search for other commits by this committer
dyeske at yahoo dot com -> dyeske at gmail dot com
0.0.9
26 Apr 2007 14:08:55
Original commit files touched by this commit
shaun search for other commits by this committer
- Remove FreeBSD 4.x checks.

PR:             ports/112021, ports/112035, ports/112064
Submitted by:   David Yeske <dyeske@yahoo.com> (maintainer)
0.0.9
21 Oct 2006 10:12:31
Original commit files touched by this commit
rafan search for other commits by this committer
- Unbreak on system < 7.x by using malloc(3)
- Remove optimized cflags until other scons based ports play nice with them

PR:             ports/104542
Submitted by:   David Yeske <dyeske at yahoo.com> (maintainer)
Approved by:    portmgr (erwin)
0.0.9
13 Oct 2006 21:31:11
Original commit files touched by this commit
rafan search for other commits by this committer
- Mark BROKEN on 6.x and below: this port uses posix_memalign(3)

PR:             ports/104391
Submitted by:   David Yeske <dyeske at yahoo.com> (maintainer)
Approved by:    portmgr (marcus)
0.0.9
09 Oct 2006 12:25:08
Original commit files touched by this commit
rafan search for other commits by this committer
- Update to 0.0.9
- Switch to scons

PR:             ports/104191
Submitted by:   David Yeske<dyeske at yahoo.com> (maintainer)
0.0.6
07 May 2006 23:46:33
Original commit files touched by this commit
edwin search for other commits by this committer
Remove USE_REINPLACE for categories starting with a G
0.0.6
23 Feb 2006 10:40:45
Original commit files touched by this commit
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
0.0.6
22 Jan 2006 12:35:18
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
0.0.6
15 Nov 2005 06:52:12
Original commit files touched by this commit
ade search for other commits by this committer
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.
0.0.6
25 Jul 2005 10:50:45
Original commit files touched by this commit
vs search for other commits by this committer
Unbreak on 4.x through USE_GCC=3.4+

Approved by: maintainer
0.0.6
13 Nov 2004 04:18:42
Original commit files touched by this commit
kris search for other commits by this committer
Add missing files
0.0.6
06 Oct 2004 04:47:58
Original commit files touched by this commit
danfe search for other commits by this committer
Unbreak on 5.X and -CURRENT.

Reported by:    kris
Approved by:    portmgr (krion), fjoe (mentor, implicit)
0.0.6
30 Sep 2004 05:51:21
Original commit files touched by this commit
kris search for other commits by this committer
BROKEN on 5.x: Does not compile

Approved by:    portmgr (self)
0.0.6
21 Mar 2004 11:21:20
Original commit files touched by this commit
pav search for other commits by this committer
- Update to 0.0.6

PR:             ports/64531
Submitted by:   David Yeske <dyeske@yahoo.com> (maintainer)
0.0.4
14 Mar 2004 06:17:56
Original commit files touched by this commit
ade search for other commits by this committer
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

        USE_LIBTOOL=YES         ->      USE_LIBTOOL_VER=13
        USE_AUTOCONF=YES        ->      USE_AUTOCONF_VER=213
        USE_AUTOMAKE=YES        ->      USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
0.0.4
06 Oct 2003 07:04:05
Original commit files touched by this commit
krion search for other commits by this committer
- Update to version 0.0.4

PR:             57636
Submitted by:   maintainer
0.0.3_1
14 Jul 2003 02:53:03
Original commit files touched by this commit
sf search for other commits by this committer
get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
0.0.3
03 Jun 2003 03:29:55
Original commit files touched by this commit
will search for other commits by this committer
Add yafray 0.0.3, a fast XML based raytracer.

PR:             52405
Submitted by:   David Yeske <dyeske@yahoo.com>

Number of commits found: 39