Import p5-Stream-Buffered.

temporary buffer to save bytes

from Cesare Gargano (maintainer), ok afresh1@
This commit is contained in:
benoit 2015-01-16 15:52:38 +00:00
parent ace0907db8
commit 62cd61a5c8
4 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,14 @@
# $OpenBSD: Makefile,v 1.1.1.1 2015/01/16 15:52:38 benoit Exp $
COMMENT = temporary buffer to save bytes
MODULES = cpan
DISTNAME = Stream-Buffered-0.03
CATEGORIES = devel
MAINTAINER = Cesare Gargano <gar@plusiagamma.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Stream-Buffered-0.03.tar.gz) = my1DkLXeawz0VY5K0EMXpzxeE90ZrykUnE5Hw3+yQjs=
SIZE (Stream-Buffered-0.03.tar.gz) = 10348

View File

@ -0,0 +1,4 @@
Stream::Buffered is a buffer class to store arbitrary length of byte strings
and then get a seekable filehandle once everything is buffered. It uses
PerlIO and/or temporary file to save the buffer depending on the length of
the size.

View File

@ -0,0 +1,8 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2015/01/16 15:52:38 benoit Exp $
${P5SITE}/Stream/
${P5SITE}/Stream/Buffered/
${P5SITE}/Stream/Buffered.pm
${P5SITE}/Stream/Buffered/Auto.pm
${P5SITE}/Stream/Buffered/File.pm
${P5SITE}/Stream/Buffered/PerlIO.pm
@man man/man3p/Stream::Buffered.3p