From owner-svn-ports-all@FreeBSD.ORG Tue Nov 5 16:51:54 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BBFFFBCF; Tue, 5 Nov 2013 16:51:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A8F66255C; Tue, 5 Nov 2013 16:51:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA5Gpste052938; Tue, 5 Nov 2013 16:51:54 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA5GprPB052933; Tue, 5 Nov 2013 16:51:53 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311051651.rA5GprPB052933@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 5 Nov 2013 16:51:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332869 - in head/devel: . p5-Sentinel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Nov 2013 16:51:54 -0000 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 +# $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 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