Commit graph

16 commits

Author SHA1 Message Date
Gabor Kovesdan
ad6fe33c96 - Register CONFLICTS with upcoming textproc/gnugrep 2010-02-06 13:46:51 +00:00
Gabor Kovesdan
c1a1a830d8 - Fix plist
Reported by:	QAT
Pointyhat to:	gabor
2009-12-01 18:38:27 +00:00
Gabor Kovesdan
fc3eae3ed2 - Update to 20091130
Changes:
	- Fix EOF handling bug
	- Better --exclude and --include compatibility with GNU variant
	- Add --exclude-dir and --include-dir [1]
	- Add support for GREP_OPTIONS [2]
	- Clean up NLS catalogs
	- Style changes [3]
	- WARNS=6 cleanness

Submitted by:	delphij [3]
Requested by:	bz [1], obrien [2]
2009-11-30 21:39:53 +00:00
Gabor Kovesdan
517889672d - Update to 20090111 2009-01-11 14:19:20 +00:00
Gabor Kovesdan
e7b834a2a4 - Update to 20081226 2008-12-26 09:37:20 +00:00
Ruslan Ermilov
f49a2e9bef Fix the value of MANCOMPRESSED.
OK'ed by:	gabor
2008-09-26 08:34:24 +00:00
Gabor Kovesdan
f4d3f755ee - Update to 20080826
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]
2008-08-26 13:49:43 +00:00
Gabor Kovesdan
0703650edb - Make clean before building to clean up the .o files that the distfile
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)
2008-07-29 19:57:12 +00:00
Gabor Kovesdan
1d8b275ad0 - Update to 20080725
(This is a major bugfix update)
2008-07-27 15:44:31 +00:00
Gabor Kovesdan
d2ddcad204 - Update to 20080723 2008-07-24 23:07:00 +00:00
Gabor Kovesdan
8335e164e6 - Update to 20080624
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
2008-06-24 21:21:52 +00:00
Gabor Kovesdan
255002c781 - Update to 20080615
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.
2008-06-14 23:06:19 +00:00
Gabor Kovesdan
4729bbd7ed - Update to 20080526
- Create symlinks during the build: bsdgrep and gnugrep
2008-05-27 13:32:03 +00:00
Gabor Kovesdan
9f13b4ba1d - Update to 20080422 to get rid of the weird distfile.
No functional changes.

Reported by:	pointyhat (via pav)
2008-04-23 15:19:39 +00:00
Gabor Kovesdan
2edf52a696 - Update to 20080406
- Fix installing of man pages

Changes:
	- Minor fixes and improvements to the code [1]
	- Man page completion

Obtained from:	OpenBSD [1]
2008-04-08 15:18:11 +00:00
Gabor Kovesdan
3d93484078 This is the BSD-licensed version of the well-known grep utility, obtained from
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
2007-06-19 21:20:04 +00:00