diff options
author | Steven Wallace <swallace@FreeBSD.org> | 1994-12-29 01:10:57 +0000 |
---|---|---|
committer | Steven Wallace <swallace@FreeBSD.org> | 1994-12-29 01:10:57 +0000 |
commit | 25e0c8c5df22d2027a670dc6eed5a259cda1ec1f (patch) | |
tree | 34586ba3cd633c21133f79c3930aff62123801b2 /graphics/povray37 | |
parent | 02d45a40b3c4773a8dc4a8d621d7e863f2db9134 (diff) | |
download | ports-25e0c8c5df22d2027a670dc6eed5a259cda1ec1f.tar.gz ports-25e0c8c5df22d2027a670dc6eed5a259cda1ec1f.zip |
Persistence of Vision Ray Tracer version 2.2
Submitted by: jmacd@uclink.berkeley.edu (Josh MacDonald)
Notes
Notes:
svn path=/head/; revision=643
Diffstat (limited to 'graphics/povray37')
-rw-r--r-- | graphics/povray37/Makefile | 16 | ||||
-rw-r--r-- | graphics/povray37/distinfo | 3 | ||||
-rw-r--r-- | graphics/povray37/files/patch-a | 21 | ||||
-rw-r--r-- | graphics/povray37/files/patch-b | 24 | ||||
-rw-r--r-- | graphics/povray37/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/povray37/pkg-descr | 14 | ||||
-rw-r--r-- | graphics/povray37/pkg-plist | 4 |
7 files changed, 83 insertions, 0 deletions
diff --git a/graphics/povray37/Makefile b/graphics/povray37/Makefile new file mode 100644 index 000000000000..ce9fcf185d91 --- /dev/null +++ b/graphics/povray37/Makefile @@ -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> diff --git a/graphics/povray37/distinfo b/graphics/povray37/distinfo new file mode 100644 index 000000000000..b9e29b770126 --- /dev/null +++ b/graphics/povray37/distinfo @@ -0,0 +1,3 @@ +MD5 (povdoc.tar) = 4cfbee87ac0c5317564fea3a5e3af113 +MD5 (povscn.tar) = bc2dcb956ef5631a05b45dcf7b1a42fe +MD5 (povsrc.tar) = b382e597ab72c2154ea9819525a8bef8 diff --git a/graphics/povray37/files/patch-a b/graphics/povray37/files/patch-a new file mode 100644 index 000000000000..3032690efeec --- /dev/null +++ b/graphics/povray37/files/patch-a @@ -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 diff --git a/graphics/povray37/files/patch-b b/graphics/povray37/files/patch-b new file mode 100644 index 000000000000..7ed5bb4af32a --- /dev/null +++ b/graphics/povray37/files/patch-b @@ -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 diff --git a/graphics/povray37/pkg-comment b/graphics/povray37/pkg-comment new file mode 100644 index 000000000000..cf9f7304f25a --- /dev/null +++ b/graphics/povray37/pkg-comment @@ -0,0 +1 @@ +POV-Ray 2.2 Persistence of Vision Ray Tracer diff --git a/graphics/povray37/pkg-descr b/graphics/povray37/pkg-descr new file mode 100644 index 000000000000..6bfd54ab76fb --- /dev/null +++ b/graphics/povray37/pkg-descr @@ -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 + + diff --git a/graphics/povray37/pkg-plist b/graphics/povray37/pkg-plist new file mode 100644 index 000000000000..dcb9c1c853b5 --- /dev/null +++ b/graphics/povray37/pkg-plist @@ -0,0 +1,4 @@ +@cwd /usr/local +bin/povray +lib/povray +man/man1/povray.1.gz |