diff options
author | wiz <wiz@pkgsrc.org> | 2014-10-27 08:48:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-10-27 08:48:59 +0000 |
commit | 647d811ed8d93535244f84b41793d3c53c37e1f2 (patch) | |
tree | 2941bf16fc0b3b14a6a1d16618869e9ade868a36 /converters/dos2unix/distinfo | |
parent | 33e1681e3ccf7f8ea222e48a68170d5350bf1980 (diff) | |
download | pkgsrc-647d811ed8d93535244f84b41793d3c53c37e1f2.tar.gz |
Update to 7.1:
2014-10-06: Version 7.1
* New: Option -i, --info to print file information.
This new option prints number of DOS, Unix, and Mac line breaks, the byte
order mark, and if the file is text or binary. And it can print the names
of files that would be converted.
2014-09-09: Version 7.0
* New: automated self-tests.
* New: option -u to keep UTF-16 encoding.
* New: option -v to print information about BOMs and converted line breaks.
* Change: stdio mode does not automatically set quiet mode.
* Change: stdio mode does not automatically force conversion of binaries.
An error is returned when the stdin stream contains a binary symbol.
* Bugfix: dos2unix -l created DOS line breaks from Mac line breaks.
* Bugfix: system error number was not always returned.
* Bugfix: an Unicode input file disabled 7bit and iso mode for next input files.
* Bugfix: mac2unix help text, options -b and -r.
* The code has been cleaned up.
Diffstat (limited to 'converters/dos2unix/distinfo')
-rw-r--r-- | converters/dos2unix/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/converters/dos2unix/distinfo b/converters/dos2unix/distinfo index 0d70b79c58b..d080b3298a1 100644 --- a/converters/dos2unix/distinfo +++ b/converters/dos2unix/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2014/06/17 12:54:28 ryoon Exp $ +$NetBSD: distinfo,v 1.8 2014/10/27 08:48:59 wiz Exp $ -SHA1 (dos2unix-6.0.5.tar.gz) = b43d138e1713791ea5067c32afbcd7a32655d2fa -RMD160 (dos2unix-6.0.5.tar.gz) = 63af2b26e363cba0dbd2294dd79399066ba11bd2 -Size (dos2unix-6.0.5.tar.gz) = 326460 bytes +SHA1 (dos2unix-7.1.tar.gz) = f8247eda06aab93fbbe84b78fe6d14bd319f0fcd +RMD160 (dos2unix-7.1.tar.gz) = aee6b1bb72b19c8f3721ee0b15b00db704c62386 +Size (dos2unix-7.1.tar.gz) = 382427 bytes SHA1 (patch-Makefile) = 50150be7ac3090d33ad38e654433bd09837132ab |