Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Sep 2011 02:26:22 +0000 (UTC)
From:      Jun Kuriyama <kuriyama@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/net Makefile ports/net/p5-URI-Match Makefile distinfo pkg-descr pkg-plist
Message-ID:  <201109090226.p892QM2I013021@repoman.freebsd.org>

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



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