mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to version 1.03
PR: 25432 Submitted by: Ports Fury
This commit is contained in:
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
|
@ -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
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (sced-1.02.tar.gz) = 1e4d4bbc2faba5e09db20449d67e3760
|
||||
MD5 (sced-1.03.tar.gz) = 17a468d5b499314b85aee5d8930263e7
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue