From owner-svn-ports-all@freebsd.org Sat Jul 16 15:13:48 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1A6FBB9B647; Sat, 16 Jul 2016 15:13:48 +0000 (UTC) (envelope-from adamw@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 mx1.freebsd.org (Postfix) with ESMTPS id E6C9011F1; Sat, 16 Jul 2016 15:13:47 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6GFDloH029339; Sat, 16 Jul 2016 15:13:47 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6GFDkZk029334; Sat, 16 Jul 2016 15:13:46 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201607161513.u6GFDkZk029334@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 16 Jul 2016 15:13:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418638 - in head/devel: . p5-ReadonlyX 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.22 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: Sat, 16 Jul 2016 15:13:48 -0000 Author: adamw Date: Sat Jul 16 15:13:46 2016 New Revision: 418638 URL: https://svnweb.freebsd.org/changeset/ports/418638 Log: Add devel/p5-ReadonlyX, an improved replacement for p5-Readonly/p5-Readonly-XS, from the person behind p5-Readonly. Added: head/devel/p5-ReadonlyX/ head/devel/p5-ReadonlyX/Makefile (contents, props changed) head/devel/p5-ReadonlyX/distinfo (contents, props changed) head/devel/p5-ReadonlyX/pkg-descr (contents, props changed) head/devel/p5-ReadonlyX/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Jul 16 15:13:09 2016 (r418637) +++ head/devel/Makefile Sat Jul 16 15:13:46 2016 (r418638) @@ -2983,6 +2983,7 @@ SUBDIR += p5-Rcs-Agent SUBDIR += p5-Readonly SUBDIR += p5-Readonly-XS + SUBDIR += p5-ReadonlyX SUBDIR += p5-Reflex SUBDIR += p5-Regexp-Assemble SUBDIR += p5-Regexp-Assemble-Compressed Added: head/devel/p5-ReadonlyX/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-ReadonlyX/Makefile Sat Jul 16 15:13:46 2016 (r418638) @@ -0,0 +1,23 @@ +# Created by: Adam Weinberger +# $FreeBSD$ + +PORTNAME= ReadonlyX +PORTVERSION= 1.02 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:SANKO +PKGNAMEPREFIX= p5- + +MAINTAINER= adamw@FreeBSD.org +COMMENT= Faster facility for creating read-only scalars, arrays, hashes + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal + +USES= perl5 +USE_PERL5= modbuildtiny +NO_ARCH= yes + +.include Added: head/devel/p5-ReadonlyX/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-ReadonlyX/distinfo Sat Jul 16 15:13:46 2016 (r418638) @@ -0,0 +1,3 @@ +TIMESTAMP = 1468681203 +SHA256 (ReadonlyX-1.02.tar.gz) = 3e4ea0870de746d60d354465ab40e71131908f077c8d57211bd119d3d5425480 +SIZE (ReadonlyX-1.02.tar.gz) = 17378 Added: head/devel/p5-ReadonlyX/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-ReadonlyX/pkg-descr Sat Jul 16 15:13:46 2016 (r418638) @@ -0,0 +1,10 @@ +ReadonlyX combines the best features of p5-Readonly and p5-Readonly-XS, +and is a drop-in replacement. It creates read-only scalars, arrays, and +hashes. It was created by maintainer of Readonly itself. + +The author says: "ReadonlyX is the best of recent versions of Readonly +without the old API and without the speed penalty of tie(...). It's what +I'd like to do with Readonly if resolving bugs in it wouldn't break 16 +years of code out there in Darkpan." + +WWW: https://metacpan.org/pod/ReadonlyX Added: head/devel/p5-ReadonlyX/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-ReadonlyX/pkg-plist Sat Jul 16 15:13:46 2016 (r418638) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/ReadonlyX.pm +%%PERL5_MAN3%%/ReadonlyX.3.gz