Date: Sat, 16 Jul 2016 15:13:46 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418638 - in head/devel: . p5-ReadonlyX Message-ID: <201607161513.u6GFDkZk029334@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <adamw@FreeBSD.org> +# $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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607161513.u6GFDkZk029334>