Date: Wed, 8 Dec 2010 21:03:20 +0000 (UTC) From: Greg Larkin <glarkin@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/p5-File-Inplace Makefile distinfo pkg-descr pkg-plist Message-ID: <201012082103.oB8L3KA9050983@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012082103.oB8L3KA9050983>