mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
misc/dos2unix: Updated for version 7.4.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
761d2f9ca6
commit
0e035a9bbe
3 changed files with 13 additions and 13 deletions
|
@ -13,13 +13,13 @@ 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.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
# Slackware build script for dos2unix
|
||||
# copyright 2017 Donald Cooley, South Haven, IN, USA
|
||||
# copyright 2017-2018 Donald Cooley, South Haven, IN, USA
|
||||
|
||||
# Ryan P.C. McQuen | Everett, WA | ryanpcmcquen@member.fsf.org
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=dos2unix
|
||||
VERSION=${VERSION:-7.3.5}
|
||||
VERSION=${VERSION:-7.4.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="dos2unix"
|
||||
VERSION="7.3.5"
|
||||
VERSION="7.4.0"
|
||||
HOMEPAGE="https://waterlan.home.xs4all.nl/dos2unix.html"
|
||||
DOWNLOAD="https://waterlan.home.xs4all.nl/dos2unix/dos2unix-7.3.5.tar.gz"
|
||||
MD5SUM="9e384013c2161c5b00bc46c33aa3263c"
|
||||
DOWNLOAD="https://waterlan.home.xs4all.nl/dos2unix/dos2unix-7.4.0.tar.gz"
|
||||
MD5SUM="a615de542899e53d6f9575ad3cb32b19"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue