Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Apr 2020 18:00:27 +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: r532806 - in head/devel: . p5-Data-Object-State
Message-ID:  <202004241800.03OI0RWE050278@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Apr 24 18:00:27 2020
New Revision: 532806
URL: https://svnweb.freebsd.org/changeset/ports/532806

Log:
  Add p5-Data-Object-State 2.00
  
  Data::Object::State provides an abstract base class for creating singleton
  classes. This package is derived from Moo and makes consumers Moo classes (with
  all that that entails). This package also injects a BUILD method which is
  responsible for hooking into the build process and returning the appropriate
  state.
  
  WWW: https://metacpan.org/release/Data-Object-State

Added:
  head/devel/p5-Data-Object-State/
  head/devel/p5-Data-Object-State/Makefile   (contents, props changed)
  head/devel/p5-Data-Object-State/distinfo   (contents, props changed)
  head/devel/p5-Data-Object-State/pkg-descr   (contents, props changed)
  head/devel/p5-Data-Object-State/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Apr 24 18:00:20 2020	(r532805)
+++ head/devel/Makefile	Fri Apr 24 18:00:27 2020	(r532806)
@@ -2071,6 +2071,7 @@
     SUBDIR += p5-Data-Object-Role-Tryable
     SUBDIR += p5-Data-Object-RoleHas
     SUBDIR += p5-Data-Object-Space
+    SUBDIR += p5-Data-Object-State
     SUBDIR += p5-Data-ObjectDriver
     SUBDIR += p5-Data-OptList
     SUBDIR += p5-Data-Page-NoTotalEntries

Added: head/devel/p5-Data-Object-State/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Data-Object-State/Makefile	Fri Apr 24 18:00:27 2020	(r532806)
@@ -0,0 +1,25 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	Data-Object-State
+PORTVERSION=	2.00
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Singleton Builder for Data::Object
+
+LICENSE=	APACHE20
+
+BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	p5-Moo>=0:devel/p5-Moo \
+		p5-routines>=0:devel/p5-routines
+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-State/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Data-Object-State/distinfo	Fri Apr 24 18:00:27 2020	(r532806)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1587721861
+SHA256 (Data-Object-State-2.00.tar.gz) = 013171a246903b35a8c4b23c33e108dd0ca96aee8a6047b08f0ff6c8cf67ac42
+SIZE (Data-Object-State-2.00.tar.gz) = 11359

Added: head/devel/p5-Data-Object-State/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Data-Object-State/pkg-descr	Fri Apr 24 18:00:27 2020	(r532806)
@@ -0,0 +1,7 @@
+Data::Object::State provides an abstract base class for creating singleton
+classes. This package is derived from Moo and makes consumers Moo classes (with
+all that that entails). This package also injects a BUILD method which is
+responsible for hooking into the build process and returning the appropriate
+state.
+
+WWW: https://metacpan.org/release/Data-Object-State

Added: head/devel/p5-Data-Object-State/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Data-Object-State/pkg-plist	Fri Apr 24 18:00:27 2020	(r532806)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Data/Object/State.pm
+%%PERL5_MAN3%%/Data::Object::State.3.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004241800.03OI0RWE050278>