diff --git a/devel/p5-IO-String/Makefile b/devel/p5-IO-String/Makefile index f963f941d5f..7cf7897bf0c 100644 --- a/devel/p5-IO-String/Makefile +++ b/devel/p5-IO-String/Makefile @@ -1,9 +1,11 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2001/03/19 19:06:52 peter Exp $ +# $OpenBSD: Makefile,v 1.2 2001/03/29 17:28:08 avsm Exp $ + +COMMENT= "emulate IO::File interface for in-core strings" DISTNAME= IO-String-1.01 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 -NEED_VERSION= 1.362 +NEED_VERSION= 1.364 MAINTAINER= Shell Hung diff --git a/devel/p5-IO-String/pkg/COMMENT b/devel/p5-IO-String/pkg/COMMENT deleted file mode 100644 index bf766da7384..00000000000 --- a/devel/p5-IO-String/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -emulate IO::File interface for in-core strings diff --git a/devel/p5-IO-String/pkg/DESCR b/devel/p5-IO-String/pkg/DESCR index 8ea6593eff5..280664c3fa5 100644 --- a/devel/p5-IO-String/pkg/DESCR +++ b/devel/p5-IO-String/pkg/DESCR @@ -1,7 +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. +The module provides 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-stringy/Makefile b/devel/p5-IO-stringy/Makefile index 5935c31f483..95edbbe614b 100644 --- a/devel/p5-IO-stringy/Makefile +++ b/devel/p5-IO-stringy/Makefile @@ -1,9 +1,11 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2001/03/19 19:09:12 peter Exp $ +# $OpenBSD: Makefile,v 1.2 2001/03/29 17:29:30 avsm Exp $ + +COMMENT= "in-core objects like strings and arrays for I/O" DISTNAME= IO-stringy-1.219 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 -NEED_VERSION= 1.362 +NEED_VERSION= 1.364 MAINTAINER= Shell Hung diff --git a/devel/p5-IO-stringy/pkg/COMMENT b/devel/p5-IO-stringy/pkg/COMMENT deleted file mode 100644 index 82d4644f1b7..00000000000 --- a/devel/p5-IO-stringy/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -in-core objects like strings and arrays for I/O diff --git a/devel/p5-IO-stringy/pkg/DESCR b/devel/p5-IO-stringy/pkg/DESCR index 1a39b5bd27a..fcfe0d49d05 100644 --- a/devel/p5-IO-stringy/pkg/DESCR +++ b/devel/p5-IO-stringy/pkg/DESCR @@ -1,4 +1,3 @@ -This toolkit primarily provides modules for performing both -traditional and object-oriented i/o) on things *other* than normal -filehandles; in particular, IO::Scalar, IO::ScalarArray, and -IO::Lines. +This toolkit primarily provides modules for performing both traditional +and object-oriented i/o) on things *other* than normal filehandles; +in particular, IO::Scalar, IO::ScalarArray, and IO::Lines.