From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 13 20:00:46 2004 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 D4D4316A4D1 for ; Fri, 13 Aug 2004 20:00:44 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FA6343D53 for ; Fri, 13 Aug 2004 20:00:44 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i7DK0iZp045779 for ; Fri, 13 Aug 2004 20:00:44 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7DK0i67045770; Fri, 13 Aug 2004 20:00:44 GMT (envelope-from gnats) Resent-Date: Fri, 13 Aug 2004 20:00:44 GMT Resent-Message-Id: <200408132000.i7DK0i67045770@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, Aaron Dalton Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B065116A4CE for ; 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 ; 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.netESMTP <20040813195158.DWUJ19472.priv-edtnes84.telusplanet.net@galan.daltons.ca> for ; 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: Date: Fri, 13 Aug 2004 13:52:12 -0600 From: Aaron Dalton To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/70426: New Port: devel/p5-Tree-Simple-VisitorFactory - A collection of visitor objects for traversing Tree::Simple hierarchies X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Aaron Dalton List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Aug 2004 20:00:47 -0000 >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: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Aug 13 20:00:44 GMT 2004 >Closed-Date: >Last-Modified: >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 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 X X.if ${PERL_LEVEL} < 500600 XIGNORE= "This port requires perl 5.6 or above." X.endif X X.include 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 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: >Unformatted: