From owner-svn-ports-head@freebsd.org Fri Apr 24 18:00:09 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6D7392BCC5A; Fri, 24 Apr 2020 18:00:09 +0000 (UTC) (envelope-from sunpoet@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 4982552MJfz3HNS; Fri, 24 Apr 2020 18:00:09 +0000 (UTC) (envelope-from sunpoet@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 4937221DC5; Fri, 24 Apr 2020 18:00:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 03OI09gV049724; Fri, 24 Apr 2020 18:00:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 03OI08IF049717; Fri, 24 Apr 2020 18:00:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202004241800.03OI08IF049717@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 24 Apr 2020 18:00:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r532803 - in head/devel: . p5-Data-Object-Role-Tryable X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . p5-Data-Object-Role-Tryable X-SVN-Commit-Revision: 532803 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Fri, 24 Apr 2020 18:00:09 -0000 Author: sunpoet Date: Fri Apr 24 18:00:07 2020 New Revision: 532803 URL: https://svnweb.freebsd.org/changeset/ports/532803 Log: Add p5-Data-Object-Role-Tryable 2.00 Data::Object::Role::Tryable provides a wrapper around the Data::Object::Try class which provides an object-oriented interface for performing complex try/catch operations. WWW: https://metacpan.org/release/Data-Object-Role-Tryable Added: head/devel/p5-Data-Object-Role-Tryable/ head/devel/p5-Data-Object-Role-Tryable/Makefile (contents, props changed) head/devel/p5-Data-Object-Role-Tryable/distinfo (contents, props changed) head/devel/p5-Data-Object-Role-Tryable/pkg-descr (contents, props changed) head/devel/p5-Data-Object-Role-Tryable/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Apr 24 18:00:01 2020 (r532802) +++ head/devel/Makefile Fri Apr 24 18:00:07 2020 (r532803) @@ -2068,6 +2068,7 @@ SUBDIR += p5-Data-Object-Role-Proxyable SUBDIR += p5-Data-Object-Role-Stashable SUBDIR += p5-Data-Object-Role-Throwable + SUBDIR += p5-Data-Object-Role-Tryable SUBDIR += p5-Data-ObjectDriver SUBDIR += p5-Data-OptList SUBDIR += p5-Data-Page-NoTotalEntries Added: head/devel/p5-Data-Object-Role-Tryable/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Data-Object-Role-Tryable/Makefile Fri Apr 24 18:00:07 2020 (r532803) @@ -0,0 +1,26 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Data-Object-Role-Tryable +PORTVERSION= 2.00 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Tryable Role for Data::Object + +LICENSE= APACHE20 + +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Data-Object-Try>=2.01:devel/p5-Data-Object-Try \ + p5-Moo>=0:devel/p5-Moo \ + p5-routines>=0:devel/p5-routines +TEST_DEPENDS= p5-Test-Auto>=0.07:devel/p5-Test-Auto + +USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes + +.include Added: head/devel/p5-Data-Object-Role-Tryable/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Data-Object-Role-Tryable/distinfo Fri Apr 24 18:00:07 2020 (r532803) @@ -0,0 +1,3 @@ +TIMESTAMP = 1587721855 +SHA256 (Data-Object-Role-Tryable-2.00.tar.gz) = bcbbce52432a7b85da33d9492f6a17ae628c8141cd8cd8ebcb7a9cde7851f49e +SIZE (Data-Object-Role-Tryable-2.00.tar.gz) = 10913 Added: head/devel/p5-Data-Object-Role-Tryable/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Data-Object-Role-Tryable/pkg-descr Fri Apr 24 18:00:07 2020 (r532803) @@ -0,0 +1,5 @@ +Data::Object::Role::Tryable provides a wrapper around the Data::Object::Try +class which provides an object-oriented interface for performing complex +try/catch operations. + +WWW: https://metacpan.org/release/Data-Object-Role-Tryable Added: head/devel/p5-Data-Object-Role-Tryable/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Data-Object-Role-Tryable/pkg-plist Fri Apr 24 18:00:07 2020 (r532803) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Data/Object/Role/Tryable.pm +%%PERL5_MAN3%%/Data::Object::Role::Tryable.3.gz