Download and Install grep version 2.5.3 on Mac OS X
Tuesday the 8th of July, 2008

    grep  most recent diff


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



      # $Id: Portfile 37524 2008-06-11 09:58:59Z ryandesign macports.org $

      PortSystem 1.0
      Name: grep
      Version: 2.5.3
      Platform: darwin
      Category: sysutils
      Maintainers: waqar macports.org
      Description: GNU grep, the \"fastest grep in the west\" (we hope).
      Long Description: Grep searches one or more input files for lines containing a match to a specified pattern. By default, grep prints the matching lines.
      Homepage: http://www.gnu.org/software/grep/grep.html
      Platform: darwin
      master_sites gnu
      use_bzip2 yes
      checksums md5 27061ce1fde82876970b6549a156da8b sha1 53227ca9a01d5548448372f9b2e9111adf159f3b rmd160 dafa692fd67dfcd1c94115e9831d291b29fa7729

      patchfiles patch-po-Makefile.in.in.diff

      configure.args --infodir=${prefix}/share/info --mandir=${prefix}/share/man

      configure.cppflags-append -I${prefix}/include
      configure.ldflags-append -L${prefix}/lib

      depends_lib port:pcre port:gettext

      test.run yes
      test.target check

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

     Where to find more information:

    Darwin Ports



    image test