From root@3wgraphics.com  Tue Dec 18 01:47:09 2001
Return-Path: <root@3wgraphics.com>
Received: from darkone.comintern.net (darkone.comintern.net [213.148.1.98])
	by hub.freebsd.org (Postfix) with ESMTP id ED53637B405
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 18 Dec 2001 01:47:07 -0800 (PST)
Received: from 3wgraphics.com (ppp-9-088.comintern.ru [213.148.9.88])
          by darkone.comintern.net (8.11.6/8.11.6) with ESMTP id fBHGCFT457586
          for <FreeBSD-gnats-submit@freebsd.org>; Mon, 17 Dec 2001 19:12:16 +0300 (MSD)
Received: from root by 3wgraphics.com with local (Exim 3.33 #1)
	id 16G0Hp-0006f0-00
	for FreeBSD-gnats-submit@freebsd.org; Mon, 17 Dec 2001 19:06:41 +0300
Message-Id: <E16G0Hp-0006f0-00@3wgraphics.com>
Date: Mon, 17 Dec 2001 19:06:41 +0300
From: skv@protey.ru
Reply-To: skv@protey.ru
To: FreeBSD-gnats-submit@freebsd.org
Subject: New port: p5-Class-WhiteHole-0.03 
X-Send-Pr-Version: 3.2

>Number:         32967
>Category:       ports
>Synopsis:       New port: p5-Class-WhiteHole-0.03
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    skv
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 18 01:50:00 PST 2001
>Closed-Date:    Mon May 27 01:11:06 PDT 2002
>Last-Modified:  Mon May 27 01:11:06 PDT 2002
>Originator:     Sergey Skvortsov
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
<Organization of PR author (multiple lines)>
>Environment:

	<Relevant environment information (multiple lines)>

>Description:

New port: p5-Class-WhiteHole-0.03

Base class to treat unhandled method calls as errors

>How-To-Repeat:

	<Code/input/activities to reproduce the problem (multiple lines)>

>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-Class-WhiteHole
#	p5-Class-WhiteHole/Makefile
#	p5-Class-WhiteHole/pkg-comment
#	p5-Class-WhiteHole/pkg-descr
#	p5-Class-WhiteHole/pkg-plist
#	p5-Class-WhiteHole/distinfo
#
echo c - p5-Class-WhiteHole
mkdir -p p5-Class-WhiteHole > /dev/null 2>&1
echo x - p5-Class-WhiteHole/Makefile
sed 's/^X//' >p5-Class-WhiteHole/Makefile << 'END-of-p5-Class-WhiteHole/Makefile'
X# New ports collection makefile for:	Class-WhiteHole
X# Date created:		17 Dec 2001
X# Whom:			Sergey Skvortsov <skv@protey.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Class-WhiteHole
XPORTVERSION=	0.03
XCATEGORIES=	devel perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Class
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	skv@protey.ru
X
XPERL_CONFIGURE=	yes
X
XMANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
XMAN3=		Class::WhiteHole.3
X
X.include <bsd.port.mk>
END-of-p5-Class-WhiteHole/Makefile
echo x - p5-Class-WhiteHole/pkg-comment
sed 's/^X//' >p5-Class-WhiteHole/pkg-comment << 'END-of-p5-Class-WhiteHole/pkg-comment'
XBase class to treat unhandled method calls as errors
END-of-p5-Class-WhiteHole/pkg-comment
echo x - p5-Class-WhiteHole/pkg-descr
sed 's/^X//' >p5-Class-WhiteHole/pkg-descr << 'END-of-p5-Class-WhiteHole/pkg-descr'
XIts possible to accidentally inherit an AUTOLOAD method.  Often this
Xwill happen if a class somewhere in the chain uses AutoLoader or defines
Xone of their own.  This can lead to confusing error messages when method
Xlookups fail.
X
XSometimes you want to avoid this accidental inheritance.  In that case,
Xinherit from Class::WhiteHole.  All unhandled methods will produce
Xnormal Perl error messages.
X
XWWW: http://search.cpan.org/search?dist=Class-WhiteHole
X
X-- Sergey Skvortsov
Xskv@protey.ru
END-of-p5-Class-WhiteHole/pkg-descr
echo x - p5-Class-WhiteHole/pkg-plist
sed 's/^X//' >p5-Class-WhiteHole/pkg-plist << 'END-of-p5-Class-WhiteHole/pkg-plist'
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Class/WhiteHole/.packlist
Xlib/perl5/site_perl/%%PERL_VER%%/Class/WhiteHole.pm
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Class/WhiteHole
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Class 2>/dev/null || true
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Class 2>/dev/null || true
END-of-p5-Class-WhiteHole/pkg-plist
echo x - p5-Class-WhiteHole/distinfo
sed 's/^X//' >p5-Class-WhiteHole/distinfo << 'END-of-p5-Class-WhiteHole/distinfo'
XMD5 (Class-WhiteHole-0.03.tar.gz) = c14e55c571adbf1cd181aae61d99ab9e
END-of-p5-Class-WhiteHole/distinfo
exit

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->skv 
Responsible-Changed-By: tobez 
Responsible-Changed-When: Thu Dec 27 01:20:10 PST 2001 
Responsible-Changed-Why:  
Submitter is now a committer. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=32967 
State-Changed-From-To: open->closed 
State-Changed-By: skv 
State-Changed-When: Mon May 27 01:11:00 PDT 2002 
State-Changed-Why:  
Committed. 

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