From culot@0xd0.org  Wed Aug 11 12:45:12 2010
Return-Path: <culot@0xd0.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 335A4106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 11 Aug 2010 12:45:12 +0000 (UTC)
	(envelope-from culot@0xd0.org)
Received: from 0xd0.org (ks28346.kimsufi.com [91.121.92.146])
	by mx1.freebsd.org (Postfix) with ESMTP id BF7368FC1E
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 11 Aug 2010 12:45:11 +0000 (UTC)
Received: from 0xd0.org (doudou.0xd0.org [172.16.0.254])
	by 0xd0.org (8.14.4/8.14.4) with ESMTP id o7BCiwka051180
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 11 Aug 2010 14:44:58 +0200 (CEST)
	(envelope-from culot@0xd0.org)
Received: (from culot@localhost)
	by 0xd0.org (8.14.4/8.14.4/Submit) id o7BCiwNb051179;
	Wed, 11 Aug 2010 14:44:58 +0200 (CEST)
	(envelope-from culot)
Message-Id: <201008111244.o7BCiwNb051179@0xd0.org>
Date: Wed, 11 Aug 2010 14:44:58 +0200 (CEST)
From: Frederic Culot <frederic@culot.org>
Reply-To: Frederic Culot <frederic@culot.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: devel/p5-MooseX-FollowPBP Name your accessors get_foo() and set_foo()
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         149524
>Category:       ports
>Synopsis:       New port: devel/p5-MooseX-FollowPBP Name your accessors get_foo() and set_foo()
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bapt
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 11 12:50:01 UTC 2010
>Closed-Date:    Thu Aug 12 12:33:39 UTC 2010
>Last-Modified:  Thu Aug 12 12:40:02 UTC 2010
>Originator:     Frederic Culot
>Release:        FreeBSD 8.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD 0xd0.org 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC 2010 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
This module does not provide any methods. Simply loading it changes the
default naming policy for the loading class so that accessors are
separated into get and set methods. The get methods are prefixed with
"get_" as the accessor, while set methods are prefixed with "set_".
This is the naming style recommended by Damian Conway in Perl Best
Practices.

This module is needed for updating biology/p5-Bio-MAGETAB.
>How-To-Repeat:
>Fix:
# 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-MooseX-FollowPBP
#	p5-MooseX-FollowPBP/pkg-descr
#	p5-MooseX-FollowPBP/distinfo
#	p5-MooseX-FollowPBP/Makefile
#	p5-MooseX-FollowPBP/pkg-plist
#
echo c - p5-MooseX-FollowPBP
mkdir -p p5-MooseX-FollowPBP > /dev/null 2>&1
echo x - p5-MooseX-FollowPBP/pkg-descr
sed 's/^X//' >p5-MooseX-FollowPBP/pkg-descr << 'e9457b6518dece6827c3037f020c4ff1'
XThis module does not provide any methods. Simply loading it changes the
Xdefault naming policy for the loading class so that accessors are
Xseparated into get and set methods. The get methods are prefixed with
X"get_" as the accessor, while set methods are prefixed with "set_".
XThis is the naming style recommended by Damian Conway in Perl Best
XPractices.
X
XWWW: http://search.cpan.org/dist/MooseX-FollowPBP/
e9457b6518dece6827c3037f020c4ff1
echo x - p5-MooseX-FollowPBP/distinfo
sed 's/^X//' >p5-MooseX-FollowPBP/distinfo << '1f2a964739666d0b5d45f9f6515876de'
XMD5 (MooseX-FollowPBP-0.04.tar.gz) = a569172bd49bb54c2f7814ec9497278e
XSHA256 (MooseX-FollowPBP-0.04.tar.gz) = 858e9efd61c01ff93a33985d19d23edc0752ccb235e9920d3ae42237ca5ac848
XSIZE (MooseX-FollowPBP-0.04.tar.gz) = 8920
1f2a964739666d0b5d45f9f6515876de
echo x - p5-MooseX-FollowPBP/Makefile
sed 's/^X//' >p5-MooseX-FollowPBP/Makefile << '9786c66c32bb1333520f91242b88388a'
X# New ports collection makefile for:	p5-MooseX-FollowPBP
X# Date created:				11 August 2010
X# Whom:					Frederic Culot <frederic@culot.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	MooseX-FollowPBP
XPORTVERSION=	0.04
XCATEGORIES=	devel perl5
XMASTER_SITES=	CPAN
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	frederic@culot.org
XCOMMENT=	Name your accessors get_foo() and set_foo()
X
XBUILD_DEPENDS=	p5-Moose>=0.94:${PORTSDIR}/devel/p5-Moose
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XLICENSE=	ART20
X
XPERL_CONFIGURE=	yes
X
XMAN3=		MooseX::FollowPBP.3 \
X		MooseX::FollowPBP::Role::Attribute.3
X
X.include <bsd.port.mk>
9786c66c32bb1333520f91242b88388a
echo x - p5-MooseX-FollowPBP/pkg-plist
sed 's/^X//' >p5-MooseX-FollowPBP/pkg-plist << 'a73f914e2741fc8fdd2ced9a8fc741e3'
X%%SITE_PERL%%/MooseX/FollowPBP.pm
X%%SITE_PERL%%/MooseX/FollowPBP/Role/Attribute.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX/FollowPBP/.packlist
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX/FollowPBP
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX
X@dirrmtry %%SITE_PERL%%/MooseX/FollowPBP/Role
X@dirrmtry %%SITE_PERL%%/MooseX/FollowPBP
X@dirrmtry %%SITE_PERL%%/MooseX
a73f914e2741fc8fdd2ced9a8fc741e3
exit

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->bapt 
Responsible-Changed-By: bapt 
Responsible-Changed-When: Wed Aug 11 16:39:51 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=149524 
State-Changed-From-To: open->closed 
State-Changed-By: bapt 
State-Changed-When: Thu Aug 12 12:33:38 UTC 2010 
State-Changed-Why:  
New port added. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/149524: commit references a PR
Date: Thu, 12 Aug 2010 12:35:20 +0000 (UTC)

 bapt        2010-08-12 12:32:38 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel                Makefile 
   Added files:
     devel/p5-MooseX-FollowPBP Makefile distinfo pkg-descr 
                               pkg-plist 
   Log:
   This module does not provide any methods. Simply loading it changes the
   default naming policy for the loading class so that accessors are
   separated into get and set methods. The get methods are prefixed with
   "get_" as the accessor, while set methods are prefixed with "set_".
   This is the naming style recommended by Damian Conway in Perl Best
   Practices.
   
   WWW: http://search.cpan.org/dist/MooseX-FollowPBP/
   
   PR:             ports/149524
   Submitted by:   Frederic Culot <frederic at culot.org>
   Approved by:    rene@ (mentor vacation)
   
   Revision  Changes    Path
   1.4006    +1 -0      ports/devel/Makefile
   1.1       +27 -0     ports/devel/p5-MooseX-FollowPBP/Makefile (new)
   1.1       +3 -0      ports/devel/p5-MooseX-FollowPBP/distinfo (new)
   1.1       +8 -0      ports/devel/p5-MooseX-FollowPBP/pkg-descr (new)
   1.1       +8 -0      ports/devel/p5-MooseX-FollowPBP/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:
