SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

11
devel/p5-IO-Tee/Makefile Normal file
View file

@ -0,0 +1,11 @@
COMMENT= multiplex output to multiple handles
MODULES= cpan
PKG_ARCH= *
DISTNAME = IO-Tee-0.66
CATEGORIES= devel
# perl
PERMIT_PACKAGE= Yes
.include <bsd.port.mk>

2
devel/p5-IO-Tee/distinfo Normal file
View file

@ -0,0 +1,2 @@
SHA256 (IO-Tee-0.66.tar.gz) = LZznIGUW+cMIY6NnqhwrmzVwLjabCrqhX5n7LMCFUuA=
SIZE (IO-Tee-0.66.tar.gz) = 12883

View file

@ -0,0 +1,4 @@
The `IO::Tee' constructor, given a list of output handles, returns a
tied handle that can be written to but not read from. When written to
(using print or printf), it multiplexes the output to the list of
handles originally passed to the constructor.

View file

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