summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-02-18 08:34:33 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-02-18 08:34:33 +0000
commit27601638f6beeb84dbdbd8c2f72b3ccae6fc6a53 (patch)
treecb7c49befd65199a724948f52e8d1f5a0d69e011
parentImport of freewais-sf, an enhanced WAIS. (diff)
Import of sced, a scene editor for several rayshaders.
Closes PR #2299. Submitted by: Julian Assange <proff@iq.org>
Notes
Notes: svn path=/head/; revision=5678
-rw-r--r--graphics/sced/Makefile25
-rw-r--r--graphics/sced/distinfo1
-rw-r--r--graphics/sced/pkg-comment1
-rw-r--r--graphics/sced/pkg-descr18
-rw-r--r--graphics/sced/pkg-plist11
5 files changed, 56 insertions, 0 deletions
diff --git a/graphics/sced/Makefile b/graphics/sced/Makefile
new file mode 100644
index 000000000000..4469200955f6
--- /dev/null
+++ b/graphics/sced/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: sced
+# Version required: 0.94
+# Date created: 27 Dec 1996
+# Whom: proff@iq.org
+#
+# $Id: Makefile,v 1.6 1996/12/06 23:43:32 asami Exp $
+#
+
+DISTNAME= sced-0.94
+CATEGORIES= graphics
+MASTER_SITES= ftp://ftp.cs.su.oz.au/stephen/sced/src/
+
+CONFIGURE= true
+GNU_CONFIGURE= true
+IS_INTERACTIVE= true
+
+do-install: all
+ ${INSTALL_PROGRAM} $(WRKSRC)/sced $(PREFIX)/bin
+ ${MKDIR} -p $(PREFIX)/share/doc/sced
+ ${INSTALL_DATA} $(WRKSRC)/docs/* $(PREFIX)/share/doc/sced
+ ${MKDIR} -p $(PREFIX)/lib/sced/tutorials
+ ${INSTALL_DATA} $(WRKSRC)/tutorials/* $(PREFIX)/lib/sced/tutorials
+ ${INSTALL_DATA} $(WRKSRC)/scenerc $(PREFIX)/lib/sced
+
+.include <bsd.port.mk>
diff --git a/graphics/sced/distinfo b/graphics/sced/distinfo
new file mode 100644
index 000000000000..6192c65e2244
--- /dev/null
+++ b/graphics/sced/distinfo
@@ -0,0 +1 @@
+MD5 (sced-0.94.tar.gz) = 588986e2b9d0129d4fed5b3ac638a938
diff --git a/graphics/sced/pkg-comment b/graphics/sced/pkg-comment
new file mode 100644
index 000000000000..b2f1f4a59d36
--- /dev/null
+++ b/graphics/sced/pkg-comment
@@ -0,0 +1 @@
+Sced-0.94 SCene EDitor for povray/renderman/genray/etc
diff --git a/graphics/sced/pkg-descr b/graphics/sced/pkg-descr
new file mode 100644
index 000000000000..b17b113ffa34
--- /dev/null
+++ b/graphics/sced/pkg-descr
@@ -0,0 +1,18 @@
+
+Sced is a program for creating 3d scenes, then exporting them to a wide
+variety of rendering programs. Programs supported are:
+ POVray, Rayshade, any VRML browser, anything that reads Pixar's RIB
+ format, and Radiance. Plus a couple of local formats, for me.
+
+Sced uses constraints to allow for the accurate placement of
+objects, and provides a maintenance system for keeping this
+constraints satisfied as the scene is modified.
+
+Getting it:
+Sced is available from:
+ http://http.cs.berkeley.edu/~schenney/sced/sced.html
+ ftp://ftp.cs.su.oz.au/stephen/sced
+ ftp://ftp.povray.org/pub/pov/modellers/sced (soon)
+The first page is also the sced home page.
+
+-Julian Assange (proff@iq.org)
diff --git a/graphics/sced/pkg-plist b/graphics/sced/pkg-plist
new file mode 100644
index 000000000000..b14d26771047
--- /dev/null
+++ b/graphics/sced/pkg-plist
@@ -0,0 +1,11 @@
+bin/sced
+share/doc/sced/Makefile
+share/doc/sced/elk_guide.mm
+share/doc/sced/elk_guide.ps
+share/doc/sced/guide.mm
+share/doc/sced/guide.ps
+@dirrm share/doc/sced
+lib/sced/tutorials/starting.html
+lib/sced/scenerc
+@dirrm lib/sced/tutorials
+@dirrm lib/sced