diff options
author | wiz <wiz@pkgsrc.org> | 2003-01-19 05:15:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-01-19 05:15:20 +0000 |
commit | 108a911474d575a3d43a6ecf50799a96467fd1ff (patch) | |
tree | 5f5e8d0d89767f0e0cf8018e577300ac7dbf1352 /devel | |
parent | b824a1814166c836afdda30ba85cbb076e040139 (diff) | |
download | pkgsrc-108a911474d575a3d43a6ecf50799a96467fd1ff.tar.gz |
Update to 2.8.1:
* cmp and diff now conform to POSIX 1003.1-2001 (IEEE Std 1003.1-2001)
if the underlying system conforms to POSIX and if the _POSIX2_VERSION
environment variable is set to 200112. Conformance removes support
for `diff -NUM', where NUM is a number. Use -C NUM or -U NUM instead.
* cmp now supports trailing operands SKIP1 and SKIP2, like BSD cmp.
* cmp -i or --ignore-initial now accepts SKIP1:SKIP2 option value.
* New cmp option: -n or --bytes.
* cmp's old -c or --print-chars option has been renamed;
use -b or --print-bytes instead.
* cmp now outputs "byte" rather than "char" outside the POSIX locale.
* cmp -l's index column width now adjusts to fit larger (or smaller) files.
* cmp -l -s and cmp -s -l are not allowed. Use cmp -s or cmp -l instead.
* diff uses ISO 8601 style time stamps for output times (e.g. "2001-11-23
16:44:36.875702460 -0800") unless in the C or POSIX locale and the
-c style is specified.
* diff's -I and -F options use the regexp syntax of grep, not of Emacs.
* diff now accepts multiple context arguments, and uses their maximum value.
* New diff and sdiff options:
-E --ignore-tab-expansion
--strip-trailing-cr
* New diff options:
--from-file=FILE, --to-file=FILE
--ignore-file-name-case
--no-ignore-file-name-case
* New diff3 and sdiff option:
--diff-program=PROGRAM
* The following diff options are still accepted, but are no longer documented.
They may be withdrawn in future releases.
-h (omit; it has no effect)
-H (use --speed-large-files instead)
-L (use --label instead)
-P (use --unidirectional-new-file instead)
--inhibit-hunk-merge (omit; it has no effect)
* Recursive diffs now sort file names according to the LC_COLLATE locale
category if possible, instead of using native byte comparison.
* Diff printf specs can now use the "0" and "'" flags.
* The new sdiff interactive command `ed' precedes each version with a header.
* On 64-bit hosts, files larger than 2 GB can be compared.
* Some internationalization support has been added, but multibyte locales
are still not completely supported yet.
* Some diagnostics have been reworded slightly for consistency.
Also, `diff -D FOO' now outputs `/* ! FOO */' instead of `/* not FOO */'.
* The `patch' part of the manual now describes `patch' version 2.5.4.
* Man pages are now distributed and installed.
* There is support for DJGPP; see the 'ms' subdirectory and the files
m4/dos.m4 and */setmode.*.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/diffutils/Makefile | 4 | ||||
-rw-r--r-- | devel/diffutils/PLIST | 10 | ||||
-rw-r--r-- | devel/diffutils/distinfo | 6 |
3 files changed, 10 insertions, 10 deletions
diff --git a/devel/diffutils/Makefile b/devel/diffutils/Makefile index df32a5cbb75..db8bc64977b 100644 --- a/devel/diffutils/Makefile +++ b/devel/diffutils/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2002/12/22 17:39:07 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2003/01/19 05:15:20 wiz Exp $ # -DISTNAME= diffutils-2.7 +DISTNAME= diffutils-2.8.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=diffutils/} diff --git a/devel/diffutils/PLIST b/devel/diffutils/PLIST index fa009548c04..8cf39da5a35 100644 --- a/devel/diffutils/PLIST +++ b/devel/diffutils/PLIST @@ -1,12 +1,12 @@ -@comment $NetBSD: PLIST,v 1.3 2002/12/22 17:39:07 wiz Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/01/19 05:15:21 wiz Exp $ bin/${GNU_PROGRAM_PREFIX}cmp bin/${GNU_PROGRAM_PREFIX}diff bin/${GNU_PROGRAM_PREFIX}diff3 bin/${GNU_PROGRAM_PREFIX}sdiff +man/man1/${GNU_PROGRAM_PREFIX}cmp.1 +man/man1/${GNU_PROGRAM_PREFIX}diff.1 +man/man1/${GNU_PROGRAM_PREFIX}diff3.1 +man/man1/${GNU_PROGRAM_PREFIX}sdiff.1 @unexec ${INSTALL_INFO} --delete %D/info/diff.info %D/info/dir info/diff.info -info/diff.info-1 -info/diff.info-2 -info/diff.info-3 -info/diff.info-4 @exec ${INSTALL_INFO} %D/info/diff.info %D/info/dir diff --git a/devel/diffutils/distinfo b/devel/diffutils/distinfo index 196034afa1e..626a58294bd 100644 --- a/devel/diffutils/distinfo +++ b/devel/diffutils/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/21 00:44:15 wiz Exp $ +$NetBSD: distinfo,v 1.3 2003/01/19 05:15:21 wiz Exp $ -SHA1 (diffutils-2.7.tar.gz) = 1638f4ee4a7bd269411c57874f9e761ddee6d5ae -Size (diffutils-2.7.tar.gz) = 312312 bytes +SHA1 (diffutils-2.8.1.tar.gz) = a4c467c3a6a08cde9f3d94d02067ec26436e7dc5 +Size (diffutils-2.8.1.tar.gz) = 780086 bytes |