From a0c8b81b3edc26dca4c609b5bf4a61e1dc4f5ca0 Mon Sep 17 00:00:00 2001 From: he Date: Sat, 30 Aug 2003 19:00:01 +0000 Subject: Import p5-Exception-Class version 1.14. This module allows you to declare hierarchies of exception classes for use in your code. It also provides a simple exception class that it uses as the default base class for all other exceptions. You may choose to use another base class for your exceptions. Regardless, the ability to declare all your exceptions at compile time is a fairly useful trick and helps push people towards more structured use of exceptions. --- devel/p5-Exception-Class/DESCR | 8 ++++++++ devel/p5-Exception-Class/Makefile | 20 ++++++++++++++++++++ devel/p5-Exception-Class/PLIST | 1 + devel/p5-Exception-Class/distinfo | 4 ++++ 4 files changed, 33 insertions(+) create mode 100644 devel/p5-Exception-Class/DESCR create mode 100644 devel/p5-Exception-Class/Makefile create mode 100644 devel/p5-Exception-Class/PLIST create mode 100644 devel/p5-Exception-Class/distinfo (limited to 'devel/p5-Exception-Class') diff --git a/devel/p5-Exception-Class/DESCR b/devel/p5-Exception-Class/DESCR new file mode 100644 index 00000000000..ec838e3ed86 --- /dev/null +++ b/devel/p5-Exception-Class/DESCR @@ -0,0 +1,8 @@ +This module allows you to declare hierarchies of exception classes for +use in your code. It also provides a simple exception class that it +uses as the default base class for all other exceptions. + +You may choose to use another base class for your exceptions. +Regardless, the ability to declare all your exceptions at compile time +is a fairly useful trick and helps push people towards more structured +use of exceptions. diff --git a/devel/p5-Exception-Class/Makefile b/devel/p5-Exception-Class/Makefile new file mode 100644 index 00000000000..7e60027920b --- /dev/null +++ b/devel/p5-Exception-Class/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/08/30 19:00:01 he Exp $ + +DISTNAME= Exception-Class-1.14 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5exc +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Exception/} + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://search.cpan.org/author/DROLSKY/Exception-Class-1.14/ +COMMENT= Perl5 module implementing real exception classes + +DEPENDS+= p5-Class-Data-Inheritable>=0.02:../../devel/p5-Class-Data-Inheritable +DEPENDS+= p5-Devel-StackTrace>=1.03:../../devel/p5-Devel-StackTrace + +USE_BUILDLINK_ONLY= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Exception/Class/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Exception-Class/PLIST b/devel/p5-Exception-Class/PLIST new file mode 100644 index 00000000000..07b504d13d0 --- /dev/null +++ b/devel/p5-Exception-Class/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/08/30 19:00:01 he Exp $ diff --git a/devel/p5-Exception-Class/distinfo b/devel/p5-Exception-Class/distinfo new file mode 100644 index 00000000000..3fd3fb74698 --- /dev/null +++ b/devel/p5-Exception-Class/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/08/30 19:00:01 he Exp $ + +SHA1 (Exception-Class-1.14.tar.gz) = 41249fe296c8506b3405665fae3fd746a99b2346 +Size (Exception-Class-1.14.tar.gz) = 12519 bytes -- cgit v1.2.3