delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin-apps/2002/01/15/21:31:38

Mailing-List: contact cygwin-apps-help AT cygwin DOT com; run by ezmlm
Sender: cygwin-apps-owner AT cygwin DOT com
List-Subscribe: <mailto:cygwin-apps-subscribe AT cygwin DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin-apps/>
List-Post: <mailto:cygwin-apps AT cygwin DOT com>
List-Help: <mailto:cygwin-apps-help AT cygwin DOT com>, <http://sources.redhat.com/lists.html#faqs>
Delivered-To: mailing list cygwin-apps AT cygwin DOT com
Message-ID: <3C44E636.1030107@ece.gatech.edu>
Date: Tue, 15 Jan 2002 21:32:22 -0500
From: Charles Wilson <cwilson AT ece DOT gatech DOT edu>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2
X-Accept-Language: en-us
MIME-Version: 1.0
To: Hack =?ISO-8859-1?Q?Kampbj=F8rn?= <cygwin-apps AT hack DOT kampbjorn DOT com>
CC: cygwin-apps AT cygwin DOT com
Subject: Re: RFC: updated package wget-1.7.1-1
References: <3C44E014 DOT 447F9CFB AT hack DOT kampbjorn DOT com>

It looks pretty good to me -- I rebuilt it from source right now and it 
seems okay.  The *only* quibble I have is that the binary package 
contains this file:

/etc/wgetrc

Since it is just a copy of /usr/doc/wget-1.7.1/sample.wgetrc, you should 
probably just add some logic to your postinstall shell script:

if [ ! -f /etc/wgetrc ]; then
   cp /usr/doc/wget-1.7.1/sample.wgetrc /etc/wgetrc
fi

Of course, future versions must take care to change the 
/usr/doc/wget-1.7.1/ path in that script...

--Chuck


Hack Kampbjørn wrote:

> I've updated the wget package to version 1.7.1. I didn't follow all the
> discussions about packaging structure so if a kind soul would check that
> I haven't overlooked anything it would be apreciated 8-)
> 
> I've added a postinstall script to update the info dir file is the a way
> to update it too if/when wget is uninstalled ?
> 
> The files are:
> http://hackdata.com/cygwin/setup.hint
> http://hackdata.com/cygwin/wget-1.7.1-1.tar.bz2
> http://hackdata.com/cygwin/wget-1.7.1-1-src.tar.bz2
> 
> setup.hint:
> ----------
> sdesc: "Utility to retrieve files from the WWW via HTTP and FTP"
> ldesc: "GNU Wget is a file retrieval utility which can use either the
> HTTP, HTTPS, or FTP protocols. Wget features include the ability to work
> in the background while you're logged out, recursive retrieval of
> directories, file name wildcard matching, remote file timestamp storage
> and comparison, use of Rest with FTP servers and Range with HTTP servers
> to retrieve files over slow or unstable connections, support for Proxy
> servers, and configurability."
> category: Web
> requires: openssl libintl1 ash cygwin
> 
> 


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019