From owner-svn-ports-all@freebsd.org Sat Oct 20 15:21:18 2018 Return-Path: Delivered-To: svn-ports-all@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 0FEECFE91B5; Sat, 20 Oct 2018 15:21:18 +0000 (UTC) (envelope-from zi@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 B980B756E7; Sat, 20 Oct 2018 15:21:17 +0000 (UTC) (envelope-from zi@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 B454B1FBCE; Sat, 20 Oct 2018 15:21:17 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9KFLHf9037408; Sat, 20 Oct 2018 15:21:17 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9KFLGlG037404; Sat, 20 Oct 2018 15:21:16 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201810201521.w9KFLGlG037404@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Sat, 20 Oct 2018 15:21:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482558 - in head/devel: . p5-Class-Tiny-Chained X-SVN-Group: ports-head X-SVN-Commit-Author: zi X-SVN-Commit-Paths: in head/devel: . p5-Class-Tiny-Chained X-SVN-Commit-Revision: 482558 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.29 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: Sat, 20 Oct 2018 15:21:18 -0000 Author: zi Date: Sat Oct 20 15:21:16 2018 New Revision: 482558 URL: https://svnweb.freebsd.org/changeset/ports/482558 Log: New port: devel/p5-Class-Tiny-Chained: Class::Tiny::Chained is a wrapper around Class::Tiny which makes the generated attribute accessors chainable; that is, when setting an attribute value, the object is returned so that further methods can be called. WWW: https://metacpan.org/release/Class-Tiny-Chained Added: head/devel/p5-Class-Tiny-Chained/ head/devel/p5-Class-Tiny-Chained/Makefile (contents, props changed) head/devel/p5-Class-Tiny-Chained/distinfo (contents, props changed) head/devel/p5-Class-Tiny-Chained/pkg-descr (contents, props changed) head/devel/p5-Class-Tiny-Chained/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Oct 20 15:12:44 2018 (r482557) +++ head/devel/Makefile Sat Oct 20 15:21:16 2018 (r482558) @@ -2172,6 +2172,7 @@ SUBDIR += p5-Class-Tangram SUBDIR += p5-Class-Throwable SUBDIR += p5-Class-Tiny + SUBDIR += p5-Class-Tiny-Chained SUBDIR += p5-Class-Tom SUBDIR += p5-Class-Trigger SUBDIR += p5-Class-Unload Added: head/devel/p5-Class-Tiny-Chained/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Class-Tiny-Chained/Makefile Sat Oct 20 15:21:16 2018 (r482558) @@ -0,0 +1,22 @@ +# Created by: Ryan Steinmetz +# $FreeBSD$ + +PORTNAME= Class-Tiny-Chained +PORTVERSION= 0.004 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Minimalist class construction, with chained attributes + +LICENSE= ART20 + +BUILD_DEPENDS= p5-Class-Tiny>0:devel/p5-Class-Tiny +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= perl5 +USE_PERL5= configure +NO_ARCH= YES + +.include Added: head/devel/p5-Class-Tiny-Chained/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Class-Tiny-Chained/distinfo Sat Oct 20 15:21:16 2018 (r482558) @@ -0,0 +1,3 @@ +TIMESTAMP = 1540046753 +SHA256 (Class-Tiny-Chained-0.004.tar.gz) = 2c4215e94ac48eed50c9e9dd265817b8e25190ca9fbe23a65bcc0ebed4a44a31 +SIZE (Class-Tiny-Chained-0.004.tar.gz) = 13936 Added: head/devel/p5-Class-Tiny-Chained/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Class-Tiny-Chained/pkg-descr Sat Oct 20 15:21:16 2018 (r482558) @@ -0,0 +1,6 @@ +Class::Tiny::Chained is a wrapper around Class::Tiny which makes the +generated attribute accessors chainable; that is, when setting an +attribute value, the object is returned so that further methods can +be called. + +WWW: https://metacpan.org/release/Class-Tiny-Chained Added: head/devel/p5-Class-Tiny-Chained/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Class-Tiny-Chained/pkg-plist Sat Oct 20 15:21:16 2018 (r482558) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Class/Tiny/Chained.pm +%%PERL5_MAN3%%/Class::Tiny::Chained.3.gz