mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Add p5-POE-Component-Client-Whois 1.09, a one shot non-blocking RFC 812
WHOIS query. PR: ports/109463 Submitted by: Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
This commit is contained in:
parent
0813734055
commit
97c2cf8a02
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185821
@ -517,6 +517,7 @@
|
||||
SUBDIR += p5-POE-Component-Client-Ping
|
||||
SUBDIR += p5-POE-Component-Client-Telnet
|
||||
SUBDIR += p5-POE-Component-Client-Traceroute
|
||||
SUBDIR += p5-POE-Component-Client-Whois
|
||||
SUBDIR += p5-POE-Component-ControlPort
|
||||
SUBDIR += p5-POE-Component-Generic
|
||||
SUBDIR += p5-POE-Component-Jabber
|
||||
|
27
net/p5-POE-Component-Client-Whois/Makefile
Normal file
27
net/p5-POE-Component-Client-Whois/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: p5-POE-Component-Client-Whois
|
||||
# Date created: 2007-02-23
|
||||
# Whom: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= POE-Component-Client-Whois
|
||||
PORTVERSION= 1.09
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= POE
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= tjs@cdpa.nsysu.edu.tw
|
||||
COMMENT= A one shot non-blocking RFC 812 WHOIS query
|
||||
|
||||
RUN_DEPENDS= p5-POE>=0.38:${PORTSDIR}/devel/p5-POE \
|
||||
p5-Net-Netmask>=1.9012:${PORTSDIR}/net-mgmt/p5-Net-Netmask
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= POE::Component::Client::Whois.3 \
|
||||
POE::Component::Client::Whois::IPBlks.3 \
|
||||
POE::Component::Client::Whois::TLDList.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/p5-POE-Component-Client-Whois/distinfo
Normal file
3
net/p5-POE-Component-Client-Whois/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (POE-Component-Client-Whois-1.09.tar.gz) = 01113030fadeb9dbb90f54062c3da08c
|
||||
SHA256 (POE-Component-Client-Whois-1.09.tar.gz) = c994cefe9d960a33ee2014bdf454231b62978a7e9dc78a88a2e77140042a322a
|
||||
SIZE (POE-Component-Client-Whois-1.09.tar.gz) = 20920
|
9
net/p5-POE-Component-Client-Whois/pkg-descr
Normal file
9
net/p5-POE-Component-Client-Whois/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
POE::Component::Client::Whois provides a lightweight one shot non-blocking
|
||||
RFC 812 WHOIS query to other POE sessions and components. The component will
|
||||
attempt to guess the appropriate whois server to connect to based on the
|
||||
query string passed.
|
||||
|
||||
If no guess can be made it will connect to whois.internic.net for domains,
|
||||
whois.arin.net for IPv4 addresses and whois.6bone.net for IPv6 addresses.
|
||||
|
||||
WWW: http://search.cpan.org/dist/POE-Component-Client-Whois/
|
13
net/p5-POE-Component-Client-Whois/pkg-plist
Normal file
13
net/p5-POE-Component-Client-Whois/pkg-plist
Normal file
@ -0,0 +1,13 @@
|
||||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/Whois/.packlist
|
||||
%%SITE_PERL%%/POE/Component/Client/Whois.pm
|
||||
%%SITE_PERL%%/POE/Component/Client/Whois/IPBlks.pm
|
||||
%%SITE_PERL%%/POE/Component/Client/Whois/TLDList.pm
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/Whois
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE
|
||||
@dirrm %%SITE_PERL%%/POE/Component/Client/Whois
|
||||
@dirrmtry %%SITE_PERL%%/POE/Component/Client
|
||||
@dirrmtry %%SITE_PERL%%/POE/Component
|
||||
@dirrmtry %%SITE_PERL%%/POE
|
Loading…
Reference in New Issue
Block a user