[45734] trunk/dports/perl

blb at macports.org blb at macports.org
Tue Jan 20 17:05:20 PST 2009


Revision: 45734
          http://trac.macports.org/changeset/45734
Author:   blb at macports.org
Date:     2009-01-20 17:05:20 -0800 (Tue, 20 Jan 2009)
Log Message:
-----------
New port - perl/p5-net-ip-match-regexp, ticket #18124

Added Paths:
-----------
    trunk/dports/perl/p5-net-ip-match-regexp/
    trunk/dports/perl/p5-net-ip-match-regexp/Portfile

Added: trunk/dports/perl/p5-net-ip-match-regexp/Portfile
===================================================================
--- trunk/dports/perl/p5-net-ip-match-regexp/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-net-ip-match-regexp/Portfile	2009-01-21 01:05:20 UTC (rev 45734)
@@ -0,0 +1,30 @@
+# $Id$
+PortSystem 1.0
+PortGroup perl5 1.0
+
+perl5.setup             Net-IP-Match-Regexp 1.01
+maintainers             hostwizard.com:scott
+
+description             Net::IP::Match::Regexp - Efficiently match IP addresses against ranges
+
+long_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.
+
+homepage		http://search.cpan.org/dist/Net-IP-Match-Regexp/lib/Net/IP/Match/Regexp.pm
+
+platforms               darwin
+
+checksums           	md5     5558a916d5d15884be949c9f7fc71a49 \
+                    	sha1    062484cd6cb0f19602d1301a7a56a621c33b7594 \
+                   	rmd160  ce046da3066853cb113325eb2a6f8ba2743fbea6
+


Property changes on: trunk/dports/perl/p5-net-ip-match-regexp/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090120/a32c68c6/attachment.html>


More information about the macports-changes mailing list