cvs commit: ports/devel Makefile ports/devel/p5-File-Stream
Makefile distinfo pkg-descr pkg-plist
Martin Wilke
miwi at FreeBSD.org
Wed Aug 6 13:35:05 UTC 2008
miwi 2008-08-06 13:35:03 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/p5-File-Stream Makefile distinfo pkg-descr pkg-plist
Log:
Perl filehandles are streams, but sometimes they just aren't powerful
enough. This module offers to have streams from filehandles searched with
regexes and allows the global input record separator variable to contain
regexes.
Thus, readline() and the <> operator can now return records delimited by
regular expression matches.
WWW: http://search.cpan.org/dist/File-Stream/
PR: ports/125926
Submitted by: Tomoyuki Sakurai <cherry at trombik.org>
Revision Changes Path
1.3164 +1 -0 ports/devel/Makefile
1.1 +22 -0 ports/devel/p5-File-Stream/Makefile (new)
1.1 +3 -0 ports/devel/p5-File-Stream/distinfo (new)
1.1 +9 -0 ports/devel/p5-File-Stream/pkg-descr (new)
1.1 +2 -0 ports/devel/p5-File-Stream/pkg-plist (new)
More information about the cvs-ports
mailing list