Persistence of Vision Ray Tracer version 2.2

Submitted by:	jmacd@uclink.berkeley.edu (Josh MacDonald)
This commit is contained in:
Steven Wallace 1994-12-29 01:10:57 +00:00
parent 02d45a40b3
commit 25e0c8c5df
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=643
21 changed files with 249 additions and 0 deletions

16
graphics/povray/Makefile Normal file
View File

@ -0,0 +1,16 @@
# New ports collection makefile for: POV-Ray
# Version required: 2.2
# Date created: 28 Dec 1994
# Whom: jmacd@uclink.berkeley.edu
#
# $Id: Makefile,v 1.2 1994/10/06 07:52:04 swallace Exp $
#
DISTNAME= POV-Ray-2.2
MASTER_SITES= ftp://povray.cdrom.com/pub/povray/Official/Generic-Unix/
DISTFILES= povdoc.tar.Z povscn.tar.Z povsrc.tar.Z
EXTRACT_SUFX= tar.Z
NO_WRKSUBDIR=
.include <bsd.port.mk>

3
graphics/povray/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (povdoc.tar) = 4cfbee87ac0c5317564fea3a5e3af113
MD5 (povscn.tar) = bc2dcb956ef5631a05b45dcf7b1a42fe
MD5 (povsrc.tar) = b382e597ab72c2154ea9819525a8bef8

View File

@ -0,0 +1,21 @@
*** source/frame.h Thu Feb 3 10:23:12 1994
--- newsource/frame.h Wed Dec 28 03:28:23 1994
***************
*** 36,43 ****
#define POV_RAY_VERSION "2.2"
/* This message is for the personal distribution release. */
! #define DISTRIBUTION_MESSAGE_1 "This is an unofficial version compiled by:"
! #define DISTRIBUTION_MESSAGE_2 "FILL IN NAME HERE........................."
#define DISTRIBUTION_MESSAGE_3 "The POV-Ray Team is not responsible for supporting this version."
#ifndef READ_ENV_VAR_BEFORE
--- 36,43 ----
#define POV_RAY_VERSION "2.2"
/* This message is for the personal distribution release. */
! #define DISTRIBUTION_MESSAGE_1 "This is an unofficial version compiled for"
! #define DISTRIBUTION_MESSAGE_2 "FreeBSD."
#define DISTRIBUTION_MESSAGE_3 "The POV-Ray Team is not responsible for supporting this version."
#ifndef READ_ENV_VAR_BEFORE

View File

@ -0,0 +1,24 @@
*** machine/unix/xwindows.mak Sat Oct 9 12:39:46 1993
--- newmachine/unix/xwindows.mak Wed Dec 28 03:27:46 1994
***************
*** 16,25 ****
# Added for colorx addition. You _do_ have $X11 defined by your .cshrc,
# don't you?
! X11 = /usr
CFLAGS= -c -O
! LFLAGS = -O $(X11)/lib/libXt.a $(X11)/lib/libXext.a -lX11 \
! -o povray
CC = cc
OBJ = o
--- 16,24 ----
# Added for colorx addition. You _do_ have $X11 defined by your .cshrc,
# don't you?
! X11 = /usr/X11R6
CFLAGS= -c -O
! LFLAGS = -O -lXt -lXext -lX11 -o povray
CC = cc
OBJ = o

View File

@ -0,0 +1 @@
POV-Ray 2.2 Persistence of Vision Ray Tracer

14
graphics/povray/pkg-descr Normal file
View File

@ -0,0 +1,14 @@
POV-Ray 2.2 Persistence of Vision Ray Tracer
The Persistence of Vision Ray Tracer (POV-Ray) is a copy-
righted freeware program that allows a user to easily cre-
ate fantastic, three dimensional, photo-realistic images
on just about any computer. POV-Ray reads standard ASCII
text files that describe the shapes, colors, textures and
lighting in a scene and mathematically simulates the rays
of light moving through the scene to produce a photo-
realistic image!
Ported to FreeBSD by Josh MacDonald, jmacd@uclink.berkeley.edu

View File

@ -0,0 +1,4 @@
@cwd /usr/local
bin/povray
lib/povray
man/man1/povray.1.gz

View File

@ -0,0 +1,16 @@
# New ports collection makefile for: POV-Ray
# Version required: 2.2
# Date created: 28 Dec 1994
# Whom: jmacd@uclink.berkeley.edu
#
# $Id: Makefile,v 1.2 1994/10/06 07:52:04 swallace Exp $
#
DISTNAME= POV-Ray-2.2
MASTER_SITES= ftp://povray.cdrom.com/pub/povray/Official/Generic-Unix/
DISTFILES= povdoc.tar.Z povscn.tar.Z povsrc.tar.Z
EXTRACT_SUFX= tar.Z
NO_WRKSUBDIR=
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (povdoc.tar) = 4cfbee87ac0c5317564fea3a5e3af113
MD5 (povscn.tar) = bc2dcb956ef5631a05b45dcf7b1a42fe
MD5 (povsrc.tar) = b382e597ab72c2154ea9819525a8bef8

View File

@ -0,0 +1,21 @@
*** source/frame.h Thu Feb 3 10:23:12 1994
--- newsource/frame.h Wed Dec 28 03:28:23 1994
***************
*** 36,43 ****
#define POV_RAY_VERSION "2.2"
/* This message is for the personal distribution release. */
! #define DISTRIBUTION_MESSAGE_1 "This is an unofficial version compiled by:"
! #define DISTRIBUTION_MESSAGE_2 "FILL IN NAME HERE........................."
#define DISTRIBUTION_MESSAGE_3 "The POV-Ray Team is not responsible for supporting this version."
#ifndef READ_ENV_VAR_BEFORE
--- 36,43 ----
#define POV_RAY_VERSION "2.2"
/* This message is for the personal distribution release. */
! #define DISTRIBUTION_MESSAGE_1 "This is an unofficial version compiled for"
! #define DISTRIBUTION_MESSAGE_2 "FreeBSD."
#define DISTRIBUTION_MESSAGE_3 "The POV-Ray Team is not responsible for supporting this version."
#ifndef READ_ENV_VAR_BEFORE

View File

@ -0,0 +1,24 @@
*** machine/unix/xwindows.mak Sat Oct 9 12:39:46 1993
--- newmachine/unix/xwindows.mak Wed Dec 28 03:27:46 1994
***************
*** 16,25 ****
# Added for colorx addition. You _do_ have $X11 defined by your .cshrc,
# don't you?
! X11 = /usr
CFLAGS= -c -O
! LFLAGS = -O $(X11)/lib/libXt.a $(X11)/lib/libXext.a -lX11 \
! -o povray
CC = cc
OBJ = o
--- 16,24 ----
# Added for colorx addition. You _do_ have $X11 defined by your .cshrc,
# don't you?
! X11 = /usr/X11R6
CFLAGS= -c -O
! LFLAGS = -O -lXt -lXext -lX11 -o povray
CC = cc
OBJ = o

View File

@ -0,0 +1 @@
POV-Ray 2.2 Persistence of Vision Ray Tracer

View File

@ -0,0 +1,14 @@
POV-Ray 2.2 Persistence of Vision Ray Tracer
The Persistence of Vision Ray Tracer (POV-Ray) is a copy-
righted freeware program that allows a user to easily cre-
ate fantastic, three dimensional, photo-realistic images
on just about any computer. POV-Ray reads standard ASCII
text files that describe the shapes, colors, textures and
lighting in a scene and mathematically simulates the rays
of light moving through the scene to produce a photo-
realistic image!
Ported to FreeBSD by Josh MacDonald, jmacd@uclink.berkeley.edu

View File

@ -0,0 +1,4 @@
@cwd /usr/local
bin/povray
lib/povray
man/man1/povray.1.gz

View File

@ -0,0 +1,16 @@
# New ports collection makefile for: POV-Ray
# Version required: 2.2
# Date created: 28 Dec 1994
# Whom: jmacd@uclink.berkeley.edu
#
# $Id: Makefile,v 1.2 1994/10/06 07:52:04 swallace Exp $
#
DISTNAME= POV-Ray-2.2
MASTER_SITES= ftp://povray.cdrom.com/pub/povray/Official/Generic-Unix/
DISTFILES= povdoc.tar.Z povscn.tar.Z povsrc.tar.Z
EXTRACT_SUFX= tar.Z
NO_WRKSUBDIR=
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (povdoc.tar) = 4cfbee87ac0c5317564fea3a5e3af113
MD5 (povscn.tar) = bc2dcb956ef5631a05b45dcf7b1a42fe
MD5 (povsrc.tar) = b382e597ab72c2154ea9819525a8bef8

View File

@ -0,0 +1,21 @@
*** source/frame.h Thu Feb 3 10:23:12 1994
--- newsource/frame.h Wed Dec 28 03:28:23 1994
***************
*** 36,43 ****
#define POV_RAY_VERSION "2.2"
/* This message is for the personal distribution release. */
! #define DISTRIBUTION_MESSAGE_1 "This is an unofficial version compiled by:"
! #define DISTRIBUTION_MESSAGE_2 "FILL IN NAME HERE........................."
#define DISTRIBUTION_MESSAGE_3 "The POV-Ray Team is not responsible for supporting this version."
#ifndef READ_ENV_VAR_BEFORE
--- 36,43 ----
#define POV_RAY_VERSION "2.2"
/* This message is for the personal distribution release. */
! #define DISTRIBUTION_MESSAGE_1 "This is an unofficial version compiled for"
! #define DISTRIBUTION_MESSAGE_2 "FreeBSD."
#define DISTRIBUTION_MESSAGE_3 "The POV-Ray Team is not responsible for supporting this version."
#ifndef READ_ENV_VAR_BEFORE

View File

@ -0,0 +1,24 @@
*** machine/unix/xwindows.mak Sat Oct 9 12:39:46 1993
--- newmachine/unix/xwindows.mak Wed Dec 28 03:27:46 1994
***************
*** 16,25 ****
# Added for colorx addition. You _do_ have $X11 defined by your .cshrc,
# don't you?
! X11 = /usr
CFLAGS= -c -O
! LFLAGS = -O $(X11)/lib/libXt.a $(X11)/lib/libXext.a -lX11 \
! -o povray
CC = cc
OBJ = o
--- 16,24 ----
# Added for colorx addition. You _do_ have $X11 defined by your .cshrc,
# don't you?
! X11 = /usr/X11R6
CFLAGS= -c -O
! LFLAGS = -O -lXt -lXext -lX11 -o povray
CC = cc
OBJ = o

View File

@ -0,0 +1 @@
POV-Ray 2.2 Persistence of Vision Ray Tracer

View File

@ -0,0 +1,14 @@
POV-Ray 2.2 Persistence of Vision Ray Tracer
The Persistence of Vision Ray Tracer (POV-Ray) is a copy-
righted freeware program that allows a user to easily cre-
ate fantastic, three dimensional, photo-realistic images
on just about any computer. POV-Ray reads standard ASCII
text files that describe the shapes, colors, textures and
lighting in a scene and mathematically simulates the rays
of light moving through the scene to produce a photo-
realistic image!
Ported to FreeBSD by Josh MacDonald, jmacd@uclink.berkeley.edu

View File

@ -0,0 +1,4 @@
@cwd /usr/local
bin/povray
lib/povray
man/man1/povray.1.gz