Add devel/p5-ReadonlyX, an improved replacement for p5-Readonly/p5-Readonly-XS,

from the person behind p5-Readonly.
This commit is contained in:
Adam Weinberger 2016-07-16 15:13:46 +00:00
parent dfc628bb70
commit e249ec404b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418638
5 changed files with 39 additions and 0 deletions

View file

@ -2983,6 +2983,7 @@
SUBDIR += p5-Rcs-Agent SUBDIR += p5-Rcs-Agent
SUBDIR += p5-Readonly SUBDIR += p5-Readonly
SUBDIR += p5-Readonly-XS SUBDIR += p5-Readonly-XS
SUBDIR += p5-ReadonlyX
SUBDIR += p5-Reflex SUBDIR += p5-Reflex
SUBDIR += p5-Regexp-Assemble SUBDIR += p5-Regexp-Assemble
SUBDIR += p5-Regexp-Assemble-Compressed SUBDIR += p5-Regexp-Assemble-Compressed

View file

@ -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>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1468681203
SHA256 (ReadonlyX-1.02.tar.gz) = 3e4ea0870de746d60d354465ab40e71131908f077c8d57211bd119d3d5425480
SIZE (ReadonlyX-1.02.tar.gz) = 17378

View file

@ -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

View file

@ -0,0 +1,2 @@
%%SITE_PERL%%/ReadonlyX.pm
%%PERL5_MAN3%%/ReadonlyX.3.gz