Update to version 1.03

PR: 25432
Submitted by: Ports Fury
This commit is contained in:
Kevin Lo 2001-02-28 14:59:23 +00:00
parent d020deb790
commit 6a72abb0da
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38896
4 changed files with 12 additions and 21 deletions

View file

@ -6,10 +6,9 @@
# #
PORTNAME= sced PORTNAME= sced
PORTVERSION= 1.02 PORTVERSION= 1.03
CATEGORIES= graphics CATEGORIES= graphics
MASTER_SITES= http://www.cs.berkeley.edu/~schenney/sced/src/ \ MASTER_SITES= http://www.cs.wisc.edu/~schenney/sced/src/
http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/
MAINTAINER= ports@FreeBSD.org MAINTAINER= ports@FreeBSD.org
@ -23,10 +22,10 @@ MAN1= sced.1
do-install: do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sced ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/sced ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/docs/man/man1/sced.1 ${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/docs/man/man1/sced.1 ${PREFIX}/man/man1
${MKDIR} ${PREFIX}/lib/sced @${MKDIR} ${PREFIX}/share/sced
${INSTALL_DATA} ${WRKSRC}/scenerc ${PREFIX}/lib/sced ${INSTALL_DATA} ${WRKSRC}/scenerc ${PREFIX}/share/sced/sample.scenerc
.if !defined(NOPORTDOCS) .if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/sced @${MKDIR} ${PREFIX}/share/doc/sced
${INSTALL_DATA} ${WRKSRC}/docs/guide.* ${PREFIX}/share/doc/sced ${INSTALL_DATA} ${WRKSRC}/docs/guide.* ${PREFIX}/share/doc/sced
.endif .endif

View file

@ -1 +1 @@
MD5 (sced-1.02.tar.gz) = 1e4d4bbc2faba5e09db20449d67e3760 MD5 (sced-1.03.tar.gz) = 17a468d5b499314b85aee5d8930263e7

View file

@ -1,4 +1,3 @@
Sced is a program for creating 3d scenes, then exporting them to a wide Sced is a program for creating 3d scenes, then exporting them to a wide
variety of rendering programs. Programs supported are: variety of rendering programs. Programs supported are:
POVray, Rayshade, any VRML browser, anything that reads Pixar's RIB 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 objects, and provides a maintenance system for keeping this
constraints satisfied as the scene is modified. constraints satisfied as the scene is modified.
Getting it: WWW: http://www.cs.wisc.edu/~schenney/sced/sced.html
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
-Julian Assange (proff@iq.org) -Julian Assange (proff@iq.org)

View file

@ -1,6 +1,6 @@
bin/sced bin/sced
lib/sced/scenerc %%PORTDOCS%%share/doc/sced/guide.dvi
share/doc/sced/guide.dvi %%PORTDOCS%%share/doc/sced/guide.tex
share/doc/sced/guide.tex share/sced/sample.scenerc
@dirrm lib/sced @dirrm share/sced
@dirrm share/doc/sced %%PORTDOCS%%@dirrm share/doc/sced