From gslin@vega.csie.NCTU.edu.tw  Thu Jul 20 06:51:09 2006
Return-Path: <gslin@vega.csie.NCTU.edu.tw>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9818816A4E2
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 20 Jul 2006 06:51:09 +0000 (UTC)
	(envelope-from gslin@vega.csie.NCTU.edu.tw)
Received: from vega.csie.NCTU.edu.tw (Deer.csie.nctu.edu.tw [140.113.17.29])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 36EED43D49
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 20 Jul 2006 06:51:08 +0000 (GMT)
	(envelope-from gslin@vega.csie.NCTU.edu.tw)
Received: from vega.csie.NCTU.edu.tw (gslin@localhost [127.0.0.1])
	by vega.csie.NCTU.edu.tw (8.13.6/8.13.6) with ESMTP id k6K6p70q011813;
	Thu, 20 Jul 2006 14:51:07 +0800 (CST)
	(envelope-from gslin@vega.csie.NCTU.edu.tw)
Received: (from gslin@localhost)
	by vega.csie.NCTU.edu.tw (8.13.6/8.13.6/Submit) id k6K6p7JG011812;
	Thu, 20 Jul 2006 14:51:07 +0800 (CST)
	(envelope-from gslin)
Message-Id: <200607200651.k6K6p7JG011812@vega.csie.NCTU.edu.tw>
Date: Thu, 20 Jul 2006 14:51:07 +0800 (CST)
From: Gea-Suan Lin <gslin@gslin.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: gslin@gslin.org
Subject: [NEW PORT] devel/p5-Class-InsideOut: A safe, simple inside-out object construction kit
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         100596
>Category:       ports
>Synopsis:       [NEW PORT] devel/p5-Class-InsideOut: A safe, simple inside-out object construction kit
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 20 07:00:28 GMT 2006
>Closed-Date:    Fri Jul 21 16:19:41 GMT 2006
>Last-Modified:  Fri Jul 21 16:19:41 GMT 2006
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD Netflow.csie.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Mon May 22 16:22:37 CST 2006
>Description:
This is a simple, safe and streamlined toolkit for building inside-out
objects. Unlike most other inside-out object building modules already
on CPAN, this module aims for minimalism and robustness:

    * Does not require derived classes to subclass it
    * Uses no source filters, attributes or CHECK blocks
    * Supports any underlying object type including foreign inheritance
    * Does not leak memory on object destruction
    * Overloading-safe
    * Thread-safe for Perl 5.8 or better
    * mod_perl compatible
    * Makes no assumption about inheritance or initializer needs

It provides the minimal support necessary for creating safe inside-out
objects and generating flexible accessors.

WWW:	http://search.cpan.org/dist/Class-InsideOut/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Class-InsideOut-1.00.shar 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-Class-InsideOut
#	p5-Class-InsideOut/pkg-descr
#	p5-Class-InsideOut/Makefile
#	p5-Class-InsideOut/pkg-plist
#	p5-Class-InsideOut/distinfo
#
echo c - p5-Class-InsideOut
mkdir -p p5-Class-InsideOut > /dev/null 2>&1
echo x - p5-Class-InsideOut/pkg-descr
sed 's/^X//' >p5-Class-InsideOut/pkg-descr << 'END-of-p5-Class-InsideOut/pkg-descr'
XThis is a simple, safe and streamlined toolkit for building inside-out
Xobjects. Unlike most other inside-out object building modules already
Xon CPAN, this module aims for minimalism and robustness:
X
X    * Does not require derived classes to subclass it
X    * Uses no source filters, attributes or CHECK blocks
X    * Supports any underlying object type including foreign inheritance
X    * Does not leak memory on object destruction
X    * Overloading-safe
X    * Thread-safe for Perl 5.8 or better
X    * mod_perl compatible
X    * Makes no assumption about inheritance or initializer needs
X
XIt provides the minimal support necessary for creating safe inside-out
Xobjects and generating flexible accessors.
X
XWWW:	http://search.cpan.org/dist/Class-InsideOut/
END-of-p5-Class-InsideOut/pkg-descr
echo x - p5-Class-InsideOut/Makefile
sed 's/^X//' >p5-Class-InsideOut/Makefile << 'END-of-p5-Class-InsideOut/Makefile'
X# New ports collection makefile for:	p5-Class-InsideOut
X# Date created:		2006-07-20
X# Whom:			Gea-Suan Lin <gslin@gslin.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Class-InsideOut
XPORTVERSION=	1.00
XCATEGORIES=	devel perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Class
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	gslin@gslin.org
XCOMMENT=	A safe, simple inside-out object construction kit
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Class::InsideOut::Manual::About.3 Class::InsideOut.3 \
X		Class::InsideOut::Manual::Advanced.3
X
X.include <bsd.port.pre.mk>
X
X.if ${PERL_LEVEL} < 500701
XRUN_DEPENDS+=	${SITE_PERL}/Class/ISA.pm:${PORTSDIR}/devel/p5-Class-ISA
X.endif
X
X.if ${PERL_LEVEL} < 500702
XRUN_DEPENDS+=	${SITE_PERL}/Config.pm:${PORTSDIR}/devel/p5-Config \
X		${SITE_PERL}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
X.endif
X
X.include <bsd.port.post.mk>
END-of-p5-Class-InsideOut/Makefile
echo x - p5-Class-InsideOut/pkg-plist
sed 's/^X//' >p5-Class-InsideOut/pkg-plist << 'END-of-p5-Class-InsideOut/pkg-plist'
X@comment $FreeBSD$
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/InsideOut/.packlist
X%%SITE_PERL%%/Class/InsideOut.pm
X%%SITE_PERL%%/Class/InsideOut.pod
X%%SITE_PERL%%/Class/InsideOut/Manual/About.pm
X%%SITE_PERL%%/Class/InsideOut/Manual/About.pod
X%%SITE_PERL%%/Class/InsideOut/Manual/Advanced.pm
X%%SITE_PERL%%/Class/InsideOut/Manual/Advanced.pod
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/InsideOut
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class
X@dirrmtry %%SITE_PERL%%/Class/InsideOut/Manual
X@dirrmtry %%SITE_PERL%%/Class/InsideOut
X@dirrmtry %%SITE_PERL%%/Class
END-of-p5-Class-InsideOut/pkg-plist
echo x - p5-Class-InsideOut/distinfo
sed 's/^X//' >p5-Class-InsideOut/distinfo << 'END-of-p5-Class-InsideOut/distinfo'
XMD5 (Class-InsideOut-1.00.tar.gz) = 855288a0f5e3da99e4a93874aa22f364
XSHA256 (Class-InsideOut-1.00.tar.gz) = 73c88da73643571a6dcc7ae820e4f3aab7b2e6af8a91a80f9241ceac539aa056
XSIZE (Class-InsideOut-1.00.tar.gz) = 41967
END-of-p5-Class-InsideOut/distinfo
exit
--- p5-Class-InsideOut-1.00.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Jul 20 07:00:39 UTC 2006 
Responsible-Changed-Why:  
clsung@ wants his PRs 

http://www.freebsd.org/cgi/query-pr.cgi?pr=100596 
State-Changed-From-To: open->closed 
State-Changed-By: clsung 
State-Changed-When: Fri Jul 21 16:19:40 UTC 2006 
State-Changed-Why:  
New port added. Thank You. 

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