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:
parent
eadc5af837
commit
6a074212f3
20
devel/p5-IO-String/Makefile
Normal file
20
devel/p5-IO-String/Makefile
Normal 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>
|
3
devel/p5-IO-String/files/md5
Normal file
3
devel/p5-IO-String/files/md5
Normal 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
|
1
devel/p5-IO-String/pkg/COMMENT
Normal file
1
devel/p5-IO-String/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
emulate IO::File interface for in-core strings
|
7
devel/p5-IO-String/pkg/DESCR
Normal file
7
devel/p5-IO-String/pkg/DESCR
Normal 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.
|
3
devel/p5-IO-String/pkg/PLIST
Normal file
3
devel/p5-IO-String/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user