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

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

Index: tofrodos.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/text/tofrodos.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- tofrodos.info       14 Apr 2011 01:22:34 -0000      1.2
+++ tofrodos.info       1 Oct 2012 14:54:42 -0000       1.3
@@ -1,59 +1,61 @@
 Package: tofrodos
-Version: 1.7.9
+Version: 1.7.12
 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
+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
+  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
+  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.
+  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.
+tofrodos converts text files between MSDOS and Unix file 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.
+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
+  Nothing special
 <<
 
 Homepage: http://www.thefreecountry.com/tofrodos/


------------------------------------------------------------------------------
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