summaryrefslogblamecommitdiffstats
path: root/ftp/wget/DETAILS
blob: 8406818c4caeaf162ff4972cbec96f57f9070473 (plain) (tree)
1
2
3
4
5
6
7
8
9
                     
                      
                  

                                                                                                                                                        
                                        
                                                      
                   
                                                   
                         
                    
                          








                                                                       
                                                               







                                                                        
           SPELL=wget
         VERSION=2.0.0
  SECURITY_PATCH=6
          SOURCE=${SPELL}2-$VERSION.tar.gz
     SOURCE_HASH=sha512:59be98a43057220f4eb4314d0876990c21bbc2606a82444e03282ca55d6de18a382fb75b3fcbb1e7f5a5930cd9a81c6c73cdac2ffba3932b55816fb8140c00eb
   SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SPELL}2-$VERSION"
        DOC_DIRS=""
        WEB_SITE=https://www.gnu.org/software/wget/
         ENTERED=20010922
      LICENSE[0]=GPL
        KEYWORDS="web ftp"
           SHORT="wget retreives files from web and ftp sites."
cat << EOF
Wget - Retrieves files from the Web
Wget is a network utility to retrieve files from the Web using http and
ftp, the two most widely used Internet protocols. It works
non-interactively, so it will work in the background, after having
logged off. The program supports recursive retrieval of web-authoring
pages as well as ftp sites-- you can use wget to make mirrors of
archives and home pages or to travel the Web like a WWW robot.
Wget works particularly well with slow or stable connections by
continuing to retrive a document until the document is fully downloaded.
Re-getting files from where it left off works on servers (both http and
ftp) that support it. Both http and ftp retrievals can be time stamped,
so wget can see if the remote file has changed since the last retrieval
and automatically retrieve the new version if it has.
Wget supports proxy servers; this can lighten the network load, speed up
retrieval, and provide access behind firewalls.
EOF