mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
Add p5-Net-CIDR-Set 0.11, manipulate sets of IP addresses.
PR: ports/180296 Submitted by: Anes Mukhametov <anes@anes.su>
This commit is contained in:
parent
5e723d2a5b
commit
58854117a4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333872
@ -549,6 +549,7 @@
|
||||
SUBDIR += p5-Net-Blogger
|
||||
SUBDIR += p5-Net-CIDR-Lite
|
||||
SUBDIR += p5-Net-CIDR-MobileJP
|
||||
SUBDIR += p5-Net-CIDR-Set
|
||||
SUBDIR += p5-Net-CLI-Interact
|
||||
SUBDIR += p5-Net-CSTA
|
||||
SUBDIR += p5-Net-CascadeCopy
|
||||
|
19
net/p5-Net-CIDR-Set/Makefile
Normal file
19
net/p5-Net-CIDR-Set/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# Created by: Anes Mukhametov <anes@anes.su>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Net-CIDR-Set
|
||||
PORTVERSION= 0.11
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= anes@anes.su
|
||||
COMMENT= Manipulate sets of IP addresses
|
||||
|
||||
LICENSE= GPLv2 ART20
|
||||
LICENSE_COMB= dual
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
.include <bsd.port.mk>
|
2
net/p5-Net-CIDR-Set/distinfo
Normal file
2
net/p5-Net-CIDR-Set/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Net-CIDR-Set-0.11.tar.gz) = 96b77d0e4d532435690857f027507f9ea28c947d8e1d8d85093ec768bf812fc4
|
||||
SIZE (Net-CIDR-Set-0.11.tar.gz) = 10941
|
11
net/p5-Net-CIDR-Set/pkg-descr
Normal file
11
net/p5-Net-CIDR-Set/pkg-descr
Normal file
@ -0,0 +1,11 @@
|
||||
Net::CIDR::Set represents sets of IP addresses and
|
||||
allows standard set operations (union, intersection,
|
||||
membership test etc) to be performed on them.
|
||||
|
||||
In spite of the name it can work with sets consisting
|
||||
of arbitrary ranges of IP addresses - not just CIDR blocks.
|
||||
|
||||
Both IPv4 and IPv6 addresses are handled - but they may not
|
||||
be mixed in the same set.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Net-CIDR-Set/
|
9
net/p5-Net-CIDR-Set/pkg-plist
Normal file
9
net/p5-Net-CIDR-Set/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
%%PERL5_MAN3%%/Net::CIDR::Set.3.gz
|
||||
%%PERL5_MAN3%%/Net::CIDR::Set::IPv4.3.gz
|
||||
%%PERL5_MAN3%%/Net::CIDR::Set::IPv6.3.gz
|
||||
%%SITE_PERL%%/Net/CIDR/Set.pm
|
||||
%%SITE_PERL%%/Net/CIDR/Set/IPv4.pm
|
||||
%%SITE_PERL%%/Net/CIDR/Set/IPv6.pm
|
||||
@dirrm %%SITE_PERL%%/Net/CIDR/Set
|
||||
@dirrmtry %%SITE_PERL%%/Net/CIDR
|
||||
@dirrmtry %%SITE_PERL%%/Net
|
Loading…
Reference in New Issue
Block a user