aboutsummaryrefslogtreecommitdiff
path: root/textproc/gnugrep
Commit message (Collapse)AuthorAgeFilesLines
* Bump pcre library dependency due to 8.30 updateMartin Matuska2012-02-141-1/+2
| | | | Notes: svn path=/head/; revision=291338
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+0
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Update to 2.9Gabor Kovesdan2011-08-082-4/+5
| | | | | | | | PR: ports/158353 Submitted by: Pedro Giffuni <giffunip@tutopia.com> Notes: svn path=/head/; revision=279199
* - Fix plistGabor Kovesdan2011-06-252-2/+2
| | | | | | | | | | - Bump PORTREVISION - Pet portlint(1) Reported by: pointyhat (via pav) Notes: svn path=/head/; revision=276383
* Update to 2.8.Xin LI2011-06-203-3/+4
| | | | | | | | PR: ports/157998 Approved by: maintainer (gabor) Notes: svn path=/head/; revision=275906
* - Update to 2.7Gabor Kovesdan2011-02-032-5/+3
| | | | | | | | | PR: ports/152833 Submitted by: Anonymous <swell.k@gmail.com> Feature safe: yes Notes: svn path=/head/; revision=268582
* - 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