Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -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.

View File

@@ -0,0 +1,17 @@
# $NetBSD: Makefile,v 1.6 2013/05/31 12:40:09 wiz Exp $
DISTNAME= Class-Throwable-0.11
PKGNAME= p5-${DISTNAME}
PKGREVISION= 4
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Class-Throwable/
COMMENT= Minimal lightweight exception class
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Class/Throwable/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -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