<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/misc/p5-Array-LineReader, branch release/9.3.0</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=release%2F9.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=release%2F9.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2013-11-23T15:48:32Z</updated>
<entry>
<title>- Remove p5-IO: newer versions are included in all support Perl releases</title>
<updated>2013-11-23T15:48:32Z</updated>
<author>
<name>Sunpoet Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2013-11-23T15:48:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=fa47eea00c2e8777b36b8060648f719bc2f07320'/>
<id>urn:sha1:fa47eea00c2e8777b36b8060648f719bc2f07320</id>
<content type='text'>
PR:		ports/184192
Submitted by:	pluknet
</content>
</entry>
<entry>
<title>Support STAGEDIR.</title>
<updated>2013-11-04T14:41:18Z</updated>
<author>
<name>Vanilla I. Shu</name>
<email>vanilla@FreeBSD.org</email>
</author>
<published>2013-11-04T14:41:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=7fe1af8865090c8bb0944d3ac341b8d6bf3f1aa6'/>
<id>urn:sha1:7fe1af8865090c8bb0944d3ac341b8d6bf3f1aa6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add NO_STAGE all over the place in preparation for the staging support (cat: misc)</title>
<updated>2013-09-20T20:50:57Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2013-09-20T20:50:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=8ac99398e2b62e1b10333d4c88ae273f4f0ed365'/>
<id>urn:sha1:8ac99398e2b62e1b10333d4c88ae273f4f0ed365</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Use single space after WWW:</title>
<updated>2013-08-29T04:08:53Z</updated>
<author>
<name>Sunpoet Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2013-08-29T04:08:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=7a0285baaf81ace29b4249a1ba25649b2dd0b0cc'/>
<id>urn:sha1:7a0285baaf81ace29b4249a1ba25649b2dd0b0cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Convert to new perl framework</title>
<updated>2013-08-18T14:25:16Z</updated>
<author>
<name>Andrej Zverev</name>
<email>az@FreeBSD.org</email>
</author>
<published>2013-08-18T14:25:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=88049818a43065c188c3b879452e80d089960c96'/>
<id>urn:sha1:88049818a43065c188c3b879452e80d089960c96</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Reset chinsan's ports</title>
<updated>2013-08-17T16:21:37Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2013-08-17T16:21:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b60960981b1bb72f389b3e4f7f448117d4d07528'/>
<id>urn:sha1:b60960981b1bb72f389b3e4f7f448117d4d07528</id>
<content type='text'>
With hat:	portmgr
</content>
</entry>
<entry>
<title>At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450</title>
<updated>2012-01-21T17:40:15Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2012-01-21T17:40:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c59a3834c4bd220def36c5006080d4e0f57b83e0'/>
<id>urn:sha1:c59a3834c4bd220def36c5006080d4e0f57b83e0</id>
<content type='text'>
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication &gt; := &gt; = and this just moves ports one step to the left

Approved by:	portmgr
</content>
</entry>
<entry>
<title>Add misc/p5-Array-LineReader, access lines of a file via an array.</title>
<updated>2010-11-18T00:17:40Z</updated>
<author>
<name>Chin-San Huang</name>
<email>chinsan@FreeBSD.org</email>
</author>
<published>2010-11-18T00:17:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=6150a2b7ea590534f0cd872e4477992ebd861aed'/>
<id>urn:sha1:6150a2b7ea590534f0cd872e4477992ebd861aed</id>
<content type='text'>
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/
</content>
</entry>
</feed>
