aboutsummaryrefslogtreecommitdiff
path: root/graphics/sced
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2001-02-28 14:59:23 +0000
committerKevin Lo <kevlo@FreeBSD.org>2001-02-28 14:59:23 +0000
commit6a72abb0daf84f9cc923c81bf12609f9f4b6850f (patch)
tree909d3bca64bf43bf7255a2ba06d5350bb8f54cd1 /graphics/sced
parentd020deb7903b07399aab5da1db4463885ec2c361 (diff)
downloadports-6a72abb0daf84f9cc923c81bf12609f9f4b6850f.tar.gz
ports-6a72abb0daf84f9cc923c81bf12609f9f4b6850f.zip
Notes
Diffstat (limited to 'graphics/sced')
-rw-r--r--graphics/sced/Makefile11
-rw-r--r--graphics/sced/distinfo2
-rw-r--r--graphics/sced/pkg-descr10
-rw-r--r--graphics/sced/pkg-plist10
4 files changed, 12 insertions, 21 deletions
diff --git a/graphics/sced/Makefile b/graphics/sced/Makefile
index 9309790589b1..01974a3457e9 100644
--- a/graphics/sced/Makefile
+++ b/graphics/sced/Makefile
@@ -6,10 +6,9 @@
#
PORTNAME= sced
-PORTVERSION= 1.02
+PORTVERSION= 1.03
CATEGORIES= graphics
-MASTER_SITES= http://www.cs.berkeley.edu/~schenney/sced/src/ \
- http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/
+MASTER_SITES= http://www.cs.wisc.edu/~schenney/sced/src/
MAINTAINER= ports@FreeBSD.org
@@ -23,10 +22,10 @@ MAN1= sced.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sced ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/docs/man/man1/sced.1 ${PREFIX}/man/man1
- ${MKDIR} ${PREFIX}/lib/sced
- ${INSTALL_DATA} ${WRKSRC}/scenerc ${PREFIX}/lib/sced
+ @${MKDIR} ${PREFIX}/share/sced
+ ${INSTALL_DATA} ${WRKSRC}/scenerc ${PREFIX}/share/sced/sample.scenerc
.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/sced
+ @${MKDIR} ${PREFIX}/share/doc/sced
${INSTALL_DATA} ${WRKSRC}/docs/guide.* ${PREFIX}/share/doc/sced
.endif
diff --git a/graphics/sced/distinfo b/graphics/sced/distinfo
index f3836ab65d1a..5a46be0d4d89 100644
--- a/graphics/sced/distinfo
+++ b/graphics/sced/distinfo
@@ -1 +1 @@
-MD5 (sced-1.02.tar.gz) = 1e4d4bbc2faba5e09db20449d67e3760
+MD5 (sced-1.03.tar.gz) = 17a468d5b499314b85aee5d8930263e7
diff --git a/graphics/sced/pkg-descr b/graphics/sced/pkg-descr
index 74f449612ea5..0f54eaec88f7 100644
--- a/graphics/sced/pkg-descr
+++ b/graphics/sced/pkg-descr
@@ -1,4 +1,3 @@
-
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
@@ -8,13 +7,6 @@ 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.
-
-WWW: http://http.cs.berkeley.edu/~schenney/sced/sced.html
+WWW: http://www.cs.wisc.edu/~schenney/sced/sced.html
-Julian Assange (proff@iq.org)
diff --git a/graphics/sced/pkg-plist b/graphics/sced/pkg-plist
index cbff72f2d1a8..5e3ff25ca999 100644
--- a/graphics/sced/pkg-plist
+++ b/graphics/sced/pkg-plist
@@ -1,6 +1,6 @@
bin/sced
-lib/sced/scenerc
-share/doc/sced/guide.dvi
-share/doc/sced/guide.tex
-@dirrm lib/sced
-@dirrm share/doc/sced
+%%PORTDOCS%%share/doc/sced/guide.dvi
+%%PORTDOCS%%share/doc/sced/guide.tex
+share/sced/sample.scenerc
+@dirrm share/sced
+%%PORTDOCS%%@dirrm share/doc/sced