Download and Install wget version 1.11.4 on Mac OS X
Monday the 8th of September, 2008

    wget  most recent diff


      View the most recent changes for the wget port at: wget.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for wget.
      The raw portfile for wget 1.11.4 is located here:
      http://wget.darwinports.com/dports/net/wget/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/wget
      Google
      Web Darwinports.com



      # $Id: Portfile 37940 2008-06-30 07:13:32Z ryandesign macports.org $

      PortSystem 1.0

      Name: wget
      Version: 1.11.4
      Category: net www
      Maintainers: ryandesign
      Homepage: http://www.gnu.org/software/wget/
      Platform: darwin freebsd
      use_parallel_build yes
      master_sites gnu

      Description: internet file retriever

      Long Description: GNU Wget is a free software package for retrieving files using HTTP, HTTPS and FTP, the most widely-used Internet protocols. It is a non-interactive commandline tool, so it may easily be called from scripts, cron jobs, terminals without Xsupport, etc.

      checksums md5 69e8a7296c0e12c53bd9ffd786462e87 sha1 a78a3b71fd59504df3ff3dbc0a2195a1410e9eac rmd160 1cec99b073fcf64dd362977b0b88a55f8f47bbb8

      configure.args --with-libssl-prefix=${prefix}

      depends_lib port:openssl port:gettext

      # As of 1.11.3, the tests are known to be incomplete or even broken. See
      # ${worksrcpath}/tests/README for the current status of the test suite.
      test.run no

      Variant: no_ssl description {Build without SSL support} {
      depends_lib-delete port:openssl
      configure.args-append --without-ssl
      configure.args-delete --with-libssl-prefix=${prefix}
      }

      post-destroot {
      set docdir ${destroot}${prefix}/share/doc/${name}-${version}
      xinstall -d ${docdir}
      foreach docfile {AUTHORS COPYING NEWS README} {
      xinstall -W ${worksrcpath} -m 0644 ${docfile} ${docdir}/${docfile}.txt
      }
      xinstall -W ${worksrcpath} -m 0644 ChangeLog ${docdir}/ChangeLog-main.txt
      foreach changelog {doc src} {
      xinstall -W ${worksrcpath} -m 0644 ${changelog}/ChangeLog ${docdir}/ChangeLog-${changelog}.txt
      }
      }

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/wget
      % sudo port install wget
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching wget
      ---> Verifying checksum for wget
      ---> Extracting wget
      ---> Configuring wget
      ---> Building wget with target all
      ---> Staging wget into destroot
      ---> Installing wget
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using wget with these commands:
      %  man wget
      % apropos wget
      % which wget
      % locate wget

     Where to find more information:

    Darwin Ports



    image test