SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,16 @@
COMMENT = facility for creating read-only scalars, arrays, hashes
MODULES = cpan
PKG_ARCH = *
DISTNAME = Readonly-2.05
CATEGORIES = devel
REVISION = 0
MAINTAINER = Andrew Fresh <afresh1@openbsd.org>
# perl licence
PERMIT_PACKAGE = Yes
CONFIGURE_STYLE = modbuild tiny
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Readonly-2.05.tar.gz) = SyNUJJGvAQ1EpcfIYSRHOKzHSrq65riDjTVN+xlGK14=
SIZE (Readonly-2.05.tar.gz) = 28877

View file

@ -0,0 +1,6 @@
create variables marked as read-only, applicable to scalar, list, hashes
and all sorts of recursive data-structures.
Use as an alternative to constant, the main difference is that Readonly
creates scalars and other variables that are much easier to interpolate
into strings and other contexts.

View file

@ -0,0 +1,2 @@
${P5SITE}/Readonly.pm
@man man/man3p/Readonly.3p