pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-File-ReadBackwards This module reads a fil...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c1d6c3d1153a
branches:  trunk
changeset: 535318:c1d6c3d1153a
user:      jnemeth <jnemeth%pkgsrc.org@localhost>
date:      Tue Nov 13 15:58:43 2007 +0000

description:
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.

diffstat:

 textproc/p5-File-ReadBackwards/DESCR    |   9 +++++++++
 textproc/p5-File-ReadBackwards/Makefile |  19 +++++++++++++++++++
 textproc/p5-File-ReadBackwards/distinfo |   5 +++++
 3 files changed, 33 insertions(+), 0 deletions(-)

diffs (45 lines):

diff -r 4eb95a16fb0d -r c1d6c3d1153a textproc/p5-File-ReadBackwards/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-File-ReadBackwards/DESCR      Tue Nov 13 15:58:43 2007 +0000
@@ -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.
diff -r 4eb95a16fb0d -r c1d6c3d1153a textproc/p5-File-ReadBackwards/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-File-ReadBackwards/Makefile   Tue Nov 13 15:58:43 2007 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/11/13 15:58:43 jnemeth Exp $
+#
+
+DISTNAME=              File-ReadBackwards-1.04
+PKGNAME=               p5-${DISTNAME}
+CATEGORIES=            textproc perl5
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=File/}
+
+MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=              http://search.cpan.org/dist/File-ReadBackwards/
+COMMENT=               Perl 5 module to read a file backwards by lines
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+PERL5_PACKLIST=                auto/File/ReadBackwards/.packlist
+USE_LANGUAGES=         # none
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 4eb95a16fb0d -r c1d6c3d1153a textproc/p5-File-ReadBackwards/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-File-ReadBackwards/distinfo   Tue Nov 13 15:58:43 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/11/13 15:58:43 jnemeth Exp $
+
+SHA1 (File-ReadBackwards-1.04.tar.gz) = 19874cb169f2b105c82222588a163fb17bd77599
+RMD160 (File-ReadBackwards-1.04.tar.gz) = ab166d1797b0e95ae8990ee583071337bfb54fdf
+Size (File-ReadBackwards-1.04.tar.gz) = 8318 bytes



Home | Main Index | Thread Index | Old Index