Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37344700
en ru br
ALT Linux repos
S:1.01-alt3
5.0: 1.01-alt0.M50.1
4.1: 1.01-alt0.M41.1

Group :: Development/Perl
RPM: perl-Net-IP-Match-Regexp

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.01-alt3
Build date: 17 november 2010, 07:15 ( 700.0 weeks ago )
Size: 15.78 Kb

Home page:   http://search.cpan.org/dist/Net-IP-Match-Regexp…

License: Perl (GPL or Artistic)
Summary: Efficiently match IP addresses against IP ranges
Description:

This module allows you to check an IP address against one or more IP ranges.
It employs Perl's highly optimized regular expression engine to do the hard
work, so it is very fast. It is optimized for speed by doing the match against
a regexp which implicitly checks the broadest IP ranges first. An advantage is
that the regexp can be computed and stored in advance (in source code, in a
database table, etc) and reused, saving much time if the IP ranges don't change
too often. The match can optionally report a value (e.g. a network name) instead
of just a boolean, which makes module useful for mapping IP ranges to names or
codes or anything else.

Current maintainer: Sergey Y. Afonin

List of contributors

List of rpms provided by this srpm:

  • perl-Net-IP-Match-Regexp
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin