Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Sep 2011 13:12:18 +0000 (UTC)
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/textproc/bsdgrep Makefile distinfo pkg-plist
Message-ID:  <201109121312.p8CDCIvj042463@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201109121312.p8CDCIvj042463>