aboutsummaryrefslogtreecommitdiff
path: root/misc/Makefile
diff options
context:
space:
mode:
authorChin-San Huang <chinsan@FreeBSD.org>2010-11-18 00:17:40 +0000
committerChin-San Huang <chinsan@FreeBSD.org>2010-11-18 00:17:40 +0000
commit6150a2b7ea590534f0cd872e4477992ebd861aed (patch)
tree8f38b5d67f54e3f7d85787d0f5de497a2f5f12aa /misc/Makefile
parent78a9720df17b6a273922b8c441e9c1cbbaee6bee (diff)
downloadports-6150a2b7ea590534f0cd872e4477992ebd861aed.tar.gz
ports-6150a2b7ea590534f0cd872e4477992ebd861aed.zip
Add misc/p5-Array-LineReader, access lines of a file via an array.
Array::LineReader gives you the possibility to access lines of some file by the elements of an array. This modul inherites methods from Tie::Array (see Tie::Array). You save a lot of memory, because the file's content is read only on demand, i.e. in the case you access an element of the array. The offset and length of all the lines is hold in memory as long as you tie your array. WWW: http://search.cpan.org/dist/Array-LineReader/
Notes
Notes: svn path=/head/; revision=264725
Diffstat (limited to 'misc/Makefile')
-rw-r--r--misc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile
index a4cd91c9b645..eeb1e1b41324 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -389,6 +389,7 @@
SUBDIR += p5-Array-Compare
SUBDIR += p5-Array-Diff
SUBDIR += p5-Array-IntSpan
+ SUBDIR += p5-Array-LineReader
SUBDIR += p5-Array-PrintCols
SUBDIR += p5-Array-RefElem
SUBDIR += p5-Asterisk