import p5-String-Tagged 0.18

OK benoit@

Comment:
string buffers with value tags on extents

Description:
This module implements an object class, instances of which store a
(mutable) string buffer that supports tags. A tag is a name/value pair
that applies to some extent of the underlying string.
This commit is contained in:
bluhm 2022-11-12 11:02:53 +00:00
parent 03a9fb95c4
commit 951b2d9826
4 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,22 @@
COMMENT = string buffers with value tags on extents
DISTNAME = String-Tagged-0.18
CATEGORIES = devel
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# Perl
PERMIT_PACKAGE = Yes
MODULES = cpan
TEST_DEPENDS = devel/p5-Test-Identity
CONFIGURE_STYLE = modbuild
MAKE_ENV = TEST_POD=Yes
PKG_ARCH = *
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (String-Tagged-0.18.tar.gz) = udmuZ6Bebo84TqgTBLfbqRfv/31PrcefSIXKHThoiMs=
SIZE (String-Tagged-0.18.tar.gz) = 42190

View File

@ -0,0 +1,3 @@
This module implements an object class, instances of which store a
(mutable) string buffer that supports tags. A tag is a name/value pair
that applies to some extent of the underlying string.

View File

@ -0,0 +1,8 @@
${P5SITE}/String/
${P5SITE}/String/Tagged/
${P5SITE}/String/Tagged.pm
${P5SITE}/String/Tagged/Extent.pm
${P5SITE}/String/Tagged/Formatting.pod
@man man/man3p/String::Tagged.3p
@man man/man3p/String::Tagged::Extent.3p
@man man/man3p/String::Tagged::Formatting.3p