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 Added devel/p5-MooseX-Types vers...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1b707144dc1b
branches:  trunk
changeset: 548257:1b707144dc1b
user:      abs <abs%pkgsrc.org@localhost>
date:      Sun Oct 12 17:26:41 2008 +0000

description:
Added devel/p5-MooseX-Types version 0.04

The types provided with Moose are by design global. This package
helps you to organise and selectively import your own and the
built-in types in libraries. As a nice side effect, it catches
typos at compile-time too.

However, the main reason for this module is to provide an easy way
to not have conflicts with your type names, since the internal
fully qualified names of the types will be prefixed with the
library's name.

This module will also provide you with some helper functions to
make it easier to use Moose types in your code.

diffstat:

 devel/p5-MooseX-Types/DESCR    |  12 ++++++++++++
 devel/p5-MooseX-Types/Makefile |  26 ++++++++++++++++++++++++++
 devel/p5-MooseX-Types/distinfo |   5 +++++
 3 files changed, 43 insertions(+), 0 deletions(-)

diffs (55 lines):

diff -r 98374314276d -r 1b707144dc1b devel/p5-MooseX-Types/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-MooseX-Types/DESCR       Sun Oct 12 17:26:41 2008 +0000
@@ -0,0 +1,12 @@
+The types provided with Moose are by design global. This package
+helps you to organise and selectively import your own and the
+built-in types in libraries. As a nice side effect, it catches
+typos at compile-time too.
+
+However, the main reason for this module is to provide an easy way
+to not have conflicts with your type names, since the internal
+fully qualified names of the types will be prefixed with the
+library's name.
+
+This module will also provide you with some helper functions to
+make it easier to use Moose types in your code.
diff -r 98374314276d -r 1b707144dc1b devel/p5-MooseX-Types/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-MooseX-Types/Makefile    Sun Oct 12 17:26:41 2008 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/10/12 17:26:41 abs Exp $
+#
+
+DISTNAME=      MooseX-Types-0.04
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=MooseX/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/perldoc?MooseX::Types
+COMMENT=       Organise your Moose types in libraries
+
+DEPENDS+=      p5-Moose>=0.24:../../devel/p5-Moose
+DEPENDS+=      p5-Sub-Uplevel>=0.14:../../devel/p5-Sub-Uplevel
+DEPENDS+=      p5-Sub-Install>=0.922:../../devel/p5-Sub-Install
+DEPENDS+=      p5-namespace-clean>=0.04:../../devel/p5-namespace-clean
+DEPENDS+=      p5-Carp-Clan>=0:../../devel/p5-Carp-Clan
+DEPENDS+=      p5-Class-MOP>=0:../../devel/p5-Class-MOP
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/MooseX/Types/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 98374314276d -r 1b707144dc1b devel/p5-MooseX-Types/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-MooseX-Types/distinfo    Sun Oct 12 17:26:41 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/10/12 17:26:41 abs Exp $
+
+SHA1 (MooseX-Types-0.04.tar.gz) = f7b1c07c0c82593684540c12d2a68471d527d0eb
+RMD160 (MooseX-Types-0.04.tar.gz) = ce4bb226b776340c26d0fd05c3b858b44ae4250f
+Size (MooseX-Types-0.04.tar.gz) = 27316 bytes



Home | Main Index | Thread Index | Old Index