diff --git a/devel/p5-IO-String/Makefile b/devel/p5-IO-String/Makefile new file mode 100644 index 00000000000..f963f941d5f --- /dev/null +++ b/devel/p5-IO-String/Makefile @@ -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 + +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 diff --git a/devel/p5-IO-String/files/md5 b/devel/p5-IO-String/files/md5 new file mode 100644 index 00000000000..0438309b64e --- /dev/null +++ b/devel/p5-IO-String/files/md5 @@ -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 diff --git a/devel/p5-IO-String/pkg/COMMENT b/devel/p5-IO-String/pkg/COMMENT new file mode 100644 index 00000000000..bf766da7384 --- /dev/null +++ b/devel/p5-IO-String/pkg/COMMENT @@ -0,0 +1 @@ +emulate IO::File interface for in-core strings diff --git a/devel/p5-IO-String/pkg/DESCR b/devel/p5-IO-String/pkg/DESCR new file mode 100644 index 00000000000..8ea6593eff5 --- /dev/null +++ b/devel/p5-IO-String/pkg/DESCR @@ -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. diff --git a/devel/p5-IO-String/pkg/PLIST b/devel/p5-IO-String/pkg/PLIST new file mode 100644 index 00000000000..8f03f9d3ec1 --- /dev/null +++ b/devel/p5-IO-String/pkg/PLIST @@ -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