cvs commit: ports/textproc Makefile ports/textproc/p5-File-Inplace
Makefile distinfo pkg-descr pkg-plist
Greg Larkin
glarkin at FreeBSD.org
Wed Dec 8 21:03:20 UTC 2010
glarkin 2010-12-08 21:03:20 UTC
FreeBSD ports repository
Modified files:
textproc Makefile
Added files:
textproc/p5-File-Inplace Makefile distinfo pkg-descr pkg-plist
Log:
File::Inplace is a Perl module intended to ease the common task of
editing a file in-place. Inspired by variations of Perl's -i option,
this module is intended for somewhat more structured and reusable
editing than command line Perl typically allows.
File::Inplace endeavors to guarantee file integrity; that is, either
all of the changes made will be saved to the file, or none will.
It also offers functionality such as backup creation, automatic
field splitting per-line, automatic chomping/unchomping, and aborting
edits partially through without affecting the original file.
WWW: http://search.cpan.org/dist/File-Inplace/
Revision Changes Path
1.1501 +1 -0 ports/textproc/Makefile
1.1 +21 -0 ports/textproc/p5-File-Inplace/Makefile (new)
1.1 +2 -0 ports/textproc/p5-File-Inplace/distinfo (new)
1.1 +12 -0 ports/textproc/p5-File-Inplace/pkg-descr (new)
1.1 +4 -0 ports/textproc/p5-File-Inplace/pkg-plist (new)
More information about the cvs-ports
mailing list