diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-02-28 22:59:23 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-02-28 22:59:23 +0800 |
commit | 26be5d7e0b6e8486670ddf91f71ea37bcdba281c (patch) | |
tree | 7605c89b09c5cb3148184aeb5ec12e67c51862f3 /graphics/sced | |
parent | 48b14c7a27e6a51e50111a1afa2d7698c9197edf (diff) | |
download | freebsd-ports-gnome-26be5d7e0b6e8486670ddf91f71ea37bcdba281c.tar.gz freebsd-ports-gnome-26be5d7e0b6e8486670ddf91f71ea37bcdba281c.tar.zst freebsd-ports-gnome-26be5d7e0b6e8486670ddf91f71ea37bcdba281c.zip |
Update to version 1.03
PR: 25432
Submitted by: Ports Fury
Diffstat (limited to 'graphics/sced')
-rw-r--r-- | graphics/sced/Makefile | 11 | ||||
-rw-r--r-- | graphics/sced/distinfo | 2 | ||||
-rw-r--r-- | graphics/sced/pkg-descr | 10 | ||||
-rw-r--r-- | graphics/sced/pkg-plist | 10 |
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 |