Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/text
In directory vz-cvs-3.sog:/tmp/cvs-serv9564/10.7/stable/main/finkinfo/text

Added Files:
        tofrodos.info 
Log Message:
tofromdos: new upstream version and move to 10.7/8

--- NEW FILE: tofrodos.info ---
Package: tofrodos
Version: 1.7.12
Revision: 1
Description: Text file conversion utility
License: GPL

# Unpack Phase:
Source: http://tofrodos.sourceforge.net/download/tofrodos-%va.tar.gz
Source-MD5: 219c03d7c58975b335cdb5201338125a
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 MSDOS and Unix file formats.

Usage: todos [options] [file...]
Usage: fromdos [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.

Also see: man todos
<<

DescPort: <<
  Nothing special
<<

Homepage: http://www.thefreecountry.com/tofrodos/
Maintainer: Karl-Michael Schindler <[email protected]>


------------------------------------------------------------------------------
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to