Date: Mon, 25 Mar 2019 01:45:38 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r496788 - in head/devel: . p5-MooX-Attribute-ENV Message-ID: <201903250145.x2P1jcsK030724@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wen Date: Mon Mar 25 01:45:38 2019 New Revision: 496788 URL: https://svnweb.freebsd.org/changeset/ports/496788 Log: This is a Moo extension. It allows other attributes for "has" in Moo. If any of these are given, then instead of the normal value-setting "chain" for attributes of given, default; the chain will be given, environment, default. WWW: https://metacpan.org/release/MooX-Attribute-ENV Added: head/devel/p5-MooX-Attribute-ENV/ head/devel/p5-MooX-Attribute-ENV/Makefile (contents, props changed) head/devel/p5-MooX-Attribute-ENV/distinfo (contents, props changed) head/devel/p5-MooX-Attribute-ENV/pkg-descr (contents, props changed) head/devel/p5-MooX-Attribute-ENV/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Mar 25 01:34:40 2019 (r496787) +++ head/devel/Makefile Mon Mar 25 01:45:38 2019 (r496788) @@ -2989,6 +2989,7 @@ SUBDIR += p5-Mojolicious-Plugin-NYTProf SUBDIR += p5-Moo SUBDIR += p5-MooX-Aliases + SUBDIR += p5-MooX-Attribute-ENV SUBDIR += p5-MooX-Cmd SUBDIR += p5-MooX-ConfigFromFile SUBDIR += p5-MooX-File-ConfigDir Added: head/devel/p5-MooX-Attribute-ENV/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-MooX-Attribute-ENV/Makefile Mon Mar 25 01:45:38 2019 (r496788) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= MooX-Attribute-ENV +PORTVERSION= 0.02 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= wen@FreeBSD.org +COMMENT= Allow Moo attributes to get their values from %ENV + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + +USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/devel/p5-MooX-Attribute-ENV/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-MooX-Attribute-ENV/distinfo Mon Mar 25 01:45:38 2019 (r496788) @@ -0,0 +1,3 @@ +TIMESTAMP = 1553474453 +SHA256 (MooX-Attribute-ENV-0.02.tar.gz) = 8feb8ca3a198a63747604b9c9209c59f604d9116069fac62070d54b8b0308569 +SIZE (MooX-Attribute-ENV-0.02.tar.gz) = 4794 Added: head/devel/p5-MooX-Attribute-ENV/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-MooX-Attribute-ENV/pkg-descr Mon Mar 25 01:45:38 2019 (r496788) @@ -0,0 +1,6 @@ +This is a Moo extension. It allows other attributes for "has" in Moo. +If any of these are given, then instead of the normal value-setting +"chain" for attributes of given, default; the chain will be given, +environment, default. + +WWW: https://metacpan.org/release/MooX-Attribute-ENV Added: head/devel/p5-MooX-Attribute-ENV/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-MooX-Attribute-ENV/pkg-plist Mon Mar 25 01:45:38 2019 (r496788) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/MooX/Attribute/ENV.pm +%%PERL5_MAN3%%/MooX::Attribute::ENV.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903250145.x2P1jcsK030724>