Date: Sat, 1 May 2004 12:13:05 -0700 (PDT) From: Akinori MUSHA <knu@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc Makefile ports/misc/inplace Makefile distinfo pkg-descr Message-ID: <200405011913.i41JD57x090268@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
knu 2004/05/01 12:13:05 PDT FreeBSD ports repository Modified files: misc Makefile Added files: misc/inplace Makefile distinfo pkg-descr Log: Add misc/inplace. The inplace(1) command is a utility to edit files in-place through given filter commands preserving the original file attributes. Mode and ownership (user and group) are preserved by default, and time (access and modification) by choice. Examples: # Sort files in-place using sort(1): inplace sort file1 file2 file3 # Process image files preserving time and taking backup files: inplace -t -b.orig 'convert -rotate 270 -resize 50%% %1 %2' *.jpg Revision Changes Path 1.680 +1 -0 ports/misc/Makefile 1.1 +36 -0 ports/misc/inplace/Makefile (new) 1.1 +2 -0 ports/misc/inplace/distinfo (new) 1.1 +14 -0 ports/misc/inplace/pkg-descr (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405011913.i41JD57x090268>