From 9c722a8a37eebf89f0f3076f63ef9c32686303f7 Mon Sep 17 00:00:00 2001 From: ryoon Date: Mon, 9 Jul 2012 09:39:06 +0000 Subject: Update to 6.0 Changelog: 2012-05-06 Erwin Waterlander * Version 6.0 * man/*/man1/*.pod: Removed =encoding. It is not supported by perl 5.8.8, which is shipped with MinGW and DJGPP. 2012-04-20 Erwin Waterlander * man/*/man1/*.pod: Set encoding explicitly to Latin-1. * Makefile: Target 'doc' makes all man pages. 2012-04-12 Erwin Waterlander * po/de.po: Update German translations. Thanks to Philipp Thomas. 2012-04-09 Erwin Waterlander * INSTALL.txt: List the prerequisites. * Makefile: Friendlier for DJGPP/MinGW/MSYS. 2012-04-04 Erwin Waterlander * po/eo.po: Update Esperanto translations. Thanks to Rugxulo. 2012-03-30 Erwin Waterlander * Skip UTF-16 file when conversion to UTF-8 goes wrong. * Update English and Dutch manual. 2012-03-28 Erwin Waterlander * common.c: Support UTF-16 surrogate pairs. * dos2unix.c, unix2dos.c: Check wchar_t size. 2012-03-26 Erwin Waterlander * *.c: Use fgetc/fputc instead of getc/putc. 2012-03-25 Erwin Waterlander * po, man: Update Dutch translations. 2012-03-24 Erwin Waterlander * On Unix, convert UTF-16 files only when the locale encoding is UTF-8 to prevent accidental loss of text. 2012-03-23 Erwin Waterlander * Turn off ISO and 7-bit mode if an Unicode text file is detected, to prevent corruption of UTF-8 files. * Update English manual. * Fix compilation for WatcomC, DJGPP, MSYS, OS/2. * Makefile: Support CFLAGS_USER, LDFLAGS_USER, and DEFS_USER for Debian Linux. Thanks to Jari Aalto. 2012-03-21 Erwin Waterlander * Support conversion of Unicode UTF-16 from stdin. * Update English manual. 2012-03-20 Erwin Waterlander * Support conversion of Unicode UTF-16 encoded files. 2012-03-16 Erwin Waterlander * common.c: Make it compile on Cygwin 1.5. --- converters/dos2unix/Makefile | 4 ++-- converters/dos2unix/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/converters/dos2unix/Makefile b/converters/dos2unix/Makefile index 2b1765c3b71..037812fce6a 100644 --- a/converters/dos2unix/Makefile +++ b/converters/dos2unix/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2012/04/11 17:45:39 ryoon Exp $ +# $NetBSD: Makefile,v 1.2 2012/07/09 09:39:06 ryoon Exp $ # -DISTNAME= dos2unix-5.3.3 +DISTNAME= dos2unix-6.0 CATEGORIES= converters MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dos2unix/} diff --git a/converters/dos2unix/distinfo b/converters/dos2unix/distinfo index 610f4694f49..cced34c01e6 100644 --- a/converters/dos2unix/distinfo +++ b/converters/dos2unix/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2012/04/11 17:45:39 ryoon Exp $ +$NetBSD: distinfo,v 1.2 2012/07/09 09:39:06 ryoon Exp $ -SHA1 (dos2unix-5.3.3.tar.gz) = 4a23f2b4e5d68a71119ae453b9045b7b7efd6f4a -RMD160 (dos2unix-5.3.3.tar.gz) = cd2ebfcc94f19387f70da07ede3adb0e3e256ed5 -Size (dos2unix-5.3.3.tar.gz) = 58085 bytes +SHA1 (dos2unix-6.0.tar.gz) = 77ff5b9203f2a0abc4900c00d69e8d5b67d617a5 +RMD160 (dos2unix-6.0.tar.gz) = f6b9f19e51958a7d108fbb17ca2b81f4edb970ae +Size (dos2unix-6.0.tar.gz) = 67666 bytes SHA1 (patch-Makefile) = cf13e5b8dbe9d0b5d1a1ce024697d0970806df1e -- cgit v1.2.3