Import perl module File-ReadBackwards 0.97.

Submitted by William Yodlowsky <bsd@openbsd.rutgers.edu>.

This module reads a file backwards line by line. It is simple to use,
memory efficient and fast. It supports both an object and a tied handle
interface.
This commit is contained in:
naddy 2002-08-10 00:41:12 +00:00
parent c84b332478
commit da26373c6f
4 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# $OpenBSD: Makefile,v 1.1.1.1 2002/08/10 00:41:12 naddy Exp $
COMMENT= "module to read a file starting at the end"
DISTNAME= File-ReadBackwards-0.97
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
MAINTAINER= William Yodlowsky <bsd@openbsd.rutgers.edu>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (File-ReadBackwards-0.97.tar.gz) = f7bfa5c721688c2bb46694ce1887168d
RMD160 (File-ReadBackwards-0.97.tar.gz) = 579739bcda7bbf8fc82a641312daf9da36ae38ba
SHA1 (File-ReadBackwards-0.97.tar.gz) = 016120769e8861baf332ce4c9c3196a9bc95827d

View File

@ -0,0 +1,9 @@
This module reads a file backwards line by line. It is simple to use,
memory efficient and fast. It supports both an object and a tied handle
interface.
It is intended for processing log and other similar text files which
typically have their newest entries appended to them. By default files
are assumed to be plain text and have a line ending appropriate to the
OS. But you can set the input record separator string on a per file
basis.

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/08/10 00:41:12 naddy Exp $
${P5SITE}/File/ReadBackwards.pm
man/man3p/File::ReadBackwards.3p