From wahjava@gmail.com  Sun Aug 30 19:37:00 2009
Return-Path: <wahjava@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 025BC1065670
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 30 Aug 2009 19:37:00 +0000 (UTC)
	(envelope-from wahjava@gmail.com)
Received: from mail-gx0-f227.google.com (mail-gx0-f227.google.com [209.85.217.227])
	by mx1.freebsd.org (Postfix) with ESMTP id AEA7E8FC13
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 30 Aug 2009 19:36:59 +0000 (UTC)
Received: by gxk27 with SMTP id 27so4521422gxk.12
        for <FreeBSD-gnats-submit@freebsd.org>; Sun, 30 Aug 2009 12:36:59 -0700 (PDT)
Received: by 10.90.18.33 with SMTP id 33mr3266910agr.113.1251661018795;
        Sun, 30 Aug 2009 12:36:58 -0700 (PDT)
Received: from chateau.d.lf ([122.161.88.138])
        by mx.google.com with ESMTPS id 39sm2154693agb.4.2009.08.30.12.36.57
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Sun, 30 Aug 2009 12:36:58 -0700 (PDT)
Received: by chateau.d.lf (Postfix, from userid 1001)
	id 87A534AF7D; Mon, 31 Aug 2009 01:06:35 +0530 (IST)
Message-Id: <20090830193635.87A534AF7D@chateau.d.lf>
Date: Mon, 31 Aug 2009 01:06:35 +0530 (IST)
From: Ashish SHUKLA <wahjava@gmail.com>
Reply-To: Ashish SHUKLA <wahjava@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New Port: devel/p5-MooseX-Object-Pluggable Make your classes pluggable
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         138358
>Category:       ports
>Synopsis:       New Port: devel/p5-MooseX-Object-Pluggable Make your classes pluggable
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 30 19:40:00 UTC 2009
>Closed-Date:    Wed Sep 02 17:22:52 UTC 2009
>Last-Modified:  Wed Sep  2 17:30:11 UTC 2009
>Originator:     Ashish SHUKLA
>Release:        FreeBSD 8.0-BETA3 amd64
>Organization:
N/A
>Environment:
System: FreeBSD chateau.d.lf 8.0-BETA3 FreeBSD 8.0-BETA3 #0: Sat Aug 22 02:00:45 UTC 2009 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64

>Description:
This module is meant to be loaded as a role from Moose-based classes
it will add five methods and four attributes to assist you with the
loading and handling of plugins and extensions for plugins. I
understand that this may pollute your namespace, however I took great
care in using the least ambiguous names possible.

WWW:    http://search.cpan.org/dist/MooseX-Object-Pluggable
>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-Object-Pluggable
#	p5-MooseX-Object-Pluggable/pkg-descr
#	p5-MooseX-Object-Pluggable/Makefile
#	p5-MooseX-Object-Pluggable/pkg-plist
#	p5-MooseX-Object-Pluggable/distinfo
#
echo c - p5-MooseX-Object-Pluggable
mkdir -p p5-MooseX-Object-Pluggable > /dev/null 2>&1
echo x - p5-MooseX-Object-Pluggable/pkg-descr
sed 's/^X//' >p5-MooseX-Object-Pluggable/pkg-descr << 'aee4310413a38c0e5585a02b709fb6e3'
XThis module is meant to be loaded as a role from Moose-based classes
Xit will add five methods and four attributes to assist you with the
Xloading and handling of plugins and extensions for plugins. I
Xunderstand that this may pollute your namespace, however I took great
Xcare in using the least ambiguous names possible.
X
XWWW:	http://search.cpan.org/dist/MooseX-Object-Pluggable
aee4310413a38c0e5585a02b709fb6e3
echo x - p5-MooseX-Object-Pluggable/Makefile
sed 's/^X//' >p5-MooseX-Object-Pluggable/Makefile << '433cd096eaf1d8a6eb683ebf07f8bdfe'
X# New ports collection makefile for:	p5-MooseX-Object-Pluggable
X# Date created:		2009-08-31
X# Whom:			Ashish SHUKLA <wahjava@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	MooseX-Object-Pluggable
XPORTVERSION=	0.0011
XCATEGORIES=	devel perl5
XMASTER_SITES=	CPAN
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	wahjava@gmail.com
XCOMMENT=	Make your classes pluggable
X
XRUN_DEPENDS=	p5-Moose>=0.35:${PORTSDIR}/devel/p5-Moose \
X	p5-Module-Pluggable>0:${PORTSDIR}/devel/p5-Module-Pluggable
XBUILD_DEPENDS=	${RUN_DEPENDS}
X
XPERL_CONFIGURE=	5.8.1+
X
XMAN3=	MooseX::Object::Pluggable.3
X
X.include <bsd.port.mk>
433cd096eaf1d8a6eb683ebf07f8bdfe
echo x - p5-MooseX-Object-Pluggable/pkg-plist
sed 's/^X//' >p5-MooseX-Object-Pluggable/pkg-plist << 'ca1674798f3d8e9abafab4e869234946'
X%%SITE_PERL%%/MooseX/Object/Pluggable.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX/Object/Pluggable/.packlist
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX/Object/Pluggable
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX/Object
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX
X@dirrmtry %%SITE_PERL%%/MooseX/Object
X@dirrmtry %%SITE_PERL%%/MooseX
ca1674798f3d8e9abafab4e869234946
echo x - p5-MooseX-Object-Pluggable/distinfo
sed 's/^X//' >p5-MooseX-Object-Pluggable/distinfo << '8cbca73d7d00992d4d2be77e2838097c'
XMD5 (MooseX-Object-Pluggable-0.0011.tar.gz) = ce3b5ffc6d05bdd77102488a85e401d1
XSHA256 (MooseX-Object-Pluggable-0.0011.tar.gz) = c2625210482a40d32fa9f7e10b3abec823a87aa2e588d8d67a43dd16253af477
XSIZE (MooseX-Object-Pluggable-0.0011.tar.gz) = 25097
8cbca73d7d00992d4d2be77e2838097c
exit

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Sun Aug 30 20:21:13 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=138358 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Wed Sep 2 17:22:52 UTC 2009 
State-Changed-Why:  
New port added. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/138358: commit references a PR
Date: Wed,  2 Sep 2009 17:23:15 +0000 (UTC)

 miwi        2009-09-02 17:23:06 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel                Makefile 
   Added files:
     devel/p5-MooseX-Object-Pluggable Makefile distinfo pkg-descr 
                                      pkg-plist 
   Log:
   This module is meant to be loaded as a role from Moose-based classes
   it will add five methods and four attributes to assist you with the
   loading and handling of plugins and extensions for plugins. I
   understand that this may pollute your namespace, however I took great
   care in using the least ambiguous names possible.
   
   WWW:    http://search.cpan.org/dist/MooseX-Object-Pluggable
   
   PR:             ports/138358
   Submitted by:   Ashish SHUKLA <wahjava at gmail.com>
   
   Revision  Changes    Path
   1.3618    +1 -0      ports/devel/Makefile
   1.1       +25 -0     ports/devel/p5-MooseX-Object-Pluggable/Makefile (new)
   1.1       +3 -0      ports/devel/p5-MooseX-Object-Pluggable/distinfo (new)
   1.1       +7 -0      ports/devel/p5-MooseX-Object-Pluggable/pkg-descr (new)
   1.1       +7 -0      ports/devel/p5-MooseX-Object-Pluggable/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:
