Date: Thu, 18 Nov 2010 00:17:40 +0000 (UTC) From: Chin-San Huang <chinsan@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc Makefile ports/misc/p5-Array-LineReader Makefile distinfo pkg-descr Message-ID: <201011180017.oAI0HeHC022293@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
chinsan 2010-11-18 00:17:40 UTC FreeBSD ports repository Modified files: misc Makefile Added files: misc/p5-Array-LineReader Makefile distinfo pkg-descr Log: 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/ Revision Changes Path 1.967 +1 -0 ports/misc/Makefile 1.1 +30 -0 ports/misc/p5-Array-LineReader/Makefile (new) 1.1 +2 -0 ports/misc/p5-Array-LineReader/distinfo (new) 1.1 +8 -0 ports/misc/p5-Array-LineReader/pkg-descr (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011180017.oAI0HeHC022293>