diff --git a/devel/p5-Text-Control/Makefile b/devel/p5-Text-Control/Makefile new file mode 100644 index 00000000000..87b8b986555 --- /dev/null +++ b/devel/p5-Text-Control/Makefile @@ -0,0 +1,16 @@ +COMMENT = transforms of control characters + +DISTNAME = Text-Control-0.5 + +CATEGORIES = devel + +MAINTAINER = Alexander Bluhm + +# Perl +PERMIT_PACKAGE = Yes + +MODULES = cpan + +PKG_ARCH = * + +.include diff --git a/devel/p5-Text-Control/distinfo b/devel/p5-Text-Control/distinfo new file mode 100644 index 00000000000..fe49ec2abed --- /dev/null +++ b/devel/p5-Text-Control/distinfo @@ -0,0 +1,2 @@ +SHA256 (Text-Control-0.5.tar.gz) = g7YBYPpWN6ZPQh7XiCsYNkPbbILAlJSU+CtsoWRhZWg= +SIZE (Text-Control-0.5.tar.gz) = 10644 diff --git a/devel/p5-Text-Control/pkg/DESCR b/devel/p5-Text-Control/pkg/DESCR new file mode 100644 index 00000000000..4e53aa0c0f1 --- /dev/null +++ b/devel/p5-Text-Control/pkg/DESCR @@ -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". diff --git a/devel/p5-Text-Control/pkg/PLIST b/devel/p5-Text-Control/pkg/PLIST new file mode 100644 index 00000000000..c96b17c511a --- /dev/null +++ b/devel/p5-Text-Control/pkg/PLIST @@ -0,0 +1,3 @@ +${P5SITE}/Text/ +${P5SITE}/Text/Control.pm +@man man/man3p/Text::Control.3p