import p5-XString 0.002

from wen heping; OK afresh1@

Comment:
isolated String helpers from B

Description:
XString provides the B string helpers in one isolated package. Right now only
cstring and perlstring are available.
This commit is contained in:
bluhm 2020-02-09 23:44:00 +00:00
parent db79b1a440
commit 18d659dfcb
4 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# $OpenBSD: Makefile,v 1.1.1.1 2020/02/09 23:44:00 bluhm Exp $
COMMENT = isolated String helpers from B
CPAN_AUTHOR = ATOOMIC
DISTNAME = XString-0.002
CATEGORIES = textproc
# Perl
PERMIT_PACKAGE = Yes
WANTLIB = c perl
MODULES = cpan
TEST_DEPENDS = devel/p5-Test2-Plugin-NoWarnings \
devel/p5-Test2-Suite \
devel/p5-Test2-Tools-Explain
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (XString-0.002.tar.gz) = Jg4lL3NnIoybTkPvUMC+ywTEeB3mYFd7MIbMEGwAKMA=
SIZE (XString-0.002.tar.gz) = 17906

View File

@ -0,0 +1,2 @@
XString provides the B string helpers in one isolated package. Right now only
cstring and perlstring are available.

View File

@ -0,0 +1,7 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2020/02/09 23:44:00 bluhm Exp $
${P5ARCH}/
${P5ARCH}/XString.pm
${P5ARCH}/auto/
${P5ARCH}/auto/XString/
@so ${P5ARCH}/auto/XString/XString.so
@man man/man3p/XString.3p