Ticket #18123: Portfile

File Portfile, 917 bytes (added by scott@…, 15 years ago)
Line 
1# $Id$
2PortSystem 1.0
3PortGroup perl5 1.0
4
5perl5.setup             File-ReadBackwards 1.04
6maintainers             hostwizard.com:scott
7
8description             This module reads a file backwards line by line.
9
10long_description        It is simple to use, memory efficient and fast. \
11                        It supports both an object and a tied handle interface. \
12                                                                                \
13                        It is intended for processing log and other similar text \
14                        files which typically have their newest entries appended \
15                        to them. By default files are assumed to be plain text and \
16                        have a line ending appropriate to the OS. But you can set \
17                        the input record separator string on a per file basis.
18
19homepage                http://search.cpan.org/~uri/File-ReadBackwards-1.04/
20
21platforms               darwin
22
23checksums               md5     bda339c8b2e5139649cb28c4b775fb42 \
24                        sha1    19874cb169f2b105c82222588a163fb17bd77599 \
25                        rmd160  ab166d1797b0e95ae8990ee583071337bfb54fdf
26