pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Exception-Class Import p5-Exception-Class ver...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d920a58d10b0
branches:  trunk
changeset: 460451:d920a58d10b0
user:      he <he%pkgsrc.org@localhost>
date:      Sat Aug 30 19:00:01 2003 +0000

description:
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.

diffstat:

 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(+), 0 deletions(-)

diffs (49 lines):

diff -r 329e2e62155a -r d920a58d10b0 devel/p5-Exception-Class/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Exception-Class/DESCR    Sat Aug 30 19:00:01 2003 +0000
@@ -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 -r 329e2e62155a -r d920a58d10b0 devel/p5-Exception-Class/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Exception-Class/Makefile Sat Aug 30 19:00:01 2003 +0000
@@ -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@localhost
+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 -r 329e2e62155a -r d920a58d10b0 devel/p5-Exception-Class/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Exception-Class/PLIST    Sat Aug 30 19:00:01 2003 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/08/30 19:00:01 he Exp $
diff -r 329e2e62155a -r d920a58d10b0 devel/p5-Exception-Class/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Exception-Class/distinfo Sat Aug 30 19:00:01 2003 +0000
@@ -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



Home | Main Index | Thread Index | Old Index