pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-TryCatch Importing package for p5 module TryC...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fab5a8d43195
branches:  trunk
changeset: 397086:fab5a8d43195
user:      sno <sno%pkgsrc.org@localhost>
date:      Sat Aug 08 19:04:48 2009 +0000

description:
Importing package for p5 module TryCatch version 1.001001

TryCatch implements first class try catch semantics for Perl, without
source filters. The main benefits are:
- return from subroutines within the try blocks
- Moose type checking

diffstat:

 devel/p5-TryCatch/DESCR    |   4 ++++
 devel/p5-TryCatch/Makefile |  32 ++++++++++++++++++++++++++++++++
 devel/p5-TryCatch/distinfo |   5 +++++
 3 files changed, 41 insertions(+), 0 deletions(-)

diffs (53 lines):

diff -r 8fb3782edc5e -r fab5a8d43195 devel/p5-TryCatch/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-TryCatch/DESCR   Sat Aug 08 19:04:48 2009 +0000
@@ -0,0 +1,4 @@
+TryCatch implements first a class try catch semantics for Perl, without
+source filters. The main benefits are:
+- return from subroutines within the try blocks
+- Moose type checking
diff -r 8fb3782edc5e -r fab5a8d43195 devel/p5-TryCatch/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-TryCatch/Makefile        Sat Aug 08 19:04:48 2009 +0000
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/08/08 19:04:48 sno Exp $
+
+DISTNAME=      TryCatch-1.001001
+PKGNAME=       p5-${DISTNAME}
+SVR4_PKGNAME=  p5sto
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AS/ASH/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/TryCatch/
+COMMENT=       First class try catch semantics for Perl, without source filters
+LICENSE=       ${PERL5_LICENSE}
+
+DEPENDS+=      p5-Parse-Method-Signatures>=1.003003:../../devel/p5-Parse-Method-Signatures
+DEPENDS+=      p5-B-Hooks-EndOfScope>=0.05:../../devel/p5-B-Hooks-EndOfScope
+DEPENDS+=      p5-B-Hooks-OP-Check>=0.15:../../devel/p5-B-Hooks-OP-Check
+DEPENDS+=      p5-B-Hooks-OP-PPAddr>=0.02:../../devel/p5-B-Hooks-OP-PPAddr
+DEPENDS+=      p5-Devel-Declare>=0.003004:../../devel/p5-Devel-Declare
+DEPENDS+=      p5-Moose-[0-9]*:../../devel/p5-Moose
+DEPENDS+=      p5-MooseX-Types-[0-9]*:../../devel/p5-MooseX-Types
+DEPENDS+=      p5-Scope-Upper>=0.06:../../devel/p5-Scope-Upper
+DEPENDS+=      p5-Variable-Magic>=0.28:../../devel/p5-Variable-Magic
+DEPENDS+=      p5-Sub-Exporter>=0.979:../../devel/p5-Sub-Exporter
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+PERL5_PACKLIST=                auto/TryCatch/.packlist
+PERL5_MODULE_TYPE=     Module::Install
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 8fb3782edc5e -r fab5a8d43195 devel/p5-TryCatch/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-TryCatch/distinfo        Sat Aug 08 19:04:48 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/08/08 19:04:48 sno Exp $
+
+SHA1 (TryCatch-1.001001.tar.gz) = 066895656ff44b477be52b9644cf59cffbd3c517
+RMD160 (TryCatch-1.001001.tar.gz) = d1cc57ce7fc07fa3d390271ff1a92f718da69a6b
+Size (TryCatch-1.001001.tar.gz) = 72853 bytes



Home | Main Index | Thread Index | Old Index