Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Nov 2011 13:54:45 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/p5-Regexp-Compare Makefile distinfo pkg-descr pkg-plist
Message-ID:  <201111091354.pA9Dsj6s010717@repoman.freebsd.org>

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



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