pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Try-Tiny Initial import of p5-Try-Tiny versio...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3b80d4f62cc3
branches:  trunk
changeset: 399244:3b80d4f62cc3
user:      seb <seb%pkgsrc.org@localhost>
date:      Tue Sep 15 23:51:34 2009 +0000

description:
Initial import of p5-Try-Tiny version 0.02 in the NetBSD Packages
Collection.

The Perl 5 module Try::Tiny provides bare bones try/catch statements
that are designed to minimize common mistakes with eval blocks, and
NOTHING else.

diffstat:

 devel/p5-Try-Tiny/DESCR    |   3 +++
 devel/p5-Try-Tiny/Makefile |  20 ++++++++++++++++++++
 devel/p5-Try-Tiny/distinfo |   5 +++++
 3 files changed, 28 insertions(+), 0 deletions(-)

diffs (40 lines):

diff -r 7782936d7d31 -r 3b80d4f62cc3 devel/p5-Try-Tiny/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Try-Tiny/DESCR   Tue Sep 15 23:51:34 2009 +0000
@@ -0,0 +1,3 @@
+The Perl 5 module Try::Tiny provides bare bones try/catch statements
+that are designed to minimize common mistakes with eval blocks, and
+NOTHING else.
diff -r 7782936d7d31 -r 3b80d4f62cc3 devel/p5-Try-Tiny/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Try-Tiny/Makefile        Tue Sep 15 23:51:34 2009 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/09/15 23:51:34 seb Exp $
+#
+
+DISTNAME=      Try-Tiny-0.02
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/N/NU/NUFFIN/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Try-Tiny/
+COMMENT=       Perl module providing minimal try/catch
+#LICENSE=
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/Try/Tiny/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 7782936d7d31 -r 3b80d4f62cc3 devel/p5-Try-Tiny/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Try-Tiny/distinfo        Tue Sep 15 23:51:34 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/09/15 23:51:34 seb Exp $
+
+SHA1 (Try-Tiny-0.02.tar.gz) = 5255d1014e32556aa38ecb4a6382b0cec1e9f439
+RMD160 (Try-Tiny-0.02.tar.gz) = add0337795a646aaf57c4ab243cf993e044404d2
+Size (Try-Tiny-0.02.tar.gz) = 6361 bytes



Home | Main Index | Thread Index | Old Index