From ports@c0decafe.net  Fri Aug 20 04:36:20 2004
Return-Path: <ports@c0decafe.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0553C16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 20 Aug 2004 04:36:20 +0000 (GMT)
Received: from iris2.directnic.com (iris2.directnic.com [204.251.10.82])
	by mx1.FreeBSD.org (Postfix) with SMTP id 8620143D46
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 20 Aug 2004 04:36:19 +0000 (GMT)
	(envelope-from ports@c0decafe.net)
Received: by iris2.directnic.com (iris/0.153:423476); 20 Aug 2004 04:36:13 +0000
Received: from [194.126.6.206] (EHLO atlantis.local) (194.126.6.206)
	by pop.directnic.com (iris/0.153:423476/relay) with ESMTP
	for <FreeBSD-gnats-submit@freebsd.org>; 20 Aug 2004 04:35:50 +0000
Received: from atlantis.local (localhost [127.0.0.1])
	by atlantis.local (8.13.1/8.13.1) with ESMTP id i7K4Yf1R081281
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 20 Aug 2004 07:34:41 +0300 (EEST)
	(envelope-from ports@c0decafe.net)
Received: (from root@localhost)
	by atlantis.local (8.13.1/8.13.1/Submit) id i7K4YfTJ081280;
	Fri, 20 Aug 2004 07:34:41 +0300 (EEST)
	(envelope-from ports@c0decafe.net)
Message-Id: <200408200434.i7K4YfTJ081280@atlantis.local>
Date: Fri, 20 Aug 2004 07:34:41 +0300 (EEST)
From: "ports@c0decafe.net" <ports@c0decafe.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] x11-toolkits/p5-Gtk2-PodViewer: Gtk2-Perl widget and program for displaying POD
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         70683
>Category:       ports
>Synopsis:       [NEW PORT] x11-toolkits/p5-Gtk2-PodViewer: Gtk2-Perl widget and program for displaying POD
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    flz
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 20 04:40:17 GMT 2004
>Closed-Date:    Mon Mar 07 23:14:19 GMT 2005
>Last-Modified:  Mon Mar 07 23:14:19 GMT 2005
>Originator:     ports@c0decafe.net
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
>Environment:
System: FreeBSD atlantis.local 4.10-STABLE FreeBSD 4.10-STABLE #1: Thu Aug 19 11:59:24 EEST 2004
>Description:
Gtk2::PodViewer is a widget for rendering Perl POD documents.
It is based on the Gtk2::TextView widget and uses Pod::Parser for manipulating
POD data.

Also, podviewer provides a simple and attractive way to read Perl's POD 
documentation. You can use it to read the Perl POD pages, module documentation
and information about Perl's builtin functions.

Author:	Gavin Brown <gavin.brown-at-uk.com>
WWW:	http://search.cpan.org/~gbrown/Gtk2-PodViewer/

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- p5-Gtk2-PodViewer-0.07.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:
#
#	p5-Gtk2-PodViewer
#	p5-Gtk2-PodViewer/pkg-descr
#	p5-Gtk2-PodViewer/Makefile
#	p5-Gtk2-PodViewer/pkg-plist
#	p5-Gtk2-PodViewer/distinfo
#
echo c - p5-Gtk2-PodViewer
mkdir -p p5-Gtk2-PodViewer > /dev/null 2>&1
echo x - p5-Gtk2-PodViewer/pkg-descr
sed 's/^X//' >p5-Gtk2-PodViewer/pkg-descr << 'END-of-p5-Gtk2-PodViewer/pkg-descr'
XGtk2::PodViewer is a widget for rendering Perl POD documents.
XIt is based on the Gtk2::TextView widget and uses Pod::Parser for manipulating
XPOD data.
X
XAlso, podviewer provides a simple and attractive way to read Perl's POD 
Xdocumentation. You can use it to read the Perl POD pages, module documentation
Xand information about Perl's builtin functions.
X
XAuthor:	gavin.brown-at-uk.com
XWWW:	http://search.cpan.org/~gbrown/Gtk2-PodViewer/
END-of-p5-Gtk2-PodViewer/pkg-descr
echo x - p5-Gtk2-PodViewer/Makefile
sed 's/^X//' >p5-Gtk2-PodViewer/Makefile << 'END-of-p5-Gtk2-PodViewer/Makefile'
X# New ports collection makefile for:	p5-Gtk2-PodViewer
X# Date created:		2004-08-20
X# Whom:			ports@c0decafe.net
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Gtk2-PodViewer
XPORTVERSION=	0.07
XCATEGORIES=	x11-toolkits perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	../../authors/id/G/GB/GBROWN/
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	ports@c0decafe.net
XCOMMENT=	Gtk2-Perl widget and program for displaying POD
X
XBUILD_DEPENDS=	${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy \
X		${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN1=	podviewer.1
XMAN3=	Gtk2::PodViewer.3 Gtk2::PodViewer::Parser.3
X
X.include <bsd.port.mk>
END-of-p5-Gtk2-PodViewer/Makefile
echo x - p5-Gtk2-PodViewer/pkg-plist
sed 's/^X//' >p5-Gtk2-PodViewer/pkg-plist << 'END-of-p5-Gtk2-PodViewer/pkg-plist'
Xbin/podviewer
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/PodViewer/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/PodViewer
X%%SITE_PERL%%/Gtk2/PodViewer.pm
X%%SITE_PERL%%/Gtk2/PodViewer/Parser.pm
END-of-p5-Gtk2-PodViewer/pkg-plist
echo x - p5-Gtk2-PodViewer/distinfo
sed 's/^X//' >p5-Gtk2-PodViewer/distinfo << 'END-of-p5-Gtk2-PodViewer/distinfo'
XMD5 (Gtk2-PodViewer-0.07.tar.gz) = 6e711a1e42cfcce6a53f73787c034495
XSIZE (Gtk2-PodViewer-0.07.tar.gz) = 12358
END-of-p5-Gtk2-PodViewer/distinfo
exit
--- p5-Gtk2-PodViewer-0.07.shar ends here ---
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->flz 
Responsible-Changed-By: flz 
Responsible-Changed-When: Mon Mar 7 21:21:33 GMT 2005 
Responsible-Changed-Why:  
Grab. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=70683 
State-Changed-From-To: open->closed 
State-Changed-By: flz 
State-Changed-When: Mon Mar 7 23:14:05 GMT 2005 
State-Changed-Why:  
New port added, thank you! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=70683 
>Unformatted:
