From owner-svn-ports-all@freebsd.org Sun Jan 21 12:49:54 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 65C58EC9870; Sun, 21 Jan 2018 12:49:54 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 27C726A767; Sun, 21 Jan 2018 12:49:54 +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 772D43E33; Sun, 21 Jan 2018 12:49:53 +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 w0LCnrAH019167; Sun, 21 Jan 2018 12:49:53 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0LCnqlq019160; Sun, 21 Jan 2018 12:49:52 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201801211249.w0LCnqlq019160@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 21 Jan 2018 12:49:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r459603 - in head/devel: . p5-MooX-Thunking X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: in head/devel: . p5-MooX-Thunking X-SVN-Commit-Revision: 459603 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Jan 2018 12:49:54 -0000 Author: wen Date: Sun Jan 21 12:49:52 2018 New Revision: 459603 URL: https://svnweb.freebsd.org/changeset/ports/459603 Log: This is a Moo extension. It allows another value for the is parameter to "has" in Moo: "thunked". If used, this will allow you to transparently provide either a real value for the attribute, or a "CodeLike" in Types::TypeTiny that when called will return such a real value. WWW: http://search.cpan.org/dist/MooX-Thunking/ Added: head/devel/p5-MooX-Thunking/ head/devel/p5-MooX-Thunking/Makefile (contents, props changed) head/devel/p5-MooX-Thunking/distinfo (contents, props changed) head/devel/p5-MooX-Thunking/pkg-descr (contents, props changed) head/devel/p5-MooX-Thunking/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Jan 21 12:40:37 2018 (r459602) +++ head/devel/Makefile Sun Jan 21 12:49:52 2018 (r459603) @@ -2926,6 +2926,7 @@ SUBDIR += p5-MooX-HandlesVia SUBDIR += p5-MooX-Options SUBDIR += p5-MooX-StrictConstructor + SUBDIR += p5-MooX-Thunking SUBDIR += p5-MooX-TypeTiny SUBDIR += p5-MooX-Types-MooseLike SUBDIR += p5-MooX-Types-MooseLike-Numeric Added: head/devel/p5-MooX-Thunking/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-MooX-Thunking/Makefile Sun Jan 21 12:49:52 2018 (r459603) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= MooX-Thunking +PORTVERSION= 0.07 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= wen@FreeBSD.org +COMMENT= Allow Moo attributes to be thunked + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Moo>=0:devel/p5-Moo \ + p5-Type-Tiny>=0:devel/p5-Type-Tiny +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= perl5 +USE_PERL5= configure +NO_ARCH= yes + +.include Added: head/devel/p5-MooX-Thunking/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-MooX-Thunking/distinfo Sun Jan 21 12:49:52 2018 (r459603) @@ -0,0 +1,3 @@ +TIMESTAMP = 1515339350 +SHA256 (MooX-Thunking-0.07.tar.gz) = a2b83320bd639b27848b184cff6af3c113c016ecc3a3b1fd7f2b27452f6da83a +SIZE (MooX-Thunking-0.07.tar.gz) = 4000 Added: head/devel/p5-MooX-Thunking/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-MooX-Thunking/pkg-descr Sun Jan 21 12:49:52 2018 (r459603) @@ -0,0 +1,6 @@ +This is a Moo extension. It allows another value for the is parameter to "has" +in Moo: "thunked". If used, this will allow you to transparently provide either +a real value for the attribute, or a "CodeLike" in Types::TypeTiny that when +called will return such a real value. + +WWW: http://search.cpan.org/dist/MooX-Thunking/ Added: head/devel/p5-MooX-Thunking/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-MooX-Thunking/pkg-plist Sun Jan 21 12:49:52 2018 (r459603) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/MooX/Thunking.pm +%%PERL5_MAN3%%/MooX::Thunking.3.gz