From nobody@FreeBSD.org  Thu Dec  2 17:34:20 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id A8F801065696
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  2 Dec 2010 17:34:20 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (unknown [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 971808FC1D
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  2 Dec 2010 17:34:20 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id oB2HYKWL087583
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 2 Dec 2010 17:34:20 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id oB2HYKgI087582;
	Thu, 2 Dec 2010 17:34:20 GMT
	(envelope-from nobody)
Message-Id: <201012021734.oB2HYKgI087582@red.freebsd.org>
Date: Thu, 2 Dec 2010 17:34:20 GMT
From: Peter Vereshagin <peter@vereshagin.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: New port: devel/p5-Parse-PlainConfig parser for plain-text configuration files
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         152787
>Category:       ports
>Synopsis:       New port: devel/p5-Parse-PlainConfig parser for plain-text configuration files
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    perl
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 02 17:40:11 UTC 2010
>Closed-Date:    Fri Dec 03 06:28:58 UTC 2010
>Last-Modified:  Fri Dec  3 06:30:12 UTC 2010
>Originator:     Peter Vereshagin
>Release:        7.3-stable as of September, 2010
>Organization:
Private
>Environment:
FreeBSD screwed.box 7.3-STABLE FreeBSD 7.3-STABLE #4: Fri Nov 19 13:37:51 MSK 2010     user@thehost.domain:/usr/local/obj/usr/local/src/sys/KERNEE  i386
>Description:
Parse::PlainConfig allows you to use plain configuration files with many features like cusomization of the configuration syntax definition.
>How-To-Repeat:

>Fix:
shar attached

Patch attached with submission follows:

# 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-Parse-PlainConfig
#	p5-Parse-PlainConfig/Makefile
#	p5-Parse-PlainConfig/distinfo
#	p5-Parse-PlainConfig/pkg-descr
#	p5-Parse-PlainConfig/pkg-plist
#
echo c - p5-Parse-PlainConfig
mkdir -p p5-Parse-PlainConfig > /dev/null 2>&1
echo x - p5-Parse-PlainConfig/Makefile
sed 's/^X//' >p5-Parse-PlainConfig/Makefile << 'a2469de9dbd0f8e208d1287ae062b76a'
X# New ports collection makefile for:	p5-Parse-PlainConfig
X# Date created:				December 2nd 2010
X# Whom:	      				Peter Vereshagin <peter@vereshagin.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Parse-PlainConfig
XPORTVERSION=	2.06
XCATEGORIES=	devel perl5
XMASTER_SITES=	CPAN
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	peter@vereshagin.org
XCOMMENT=	Perl5 module to use plain config files
X
XRUN_DEPENDS=	p5-Paranoid>0:${PORTSDIR}/devel/p5-Paranoid \
X		p5-Text-ParseWords>0:${PORTSDIR}/textproc/p5-Text-ParseWords \
X		p5-Text-Tabs+Wrap>0:${PORTSDIR}/textproc/p5-Text-Tabs+Wrap
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Parse::PlainConfig.3
X
X.include <bsd.port.mk>
a2469de9dbd0f8e208d1287ae062b76a
echo x - p5-Parse-PlainConfig/distinfo
sed 's/^X//' >p5-Parse-PlainConfig/distinfo << '05c439c835e974b8055b6134bc2f69ea'
XSHA256 (Parse-PlainConfig-2.06.tar.gz) = 1c9d48b8fe3d7fe8b570d0111b9cfb28c2c07e8136f557146b9b1503c06cf7b8
XSIZE (Parse-PlainConfig-2.06.tar.gz) = 25487
05c439c835e974b8055b6134bc2f69ea
echo x - p5-Parse-PlainConfig/pkg-descr
sed 's/^X//' >p5-Parse-PlainConfig/pkg-descr << '7dcf14516898b9633fb2e7fa62a349f0'
XThis perl module allows you to use generic config files in Perl applications.
XSyntax of the configuration file(s) to read is fully configurable including
Xdelimiters, maximum config size, ends of lines, and features include comments,
Xassociative arrays, types of variables with coercion
X
XWWW: http://search.cpan.org/dist/Parse-PlainConfig/
7dcf14516898b9633fb2e7fa62a349f0
echo x - p5-Parse-PlainConfig/pkg-plist
sed 's/^X//' >p5-Parse-PlainConfig/pkg-plist << '4e3f7a8e3713ac71c81ac8127958bd91'
X%%SITE_PERL%%/Parse/PlainConfig.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse/PlainConfig/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse/PlainConfig
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse
X@dirrmtry %%SITE_PERL%%/Parse
4e3f7a8e3713ac71c81ac8127958bd91
exit



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Dec 2 17:40:16 UTC 2010 
Responsible-Changed-Why:  
perl@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=152787 
State-Changed-From-To: open->closed 
State-Changed-By: wen 
State-Changed-When: Fri Dec 3 06:28:57 UTC 2010 
State-Changed-Why:  
New port added. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/152787: commit references a PR
Date: Fri,  3 Dec 2010 06:27:45 +0000 (UTC)

 wen         2010-12-03 06:27:39 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel                Makefile 
   Added files:
     devel/p5-Parse-PlainConfig Makefile distinfo pkg-descr 
                                pkg-plist 
   Log:
   This perl module allows you to use generic config files in Perl applications.
   Syntax of the configuration file(s) to read is fully configurable including
   delimiters, maximum config size, ends of lines, and features include comments,
   associative arrays, types of variables with coercion
   
   WWW: http://search.cpan.org/dist/Parse-PlainConfig/
   
   PR:             ports/152787
   Submitted by:   Peter Vereshagin <peter@vereshagin.org>
   
   Revision  Changes    Path
   1.4153    +1 -0      ports/devel/Makefile
   1.1       +25 -0     ports/devel/p5-Parse-PlainConfig/Makefile (new)
   1.1       +2 -0      ports/devel/p5-Parse-PlainConfig/distinfo (new)
   1.1       +6 -0      ports/devel/p5-Parse-PlainConfig/pkg-descr (new)
   1.1       +5 -0      ports/devel/p5-Parse-PlainConfig/pkg-plist (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:
