diff options
Diffstat (limited to 'graphics/povray')
-rw-r--r-- | graphics/povray/Makefile | 17 | ||||
-rw-r--r-- | graphics/povray/distinfo | 3 | ||||
-rw-r--r-- | graphics/povray/files/patch-a | 21 | ||||
-rw-r--r-- | graphics/povray/files/patch-b | 24 | ||||
-rw-r--r-- | graphics/povray/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/povray/pkg-descr | 14 | ||||
-rw-r--r-- | graphics/povray/pkg-plist | 4 |
7 files changed, 0 insertions, 84 deletions
diff --git a/graphics/povray/Makefile b/graphics/povray/Makefile deleted file mode 100644 index 724b47fdcd0d..000000000000 --- a/graphics/povray/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# 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 1995/04/01 12:45:59 jkh Exp $ -# - -DISTNAME= POV-Ray-2.2 -PKGNAME= povray-2.2 -CATEGORIES+= graphics -MASTER_SITES= ftp://povray.cdrom.com/pub/povray/Official/Generic-Unix/ -DISTFILES= povdoc.tar.Z povscn.tar.Z povsrc.tar.Z - -NO_WRKSUBDIR= yes - -.include <bsd.port.mk> diff --git a/graphics/povray/distinfo b/graphics/povray/distinfo deleted file mode 100644 index dd67639b5a5e..000000000000 --- a/graphics/povray/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (povdoc.tar.Z) = 50bff723d542c9dd70dce3c9f2ef7e1d -MD5 (povscn.tar.Z) = 88c10e3db49a4a2e6f828cfed5427cd5 -MD5 (povsrc.tar.Z) = 42fc3729d22be5b09893bfbba857b65b diff --git a/graphics/povray/files/patch-a b/graphics/povray/files/patch-a deleted file mode 100644 index 3032690efeec..000000000000 --- a/graphics/povray/files/patch-a +++ /dev/null @@ -1,21 +0,0 @@ -*** 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 deleted file mode 100644 index 082697b1093b..000000000000 --- a/graphics/povray/files/patch-b +++ /dev/null @@ -1,24 +0,0 @@ -*** 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 = ${X11BASE} - CFLAGS= -c -O -! LFLAGS = -O -L${X11}/lib -lXt -lXext -lX11 -o povray - CC = cc - - OBJ = o diff --git a/graphics/povray/pkg-comment b/graphics/povray/pkg-comment deleted file mode 100644 index cf9f7304f25a..000000000000 --- a/graphics/povray/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -POV-Ray 2.2 Persistence of Vision Ray Tracer diff --git a/graphics/povray/pkg-descr b/graphics/povray/pkg-descr deleted file mode 100644 index 6bfd54ab76fb..000000000000 --- a/graphics/povray/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index dcb9c1c853b5..000000000000 --- a/graphics/povray/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -@cwd /usr/local -bin/povray -lib/povray -man/man1/povray.1.gz |