pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Class-Throwable Importing devel/p5-Class-Thro...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a6f70db85e2c
branches:  trunk
changeset: 570163:a6f70db85e2c
user:      sno <sno%pkgsrc.org@localhost>
date:      Tue Jan 26 09:32:16 2010 +0000

description:
Importing devel/p5-Class-Throwable 0.11 as indirect dependency of scheduled
editors/p5-Padre-Plugin-Catalyst update.

This module implements a minimal lightweight exception object. It is meant
to be a compromise between more basic solutions like Carp which can only
print information and cannot handle exception objects, and more more
complex solutions like Exception::Class which can be used to define complex
inline exceptions and has a number of module dependencies.

diffstat:

 devel/p5-Class-Throwable/DESCR    |   5 +++++
 devel/p5-Class-Throwable/Makefile |  18 ++++++++++++++++++
 devel/p5-Class-Throwable/distinfo |   5 +++++
 3 files changed, 28 insertions(+), 0 deletions(-)

diffs (40 lines):

diff -r d659382d22ca -r a6f70db85e2c devel/p5-Class-Throwable/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-Throwable/DESCR    Tue Jan 26 09:32:16 2010 +0000
@@ -0,0 +1,5 @@
+This module implements a minimal lightweight exception object. It is meant
+to be a compromise between more basic solutions like Carp which can only
+print information and cannot handle exception objects, and more more
+complex solutions like Exception::Class which can be used to define complex
+inline exceptions and has a number of module dependencies.
diff -r d659382d22ca -r a6f70db85e2c devel/p5-Class-Throwable/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-Throwable/Makefile Tue Jan 26 09:32:16 2010 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/01/26 09:32:16 sno Exp $
+#
+
+DISTNAME=      Class-Throwable-0.11
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Class/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Class-Throwable/
+COMMENT=       Minimal lightweight exception class
+LICENSE=       ${PERL5_LICENSE}
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+PERL5_PACKLIST=        auto/Class/Throwable/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d659382d22ca -r a6f70db85e2c devel/p5-Class-Throwable/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-Throwable/distinfo Tue Jan 26 09:32:16 2010 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/01/26 09:32:16 sno Exp $
+
+SHA1 (Class-Throwable-0.11.tar.gz) = e67b50b537c633f171c96868a7cbd87a55575e4c
+RMD160 (Class-Throwable-0.11.tar.gz) = ed58851642d7934a3e5fed2c9b4a247f8331830d
+Size (Class-Throwable-0.11.tar.gz) = 11096 bytes



Home | Main Index | Thread Index | Old Index