Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/text
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv28338/stable/main/finkinfo/text

Added Files:
        tofrodos.info 
Log Message:
new text conversion package tofrodos

--- NEW FILE: tofrodos.info ---
Package: tofrodos
Version: 1.7.8
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: aaa044f9817a048e126d9eb7a7535e96
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

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 <file>
-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 <karl-michael.schind...@web.de>


------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to