pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-MooX-ClassAttribute
Module Name: pkgsrc
Committed By: mef
Date: Wed Jul 20 12:51:25 UTC 2016
Added Files:
pkgsrc/devel/p5-MooX-ClassAttribute: DESCR Makefile distinfo
Log Message:
Import p5-MooX-ClassAttribute-0.011 as devel/p5-MooX-ClassAttribute.
This module adds support for class attributes to Moo. Class attributes are
attributes whose values are not associated with any particular instance of
the class.
For example, the Person class might have a class attribute "binomial_name";
its value "Homo sapiens" is not associated with any particular individual,
but the class as a whole.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-MooX-ClassAttribute/DESCR \
pkgsrc/devel/p5-MooX-ClassAttribute/Makefile \
pkgsrc/devel/p5-MooX-ClassAttribute/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/devel/p5-MooX-ClassAttribute/DESCR
diff -u /dev/null pkgsrc/devel/p5-MooX-ClassAttribute/DESCR:1.1
--- /dev/null Wed Jul 20 12:51:25 2016
+++ pkgsrc/devel/p5-MooX-ClassAttribute/DESCR Wed Jul 20 12:51:25 2016
@@ -0,0 +1,7 @@
+This module adds support for class attributes to Moo. Class attributes are
+attributes whose values are not associated with any particular instance of
+the class.
+
+For example, the Person class might have a class attribute "binomial_name";
+its value "Homo sapiens" is not associated with any particular individual,
+but the class as a whole.
Index: pkgsrc/devel/p5-MooX-ClassAttribute/Makefile
diff -u /dev/null pkgsrc/devel/p5-MooX-ClassAttribute/Makefile:1.1
--- /dev/null Wed Jul 20 12:51:25 2016
+++ pkgsrc/devel/p5-MooX-ClassAttribute/Makefile Wed Jul 20 12:51:25 2016
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2016/07/20 12:51:25 mef Exp $
+
+DISTNAME= MooX-ClassAttribute-0.011
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= http://search.cpan.org/CPAN/authors/id/T/TO/TOBYINK/
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/CPAN/authors/id/T/TO/TOBYINK/
+COMMENT= Declare class attributes Moose-style... but without Moose
+LICENSE= ${PERL5_LICENSE}
+
+# for make test
+BUILD_DEPENDS+= p5-MooseX-ClassAttribute-[0-9]*:../../devel/p5-MooseX-ClassAttribute
+
+PERL5_PACKLIST= auto/MooX/ClassAttribute/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/p5-MooX-ClassAttribute/distinfo
diff -u /dev/null pkgsrc/devel/p5-MooX-ClassAttribute/distinfo:1.1
--- /dev/null Wed Jul 20 12:51:25 2016
+++ pkgsrc/devel/p5-MooX-ClassAttribute/distinfo Wed Jul 20 12:51:25 2016
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/07/20 12:51:25 mef Exp $
+
+SHA1 (MooX-ClassAttribute-0.011.tar.gz) = 9b99314e819f60c2f11e7b5392f8a6d17e4b19f6
+RMD160 (MooX-ClassAttribute-0.011.tar.gz) = 0c8470e335d43b1213605a3f10b777566115dc53
+SHA512 (MooX-ClassAttribute-0.011.tar.gz) = 00c62ff1a065a21f761357969e94bd45b2320bfc79e125635b87a034b141aed756ebae789602afb01b3341f5be980a2a8348305cb6c726a8d6b6cee2e3af1ccf
+Size (MooX-ClassAttribute-0.011.tar.gz) = 24591 bytes
Home |
Main Index |
Thread Index |
Old Index