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:
parent
03a9fb95c4
commit
951b2d9826
22
devel/p5-String-Tagged/Makefile
Normal file
22
devel/p5-String-Tagged/Makefile
Normal 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>
|
2
devel/p5-String-Tagged/distinfo
Normal file
2
devel/p5-String-Tagged/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (String-Tagged-0.18.tar.gz) = udmuZ6Bebo84TqgTBLfbqRfv/31PrcefSIXKHThoiMs=
|
||||
SIZE (String-Tagged-0.18.tar.gz) = 42190
|
3
devel/p5-String-Tagged/pkg/DESCR
Normal file
3
devel/p5-String-Tagged/pkg/DESCR
Normal 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.
|
8
devel/p5-String-Tagged/pkg/PLIST
Normal file
8
devel/p5-String-Tagged/pkg/PLIST
Normal 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
|
Loading…
x
Reference in New Issue
Block a user