svn commit: r532808 - in head/devel: . p5-Data-Object-Try

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Apr 24 18:00:44 UTC 2020


Author: sunpoet
Date: Fri Apr 24 18:00:39 2020
New Revision: 532808
URL: https://svnweb.freebsd.org/changeset/ports/532808

Log:
  Add p5-Data-Object-Try 2.02
  
  Data::Object::Try 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-Try/
  head/devel/p5-Data-Object-Try/Makefile   (contents, props changed)
  head/devel/p5-Data-Object-Try/distinfo   (contents, props changed)
  head/devel/p5-Data-Object-Try/pkg-descr   (contents, props changed)
  head/devel/p5-Data-Object-Try/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Apr 24 18:00:33 2020	(r532807)
+++ head/devel/Makefile	Fri Apr 24 18:00:39 2020	(r532808)
@@ -2073,6 +2073,7 @@
     SUBDIR += p5-Data-Object-Space
     SUBDIR += p5-Data-Object-State
     SUBDIR += p5-Data-Object-Struct
+    SUBDIR += p5-Data-Object-Try
     SUBDIR += p5-Data-ObjectDriver
     SUBDIR += p5-Data-OptList
     SUBDIR += p5-Data-Page-NoTotalEntries

Added: head/devel/p5-Data-Object-Try/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Data-Object-Try/Makefile	Fri Apr 24 18:00:39 2020	(r532808)
@@ -0,0 +1,26 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	Data-Object-Try
+PORTVERSION=	2.02
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Try Class for Data::Object
+
+LICENSE=	APACHE20
+
+BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	p5-Moo>=0:devel/p5-Moo \
+		p5-Try-Tiny>=0.30:lang/p5-Try-Tiny \
+		p5-routines>=0:devel/p5-routines
+TEST_DEPENDS=	p5-Test-Auto>=0.05:devel/p5-Test-Auto
+
+USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/p5-Data-Object-Try/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Data-Object-Try/distinfo	Fri Apr 24 18:00:39 2020	(r532808)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1587721865
+SHA256 (Data-Object-Try-2.02.tar.gz) = 7f46bfe8691ec6d60a3570d68cf64deab697d043860cb95476884c8ccbd81017
+SIZE (Data-Object-Try-2.02.tar.gz) = 14952

Added: head/devel/p5-Data-Object-Try/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Data-Object-Try/pkg-descr	Fri Apr 24 18:00:39 2020	(r532808)
@@ -0,0 +1,4 @@
+Data::Object::Try 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-Try/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Data-Object-Try/pkg-plist	Fri Apr 24 18:00:39 2020	(r532808)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Data/Object/Try.pm
+%%PERL5_MAN3%%/Data::Object::Try.3.gz


More information about the svn-ports-all mailing list