From f1a50fa7e3f99652013d6280f032746ae0b9f207 Mon Sep 17 00:00:00 2001 From: swallace Date: Thu, 29 Dec 1994 01:10:57 +0000 Subject: Persistence of Vision Ray Tracer version 2.2 Submitted by: jmacd@uclink.berkeley.edu (Josh MacDonald) --- graphics/povray/Makefile | 16 ++++++++++++++++ graphics/povray/distinfo | 3 +++ graphics/povray/files/patch-a | 21 +++++++++++++++++++++ graphics/povray/files/patch-b | 24 ++++++++++++++++++++++++ graphics/povray/pkg-comment | 1 + graphics/povray/pkg-descr | 14 ++++++++++++++ graphics/povray/pkg-plist | 4 ++++ graphics/povray36/Makefile | 16 ++++++++++++++++ graphics/povray36/distinfo | 3 +++ graphics/povray36/files/patch-a | 21 +++++++++++++++++++++ graphics/povray36/files/patch-b | 24 ++++++++++++++++++++++++ graphics/povray36/pkg-comment | 1 + graphics/povray36/pkg-descr | 14 ++++++++++++++ graphics/povray36/pkg-plist | 4 ++++ graphics/povray37/Makefile | 16 ++++++++++++++++ graphics/povray37/distinfo | 3 +++ graphics/povray37/files/patch-a | 21 +++++++++++++++++++++ graphics/povray37/files/patch-b | 24 ++++++++++++++++++++++++ graphics/povray37/pkg-comment | 1 + graphics/povray37/pkg-descr | 14 ++++++++++++++ graphics/povray37/pkg-plist | 4 ++++ 21 files changed, 249 insertions(+) create mode 100644 graphics/povray/Makefile create mode 100644 graphics/povray/distinfo create mode 100644 graphics/povray/files/patch-a create mode 100644 graphics/povray/files/patch-b create mode 100644 graphics/povray/pkg-comment create mode 100644 graphics/povray/pkg-descr create mode 100644 graphics/povray/pkg-plist create mode 100644 graphics/povray36/Makefile create mode 100644 graphics/povray36/distinfo create mode 100644 graphics/povray36/files/patch-a create mode 100644 graphics/povray36/files/patch-b create mode 100644 graphics/povray36/pkg-comment create mode 100644 graphics/povray36/pkg-descr create mode 100644 graphics/povray36/pkg-plist create mode 100644 graphics/povray37/Makefile create mode 100644 graphics/povray37/distinfo create mode 100644 graphics/povray37/files/patch-a create mode 100644 graphics/povray37/files/patch-b create mode 100644 graphics/povray37/pkg-comment create mode 100644 graphics/povray37/pkg-descr create mode 100644 graphics/povray37/pkg-plist (limited to 'graphics') diff --git a/graphics/povray/Makefile b/graphics/povray/Makefile new file mode 100644 index 0000000..ce9fcf1 --- /dev/null +++ b/graphics/povray/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 diff --git a/graphics/povray/distinfo b/graphics/povray/distinfo new file mode 100644 index 0000000..b9e29b7 --- /dev/null +++ b/graphics/povray/distinfo @@ -0,0 +1,3 @@ +MD5 (povdoc.tar) = 4cfbee87ac0c5317564fea3a5e3af113 +MD5 (povscn.tar) = bc2dcb956ef5631a05b45dcf7b1a42fe +MD5 (povsrc.tar) = b382e597ab72c2154ea9819525a8bef8 diff --git a/graphics/povray/files/patch-a b/graphics/povray/files/patch-a new file mode 100644 index 0000000..3032690 --- /dev/null +++ b/graphics/povray/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/povray/files/patch-b b/graphics/povray/files/patch-b new file mode 100644 index 0000000..7ed5bb4a --- /dev/null +++ b/graphics/povray/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/povray/pkg-comment b/graphics/povray/pkg-comment new file mode 100644 index 0000000..cf9f730 --- /dev/null +++ b/graphics/povray/pkg-comment @@ -0,0 +1 @@ +POV-Ray 2.2 Persistence of Vision Ray Tracer diff --git a/graphics/povray/pkg-descr b/graphics/povray/pkg-descr new file mode 100644 index 0000000..6bfd54ab --- /dev/null +++ b/graphics/povray/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/povray/pkg-plist b/graphics/povray/pkg-plist new file mode 100644 index 0000000..dcb9c1c --- /dev/null +++ b/graphics/povray/pkg-plist @@ -0,0 +1,4 @@ +@cwd /usr/local +bin/povray +lib/povray +man/man1/povray.1.gz diff --git a/graphics/povray36/Makefile b/graphics/povray36/Makefile new file mode 100644 index 0000000..ce9fcf1 --- /dev/null +++ b/graphics/povray36/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 diff --git a/graphics/povray36/distinfo b/graphics/povray36/distinfo new file mode 100644 index 0000000..b9e29b7 --- /dev/null +++ b/graphics/povray36/distinfo @@ -0,0 +1,3 @@ +MD5 (povdoc.tar) = 4cfbee87ac0c5317564fea3a5e3af113 +MD5 (povscn.tar) = bc2dcb956ef5631a05b45dcf7b1a42fe +MD5 (povsrc.tar) = b382e597ab72c2154ea9819525a8bef8 diff --git a/graphics/povray36/files/patch-a b/graphics/povray36/files/patch-a new file mode 100644 index 0000000..3032690 --- /dev/null +++ b/graphics/povray36/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/povray36/files/patch-b b/graphics/povray36/files/patch-b new file mode 100644 index 0000000..7ed5bb4a --- /dev/null +++ b/graphics/povray36/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/povray36/pkg-comment b/graphics/povray36/pkg-comment new file mode 100644 index 0000000..cf9f730 --- /dev/null +++ b/graphics/povray36/pkg-comment @@ -0,0 +1 @@ +POV-Ray 2.2 Persistence of Vision Ray Tracer diff --git a/graphics/povray36/pkg-descr b/graphics/povray36/pkg-descr new file mode 100644 index 0000000..6bfd54ab --- /dev/null +++ b/graphics/povray36/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/povray36/pkg-plist b/graphics/povray36/pkg-plist new file mode 100644 index 0000000..dcb9c1c --- /dev/null +++ b/graphics/povray36/pkg-plist @@ -0,0 +1,4 @@ +@cwd /usr/local +bin/povray +lib/povray +man/man1/povray.1.gz diff --git a/graphics/povray37/Makefile b/graphics/povray37/Makefile new file mode 100644 index 0000000..ce9fcf1 --- /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 diff --git a/graphics/povray37/distinfo b/graphics/povray37/distinfo new file mode 100644 index 0000000..b9e29b7 --- /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 0000000..3032690 --- /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 0000000..7ed5bb4a --- /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 0000000..cf9f730 --- /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 0000000..6bfd54ab --- /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 0000000..dcb9c1c --- /dev/null +++ b/graphics/povray37/pkg-plist @@ -0,0 +1,4 @@ +@cwd /usr/local +bin/povray +lib/povray +man/man1/povray.1.gz -- cgit v1.1