mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Adding port net/p5-Net-Whois-IP, Perl extension for looking up the whois information for ip addresses
Approved by: tobez (implicit)
This commit is contained in:
parent
eca2e18194
commit
24a90a7aa2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=163401
5 changed files with 44 additions and 0 deletions
|
@ -454,6 +454,7 @@
|
||||||
SUBDIR += p5-Net-Traceroute6
|
SUBDIR += p5-Net-Traceroute6
|
||||||
SUBDIR += p5-Net-Wake
|
SUBDIR += p5-Net-Wake
|
||||||
SUBDIR += p5-Net-Whois
|
SUBDIR += p5-Net-Whois
|
||||||
|
SUBDIR += p5-Net-Whois-IP
|
||||||
SUBDIR += p5-Net-Whois-RIPE
|
SUBDIR += p5-Net-Whois-RIPE
|
||||||
SUBDIR += p5-Net-Whois-Raw
|
SUBDIR += p5-Net-Whois-Raw
|
||||||
SUBDIR += p5-Net-Write
|
SUBDIR += p5-Net-Write
|
||||||
|
|
22
net/p5-Net-Whois-IP/Makefile
Normal file
22
net/p5-Net-Whois-IP/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# New ports collection makefile for: p5-Net-Whois-IP
|
||||||
|
# Date created: 25 May 2006
|
||||||
|
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= Net-Whois-IP
|
||||||
|
PORTVERSION= 1.01
|
||||||
|
CATEGORIES= net perl5
|
||||||
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||||
|
MASTER_SITE_SUBDIR= Net
|
||||||
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
|
MAINTAINER= aaron@FreeBSD.org
|
||||||
|
COMMENT= Perl extension for looking up the whois information for ip addresses
|
||||||
|
|
||||||
|
MAN3= Net::Whois::IP.3
|
||||||
|
|
||||||
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
net/p5-Net-Whois-IP/distinfo
Normal file
3
net/p5-Net-Whois-IP/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
MD5 (Net-Whois-IP-1.01.tar.gz) = 653492738c0a7b3ae72f6ded3f7fe336
|
||||||
|
SHA256 (Net-Whois-IP-1.01.tar.gz) = 70cd5562689e77b69800afc6094ff26d95fde36fdaf2a0d62801a44d5152e77f
|
||||||
|
SIZE (Net-Whois-IP-1.01.tar.gz) = 4641
|
7
net/p5-Net-Whois-IP/pkg-descr
Normal file
7
net/p5-Net-Whois-IP/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
Perl module to allow whois lookup of ip addresses. This module should
|
||||||
|
recursively query the various whois providers until it gets the more
|
||||||
|
detailed information including either TechPhone or OrgTechPhone by
|
||||||
|
default; however, this is overrideable.
|
||||||
|
|
||||||
|
WWW: http://search.cpan.org/dist/Net-Whois-IP
|
||||||
|
Author: Ben Schmitz <ben@foink.com>
|
11
net/p5-Net-Whois-IP/pkg-plist
Normal file
11
net/p5-Net-Whois-IP/pkg-plist
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
%%SITE_PERL%%/Net/Whois/IP.pm
|
||||||
|
%%SITE_PERL%%/auto/Net/Whois/IP/autosplit.ix
|
||||||
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Whois/IP/.packlist
|
||||||
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Whois/IP
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Whois
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
|
||||||
|
@dirrm %%SITE_PERL%%/auto/Net/Whois/IP
|
||||||
|
@dirrmtry %%SITE_PERL%%/auto/Net/Whois
|
||||||
|
@dirrmtry %%SITE_PERL%%/auto/Net
|
||||||
|
@dirrmtry %%SITE_PERL%%/Net/Whois
|
||||||
|
@dirrmtry %%SITE_PERL%%/Net
|
Loading…
Add table
Reference in a new issue