tofrodos stable port information

Package: tofrodos
Version: 1.7.9
Revision: 1
Description: Text file conversion utility
Architecture: powerpc, i386, x86_64
License: GPL

# Unpack Phase:
Source: http://tofrodos.sourceforge.net/download/tofrodos-%v.tar.gz
Source-MD5: 6840797ba8f2d204ab2e638ca8c3613e
SourceDirectory: tofrodos/src/

# Compile Phase (NOTE: there is no configure):
CompileScript: <<
#!/bin/sh -ev
make
<<

InstallScript: <<
#!/bin/sh -ev
mkdir -p %i/share/man/man1
mkdir -p %i/bin
make BINDIR=%i/bin MANDIR=%i/share/man/man1 install
<<

# Documentation
DocFiles: ../readme.txt ../tofrodos.html ../COPYING

DescDetail: <<
Tofrodos is a text file conversion utility that converts ASCII files
between the MSDOS (or Windows) format, which traditionally have CR/LF
(carriage return/line feed) pairs as their new line delimiters, and the
Unix format, which usually have LFs (line feeds) to terminate each line.
<<

DescUsage: <<
tofrodos converts text files between DOS and Unix formats.

Usage: todos [options] [file...]
-a Always convert (DOS to Unix: kill all CRs;
Unix to DOS: convert all LFs to CRLFs)
-b Make backup of original file (.bak).
-d Convert DOS to Unix.
-e Abort processing files on error in any file.
-f Force: convert even if file is not writeable.
-h Display help on usage and quit.
-l file Log most errors and verbose messages to
-o Overwrite original file (no backup).
-p Preserve file owner and time.
-u Convert Unix to DOS.
-v Verbose.
-V Show version and quit.
<<

DescPort: <<
Nothing special
<<

Homepage: http://www.thefreecountry.com/tofrodos/
Maintainer: Karl-Michael Schindler