The module provide the IO::File interface for in-core strings. An

object can be attached to a string, and will make it possible to use
the normal file operations for reading or writing data, as well as
seeking to various locations of the string. The main reason you might
want to do this, is if you have some other library module that only
provide an interface to file handles, and you want to keep all the
stuff in memory.

Originally created by Shell Hung <i@shellhung.org>. I have moved it from
textproc/ to devel/
This commit is contained in:
peter 2001-03-19 19:06:52 +00:00
parent eadc5af837
commit 6a074212f3
5 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/03/19 19:06:52 peter Exp $
DISTNAME= IO-String-1.01
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
NEED_VERSION= 1.362
MAINTAINER= Shell Hung <i@shellhung.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= IO
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (IO-String-1.01.tar.gz) = 0983ca19b9b1bcadde5ea23b7b7a2f33
RMD160 (IO-String-1.01.tar.gz) = 6e502f6b6b3ddf9d00a54531feb4543804f3a3e7
SHA1 (IO-String-1.01.tar.gz) = 8fd3153c21222855985a193c616df3080f701385

View File

@ -0,0 +1 @@
emulate IO::File interface for in-core strings

View File

@ -0,0 +1,7 @@
The module provide the IO::File interface for in-core strings. An
object can be attached to a string, and will make it possible to use
the normal file operations for reading or writing data, as well as
seeking to various locations of the string. The main reason you might
want to do this, is if you have some other library module that only
provide an interface to file handles, and you want to keep all the
stuff in memory.

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/03/19 19:06:52 peter Exp $
libdata/perl5/site_perl/IO/String.pm
man/man3/IO::String.3p