SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
13
devel/p5-File-ReadBackwards/Makefile
Normal file
13
devel/p5-File-ReadBackwards/Makefile
Normal file
|
@ -0,0 +1,13 @@
|
|||
COMMENT= module to read a file starting at the end
|
||||
|
||||
MODULES= cpan
|
||||
PKG_ARCH= *
|
||||
|
||||
DISTNAME= File-ReadBackwards-1.06
|
||||
|
||||
CATEGORIES= devel
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-File-ReadBackwards/distinfo
Normal file
2
devel/p5-File-ReadBackwards/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (File-ReadBackwards-1.06.tar.gz) = MrKgVJOJqviIde8D1+u//y1ZeeyoW3yBL2tLsQ0QL2I=
|
||||
SIZE (File-ReadBackwards-1.06.tar.gz) = 9739
|
9
devel/p5-File-ReadBackwards/pkg/DESCR
Normal file
9
devel/p5-File-ReadBackwards/pkg/DESCR
Normal 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.
|
3
devel/p5-File-ReadBackwards/pkg/PLIST
Normal file
3
devel/p5-File-ReadBackwards/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/File/
|
||||
${P5SITE}/File/ReadBackwards.pm
|
||||
@man man/man3p/File::ReadBackwards.3p
|
Loading…
Add table
Add a link
Reference in a new issue