aboutsummaryrefslogtreecommitdiff
path: root/textproc/gnugrep
Commit message (Collapse)AuthorAgeFilesLines
* - Add support for NLS with the conventional WITHOUT_NLS knob to disable itGabor Kovesdan2010-08-152-10/+65
| | | | | | | | | | | | - Silence post-patch target - Bump PORTREVISION - Cosmetic changes PR: ports/149290 Submitted by: swell.k@gmail.com Notes: svn path=/head/; revision=259248
* - Introduce a new USE_XZ knob that handles lzma/xz compressed distfilesPav Lucistnik2010-06-042-3/+5
| | | | | | | | | | | - Convert a bunch of ports to use it PR: ports/146329 Submitted by: mm With hat: portmgr Notes: svn path=/head/; revision=255708
* - Instead of previous commit, fix the issue properly by using gettextGabor Kovesdan2010-06-021-3/+3
| | | | | | | Pointed out by: pav Notes: svn path=/head/; revision=255569
* - Fix plistGabor Kovesdan2010-06-011-1/+3
| | | | | | | Reported by: erwin (via pointyhat) Notes: svn path=/head/; revision=255445
* - Update to 2.6.3Gabor Kovesdan2010-05-302-5/+5
| | | | | | | | PR: ports/146524 Submitted by: mm Notes: svn path=/head/; revision=255303
* The grep command searches one or more input files for lines containing a matchGabor Kovesdan2010-02-063-0/+52
to a specified pattern. By default, grep prints the matching lines. WWW: http://www.gnu.org/software/grep/ Notes: svn path=/head/; revision=249336