kuriyama    2011-09-09 02:26:22 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/p5-URI-Match     Makefile distinfo pkg-descr pkg-plist 
  Log:
  This is a simple utility that adds ability to match URL parts against
  regular expressions, subroutines, or objects that implement a match()
  method.
  
  Since this module uses loops and method calls, writing up a clever
  regular expression and using it directly against the whole URL is
  probably faster. This module aims to solve the problem where
  readability matters, or when you need to assemble the match conditions
  at run time.
  
  URI::Match adds the following methods to the URI namespace.
  
  WWW: http://search.cpan.org/dist/URI-Match/
  
  Revision  Changes    Path
  1.2375    +1 -0      ports/net/Makefile
  1.1       +25 -0     ports/net/p5-URI-Match/Makefile (new)
  1.1       +2 -0      ports/net/p5-URI-Match/distinfo (new)
  1.1       +13 -0     ports/net/p5-URI-Match/pkg-descr (new)
  1.1       +3 -0      ports/net/p5-URI-Match/pkg-plist (new)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to