Date: Sat, 20 Oct 2018 15:21:16 +0000 (UTC) From: Ryan Steinmetz <zi@FreeBSD.org> 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 Message-ID: <201810201521.w9KFLGlG037404@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <zi@FreeBSD.org> +# $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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810201521.w9KFLGlG037404>