perl-Net-IP-CMatch
Efficiently match IP addresses against IP ranges with C
SRPM: perl-Net-IP-CMatch-0.02-1.n0i.1.fc8.src.rpm SPEC: perl-Net-IP-CMatch.spec Version: 0.02 Release: 1.n0i.1.fc8 Epoch: License: Artistic Group: Development/Libraries Size: 33463 Packager: Marius Feraru <altblue@n0i.net> Vendor: n0i.net URL: http://search.cpan.org/dist/Net-IP-CMatch/ Date: Sun Jun 10 2007, 05:33 GMT
Description:
Net::IP::CMatch is based upon, and does the same thing as Net::IP::Match. The
unconditionally exported subroutine 'match_ip' determines if the ip to match
( first argument ) matches any of the subsequent ip arguments. Match
arguments may be absolute quads, as '127.0.0.1', or contain mask bits as
'111.245.76.248/29'. A true return value indicates a match.
It was written in C, rather than a macro, preprocessed through Perl's source
filter mechanism ( as is Net::IP::Match ), so that the ip arguments could be
traditional perl scalars. The C code is lean and mean ( IMHO ).
unconditionally exported subroutine 'match_ip' determines if the ip to match
( first argument ) matches any of the subsequent ip arguments. Match
arguments may be absolute quads, as '127.0.0.1', or contain mask bits as
'111.245.76.248/29'. A true return value indicates a match.
It was written in C, rather than a macro, preprocessed through Perl's source
filter mechanism ( as is Net::IP::Match ), so that the ip arguments could be
traditional perl scalars. The C code is lean and mean ( IMHO ).
Changelog:
- Sun Jun 10 2007 Marius Feraru <altblue@n0i.net> - 0.02-1.n0i.1
- spec file (re)created using N0i::CPAN::RPMizer/1.14.8
- version 0.02
Files:
- Net-IP-CMatch-0.02.tar.gz
- perl-Net-IP-CMatch.spec
Requires:
- perl(ExtUtils::MakeMaker)
- reb00t-rpmdevtools
- rpmlib(CompressedFileNames)