From owner-freebsd-ports Fri Feb 25 3: 0:11 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EC4F637BD7D for ; Fri, 25 Feb 2000 03:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA33631; Fri, 25 Feb 2000 03:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from boco.fee.vutbr.cz (boco.fee.vutbr.cz [147.229.9.11]) by hub.freebsd.org (Postfix) with ESMTP id D989D37BE46 for ; Fri, 25 Feb 2000 02:50:05 -0800 (PST) (envelope-from cejkar@dcse.fee.vutbr.cz) Received: from kazi.dcse.fee.vutbr.cz (kazi.dcse.fee.vutbr.cz [147.229.8.12]) by boco.fee.vutbr.cz (8.9.3/8.9.3) with ESMTP id LAA35455 for ; Fri, 25 Feb 2000 11:50:01 +0100 (CET) Received: (from cejkar@localhost) by kazi.dcse.fee.vutbr.cz (8.9.3/8.9.3) id LAA38120; Fri, 25 Feb 2000 11:49:55 +0100 (CET) Message-Id: <200002251049.LAA38120@kazi.dcse.fee.vutbr.cz> Date: Fri, 25 Feb 2000 11:49:55 +0100 (CET) From: cejkar@dcse.fee.vutbr.cz Reply-To: cejkar@dcse.fee.vutbr.cz To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16982: graphics/povray31 does not install *.txt files Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16982 >Category: ports >Synopsis: graphics/povray31 does not install *.txt files >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 25 03:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Rudolf Cejka >Release: FreeBSD 4.0-CURRENT i386 >Organization: Brno University of Technology, FEE&CS, Czech Republic >Environment: 4.0-current >Description: First 3 patches: In Povray-3.1e, there is some documentation in *.txt files which are not installed (only *.doc files). Next 2 patches: The version is Povray-3.1g now (I hope, there will not be any problems with dependencies). >How-To-Repeat: >Fix: 1) --- /usr/ports/graphics/povray31/Makefile.orig Fri Feb 25 10:59:46 2000 +++ /usr/ports/graphics/povray31/Makefile Fri Feb 25 11:00:23 2000 @@ -44,7 +44,7 @@ @(cd ${WRKSRC}; tar cpf - include scenes) | \ (cd ${POVLIB}; tar xpf -) @${INSTALL_DATA} ${WRKSRC}/*.ini ${POVLIB}/ - @${INSTALL_DATA} ${WRKSRC}/*.doc ${POVLIB}/ + @${INSTALL_DATA} ${WRKSRC}/*.doc ${WRKSRC}/*.txt ${POVLIB}/ @${INSTALL_DATA} ${WRKSRC}/*.gif ${WRKSRC}/*.xpm ${POVLIB}/ @${INSTALL_SCRIPT} ${WRKSRC}/allscene.sh ${POVLIB}/ @${RM} -f ${PREFIX}/man/man1/povray.1* 2) --- /usr/ports/graphics/povray31/pkg/PLIST.orig Fri Feb 25 10:58:32 2000 +++ /usr/ports/graphics/povray31/pkg/PLIST Fri Feb 25 10:59:01 2000 @@ -3,8 +3,10 @@ lib/povray31/allscene.ini lib/povray31/allscene.sh lib/povray31/allscene/.bla +lib/povray31/betanews.txt lib/povray31/compile.doc lib/povray31/gamma.gif +lib/povray31/gamma.gif.txt lib/povray31/include/ash.map lib/povray31/include/benediti.map lib/povray31/include/bubinga.map @@ -56,6 +58,7 @@ lib/povray31/pngfli.ini lib/povray31/povlegal.doc lib/povray31/povray.ini +lib/povray31/povuser.txt lib/povray31/res.ini lib/povray31/res120.ini lib/povray31/res1k.ini 3) --- /usr/ports/graphics/povray31/pkg/DESCR.orig Thu May 6 21:10:19 1999 +++ /usr/ports/graphics/povray31/pkg/DESCR Fri Feb 25 10:56:11 2000 @@ -1,4 +1,4 @@ -POV-Ray(TM) 3.1d Persistence of Vision Ray Tracer +POV-Ray(TM) 3.1e Persistence of Vision Ray Tracer The Persistence of Vision(TM) Ray-Tracer creates three-dimensional, photo-realistic images using a rendering technique called ray-tracing. It @@ -9,7 +9,7 @@ reflections, shading, perspective and other effects. Legal and License information can be consulted in the following file -/usr/local/lib/povray3/povlegal.doc +/usr/local/lib/povray31/povlegal.doc WWW: http://www.povray.org/ 4) --- Makefile.orig Fri Feb 25 11:47:10 2000 +++ Makefile Fri Feb 25 11:40:33 2000 @@ -7,7 +7,7 @@ # DISTNAME= povray31 -PKGNAME= povray-3.1e +PKGNAME= povray-3.1g CATEGORIES= graphics MASTER_SITES= ftp://ftp.povray.org/pub/povray/Official/Unix/ \ ftp://www.hensa.ac.uk/mirrors/povray/Old-Versions/Official-3.0/Unix/ \ 5) --- /usr/ports/graphics/povray31/pkg/DESCR.orig Fri Feb 25 11:38:39 2000 +++ /usr/ports/graphics/povray31/pkg/DESCR Fri Feb 25 11:38:49 2000 @@ -1,4 +1,4 @@ -POV-Ray(TM) 3.1e Persistence of Vision Ray Tracer +POV-Ray(TM) 3.1g Persistence of Vision Ray Tracer The Persistence of Vision(TM) Ray-Tracer creates three-dimensional, photo-realistic images using a rendering technique called ray-tracing. It >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message