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

Modified Files:
        dos2unix.info 
Log Message:
Add missing depends on gettext. thanks to Remko Scharroo for report.

Index: dos2unix.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils/dos2unix.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- dos2unix.info       30 Mar 2009 03:11:56 -0000      1.2
+++ dos2unix.info       9 Sep 2010 05:54:01 -0000       1.3
@@ -1,24 +1,25 @@
 Package: dos2unix
-Version: 3.1
+Version: 5.1.1
 Revision: 3
 Description: Convert DOS or Mac text files to Unix format
-License: Public Domain
-Homepage: http://fresh.t-systems-sfr.com/linux/src/
-Maintainer: Blair Zajac <bl...@orcaware.com>
+Architecture: powerpc, i386, x86_64
+License: BSD
+BuildDepends: gettext-tools, libgettext8-dev
+Depends: libgettext8-shlibs
 NoSetMAKEFLAGS: true
 SetMAKEFLAGS: -j1
 
 # Unpack Phase.
-Source: http://fresh.t-systems-sfr.com/linux/src/%n-%v.tar.gz
-Source-MD5: 25ff56bab202de63ea6f6c211c416e96
+Source: http://downloads.sourceforge.net/%n/%v/%n-%v.tar.gz
+Source-MD5: b8f6d8109fc6decf412bc1e3959450c0
 
-BuildDepends: fink (>= 0.24.12-1)
-# Patch Phase.
-PatchFile: %n.patch
-PatchFile-MD5: 7752eb5d873f49226f860508316aef92
+PatchScript: <<
+  sed -i.bak 's|/usr/local|%p|g' Makefile
+  sed -i.bak 's|/usr|%p|g' Makefile
+<<
 
-# Compile Phase.
-CompileScript: make CFLAGS=-Os clean dos2unix link
+# Compile Phase (NOTE: there is no configure):
+CompileScript: make
 
 # Install Phase.
 InstallScript: <<
@@ -26,13 +27,41 @@
   mkdir -p %i/share/man/man1
   install -m 755 dos2unix %i/bin
   ln -s dos2unix %i/bin/mac2unix
-  install -m 644 dos2unix.1 %i/share/man/man1
+  install -m 755 unix2dos %i/bin
+  ln -s unix2dos %i/bin/unix2mac
+  install -m 644 man/man1/dos2unix.1 %i/share/man/man1
+  ln -s dos2unix.1 %i/share/man/man1/unix2dos.1
   ln -s dos2unix.1 %i/share/man/man1/mac2unix.1
+  ln -s dos2unix.1 %i/share/man/man1/unix2mac.1
+<<
+
+DocFiles: <<
+COPYING.txt INSTALL.txt NEWS.txt README.txt TODO.txt dos2unix.pdf 
+dos2unix.ps dos2unix.txt
 <<
-DocFiles: COPYRIGHT
 
 # Documentation.
 DescDetail: <<
 Two utilities to convert DOS end-of-line (CRLF) and Macintosh classic
 end-of-line (CR) formated text files into Unix (LF) format.
 <<
+
+DescUsage: <<
+Usage: dos2unix [-hkqV] [-c convmode] [-o file ...] [-n infile outfile ...]
+ -h --help        give this help
+ -k --keepdate    keep output file date
+ -q --quiet       quiet mode, suppress all warnings
+                  always on in stdin->stdout mode
+ -V --version     display version number
+ -c --convmode    conversion mode
+ convmode         ASCII, 7bit, ISO, Mac, default to ASCII
+ -l --newline     add additional newline in all but Mac convmode
+ -o --oldfile     write to old file
+ file ...         files to convert in old file mode
+ -n --newfile     write to new file
+ infile           original file in new file mode
+ outfile          output file in new file mode
+<<
+
+Homepage: http://www.xs4all.nl/~waterlan/dos2unix.html
+Maintainer: Karl-Michael Schindler <karl-michael.schind...@web.de>
\ No newline at end of file


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