From 86971187d2c86a3301548ea30510e687ef020f25 Mon Sep 17 00:00:00 2001 From: Donald Cooley Date: Mon, 24 Feb 2020 06:03:38 +0700 Subject: misc/dos2unix: Updated for version 7.4.1. Signed-off-by: Willy Sudiarto Raharjo --- misc/dos2unix/README | 40 +++++++++++++++++++-------------------- misc/dos2unix/dos2unix.SlackBuild | 8 ++++---- misc/dos2unix/dos2unix.info | 6 +++--- 3 files changed, 27 insertions(+), 27 deletions(-) (limited to 'misc') diff --git a/misc/dos2unix/README b/misc/dos2unix/README index d0b302a6fa..150030612c 100644 --- a/misc/dos2unix/README +++ b/misc/dos2unix/README @@ -1,25 +1,25 @@ -This is an update of Benjamin Lin's implementations of dos2unix -and unix2dos. Benjamin Lin's implementations of dos2unix and -unix2dos are part of several Linux distributions such as RedHat, -Fedora, Suse, Gentoo and some others. On Slackware one finds fromdos -and todos but these implementations are not included. This update -includes all RedHat patches and fixes several other problems. +This is an update of Benjamin Lin's implementations of dos2unix and +unix2dos. Benjamin Lin's implementations of dos2unix and unix2dos are +part of several Linux distributions such as RedHat, Fedora, Suse, Gentoo +and some others. On Slackware one finds fromdos and todos but these +implementations are not included. This update includes all RedHat +patches and fixes several other problems. -These implementations of dos2unix and unix2dos have been modeled -after dos2unix/unix2dos under SunOS/Solaris. They have similar -conversion modes, namely ascii, 7bit and iso. The first versions -were made by John Birchfield in 1989, and in 1995 rewritten from -scratch by Benjamin Lin. Mac to Unix conversion was added by Bernd -Johannes Wuebben in 1998, Unix to Mac by Erwin in 2010. +These implementations of dos2unix and unix2dos have been modeled after +dos2unix/unix2dos under SunOS/Solaris. They have similar conversion +modes, namely ASCII, 7bit and ISO. The first versions were made by John +Birchfield in 1989, and in 1995 rewritten from scratch by Benjamin Lin. +Mac to Unix conversion was added by Bernd Johannes Wuebben in 1998, Unix +to Mac by Erwin in 2010. Features: - Native language support: Dutch, English, Esperanto, - German, and Spanish. - Automatically skips binary and non-regular files in-place, - paired, or stdio mode conversion. - Keep original file dates option. - 7-bit and iso conversion modes like SunOS dos2unix. + Native language support: + Dutch, English, Esperanto, German, and Spanish. + Automatically skips binary and non-regular files in-place, paired, + or stdio mode conversion. + Keep original file dates option. + 7-bit and ISO conversion modes like SunOS dos2unix. Dos2Unix includes: - dos2unix - DOS/MAC to UNIX text file format converter. - unix2dos - UNIX to DOS/MAC text file format converter. + dos2unix - DOS/MAC to UNIX text file format converter. + unix2dos - UNIX to DOS/MAC text file format converter. diff --git a/misc/dos2unix/dos2unix.SlackBuild b/misc/dos2unix/dos2unix.SlackBuild index 3fdede8733..f114cd4841 100644 --- a/misc/dos2unix/dos2unix.SlackBuild +++ b/misc/dos2unix/dos2unix.SlackBuild @@ -1,8 +1,8 @@ #!/bin/sh # Slackware build script for dos2unix -# copyright 2017-2018 Donald Cooley, South Haven, IN, USA +# copyright 2017-2020 Donald Cooley, South Haven, IN, USA -# Ryan P.C. McQuen | Everett, WA | ryanpcmcquen@member.fsf.org +# Ryan P.C. McQuen | Everett, WA # Copyright 2011, 2012, 2013 Chris Abela, Malta # All rights reserved. @@ -25,7 +25,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=dos2unix -VERSION=${VERSION:-7.4.0} +VERSION=${VERSION:-7.4.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -90,7 +90,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done -cp -a INSTALL.txt $PKG/usr/doc/$PRGNAM-$VERSION +cp -a *.txt $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/misc/dos2unix/dos2unix.info b/misc/dos2unix/dos2unix.info index 1f9463e02d..9ca31f2a25 100644 --- a/misc/dos2unix/dos2unix.info +++ b/misc/dos2unix/dos2unix.info @@ -1,8 +1,8 @@ PRGNAM="dos2unix" -VERSION="7.4.0" +VERSION="7.4.1" HOMEPAGE="https://waterlan.home.xs4all.nl/dos2unix.html" -DOWNLOAD="https://waterlan.home.xs4all.nl/dos2unix/dos2unix-7.4.0.tar.gz" -MD5SUM="a615de542899e53d6f9575ad3cb32b19" +DOWNLOAD="https://waterlan.home.xs4all.nl/dos2unix/dos2unix-7.4.1.tar.gz" +MD5SUM="6b402c10899416707da60188cd6bb0f3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3