aboutsummaryrefslogtreecommitdiff
path: root/textproc/gnugrep
Commit message (Collapse)AuthorAgeFilesLines
* Update GNU grep to 2.20 (bugfix release)Johan van Selst2014-06-072-3/+3
| | | | Notes: svn path=/head/; revision=356885
* Update GNU grep to 2.19Johan van Selst2014-05-232-5/+4
| | | | | | | Release notes: http://savannah.gnu.org/forum/forum.php?forum_id=7988 Notes: svn path=/head/; revision=354941
* Update GNU grep to 2.18 (bugfix release)Johan van Selst2014-02-262-3/+3
| | | | Notes: svn path=/head/; revision=346136
* Update GNU grep to 2.17Johan van Selst2014-02-192-3/+3
| | | | Notes: svn path=/head/; revision=345139
* - Update to GNU grep 2.16 (bugfix release)Johan van Selst2014-01-022-18/+8
| | | | | | | - Simplify options handling Notes: svn path=/head/; revision=338463
* Update to GNU grep 2.15Johan van Selst2013-11-012-4/+3
| | | | Notes: svn path=/head/; revision=332392
* - Fix PCRE support [1]Johan van Selst2013-10-062-6/+9
| | | | | | | | | | | | - Enable PCRE support by default - Enable stage support - Bump PORTREVISION PR: ports/182266 [1] Submitted by: amdmi3 Notes: svn path=/head/; revision=329600
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - Update GNU grep to 2.14Johan van Selst2013-06-243-6/+6
| | | | | | | | | - Adopt port Approved by: gabor (old maintainer) Notes: svn path=/head/; revision=321704
* - Fix buildMartin Wilke2013-06-111-5/+2
| | | | | | | Reported by: pkg (DEVELOPER_MODE) Notes: svn path=/head/; revision=320601
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* Update PCRE to 8.32Martin Matuska2012-12-101-1/+2
| | | | | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports Notes: svn path=/head/; revision=308630
* Convert to OptionsNGEitan Adler2012-10-061-4/+4
| | | | | | | Approved by: gabor (maintainer) Notes: svn path=/head/; revision=305384
* - Update to 2.12Gabor Kovesdan2012-05-232-10/+8
| | | | | | | | | | | - Use GNU macro - Pet portlint PR: ports/167649 Submitted by: sunpoet Notes: svn path=/head/; revision=297284
* 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