Date: Fri, 24 Apr 2020 18:00:53 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r532810 - in head/devel: . p5-Data-Object-Vars Message-ID: <202004241800.03OI0rJ4051706@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Apr 24 18:00:52 2020 New Revision: 532810 URL: https://svnweb.freebsd.org/changeset/ports/532810 Log: Add p5-Data-Object-Vars 2.01 Data::Object::Role::Stashable provides methods for stashing data within the object. WWW: https://metacpan.org/release/Data-Object-Vars Added: head/devel/p5-Data-Object-Vars/ head/devel/p5-Data-Object-Vars/Makefile (contents, props changed) head/devel/p5-Data-Object-Vars/distinfo (contents, props changed) head/devel/p5-Data-Object-Vars/pkg-descr (contents, props changed) head/devel/p5-Data-Object-Vars/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Apr 24 18:00:46 2020 (r532809) +++ head/devel/Makefile Fri Apr 24 18:00:52 2020 (r532810) @@ -2075,6 +2075,7 @@ SUBDIR += p5-Data-Object-Struct SUBDIR += p5-Data-Object-Try SUBDIR += p5-Data-Object-Types + SUBDIR += p5-Data-Object-Vars SUBDIR += p5-Data-ObjectDriver SUBDIR += p5-Data-OptList SUBDIR += p5-Data-Page-NoTotalEntries Added: head/devel/p5-Data-Object-Vars/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Data-Object-Vars/Makefile Fri Apr 24 18:00:52 2020 (r532810) @@ -0,0 +1,28 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= Data-Object-Vars +PORTVERSION= 2.01 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Stashable Role for Data::Object + +LICENSE= APACHE20 + +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Data-Object-Class>=2.02:devel/p5-Data-Object-Class \ + p5-Data-Object-ClassHas>=2.01:devel/p5-Data-Object-ClassHas \ + p5-Data-Object-Role-Buildable>=0.02:devel/p5-Data-Object-Role-Buildable \ + p5-Data-Object-Role-Proxyable>=2.03:devel/p5-Data-Object-Role-Proxyable \ + p5-Data-Object-Role-Stashable>=2.01:devel/p5-Data-Object-Role-Stashable +TEST_DEPENDS= p5-Test-Auto>=0.10:devel/p5-Test-Auto + +USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/devel/p5-Data-Object-Vars/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Data-Object-Vars/distinfo Fri Apr 24 18:00:52 2020 (r532810) @@ -0,0 +1,3 @@ +TIMESTAMP = 1587721869 +SHA256 (Data-Object-Vars-2.01.tar.gz) = cf4ebaf78e7b3fb94a72aebac41d9f2870d24ba925cfe99d2ad06b9284103640 +SIZE (Data-Object-Vars-2.01.tar.gz) = 12949 Added: head/devel/p5-Data-Object-Vars/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Data-Object-Vars/pkg-descr Fri Apr 24 18:00:52 2020 (r532810) @@ -0,0 +1,4 @@ +Data::Object::Role::Stashable provides methods for stashing data within the +object. + +WWW: https://metacpan.org/release/Data-Object-Vars Added: head/devel/p5-Data-Object-Vars/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Data-Object-Vars/pkg-plist Fri Apr 24 18:00:52 2020 (r532810) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Data/Object/Vars.pm +%%PERL5_MAN3%%/Data::Object::Vars.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004241800.03OI0rJ4051706>