cvs commit: ports/textproc/bsdgrep Makefile distinfo pkg-plist

Gabor Kovesdan gabor at FreeBSD.org
Mon Sep 12 13:12:18 UTC 2011


gabor       2011-09-12 13:12:18 UTC

  FreeBSD ports repository

  Modified files:
    textproc/bsdgrep     Makefile distinfo pkg-plist 
  Log:
  - 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
  
  Revision  Changes    Path
  1.16      +24 -7     ports/textproc/bsdgrep/Makefile
  1.14      +2 -2      ports/textproc/bsdgrep/distinfo
  1.5       +9 -0      ports/textproc/bsdgrep/pkg-plist


More information about the cvs-ports mailing list