From aaron@daltons.ca  Fri Aug 13 19:51:59 2004
Return-Path: <aaron@daltons.ca>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B065116A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 13 Aug 2004 19:51:59 +0000 (GMT)
Received: from priv-edtnes84.telusplanet.net (defout.telus.net [199.185.220.240])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2058443D55
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 13 Aug 2004 19:51:59 +0000 (GMT)
	(envelope-from aaron@daltons.ca)
Received: from galan.daltons.ca ([137.186.239.215])
          by priv-edtnes84.telusplanet.net
          (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with ESMTP
          id <20040813195158.DWUJ19472.priv-edtnes84.telusplanet.net@galan.daltons.ca>
          for <FreeBSD-gnats-submit@freebsd.org>;
          Fri, 13 Aug 2004 13:51:58 -0600
Received: from aaron by galan.daltons.ca with local (Exim 4.41 (FreeBSD))
	id 1Bvi60-0008B5-H2
	for FreeBSD-gnats-submit@freebsd.org; Fri, 13 Aug 2004 13:52:12 -0600
Message-Id: <E1Bvi60-0008B5-H2@galan.daltons.ca>
Date: Fri, 13 Aug 2004 13:52:12 -0600
From: Aaron Dalton <aaron@daltons.ca>
Reply-To: Aaron Dalton <aaron@daltons.ca>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New Port: devel/p5-Tree-Simple-VisitorFactory - A collection of visitor objects for traversing Tree::Simple hierarchies
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         70426
>Category:       ports
>Synopsis:       New Port: devel/p5-Tree-Simple-VisitorFactory - A collection of visitor objects for traversing Tree::Simple hierarchies
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 13 20:00:44 GMT 2004
>Closed-Date:    Fri Aug 20 12:08:39 GMT 2004
>Last-Modified:  Fri Aug 20 12:08:39 GMT 2004
>Originator:     Aaron Dalton
>Release:        FreeBSD 5.2.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD galan.daltons.ca 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Sun Jun 27 22:48:19 MDT 2004 root@galan.daltons.ca:/usr/src/sys/i386/compile/GALAN i386


	
>Description:
Tree::Simple::VisitorFactory is a collection of visitor objects used to
traverse Tree::Simple hierarchies.

>How-To-Repeat:
>Fix:

	

--- submission.txt 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-Tree-Simple-VisitorFactory
#	p5-Tree-Simple-VisitorFactory/Makefile
#	p5-Tree-Simple-VisitorFactory/pkg-descr
#	p5-Tree-Simple-VisitorFactory/pkg-plist
#	p5-Tree-Simple-VisitorFactory/distinfo
#
echo c - p5-Tree-Simple-VisitorFactory
mkdir -p p5-Tree-Simple-VisitorFactory > /dev/null 2>&1
echo x - p5-Tree-Simple-VisitorFactory/Makefile
sed 's/^X//' >p5-Tree-Simple-VisitorFactory/Makefile << 'END-of-p5-Tree-Simple-VisitorFactory/Makefile'
X# New ports collection makefile for:	Tree::Simple::VisitorFactory
X# Date created:				13 August 2004
X# Whom:					Aaron Dalton <aaron@daltons.ca>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Tree-Simple-VisitorFactory
XPORTVERSION=	0.01
XCATEGORIES=	devel perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Tree
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	aaron@daltons.ca
XCOMMENT=	A set of visitor objects for traversing Tree::Simple hierarchies
X
XBUILD_DEPENDS=	${SITE_PERL}/Tree/Simple.pm:${PORTSDIR}/devel/p5-Tree-Simple
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XMAN3=		Tree::Simple::Visitor::BreadthFirstTraversal.3 \
X			Tree::Simple::Visitor::FindByPath.3 \
X			Tree::Simple::Visitor::GetAllDescendents.3 \
X			Tree::Simple::Visitor::PathToRoot.3 \
X			Tree::Simple::Visitor::PostOrderTraversal.3 \
X			Tree::Simple::VisitorFactory.3
X
XPERL_CONFIGURE=	yes
X
X.include <bsd.port.pre.mk>
X
X.if ${PERL_LEVEL} < 500600
XIGNORE=		"This port requires perl 5.6 or above."
X.endif
X
X.include <bsd.port.post.mk>
END-of-p5-Tree-Simple-VisitorFactory/Makefile
echo x - p5-Tree-Simple-VisitorFactory/pkg-descr
sed 's/^X//' >p5-Tree-Simple-VisitorFactory/pkg-descr << 'END-of-p5-Tree-Simple-VisitorFactory/pkg-descr'
XTree::Simple::VisitorFactory is a collection of visitor objects used to
Xtraverse Tree::Simple hierarchies.
X
XWWW: http://search.cpan.org/dist/Tree-Simple-VisitorFactory/
XAuthor: Stevan Little <stevan@iinteractive.com>
X
X- Aaron Dalton
Xaaron@daltons.ca
END-of-p5-Tree-Simple-VisitorFactory/pkg-descr
echo x - p5-Tree-Simple-VisitorFactory/pkg-plist
sed 's/^X//' >p5-Tree-Simple-VisitorFactory/pkg-plist << 'END-of-p5-Tree-Simple-VisitorFactory/pkg-plist'
X%%SITE_PERL%%/Tree/Simple/Visitor/BreadthFirstTraversal.pm
X%%SITE_PERL%%/Tree/Simple/Visitor/FindByPath.pm
X%%SITE_PERL%%/Tree/Simple/Visitor/GetAllDescendents.pm
X%%SITE_PERL%%/Tree/Simple/Visitor/PathToRoot.pm
X%%SITE_PERL%%/Tree/Simple/Visitor/PostOrderTraversal.pm
X%%SITE_PERL%%/Tree/Simple/VisitorFactory.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tree/Simple/VisitorFactory/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tree/Simple/VisitorFactory
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tree/Simple 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tree 2>/dev/null || true
X@dirrm %%SITE_PERL%%/Tree/Simple/Visitor
X@unexec rmdir %D/%%SITE_PERL%%/Tree/Simple 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/Tree 2>/dev/null || true
END-of-p5-Tree-Simple-VisitorFactory/pkg-plist
echo x - p5-Tree-Simple-VisitorFactory/distinfo
sed 's/^X//' >p5-Tree-Simple-VisitorFactory/distinfo << 'END-of-p5-Tree-Simple-VisitorFactory/distinfo'
XMD5 (Tree-Simple-VisitorFactory-0.01.tar.gz) = cc76e15ee4b5c8bf457f998b9033d6ed
XSIZE (Tree-Simple-VisitorFactory-0.01.tar.gz) = 9206
END-of-p5-Tree-Simple-VisitorFactory/distinfo
exit
--- submission.txt ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: mat 
State-Changed-When: Fri Aug 20 12:08:29 GMT 2004 
State-Changed-Why:  
Port added, thanks ! 

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