cvs commit: ports/devel Makefile ports/devel/p5-Regexp-Compare Makefile distinfo pkg-descr pkg-plist

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Nov 9 13:54:46 UTC 2011


sunpoet     2011-11-09 13:54:45 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-Regexp-Compare Makefile distinfo pkg-descr pkg-plist 
  Log:
  - Add p5-Regexp-Compare 0.17
  
  Regexp::Compare implements a function comparing regular expressions: it returns
  true if all strings matched by the first regexp are also matched by the second.
  It's meant to be used for optimization of blacklists implemented by regular
  expressions (like, for example, http://www.communitywiki.org/cw/BannedContent).
  
  False return value does not imply that there's a string matched by the first
  regexp which isn't matched by the second - many regular expressions (i.e. those
  containing Perl code) are impossible to compare, and this module doesn't even
  implement all possible comparisons.
  
  WWW: http://search.cpan.org/dist/Regexp-Compare/
  
  Revision  Changes    Path
  1.4664    +1 -0      ports/devel/Makefile
  1.1       +21 -0     ports/devel/p5-Regexp-Compare/Makefile (new)
  1.1       +2 -0      ports/devel/p5-Regexp-Compare/distinfo (new)
  1.1       +11 -0     ports/devel/p5-Regexp-Compare/pkg-descr (new)
  1.1       +7 -0      ports/devel/p5-Regexp-Compare/pkg-plist (new)


More information about the cvs-all mailing list