mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add devel/p5-ReadonlyX, an improved replacement for p5-Readonly/p5-Readonly-XS,
from the person behind p5-Readonly.
This commit is contained in:
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
|
@ -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
|
||||
|
|
23
devel/p5-ReadonlyX/Makefile
Normal file
23
devel/p5-ReadonlyX/Makefile
Normal 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>
|
3
devel/p5-ReadonlyX/distinfo
Normal file
3
devel/p5-ReadonlyX/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1468681203
|
||||
SHA256 (ReadonlyX-1.02.tar.gz) = 3e4ea0870de746d60d354465ab40e71131908f077c8d57211bd119d3d5425480
|
||||
SIZE (ReadonlyX-1.02.tar.gz) = 17378
|
10
devel/p5-ReadonlyX/pkg-descr
Normal file
10
devel/p5-ReadonlyX/pkg-descr
Normal 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
|
2
devel/p5-ReadonlyX/pkg-plist
Normal file
2
devel/p5-ReadonlyX/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
%%SITE_PERL%%/ReadonlyX.pm
|
||||
%%PERL5_MAN3%%/ReadonlyX.3.gz
|
Loading…
Add table
Reference in a new issue