From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 9 19:20:04 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0710316A4EA for ; Mon, 9 May 2005 19:20:04 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B58D43D70 for ; Mon, 9 May 2005 19:20:03 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j49JK34g072638 for ; Mon, 9 May 2005 19:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j49JK3sK072637; Mon, 9 May 2005 19:20:03 GMT (envelope-from gnats) Resent-Date: Mon, 9 May 2005 19:20:03 GMT Resent-Message-Id: <200505091920.j49JK3sK072637@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Roland Smith Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 698D216A4EB for ; Mon, 9 May 2005 19:14:35 +0000 (GMT) Received: from smtp-vbr5.xs4all.nl (smtp-vbr5.xs4all.nl [194.109.24.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 913CC43D46 for ; Mon, 9 May 2005 19:14:34 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr5.xs4all.nl (8.12.11/8.12.11) with ESMTP id j49JEX8t030223 for ; Mon, 9 May 2005 21:14:33 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id EC65B65FE; Mon, 9 May 2005 21:14:32 +0200 (CEST) Message-Id: <20050509191432.EC65B65FE@slackbox.xs4all.nl> Date: Mon, 9 May 2005 21:14:32 +0200 (CEST) From: Roland Smith To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/80835: New port: graphics/stl2pov Creates POV-Ray meshes from STL files. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Roland Smith List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 May 2005 19:20:04 -0000 >Number: 80835 >Category: ports >Synopsis: New port: graphics/stl2pov Creates POV-Ray meshes from STL files. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 09 19:20:03 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Roland Smith >Release: FreeBSD 5.4-STABLE amd64 >Organization: >Environment: System: FreeBSD slackbox.xs4all.nl 5.4-STABLE FreeBSD 5.4-STABLE #0: Mon May 9 18:05:52 CEST 2005 rsmith@slackbox.xs4all.nl:/usr/obj/usr/src/sys/RFS amd64 >Description: Users of this package have asked me to submit this program into ports. I am the original developer of this package, and will maintain it. The purpose of this program is to take an STL file created by a 3D CAD program, and create a POV-Ray mesh from it. This makes it easier to use 3D CAD models in POV-Ray. >How-To-Repeat: N/A >Fix: The port files are contained in the shell-archive below: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # stl2pov/ # stl2pov/Makefile # stl2pov/distinfo # stl2pov/pkg-descr # stl2pov/pkg-plist # echo c - stl2pov/ mkdir -p stl2pov/ > /dev/null 2>&1 echo x - stl2pov/Makefile sed 's/^X//' >stl2pov/Makefile << 'END-of-stl2pov/Makefile' X# New ports collection makefile for: stl2pov X# Date created: 9 May 2005 X# Whom: rsmith@xs4all.nl X# X# $FreeBSD$ X XPORTNAME= stl2pov XPORTVERSION= 2.2.1 XCATEGORIES= graphics XMASTER_SITES= http://www.xs4all.nl/~rsmith/software/ X XMAINTAINER= rsmith@xs4all.nl XCOMMENT= Converts STL models to POV-Ray meshes X XMAN1= stl2pov.1 XMANCOMPRESSED= yes X# make install also does the manual page. XNO_INSTALL_MANPAGES=yes X X.include END-of-stl2pov/Makefile echo x - stl2pov/distinfo sed 's/^X//' >stl2pov/distinfo << 'END-of-stl2pov/distinfo' XMD5 (stl2pov-2.2.1.tar.gz) = d4cd1c7e7bf05422efc902e336ced6d5 XSIZE (stl2pov-2.2.1.tar.gz) = 12420 END-of-stl2pov/distinfo echo x - stl2pov/pkg-descr sed 's/^X//' >stl2pov/pkg-descr << 'END-of-stl2pov/pkg-descr' XThe stl2pov program creates POV-Ray mesh object from the STL files that can Xbe exported from most CAD programs. This makes it easy to incorporate CAD Xmodels in POV-Ray scenes. X XWWW: http://www.xs4all.nl/~rsmith/software/ END-of-stl2pov/pkg-descr echo x - stl2pov/pkg-plist sed 's/^X//' >stl2pov/pkg-plist << 'END-of-stl2pov/pkg-plist' Xbin/stl2pov X%%PORTDOCS%%%%DOCSDIR%%/LICENSE X%%PORTDOCS%%%%DOCSDIR%%/README X%%PORTDOCS%%%%DOCSDIR%%/INSTALL X%%PORTDOCS%%@dirrm %%DOCSDIR%% END-of-stl2pov/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: