# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id: Portfile 128637 2014-11-24 21:10:00Z larryv@macports.org $ PortSystem 1.0 name grep version 2.21 platforms darwin categories sysutils license GPL-3+ installs_libs no maintainers gmail.com:mschamschula openmaintainer 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 platforms darwin master_sites gnu use_xz yes checksums rmd160 2e4eb132e5188d298631b45217d23b024dd31614 \ sha256 5244a11c00dee8e7e5e714b9aaa053ac6cbfa27e104abee20d3c778e4bb0e5de # Ensure system version of grep is used instead of a possibly broken MacPorts version. configure.env PATH=/usr/bin:$env(PATH) depends_lib port:pcre port:gettext test.run yes test.target check