From martin.dieringer@gmx.de  Mon Dec 31 06:03:22 2007
Return-Path: <martin.dieringer@gmx.de>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id F0A5316A419
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 31 Dec 2007 06:03:22 +0000 (UTC)
	(envelope-from martin.dieringer@gmx.de)
Received: from mail.gmx.net (mail.gmx.net [213.165.64.20])
	by mx1.freebsd.org (Postfix) with SMTP id 5F3FF13C447
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 31 Dec 2007 06:03:22 +0000 (UTC)
	(envelope-from martin.dieringer@gmx.de)
Received: (qmail invoked by alias); 31 Dec 2007 05:36:41 -0000
Received: from Fcee7.f.ppp-pool.de (EHLO thinkpad.dieringer.dyndns.org) [195.4.206.231]
  by mail.gmx.net (mp057) with SMTP; 31 Dec 2007 06:36:41 +0100
Received: by thinkpad.dieringer.dyndns.org (Postfix, from userid 1001)
	id B31951294E78; Mon, 31 Dec 2007 06:36:40 +0100 (CET)
Received: from localhost (localhost [127.0.0.1])
	by thinkpad.dieringer.dyndns.org (Postfix) with ESMTP id A6312129400A
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 31 Dec 2007 06:36:40 +0100 (CET)
Message-Id: <20071231063556.G1619@thinkpad.nowhere.local>
Date: Mon, 31 Dec 2007 06:36:40 +0100 (CET)
From: Martin Dieringer <martin.dieringer@gmx.de>
Reply-To: Martin Dieringer <martin.dieringer@gmx.de>
To: FreeBSD-gnats-submit@freebsd.org
Subject: new port: graphics/vrml2pov

>Number:         119182
>Category:       ports
>Synopsis:       new port: graphics/vrml2pov
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    lme
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 31 06:10:01 UTC 2007
>Closed-Date:    Mon Dec 31 18:06:57 UTC 2007
>Last-Modified:  Mon Dec 31 18:10:01 UTC 2007
>Originator:     Martin Dieringer
>Release:        FreeBSD 7.0-BETA4 i386
>Organization:
>Environment:
 	System: FreeBSD 7.0-BETA4 #18: Tue Dec 4 01:51:01 CET 2007 i386


>Description:
 	new port: graphics/vrml2pov
 	Program to convert VRML files to POVRay source.


>How-To-Repeat:
>Fix:

--- port.shar begins here ---
# 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:
#
#	Makefile
#	distinfo
#	pkg-descr
#	pkg-plist
#
echo x - Makefile
sed 's/^X//' >Makefile << 'END-of-Makefile'
X# New ports collection makefile for:   vrml2pov
X# Date created:        31 December 2007
X# Whom:                dieringe@zedat.fu-berlin.de
X#
X# $FreeBSD$
X#
X
XPORTNAME=	vrml2pov
XPORTVERSION=	0.7
XCATEGORIES=	graphics
XMASTER_SITES=	http://www.chemicalgraphics.com/paul/vrml2pov/dist/v${PORTVERSION}/
XDISTNAME=       vrml2pov-src
X
XMAINTAINER=	dieringe@zedat.fu-berlin.de
XCOMMENT=	Convert VRML files to POVRay source
X
XUSE_ZIP=	yes
XUSE_GMAKE=	yes
XMAKEFILE=       makefile
X
XNO_WRKSUBDIR= yes
X
Xdo-install:
X	${INSTALL} ${WRKSRC}/vrml2pov ${PREFIX}/bin
X
X.include <bsd.port.mk>
END-of-Makefile
echo x - distinfo
sed 's/^X//' >distinfo << 'END-of-distinfo'
XMD5 (vrml2pov-src.zip) = cd2b0fc008da2f69972b06e58f942a12
XSHA256 (vrml2pov-src.zip) = 3c6d7984c314c790bad666612873c637c10416d1ddfdf84dc3115a430323a345
XSIZE (vrml2pov-src.zip) = 56267
END-of-distinfo
echo x - pkg-descr
sed 's/^X//' >pkg-descr << 'END-of-pkg-descr'
XProgram to convert VRML files to POVRay source.
X
X
XWWW: http://www.chemicalgraphics.com/paul/vrml2pov/
END-of-pkg-descr
echo x - pkg-plist
sed 's/^X//' >pkg-plist << 'END-of-pkg-plist'
Xbin/vrml2pov
END-of-pkg-plist
exit
--- port.shar ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->lme 
Responsible-Changed-By: lme 
Responsible-Changed-When: Mon Dec 31 15:16:35 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=119182 
State-Changed-From-To: open->closed 
State-Changed-By: lme 
State-Changed-When: Mon Dec 31 18:06:56 UTC 2007 
State-Changed-Why:  
New port added, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=119182 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/119182: commit references a PR
Date: Mon, 31 Dec 2007 18:02:04 +0000 (UTC)

 lme         2007-12-31 18:02:00 UTC
 
   FreeBSD ports repository
 
   Modified files:
     graphics             Makefile 
   Added files:
     graphics/vrml2pov    Makefile distinfo pkg-descr 
   Log:
   Program to convert VRML files to POVRay source.
   
   WWW: http://www.chemicalgraphics.com/paul/vrml2pov/
   
   PR:             ports/119182
   Submitted by:   Martin Dieringer <martin.dieringer (AT) gmx.de>
   
   Revision  Changes    Path
   1.1124    +1 -0      ports/graphics/Makefile
   1.1       +27 -0     ports/graphics/vrml2pov/Makefile (new)
   1.1       +3 -0      ports/graphics/vrml2pov/distinfo (new)
   1.1       +4 -0      ports/graphics/vrml2pov/pkg-descr (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
