Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/web
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv30418/10.4/stable/main/finkinfo/web

Modified Files:
        wget.info 
Added Files:
        wget.patch 
Log Message:
Clean up to use texinfo-5.x


Index: wget.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/web/wget.info,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- wget.info   10 Aug 2012 18:42:04 -0000      1.20
+++ wget.info   24 Feb 2013 15:51:04 -0000      1.21
@@ -42,7 +42,12 @@
 Source: mirror:gnu:%{ni}/%{ni}-%v.tar.gz
 Source-MD5: 12edc291dba8127f2e9696e69f36299e
 
-PatchScript: perl -pi -e's|/usr/local|%p|' doc/wget.texi doc/sample.wgetrc
+PatchFile: %{ni}.patch
+PatchFile-MD5: 05818adfe868a65d32c43f717fdeba1c
+PatchScript: <<
+%{default_script}
+perl -pi -e's|/usr/local|%p|' doc/wget.texi doc/sample.wgetrc
+<<
 
 SetLDFLAGS: -Wl,-dead_strip_dylibs
 
@@ -118,19 +123,24 @@
 DescPackaging: <<
  Automatically replaces prior vintages of wget or wget-ssl.
  No non-ssl version anymore.
+
  Conflicts with versions of fink that rely on the --non-verbose flag to  be 
  present, because wget-1.10.x switched to a more GNU-standard 
  --no-verbose.
+
  Now uses gettext8.
+
  Either uses the Fink's openssl100 or GNUTLS, depdending on which variant
  is chosen.  Wget's license carries explicit permission to redistribute
  it when using OpenSSL.  The switch to openssl100 was prompted by the lack
  of _a2i_IPADDRESS in Leopard's openssl-0.9.7 .
 
+ Patch for compatibility with texinfo-5.0.
+
  Previous revisions by Christoph Pfisterer <chr...@users.sourceforge.net> 
  and Sylvain Cuaz (z...@users.sourceforge.net)
 <<
 License: GPL
 Maintainer: Alexander Hansen <alexkhan...@users.sourceforge.net>
 Homepage: http://www.gnu.org/software/wget/wget.html
-<<
\ No newline at end of file
+<<

--- NEW FILE: wget.patch ---
--- wget-1.14/doc/wget.texi.orig        2013-02-24 10:20:49.000000000 -0500
+++ wget-1.14/doc/wget.texi     2013-02-24 10:21:50.000000000 -0500
@@ -876,7 +876,7 @@
 actions of one.
 
 @cindex proxy
-@itemx --no-proxy
+@item --no-proxy
 Don't use proxies, even if the appropriate @code{*_proxy} environment
 variable is defined.
 
@@ -977,7 +977,7 @@
 whose encoding does not match the one used locally.
 
 @cindex IPv6
-@itemx -4
+@item -4
 @itemx --inet4-only
 @itemx -6
 @itemx --inet6-only
@@ -3094,7 +3094,7 @@
 Change setting of passive @sc{ftp}, equivalent to the
 @samp{--passive-ftp} option.
 
-@itemx password = @var{string}
+@item password = @var{string}
 Specify password @var{string} for both @sc{ftp} and @sc{http} file retrieval. 
 This command can be overridden using the @samp{ftp_password} and 
 @samp{http_password} command for @sc{ftp} and @sc{http} respectively.
@@ -3605,7 +3605,7 @@
 may be specified from within Wget itself.
 
 @table @samp
-@itemx --no-proxy
+@item --no-proxy
 @itemx proxy = on/off
 This option and the corresponding command may be used to suppress the
 use of proxy, even if the appropriate environment variables are set.
 


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to