Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Nov 2013 16:51: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: r332869 - in head/devel: . p5-Sentinel
Message-ID:  <201311051651.rA5GprPB052933@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Nov  5 16:51:53 2013
New Revision: 332869
URL: http://svnweb.freebsd.org/changeset/ports/332869

Log:
  - Add p5-Sentinel 0.05
  
  Sentinel provides a single lvalue function, sentinel, which yields a scalar that
  invoke callbacks to get or set its value. Primarily this is useful to create
  lvalue object accessors or other functions, to invoke actual code when a new
  value is set, rather than simply updating a scalar variable.
  
  WWW: http://search.cpan.org/dist/Sentinel/

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Nov  5 16:42:55 2013	(r332868)
+++ head/devel/Makefile	Tue Nov  5 16:51:53 2013	(r332869)
@@ -2634,6 +2634,7 @@
     SUBDIR += p5-Scope-Guard
     SUBDIR += p5-Scope-Upper
     SUBDIR += p5-Search-Binary
+    SUBDIR += p5-Sentinel
     SUBDIR += p5-Sepia
     SUBDIR += p5-Set-Array
     SUBDIR += p5-Set-ConsistentHash

Added: head/devel/p5-Sentinel/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Sentinel/Makefile	Tue Nov  5 16:51:53 2013	(r332869)
@@ -0,0 +1,23 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	Sentinel
+PORTVERSION=	0.05
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:PEVANS
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Create lightweight SCALARs with get/set callbacks
+
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+TEST_DEPENDS=	p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod \
+		p5-Test-Refcount>=0:${PORTSDIR}/devel/p5-Test-Refcount
+
+USE_PERL5=	modbuild
+USES=		perl5
+
+.include <bsd.port.mk>

Added: head/devel/p5-Sentinel/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Sentinel/distinfo	Tue Nov  5 16:51:53 2013	(r332869)
@@ -0,0 +1,2 @@
+SHA256 (Sentinel-0.05.tar.gz) = d395c0317b38afa3aa25578a04f5519aed1aba1ebe8a281462ec32b4568fd93a
+SIZE (Sentinel-0.05.tar.gz) = 16260

Added: head/devel/p5-Sentinel/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Sentinel/pkg-descr	Tue Nov  5 16:51:53 2013	(r332869)
@@ -0,0 +1,6 @@
+Sentinel provides a single lvalue function, sentinel, which yields a scalar that
+invoke callbacks to get or set its value. Primarily this is useful to create
+lvalue object accessors or other functions, to invoke actual code when a new
+value is set, rather than simply updating a scalar variable.
+
+WWW: http://search.cpan.org/dist/Sentinel/

Added: head/devel/p5-Sentinel/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Sentinel/pkg-plist	Tue Nov  5 16:51:53 2013	(r332869)
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/Sentinel.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sentinel/Sentinel.bs
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sentinel/Sentinel.so
+%%PERL5_MAN3%%/Sentinel.3.gz
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sentinel



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