1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

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.
This commit is contained in:
Akinori MUSHA 2006-08-02 11:20:05 +00:00
parent f1bdb61808
commit 5a5ee03832
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169458
2 changed files with 5 additions and 5 deletions

View File

@ -6,13 +6,13 @@
#
PORTNAME= inplace
PORTVERSION= 1.0.4
PORTVERSION= 1.1.0
CATEGORIES= misc
MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= knu
MAINTAINER= ports@FreeBSD.org
MAINTAINER= knu@FreeBSD.org
COMMENT= A tool to edit files in-place through given filter commands
USE_BZIP2= yes

View File

@ -1,3 +1,3 @@
MD5 (inplace-1.0.4.tar.bz2) = a9817c758864711f20fae9ca39505118
SHA256 (inplace-1.0.4.tar.bz2) = 15e7a22705aec04aaccea82f2c781d2a98f87b2c60ef32488178cf5cbd32cc3d
SIZE (inplace-1.0.4.tar.bz2) = 7288
MD5 (inplace-1.1.0.tar.bz2) = 53f1c87996178993b91f7f2d59da0a32
SHA256 (inplace-1.1.0.tar.bz2) = 6cf2591a2419aa5665c2301fc1f2e43d0a075d997199db7b4d10477fb2a25b39
SIZE (inplace-1.1.0.tar.bz2) = 8481