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:
parent
2e1df7fb99
commit
ef624194d0
21
net/p5-Net-Patricia/Makefile
Normal file
21
net/p5-Net-Patricia/Makefile
Normal 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>
|
4
net/p5-Net-Patricia/distinfo
Normal file
4
net/p5-Net-Patricia/distinfo
Normal 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
|
3
net/p5-Net-Patricia/pkg/DESCR
Normal file
3
net/p5-Net-Patricia/pkg/DESCR
Normal 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.
|
10
net/p5-Net-Patricia/pkg/PLIST
Normal file
10
net/p5-Net-Patricia/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user