This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ITP] flip 1.19 -- Convert text file line endings between Unix and DOS formats


The legendary \n <=> \r\n end of line converter. Included in Debian
stable

  http://packages.debian.org/flip

Jari

sdesc: "Convert text file line endings between Unix and DOS formats"
ldesc: "Program converts line endings of text files between MS-DOS and
**IX formats. It detects binary files in a nearly foolproof way and
leaves them alone unless you override this. It will also leave files
alone that are already in the right format and preserves file
timestamps. User interrupts are handled gracefully and no garbage or
corrupted files left behind."
category: Text
requires: cygwin

a) manual

  wget        \
    http://cygwin.cante.net/flip/flip-1.19-1-src.tar.bz2 \
    http://cygwin.cante.net/flip/flip-1.19-1.tar.bz2 \
    http://cygwin.cante.net/flip/setup.hint \

b) automated

  gpg --keyserver wwwkeys.pgp.net --recv-keys 955A92D8

  mkdir flip ; cd flip
  rm -f get.sh get.sh.sig
  wget    http://cygwin.cante.net/flip/get.sh \
          http://cygwin.cante.net/flip/get.sh.sig &&
  gpg --verify get.sh.sig get.sh &&
  sh get.sh

-- 
Welcome to FOSS revolution: we fix and modify until it shines


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]