ports/52821: Rayshade homesite and postscript documentation

Pedro F. Giffuni giffunip at yahoo.com
Sat May 31 17:50:13 UTC 2003


>Number:         52821
>Category:       ports
>Synopsis:       Rayshade homesite and postscript documentation
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 31 10:50:11 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Pedro F. Giffuni
>Release:        FreeBSD 5.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD giffuni.org 5.0-RELEASE FreeBSD 5.0-RELEASE #3:
Wed Apr 16 22:20:49 COT 2003
pedro at giffuni.org:/usr/src/sys/i386/compile/CPQ i386
	
>Description:
This patch is untested, but perhaps having the website and
documentation for Rayshade might motivate someone to fix the
brokeness in -current.


>How-To-Repeat:
	
>Fix:



__________________________________________________
Yahoo! Plus - For a better Internet experience
http://uk.promotions.yahoo.com/yplus/yoffer.html
--0-1240425297-1054403298=:1577
Content-Type: text/plain; name=patch-rayshade
Content-Description: patch-rayshade
Content-Disposition: inline; filename=patch-rayshade

diff -ruN rayshade.orig/Makefile rayshade/Makefile
--- rayshade.orig/Makefile	Wed May 28 23:41:57 2003
+++ rayshade/Makefile	Sat May 31 12:31:10 2003
@@ -12,12 +12,18 @@
 		ftp://ftp.princeton.edu/pub/Graphics/rayshade.4.0/
 DISTNAME=	${PORTNAME}.${PORTVERSION}
 EXTRACT_SUFX=	.tar.Z
+.ifndef NOPORTDOCS
+DISTFILES=	${DISTNAME}${EXTRACT_SUFX} guide.ps.Z
+.endif
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	An extensible system for creating ray-traced images
 
 BUILD_DEPENDS=	$(LOCALBASE)/lib/librle.a:${PORTSDIR}/graphics/urt
 
+DIST_SUBDIR=	rayshade
+EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
+
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} >= 500113
@@ -35,12 +41,8 @@
 
 do-install:
 	$(INSTALL_PROGRAM) $(WRKSRC)/rayshade/rayshade $(PREFIX)/bin
-# THIS ARE NOT USED BY ANY PORT
-#	$(INSTALL_DATA) $(WRKSRC)/libray/libray.a $(PREFIX)/lib
-#	$(INSTALL_DATA) $(WRKSRC)/libshade/libshade.a $(PREFIX)/lib
-	$(MKDIR) $(PREFIX)/share/doc/rayshade
-	$(INSTALL_DATA) $(WRKSRC)/Doc/Guide/* $(PREFIX)/share/doc/rayshade
-	$(INSTALL_DATA) $(WRKSRC)/Doc/quickref.txt $(PREFIX)/share/doc/rayshade
+	${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/guide.ps.Z ${DOCSDIR}
 	$(MKDIR) $(PREFIX)/share/examples/rayshade
 	$(INSTALL_DATA) $(WRKSRC)/Examples/* $(PREFIX)/share/examples/rayshade
 
diff -ruN rayshade.orig/distinfo rayshade/distinfo
--- rayshade.orig/distinfo	Wed May 28 23:41:57 2003
+++ rayshade/distinfo	Thu May 29 11:00:30 2003
@@ -1 +1,2 @@
-MD5 (rayshade.4.0.tar.Z) = c81f9507c20cd6060a8bdc611a6771ff
+MD5 (rayshade/rayshade.4.0.tar.Z) = c81f9507c20cd6060a8bdc611a6771ff
+MD5 (rayshade/guide.ps.Z) = 59429e2018ef21bb1e31ca8e0ae26c56
diff -ruN rayshade.orig/pkg-descr rayshade/pkg-descr
--- rayshade.orig/pkg-descr	Wed May 28 23:41:57 2003
+++ rayshade/pkg-descr	Wed May 28 23:44:34 2003
@@ -1,3 +1,5 @@
 Rayshade is a system for generating ray-traced images. Rayshade's main
 function is to read a multi-line ASCII file describing a scene to be
 rendered and produce a file containing the ray traced image.
+
+WWW:	http://www-graphics.stanford.edu/~cek/rayshade/
diff -ruN rayshade.orig/pkg-plist rayshade/pkg-plist
--- rayshade.orig/pkg-plist	Wed May 28 23:41:57 2003
+++ rayshade/pkg-plist	Sat May 31 12:30:47 2003
@@ -1,19 +1,5 @@
 bin/rayshade
-share/doc/rayshade/README
-share/doc/rayshade/animate.tex
-share/doc/rayshade/camera.tex
-share/doc/rayshade/guide.tex
-share/doc/rayshade/height.tex
-share/doc/rayshade/intro.tex
-share/doc/rayshade/lights.tex
-share/doc/rayshade/objects.tex
-share/doc/rayshade/options.tex
-share/doc/rayshade/preface.tex
-share/doc/rayshade/running.tex
-share/doc/rayshade/surfaces.tex
-share/doc/rayshade/texture.tex
-share/doc/rayshade/transform.tex
-share/doc/rayshade/quickref.txt
+%%DOCSDIR%%/guide.ps.Z
 share/examples/rayshade/ashtray.def.ray
 share/examples/rayshade/ashtray.ray
 share/examples/rayshade/balls.ray

--0-1240425297-1054403298=:1577--
>Release-Note:
>Audit-Trail:
>Unformatted:
 --0-1240425297-1054403298=:1577
 Content-Type: text/plain; charset=iso-8859-1
 Content-Transfer-Encoding: 8bit
 Content-Id: 
 Content-Disposition: inline
 



More information about the freebsd-ports-bugs mailing list