From aaron@daltons.ca  Mon Aug  2 02:06:24 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 9D08D16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  2 Aug 2004 02:06:24 +0000 (GMT)
Received: from priv-edtnes46.telusplanet.net (defout.telus.net [199.185.220.240])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4525F43D46
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  2 Aug 2004 02:06:24 +0000 (GMT)
	(envelope-from aaron@daltons.ca)
Received: from galan.daltons.ca ([137.186.239.215])
          by priv-edtnes46.telusplanet.net
          (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with ESMTP
          id <20040802020623.EFZE18293.priv-edtnes46.telusplanet.net@galan.daltons.ca>
          for <FreeBSD-gnats-submit@freebsd.org>;
          Sun, 1 Aug 2004 20:06:23 -0600
Received: from aaron by galan.daltons.ca with local (Exim 4.41 (FreeBSD))
	id 1BrSG0-0009U7-VC
	for FreeBSD-gnats-submit@freebsd.org; Sun, 01 Aug 2004 20:08:56 -0600
Message-Id: <E1BrSG0-0009U7-VC@galan.daltons.ca>
Date: Sun, 01 Aug 2004 20:08:56 -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-Parser - Module to parse formatted files into tree structures (requires ports/69890, devel/p5-Array-Iterator)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         69894
>Category:       ports
>Synopsis:       New Port: devel/p5-Tree-Parser - Module to parse formatted files into tree structures (requires ports/69890, devel/p5-Array-Iterator)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    mat
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 02 02:10:11 GMT 2004
>Closed-Date:    Mon Aug 02 15:13:44 GMT 2004
>Last-Modified:  Mon Aug 02 15:13:44 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:
This module can parse various types of input (formatted and containing
hierarchal information) into a tree structures. It can also deparse the
same tree structures back into a string. It accepts various types of 
input, such as; strings, filenames, array references. The tree structure 
is a hierarchy of Tree::Simple objects.

>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-Parser
#	p5-Tree-Parser/pkg-plist
#	p5-Tree-Parser/pkg-descr
#	p5-Tree-Parser/Makefile
#	p5-Tree-Parser/distinfo
#
echo c - p5-Tree-Parser
mkdir -p p5-Tree-Parser > /dev/null 2>&1
echo x - p5-Tree-Parser/pkg-plist
sed 's/^X//' >p5-Tree-Parser/pkg-plist << 'END-of-p5-Tree-Parser/pkg-plist'
X%%SITE_PERL%%/Tree/Parser.pm
X@unexec rmdir %D/%%SITE_PERL%%/Tree 2>/dev/null || true
END-of-p5-Tree-Parser/pkg-plist
echo x - p5-Tree-Parser/pkg-descr
sed 's/^X//' >p5-Tree-Parser/pkg-descr << 'END-of-p5-Tree-Parser/pkg-descr'
XThis module can parse various types of input (formatted and containing
Xhierarchal information) into a tree structures. It can also deparse the
Xsame tree structures back into a string. It accepts various types of input,
Xsuch as; strings, filenames, array references. The tree structure is a
Xhierarchy of Tree::Simple objects.
X
XWWW: http://search.cpan.org/~stevan/Tree-Parser-0.06/
XAuthor: Stevan Little <stevan@iinteractive.com>
X
X- Aaron Dalton
Xaaron@daltons.ca
END-of-p5-Tree-Parser/pkg-descr
echo x - p5-Tree-Parser/Makefile
sed 's/^X//' >p5-Tree-Parser/Makefile << 'END-of-p5-Tree-Parser/Makefile'
X# New ports collection makefile for:	Tree::Parser
X# Date created:							1 August 2004
X# Whom:									Aaron Dalton <aaron@daltons.ca>
X#
X# $FreeBSD$
X#
X
XPORTNAME=			Tree-Parser
XPORTVERSION=		0.06
XCATEGORIES=			devel perl5
XMASTER_SITES=		${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Tree
XPKGNAMEPREFIX=		p5-
X
XMAINTAINER=	aaron@daltons.ca
XCOMMENT=	Module to parse formatted files into tree structures
X
XBUILD_DEPENDS=	${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception ${SITE_PERL}/Array/Iterator.pm:${PORTSDIR}/devel/p5-Array-Iterator ${SITE_PERL}/Tree/Simple.pm:${PORTSDIR}/devel/p5-Tree-Simple
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XMAN3=		Tree::Parser.3
X
XPERL_CONFIGURE=	yes
X
X.include <bsd.port.pre.mk>
X
X.if ${PERL_LEVEL} < 500600
XIGNORE=		Port requires perl 5.6.x or later. Install lang/perl5 then try again
X.endif
X
X.if ${PERL_LEVEL} < 500800
XBUILD_DEPENDS+=	${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
XRUN_DEPENDS+=	${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
X.endif
X
X.include <bsd.port.post.mk>
END-of-p5-Tree-Parser/Makefile
echo x - p5-Tree-Parser/distinfo
sed 's/^X//' >p5-Tree-Parser/distinfo << 'END-of-p5-Tree-Parser/distinfo'
XMD5 (Tree-Parser-0.06.tar.gz) = b491836357fd16058958f20bfcf17bc5
XSIZE (Tree-Parser-0.06.tar.gz) = 9793
END-of-p5-Tree-Parser/distinfo
exit
--- submission.txt ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->mat 
Responsible-Changed-By: mat 
Responsible-Changed-When: Mon Aug 2 12:44:33 GMT 2004 
Responsible-Changed-Why:  
Take 

http://www.freebsd.org/cgi/query-pr.cgi?pr=69894 
State-Changed-From-To: open->closed 
State-Changed-By: mat 
State-Changed-When: Mon Aug 2 15:13:29 GMT 2004 
State-Changed-Why:  
Port added, thanks ! 

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