Port details |
- rayshade Extensible system for creating ray-traced images
- 4.0.6_7 graphics
=1 4.0.6_7Version of this port present on the latest quarterly branch.
- DEPRECATED: Defunct upstream with last release in 1992
This port expired on: 2024-02-10
- Maintainer: bofh@FreeBSD.org
- Port Added: unknown
- Last Update: 2024-02-10 12:33:16
- Commit Hash: 645196e
- License: rayshade
- WWW:
- http://www-graphics.stanford.edu/~cek/rayshade/
- Description:
- Rayshade is a system for generating ray-traced images. Rayshade's main
function is to read a multi-line ASCII file describing a scene to be
rendered and produce a file containing the ray traced image.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rayshade>0:graphics/rayshade
- No installation instructions:
- This port has been deleted.
- PKGNAME: rayshade
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (rayshade/rayshade.4.0.6.tar.Z) = 62dec71e56b69f01c31bf6e4afcc876016a34726afd0a58d1cda32a1f0e1a842
SIZE (rayshade/rayshade.4.0.6.tar.Z) = 369527
SHA256 (rayshade/guide.ps.Z) = 47e3cb8c368d319bb3d91403a471249fdc894dcecebbc4ac1f619a6e73affb08
SIZE (rayshade/guide.ps.Z) = 223707
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- librle.a : graphics/urt
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for rayshade-4.0.6_7:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- graphics_rayshade
- 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 |
4.0.6_7 10 Feb 2024 12:33:16 |
Rene Ladan (rene) |
graphics/rayshade: Remove expired port
2024-02-10 graphics/rayshade: Defunct upstream with last release in 1992 |
4.0.6_7 10 Jan 2024 12:44:49 |
Muhammad Moinur Rahman (bofh) |
graphics/rayshade: Mark DEPRECATED
- Defunct upstream which was last released in 1992
- Depends on another defunct port graphics/urt
- Set EXPIRATION_DATE 2024-02-10 |
4.0.6_7 18 May 2023 16:09:11 |
Muhammad Moinur Rahman (bofh) |
graphics/rayshade: Unbreak with llvm15
- Pet portclippy
- Adopt port |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.0.6_7 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.0.6_7 20 Jul 2022 14:22:04 |
Tobias C. Berner (tcberner) |
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
4.0.6_7 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.0.6_7 28 Apr 2017 11:41:34 |
rene |
graphics/rayshade: un-expire, it builds fine with the new graphics/urt |
4.0.6_7 09 Apr 2017 23:48:45 |
linimon |
Pet portlint.
Reported by: powerpc64 run |
4.0.6_7 27 Dec 2016 14:14:31 |
rene |
Set expiration date of ports depending on graphics/urt to 2017-04-01 |
4.0.6_7 20 Jul 2016 15:33:20 |
mat |
Cleanup $() variables in ports Makefiles.
Mostly replace with ${}, but sometime, replace with $$() because it is
what was intended in the first place. (I think.)
Sponsored by: Absolight |
4.0.6_7 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
4.0.6_7 07 Feb 2016 12:02:03 |
amdmi3 |
- Add LICENSE; commercial distribution is not allowed
- Switch to options helpers |
4.0.6_6 28 Jul 2014 21:54:34 |
adamw |
Rename german/ and graphics/ patch-xy patches to reflect the files they modify. |
4.0.6_6 25 Dec 2013 18:15:41 |
pawel |
- Fix build on -current
- Remove leading article from COMMENT
- Support staging
PR: ports/184236
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
4.0.6_6 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
4.0.6_6 28 Mar 2013 16:29:01 |
eadler |
Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree. |
4.0.6_6 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
4.0.6_5 04 Dec 2011 09:35:16 |
miwi |
- Fix MASTER_SITES
- Support CFLAGS properly
- Support PORTDOCS/PORTEXAMPLES/PLIST_FILES
PR: 162838
Submitted by: Ports Fury
Feature safe: yes |
4.0.6_4 03 Jul 2011 14:12:23 |
ohauer |
-remove MD5 |
4.0.6_4 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
4.0.6_3 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
4.0.6_2 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
4.0.6_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}. |
4.0.6 07 Feb 2007 17:41:40 |
pav |
- Fix build with gcc4 |
4.0.6 07 May 2006 23:46:33 |
edwin |
Remove USE_REINPLACE for categories starting with a G |
4.0.6 26 Nov 2005 01:48:16 |
pav |
- Add SHA256 |
4.0.6 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
4.0.6 29 Jul 2003 05:25:36 |
maho |
a) clean up for this port
b) build both 4-STABLE and 5-CURRENT
loosely depend on submitter.
PR: 52821
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com> |
4.0 04 Jun 2003 22:43:38 |
kris |
Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN
tag. Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.
Pointy hat to: kris |
4.0 18 May 2003 11:44:20 |
kris |
BROKEN on 5.1: does not compile |
4.0 20 Feb 2003 18:08:19 |
knu |
de-pkg-comment |
16 Jan 2001 17:33:20 |
sobomax |
Massive style enforcement - use ^I instead of spaces for variables identation.
|
08 Oct 2000 02:35:34 |
asami |
Convert category graphics to new layout. |