From owner-svn-ports-head@freebsd.org Mon Mar 25 01:45:40 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E139154D4A0; Mon, 25 Mar 2019 01:45:40 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 23764721A6; Mon, 25 Mar 2019 01:45:40 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E13ACC38; Mon, 25 Mar 2019 01:45:39 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x2P1jdbr030728; Mon, 25 Mar 2019 01:45:39 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2P1jcsK030724; Mon, 25 Mar 2019 01:45:38 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201903250145.x2P1jcsK030724@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Mon, 25 Mar 2019 01:45:38 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: in head/devel: . p5-MooX-Attribute-ENV X-SVN-Commit-Revision: 496788 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 23764721A6 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.975,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Mar 2019 01:45:40 -0000 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 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