pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/p5-Net-IP-Match-Regexp



Module name:    wip
Committed by:   udontknow
Date:           Tue Sep  1 12:57:08 UTC 2009

Import into wip/p5-Net-IP-Match-Regexp

Log Message:
Import p5-Net-IP-Match-Regexp-1.01 as wip/p5-Net-IP-Match-Regexp.

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.

Status:

Vendor Tag:     UDONTKNOW
Release Tags:   UDONTKNOW_20090901
                
N wip/p5-Net-IP-Match-Regexp/distinfo
N wip/p5-Net-IP-Match-Regexp/Makefile
N wip/p5-Net-IP-Match-Regexp/DESCR

No conflicts created by this import


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index