sunpoet     2011-10-26 11:08:03 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/p5-Net-Subnet    Makefile distinfo pkg-descr pkg-plist 
  Log:
  - Add p5-Net-Subnet 1.02
  
  This is a simple but fast pure Perl module for determining whether a given IP
  address is in a given set of IP subnets. It's iterative, and it doesn't use 
any
  fancy tries, but because it uses simple bitwise operations on strings it's 
still
  very fast.
  
  All documented functions are exported by default.
  
  Subnets have to be given in "address/mask" or "address/length" (CIDR) format.
  The Socket and Socket6 modules are used to normalise addresses, which means 
that
  any of the address formats supported by inet_aton and inet_pton can be used 
with
  Net::Subnet.
  
  WWW: http://search.cpan.org/dist/Net-Subnet/
  
  PR:             ports/161335
  Submitted by:   Henk van Oers <hvo...@xs4all.nl>
  
  Revision  Changes    Path
  1.2395    +1 -0      ports/net/Makefile
  1.1       +26 -0     ports/net/p5-Net-Subnet/Makefile (new)
  1.1       +2 -0      ports/net/p5-Net-Subnet/distinfo (new)
  1.1       +13 -0     ports/net/p5-Net-Subnet/pkg-descr (new)
  1.1       +5 -0      ports/net/p5-Net-Subnet/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"

Reply via email to