pkgsrc-WIP-cvs archive

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

CVS commit: wip



Module name:    wip
Committed by:   udontknow
Date:           Tue Sep  1 12:58:30 UTC 2009

Modified Files:
        wip: Makefile

Log Message:
Added 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.


To generate a diff of this commit:
cvs -z3 rdiff -u -r1.3579 -r1.3580 wip/Makefile

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/Makefile?r1=1.3579&r2=1.3580

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------------------------------------------------------
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