Import p5-Net-Patricia

This module uses a Patricia Trie data structure to quickly perform IP
address prefix matching for applications such as IP subnet, network or
routing table lookups.

From dlg@
This commit is contained in:
alek 2006-10-18 10:45:59 +00:00
parent 2e1df7fb99
commit ef624194d0
4 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/10/18 10:45:59 alek Exp $
SHARED_ONLY= Yes
COMMENT= "Patricia Trie perl module for fast IP address lookups"
DISTNAME= Net-Patricia-1.014
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
CONFIGURE_STYLE=perl
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (Net-Patricia-1.014.tar.gz) = 16ec73b5b514dbe4275e349fca236c49
RMD160 (Net-Patricia-1.014.tar.gz) = a44a203bbb93ce0c1bb517aa2133f096ef4e9fe5
SHA1 (Net-Patricia-1.014.tar.gz) = bccc6613062e8a14c73f7ad1e2ef7dd87dac36a8
SIZE (Net-Patricia-1.014.tar.gz) = 24539

View File

@ -0,0 +1,3 @@
This module uses a Patricia Trie data structure to quickly perform IP
address prefix matching for applications such as IP subnet, network or
routing table lookups.

View File

@ -0,0 +1,10 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/10/18 10:45:59 alek Exp $
${P5ARCH}/
${P5ARCH}/Net/
${P5ARCH}/Net/Patricia.pm
${P5ARCH}/auto/
${P5ARCH}/auto/Net/
${P5ARCH}/auto/Net/Patricia/
${P5ARCH}/auto/Net/Patricia/Patricia.bs
${P5ARCH}/auto/Net/Patricia/Patricia.so
@man man/man3p/Net::Patricia.3p