import p5-Text-Control 0.5

OK sthen@

Comment:
transforms of control characters

Description:
These are transforms of control characters useful for debugging.
This module considers byte numbers 32 - 126 to be "printable"; i.e.,
they represent actual ASCII characters.  Anything outside this range
is thus "nonprintable".
This commit is contained in:
bluhm 2022-06-08 17:21:19 +00:00
parent ea557228c3
commit 2f1c9f1715
4 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,16 @@
COMMENT = transforms of control characters
DISTNAME = Text-Control-0.5
CATEGORIES = devel
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# Perl
PERMIT_PACKAGE = Yes
MODULES = cpan
PKG_ARCH = *
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Text-Control-0.5.tar.gz) = g7YBYPpWN6ZPQh7XiCsYNkPbbILAlJSU+CtsoWRhZWg=
SIZE (Text-Control-0.5.tar.gz) = 10644

View File

@ -0,0 +1,4 @@
These are transforms of control characters useful for debugging.
This module considers byte numbers 32 - 126 to be "printable"; i.e.,
they represent actual ASCII characters. Anything outside this range
is thus "nonprintable".

View File

@ -0,0 +1,3 @@
${P5SITE}/Text/
${P5SITE}/Text/Control.pm
@man man/man3p/Text::Control.3p