summaryrefslogtreecommitdiff
path: root/textproc/bsdgrep
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 20080826Gabor Kovesdan2008-08-262-8/+4
| | | | | | | | | | | | | | | | Changes - Fix -v flag [1] - Proper EOF checking [2] - Better and probable fully GNU-compatible binary checking - Readd fixed string optimizations from OpenBSD in a cleaner way; now it works with all the features, like --color and -o Reported by: Chuck Swiger <cswiger@mac.com> [1], Stuart Barkley <stuartb@4gh.net> [2] Notes: svn path=/head/; revision=219219
* - Make clean before building to clean up the .o files that the distfileGabor Kovesdan2008-07-291-0/+4
| | | | | | | | | | | contains, because I forgot to make clean before tarballing this release. For the next update it will be rolled in a clean way. - Bump PORTREVISION Reported by: pointyhat (via erwin) Notes: svn path=/head/; revision=217826
* - Update to 20080725Gabor Kovesdan2008-07-272-4/+4
| | | | | | | (This is a major bugfix update) Notes: svn path=/head/; revision=217676
* - Update to 20080723Gabor Kovesdan2008-07-242-5/+5
| | | | Notes: svn path=/head/; revision=217448
* - Update to 20080624Gabor Kovesdan2008-06-243-6/+20
| | | | | | | | | | | | | Changes: - Improved GNU compatibility, e.g. all the returned status codes should be compatible now - Added NLS support via catgets() - Change the way of handling gzip/bzip2 files to get rid of some limitations, like detecting of binary bzip2 files - Cleanups in the code Notes: svn path=/head/; revision=215735
* - Update to 20080615Gabor Kovesdan2008-06-142-4/+4
| | | | | | | | | | | This version is now supposed to be compatible with GNU grep 2.5.1, which can be found in FreeBSD. According to some preliminary measurements, they achieve almost the same level of efficiency, this version seem to be measureably but not significantly faster. Further tests are needed to test and examine this version of grep. Notes: svn path=/head/; revision=214858
* - Update to 20080526Gabor Kovesdan2008-05-273-5/+18
| | | | | | | - Create symlinks during the build: bsdgrep and gnugrep Notes: svn path=/head/; revision=213775
* - Update to 20080422 to get rid of the weird distfile.Gabor Kovesdan2008-04-232-4/+4
| | | | | | | | | No functional changes. Reported by: pointyhat (via pav) Notes: svn path=/head/; revision=211842
* - Update to 20080406Gabor Kovesdan2008-04-082-4/+6
| | | | | | | | | | | | | - Fix installing of man pages Changes: - Minor fixes and improvements to the code [1] - Man page completion Obtained from: OpenBSD [1] Notes: svn path=/head/; revision=210859
* This is the BSD-licensed version of the well-known grep utility, obtained fromGabor Kovesdan2007-06-193-0/+39
OpenBSD. It lacks some features of GNU grep. It is a proposed project idea to replace the GNU grep with this one, but it needs to be completed first. Patches are highly appreciated. WWW: http://www.freebsd.org/projects/ideas/#p-bsdtexttools Obtained from: OpenBSD Notes: svn path=/head/; revision=193901