1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
Commit Graph

28 Commits

Author SHA1 Message Date
Adam Weinberger
31401daf2f - fix NLS support, which was wired backwards
- actually enable NLS in OPTIONS
- change LOCALBASE to PREFIX, as it was attempting to create a directory in
  one, and then install a file into another
- this fixes package building

Feature safe:	yes
2012-11-08 22:09:33 +00:00
Eitan Adler
c256564edc Convert to OptionsNG
Approved by:	gabor (maintainer)
2012-10-06 16:11:17 +00:00
Pav Lucistnik
396d13cdbe - Mark BROKEN on 7.X: overwrites files installed by dependency
Reported by:	pointyhat
2011-11-02 01:10:37 +00:00
Gabor Kovesdan
390159bd1c - s|${LOCALBASE}/bin|${LOCALBASE}/lib| to fix build on 7.X
Submitted by:	pav
2011-10-19 08:37:27 +00:00
Gabor Kovesdan
fbf4d29337 - Fix build on systems, where xz is not in the base system
Reported by:	pointyhat (via pav)
2011-10-14 10:04:12 +00:00
Gabor Kovesdan
9679263479 - Fix build on >=9.X
Reported by:	eadler
2011-10-02 15:28:46 +00:00
Gabor Kovesdan
29d1a70e66 - Update to 20111002 2011-10-02 10:05:52 +00:00
Pav Lucistnik
961fb91bbb - Mark BROKEN: incomplete plist
Reported by:	pointyhat
2011-09-26 21:53:21 +00:00
Gabor Kovesdan
19b419a2d7 - Add -I${LOCALBASE}/include to CFLAGS for older systems where xz tools
are installed as a dependency

Reported by:	pointyhat (via linimon)
2011-09-14 23:34:58 +00:00
Gabor Kovesdan
c291d24dbe - Fix build on 9.X
Reported by:	pointyhat (via pav)
2011-09-13 23:13:47 +00:00
Gabor Kovesdan
7892b43f15 - Update to 20110912
Chabgelog:
 + Rewritten fast matcher code: slight performance improvement and better
   scalability, more reliable, more fine-grained (handles a wider scale of
   patterns), uses Turbo Boyer-Moore and Quick Search algorithms
 + Readd --mmap, default is still read(2)
 + Support xz/lzma archives
 + Bugfix: support of empty pattern
 + Bugfix: pattern file cannot be a directory
 + Bugfix: proper error handling when using -F / fgrep
 + Bugfix: fix handling of ^$ anchors
 + Bugfix: partly fix content after last match of -m
2011-09-12 13:12:18 +00:00
Olli Hauer
fc03c837e2 -remove MD5 2011-07-03 14:40:25 +00:00
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