fetch version 6.2.0-RELEASE for Mac OS X 10.5 Leopard
Friday the 16th of May, 2008

    fetch  most recent diff


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



      # $Id: Portfile 30462 2007-10-28 19:05:39Z afb macports.org $

      PortSystem 1.0

      Name: fetch
      Version: 6.2.0-RELEASE
      Category: net
      Maintainers: afb macports.org openmaintainer
      Description: FreeBSD file fetching utility
      Long Description: Fetch provides a command-line interface to the fetch(3) library. Its purpose is to retrieve the file(s) pointed to by the URL(s) on the command line.
      Platform: darwin freebsd
      use_bzip2 yes
      Homepage: http://www.freebsd.org/
      master_sites macports
      checksums md5 41f930ab95e10e6d204bf8ac380db7bd
      worksrcdir ${name}
      use_configure no
      depends_lib lib:libfetch.4:libfetch
      build.type bsd
      build.args CFLAGS+=-I${prefix}/include LDFLAGS+=-L${prefix}/lib

      destroot {
      xinstall -m 755 ${workpath}/${worksrcdir}/fetch ${destroot}${prefix}/bin
      xinstall -m 644 -c ${workpath}/${worksrcdir}/fetch.1 ${destroot}${prefix}/share/man/man1 }

      platform darwin {
      patchfiles patch-Makefile patch-fetch.c
      build.args-append CFLAGS+=-D__FBSDID=__RCSID
      }

    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/fetch
      % sudo port install fetch
      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 fetch
      ---> Verifying checksum for fetch
      ---> Extracting fetch
      ---> Configuring fetch
      ---> Building fetch with target all
      ---> Staging fetch into destroot
      ---> Installing fetch
    - 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 fetch with these commands:
      %  man fetch
      % apropos fetch
      % which fetch
      % locate fetch

     Where to find more information:

    Darwin Ports



    image test