Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
23 Apr 2016 16:39:05
1.2.3_1
 |
swills  |
misc/inplace: convert to USES=shebangfix |
14 May 2015 10:15:09
1.2.3
 |
mat  |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
02 Mar 2015 23:36:36
1.2.3
 |
bapt  |
Remove Author from pkg-descr and white space fixes |
08 Sep 2014 19:00:34
1.2.3
 |
antoine  |
Allow staging as a regular user |
29 Jul 2014 21:43:18
1.2.3
 |
adamw  |
Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
07 Jul 2014 15:31:02
1.2.3
 |
olgeni  |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.
CR: D306
Approved by: portmgr (bapt) |
11 Feb 2014 16:57:25
1.2.3
 |
miwi  |
- Stage support |
20 Sep 2013 20:50:59

 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
misc) |
18 Jul 2013 17:12:33
1.2.3
 |
knu  |
Simplify the header, remove outdated ruby version assertion, and add a
new target "test". |
18 Jul 2013 16:15:14
1.2.3
 |
knu  |
Update to 1.2.3, which works with ruby 1.9 and later. |
19 Mar 2011 12:38:54
1.2.2
|
miwi  |
- Get Rid MD5 support |
21 May 2010 05:45:43
1.2.2
|
knu  |
Update to 1.2.2. (released in 2008..) |
21 May 2010 05:44:47
1.2.2
|
knu  |
Update to 1.2.2. (released in 2008..) |
26 Apr 2007 09:49:00
1.2.0
|
knu  |
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. |
02 Aug 2006 11:20:05
1.1.0
|
knu  |
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. |
25 Nov 2005 16:09:33
1.0.4
|
pav  |
- Add SHA256 |
11 Nov 2005 01:18:01
1.0.4
|
linimon  |
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. |
24 Jun 2004 13:30:31
1.0.4
|
knu  |
Update to 1.0.4.
- Do not permit interruption with signals during a file replacement.
- Correct an informational message. |
22 May 2004 12:45:59
1.0.3
|
knu  |
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. |
02 May 2004 16:16:25
1.0.1
|
knu  |
Update WWW. |
02 May 2004 12:26:36
1.0.1
|
knu  |
Update to 1.0.2.
- Do not make and leave a backup file for a temporary file.
- Honor MANPREFIX. |
01 May 2004 19:23:11
1.0.1
|
knu  |
Define RUBY_SHEBANG_FILES.
Pass MANPREFIX. (currently unused) |
01 May 2004 19:13:05
1.0.1
|
knu  |
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 |