Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jan 2003 10:10:26 +0100 (CET)
From:      Erwin Lansing <erwin@lansing.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47583: New port: Test::Exception - test functions for exception based code 
Message-ID:  <200301280910.h0S9AQ15015775@lemur.droso.net>

next in thread | raw e-mail | index | archive | help

>Number:         47583
>Category:       ports
>Synopsis:       New port: Test::Exception - test functions for exception based code
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 28 01:20:01 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Erwin Lansing
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
pil.dk 
>Environment:
System: FreeBSD lemur.droso.net 4.7-STABLE FreeBSD 4.7-STABLE #13: Tue Jan 7 21:26:37 CET 2003 root@panda.droso.net:/usr/obj/usr/src/sys/PANDA i386


	
>Description:


This module provides a few convenience methods for testing
exception based code. It is built with Test::Builder and
plays happily with Test::Simple, Test::More and friends.

If you are not familiar with Test::Simple or Test::More
now would be the time to go take a look.

WWW: http://search.cpan.org/dist/Test-Exception/

>How-To-Repeat:
	
>Fix:

	

--- p5-Test-Exception.sh 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-Test-Exception/
#	p5-Test-Exception/Makefile
#	p5-Test-Exception/pkg-comment
#	p5-Test-Exception/pkg-descr
#	p5-Test-Exception/pkg-plist
#	p5-Test-Exception/distinfo
#
echo c - p5-Test-Exception/
mkdir -p p5-Test-Exception/ > /dev/null 2>&1
echo x - p5-Test-Exception/Makefile
sed 's/^X//' >p5-Test-Exception/Makefile << 'END-of-p5-Test-Exception/Makefile'
X# New ports collection makefile for:    p5-Test-Exception
X# Date created:				January 27th 2003
X# Whom:	      				Erwin Lansing <erwin@lansing.dk>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Test-Exception
XPORTVERSION=	0.13
XCATEGORIES=	devel perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Test
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	erwin@lansing.dk
X
XBUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
X		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Test/Builder/Tester.pm:${PORTSDIR}/devel/p5-Test-Builder-Tester \
X		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Sub/Uplevel.pm:${PORTSDIR}/devel/p5-Sub-Uplevel
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
XMAN3=		Test::Exception.3
X
X.include <bsd.port.pre.mk>
X
X##
X## this port depends on devel/p5-Sub-Uplevel which
X## requires PERL 5.6.x or later
X##
X.if ${PERL_LEVEL} < 500600
XBROKEN=		Port requires perl 5.6.x or later. Install lang/perl5 then try again
X.endif
X
X.include <bsd.port.post.mk>
END-of-p5-Test-Exception/Makefile
echo x - p5-Test-Exception/pkg-comment
sed 's/^X//' >p5-Test-Exception/pkg-comment << 'END-of-p5-Test-Exception/pkg-comment'
XTest::Exception - test functions for exception based code 
END-of-p5-Test-Exception/pkg-comment
echo x - p5-Test-Exception/pkg-descr
sed 's/^X//' >p5-Test-Exception/pkg-descr << 'END-of-p5-Test-Exception/pkg-descr'
XThis module provides a few convenience methods for testing
Xexception based code. It is built with Test::Builder and
Xplays happily with Test::Simple, Test::More and friends.
X
XIf you are not familiar with Test::Simple or Test::More
Xnow would be the time to go take a look.
X
XWWW: http://search.cpan.org/dist/Test-Exception/
END-of-p5-Test-Exception/pkg-descr
echo x - p5-Test-Exception/pkg-plist
sed 's/^X//' >p5-Test-Exception/pkg-plist << 'END-of-p5-Test-Exception/pkg-plist'
Xlib/perl5/site_perl/%%PERL_VER%%/mach/auto/Test/Exception/.packlist
Xlib/perl5/site_perl/%%PERL_VER%%/Test/Exception.pm
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/mach/auto/Test/Exception
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Test 2>/dev/null || true
END-of-p5-Test-Exception/pkg-plist
echo x - p5-Test-Exception/distinfo
sed 's/^X//' >p5-Test-Exception/distinfo << 'END-of-p5-Test-Exception/distinfo'
XMD5 (Test-Exception-0.13.tar.gz) = 24c9f63c467dac437b2b047fa24a5834
END-of-p5-Test-Exception/distinfo
exit
--- p5-Test-Exception.sh ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301280910.h0S9AQ15015775>