Integrate COMMENT, bump NEED_VERSION, clean up DESCR with fmt(1)

From: Shell Hung <i@shellhung.org>
This commit is contained in:
avsm 2001-03-29 17:28:08 +00:00
parent c19b041d4b
commit 1ee8ece47b
6 changed files with 18 additions and 17 deletions

View File

@ -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 <i@shellhung.org>

View File

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

View File

@ -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.

View File

@ -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 <i@shellhung.org>

View File

@ -1 +0,0 @@
in-core objects like strings and arrays for I/O

View File

@ -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.