pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-MooseX-Types-URI Added devel/p5-MooseX-Types-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/48aa3d313422
branches:  trunk
changeset: 398241:48aa3d313422
user:      abs <abs%pkgsrc.org@localhost>
date:      Thu Aug 27 10:39:13 2009 +0000

description:
Added devel/p5-MooseX-Types-URI version 0.02

This package provides Moose types for fun with URIs.

It has slightly DWIMier types than the URI classes have due to
implementation details, so the types should be more forgiving when
ducktyping will work anyway (e.g. URI::WithBase does not inherit
URI).

diffstat:

 devel/p5-MooseX-Types-URI/DESCR    |   7 +++++++
 devel/p5-MooseX-Types-URI/Makefile |  25 +++++++++++++++++++++++++
 devel/p5-MooseX-Types-URI/distinfo |   5 +++++
 3 files changed, 37 insertions(+), 0 deletions(-)

diffs (49 lines):

diff -r f9ab0f321e0a -r 48aa3d313422 devel/p5-MooseX-Types-URI/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-MooseX-Types-URI/DESCR   Thu Aug 27 10:39:13 2009 +0000
@@ -0,0 +1,7 @@
+This package provides Moose types for fun with URIs.
+
+It has slightly DWIMier types than the URI classes have due to
+implementation details, so the types should be more forgiving when
+ducktyping will work anyway (e.g. URI::WithBase does not inherit
+URI).
+
diff -r f9ab0f321e0a -r 48aa3d313422 devel/p5-MooseX-Types-URI/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-MooseX-Types-URI/Makefile        Thu Aug 27 10:39:13 2009 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/08/27 10:39:13 abs Exp $
+#
+
+DISTNAME=      MooseX-Types-URI-0.02
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=MooseX/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/MooseX-Types-URI/
+COMMENT=       URI related types and coercions for Moose
+
+DEPENDS+=      p5-Moose>=0.50:../../devel/p5-Moose
+DEPENDS+=      p5-MooseX-Types>0:../../devel/p5-MooseX-Types
+DEPENDS+=      p5-MooseX-Types-Path-Class>0:../../devel/p5-MooseX-Types-Path-Class
+DEPENDS+=      p5-URI>0:../../www/p5-URI
+DEPENDS+=      p5-URI-FromHash>0:../../www/p5-URI-FromHash
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/MooseX/Types/URI/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r f9ab0f321e0a -r 48aa3d313422 devel/p5-MooseX-Types-URI/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-MooseX-Types-URI/distinfo        Thu Aug 27 10:39:13 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/08/27 10:39:13 abs Exp $
+
+SHA1 (MooseX-Types-URI-0.02.tar.gz) = 57be60960db0aa77791a9344a27fdea5ee4a4402
+RMD160 (MooseX-Types-URI-0.02.tar.gz) = 4f99afaf2118f25bfe2c0b9c2ee086b9b89da03d
+Size (MooseX-Types-URI-0.02.tar.gz) = 3988 bytes



Home | Main Index | Thread Index | Old Index