Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Oct 2011 11:08:03 +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/net Makefile ports/net/p5-Net-Subnet Makefile distinfo pkg-descr pkg-plist
Message-ID:  <201110261108.p9QB83Wm067517@repoman.freebsd.org>

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



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