Commit graph

8 commits

Author SHA1 Message Date
Pav Lucistnik
70231c0b10 - Add SHA256 2005-11-25 16:09:33 +00:00
Mark Linimon
34da9bdf57 With portmgr hat on, reset maintainership of knu's ports since he has
been inactive more than 6 months.  We hope to see him back sometime.
2005-11-11 01:18:01 +00:00
Akinori MUSHA
9d255667b9 Update to 1.0.4.
- Do not permit interruption with signals during a file replacement.

- Correct an informational message.
2004-06-24 13:30:31 +00:00
Akinori MUSHA
c07ea5ff5b Update to 1.0.3.
- Do not edit read-only files by default.

- Add -f/--force to make it force editing even if a file to process is
  read-only.
2004-05-22 12:45:59 +00:00
Akinori MUSHA
0946830ecb Update WWW. 2004-05-02 16:16:25 +00:00
Akinori MUSHA
3efa7eb15e Update to 1.0.2.
- Do not make and leave a backup file for a temporary file.
- Honor MANPREFIX.
2004-05-02 12:26:36 +00:00
Akinori MUSHA
8d826e89fd Define RUBY_SHEBANG_FILES.
Pass MANPREFIX. (currently unused)
2004-05-01 19:23:11 +00:00
Akinori MUSHA
211b52d2ab 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
2004-05-01 19:13:05 +00:00