mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
Add net/p5-Net-IPTrie, a Perl module for building IPv4 and IPv6 address
space hierarchies. Submitted by: Matthew Luckie <mjl@luckie.org.nz>
This commit is contained in:
parent
68381b3ee8
commit
68330ebefd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=203541
@ -484,6 +484,7 @@
|
||||
SUBDIR += p5-Net-Growl
|
||||
SUBDIR += p5-Net-GrowlClient
|
||||
SUBDIR += p5-Net-HL7
|
||||
SUBDIR += p5-Net-IPTrie
|
||||
SUBDIR += p5-Net-Ident
|
||||
SUBDIR += p5-Net-Interface
|
||||
SUBDIR += p5-Net-Libdnet
|
||||
|
27
net/p5-Net-IPTrie/Makefile
Normal file
27
net/p5-Net-IPTrie/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: Net-IPTrie
|
||||
# Date created: 13 December 2007
|
||||
# Whom: Matthew Luckie <mjl@luckie.org.nz>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net-IPTrie
|
||||
PORTVERSION= 0.3
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Net
|
||||
PKGNAMEPREFIX= p5-
|
||||
DISTNAME= ${PORTNAME}-v${PORTVERSION}
|
||||
|
||||
MAINTAINER= mjl@luckie.org.nz
|
||||
COMMENT= Module for building IPv4 and IPv6 address space hierarchies
|
||||
|
||||
BUILD_DEPENDS= p5-NetAddr-IP>=4.00.7:${PORTSDIR}/net-mgmt/p5-NetAddr-IP \
|
||||
p5-version>=0:${PORTSDIR}/devel/p5-version
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_MODBUILD= 5.8.0+
|
||||
|
||||
MAN3= Net::IPTrie.3 Net::IPTrie::Node.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/p5-Net-IPTrie/distinfo
Normal file
3
net/p5-Net-IPTrie/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Net-IPTrie-v0.3.tar.gz) = 8fd4e5fbbf97ccef6b5ad5c719f9f151
|
||||
SHA256 (Net-IPTrie-v0.3.tar.gz) = 01724dc2d143f9bc20fff49015c12d543dc72541b40669be5902a9657fd3a4a1
|
||||
SIZE (Net-IPTrie-v0.3.tar.gz) = 6317
|
7
net/p5-Net-IPTrie/pkg-descr
Normal file
7
net/p5-Net-IPTrie/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
This module uses a radix tree (or trie) to quickly build the hierarchy of a
|
||||
given address space (both IPv4 and IPv6). This allows the user to perform
|
||||
fast subnet or routing lookups.
|
||||
|
||||
It is implemented exclusively in Perl.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Net-IPTrie/
|
4
net/p5-Net-IPTrie/pkg-plist
Normal file
4
net/p5-Net-IPTrie/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
%%SITE_PERL%%/Net/IPTrie.pm
|
||||
%%SITE_PERL%%/Net/IPTrie/Node.pm
|
||||
@dirrm %%SITE_PERL%%/Net/IPTrie
|
||||
@dirrmtry %%SITE_PERL%%/Net
|
Loading…
Reference in New Issue
Block a user