notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: misc/inplace/distinfo

Number of commits found: 10

Thursday, 18 Jul 2013
16:15 knu search for other commits by this committer
Update to 1.2.3, which works with ruby 1.9 and later.
Original commitRevision:323241 
Saturday, 19 Mar 2011
12:38 miwi search for other commits by this committer
- Get Rid MD5 support
Original commit
Friday, 21 May 2010
05:45 knu search for other commits by this committer
Update to 1.2.2. (released in 2008..)
Original commit
Thursday, 26 Apr 2007
09:49 knu search for other commits by this committer
Update to 1.2.0.

- Suffix every temporary file with the same suffix as the original
  file, so that file name aware programs can play nicely with it.
Original commit
Wednesday, 2 Aug 2006
11:20 knu search for other commits by this committer
Update to 1.1.0.

- Add -D/--debug and adjust the verbosity level.

- Show before and after file sizes when -v is specified.

- Introduce a configuration file in which command aliases can be
  defined.

- Add -i/--preserve-inode so inode numbers are preserved even when -b
  or -s is specified.
Original commit
Friday, 25 Nov 2005
16:09 pav search for other commits by this committer
- Add SHA256
Original commit
Thursday, 24 Jun 2004
13:30 knu search for other commits by this committer
Update to 1.0.4.

- Do not permit interruption with signals during a file replacement.

- Correct an informational message.
Original commit
Saturday, 22 May 2004
12:45 knu search for other commits by this committer
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.
Original commit
Sunday, 2 May 2004
12:26 knu search for other commits by this committer
Update to 1.0.2.

- Do not make and leave a backup file for a temporary file.
- Honor MANPREFIX.
Original commit
Saturday, 1 May 2004
19:13 knu search for other commits by this committer
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
Original commit

Number of commits found: 10