From nobody@FreeBSD.org  Thu Feb 14 02:37:04 2008
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 6FB5A16A417
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 14 Feb 2008 02:37:04 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 4B15D13C4DD
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 14 Feb 2008 02:37:04 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m1E2YeZm097705
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 14 Feb 2008 02:34:40 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m1E2Ye3v097704;
	Thu, 14 Feb 2008 02:34:40 GMT
	(envelope-from nobody)
Message-Id: <200802140234.m1E2Ye3v097704@www.freebsd.org>
Date: Thu, 14 Feb 2008 02:34:40 GMT
From: Felippe de Meirelles Motta <lippemail@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [NEW PORT] devel/p5-Test-YAML-Meta
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         120631
>Category:       ports
>Synopsis:       [NEW PORT] devel/p5-Test-YAML-Meta
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 14 02:40:00 UTC 2008
>Closed-Date:    Sat Feb 16 21:31:21 UTC 2008
>Last-Modified:  Sat Feb 16 21:40:01 UTC 2008
>Originator:     Felippe de Meirelles Motta
>Release:        FreeBSD 7.0-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD 7.0-PRERELEASE #0: Thu Jan 10 01:55:37 BRST 2008
    lippe@shire.freebsd.org:/usr/obj/usr/src/sys/GENERIC

>Description:
Test::YAML::Meta - Validation of the META.yml file in a distribution.

WWW:    http://search.cpan.org/dist/Test-YAML-Meta/
>How-To-Repeat:

>Fix:


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-Test-YAML-Meta
#	p5-Test-YAML-Meta/pkg-descr
#	p5-Test-YAML-Meta/Makefile
#	p5-Test-YAML-Meta/pkg-plist
#	p5-Test-YAML-Meta/distinfo
#
echo c - p5-Test-YAML-Meta
mkdir -p p5-Test-YAML-Meta > /dev/null 2>&1
echo x - p5-Test-YAML-Meta/pkg-descr
sed 's/^X//' >p5-Test-YAML-Meta/pkg-descr << 'END-of-p5-Test-YAML-Meta/pkg-descr'
XTest::YAML::Meta - Validation of the META.yml file in a distribution.
X
XWWW:	http://search.cpan.org/dist/Test-YAML-Meta/
END-of-p5-Test-YAML-Meta/pkg-descr
echo x - p5-Test-YAML-Meta/Makefile
sed 's/^X//' >p5-Test-YAML-Meta/Makefile << 'END-of-p5-Test-YAML-Meta/Makefile'
X# New ports collection makefile for:	p5-Test-YAML-Meta
X# Date created:		2008-02-13
X# Whom:			Felippe de Meirelles Motta <lippemail@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Test-YAML-Meta
XPORTVERSION=	0.06
XCATEGORIES=	devel perl5
XMASTER_SITES=	CPAN
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	lippemail@gmail.com
XCOMMENT=	Validation of the META.yml file in a distribution
X
XBUILD_DEPENDS+=	${SITE_PERL}/Test/YAML/Valid.pm:${PORTSDIR}/devel/p5-Test-YAML-Valid \
X		${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
X		${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \
X		${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage
XRUN_DEPENDS+=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Test::YAML::Meta::Version.3 \
X		Test::YAML::Meta.3
X
X.include <bsd.port.mk>
END-of-p5-Test-YAML-Meta/Makefile
echo x - p5-Test-YAML-Meta/pkg-plist
sed 's/^X//' >p5-Test-YAML-Meta/pkg-plist << 'END-of-p5-Test-YAML-Meta/pkg-plist'
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/YAML/Meta/.packlist
X%%SITE_PERL%%/Test/YAML/Meta.pm
X%%SITE_PERL%%/Test/YAML/Meta/Version.pm
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/YAML/Meta
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/YAML
X@dirrmtry %%SITE_PERL%%/Test/YAML/Meta
X@dirrmtry %%SITE_PERL%%/Test/YAML
END-of-p5-Test-YAML-Meta/pkg-plist
echo x - p5-Test-YAML-Meta/distinfo
sed 's/^X//' >p5-Test-YAML-Meta/distinfo << 'END-of-p5-Test-YAML-Meta/distinfo'
XMD5 (Test-YAML-Meta-0.06.tar.gz) = 2f573f7cc983b6fc6509790e38cb14ed
XSHA256 (Test-YAML-Meta-0.06.tar.gz) = 33c22518238e837bc454c2bd12c5d352e258b1ca51d7631c00d37c43a87e23ad
XSIZE (Test-YAML-Meta-0.06.tar.gz) = 14655
END-of-p5-Test-YAML-Meta/distinfo
exit



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Thu Feb 14 16:07:57 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=120631 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Feb 16 21:31:20 UTC 2008 
State-Changed-Why:  
New port added. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/120631: commit references a PR
Date: Sat, 16 Feb 2008 21:31:09 +0000 (UTC)

 miwi        2008-02-16 21:31:04 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel                Makefile 
   Added files:
     devel/p5-Test-YAML-Meta Makefile distinfo pkg-descr pkg-plist 
   Log:
   Test::YAML::Meta - Validation of the META.yml file in a distribution.
   
   WWW:    http://search.cpan.org/dist/Test-YAML-Meta/
   
   PR:             ports/120631
   Submitted by:   Felippe de Meirelles Motta <lippemail at gmail.com>
   
   Revision  Changes    Path
   1.2990    +1 -0      ports/devel/Makefile
   1.1       +28 -0     ports/devel/p5-Test-YAML-Meta/Makefile (new)
   1.1       +3 -0      ports/devel/p5-Test-YAML-Meta/distinfo (new)
   1.1       +3 -0      ports/devel/p5-Test-YAML-Meta/pkg-descr (new)
   1.1       +7 -0      ports/devel/p5-Test-YAML-Meta/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:
