Add p5-POE-Component-Client-Telnet 0.06, a POE component that provides
non-blocking access to Net::Telnet. PR: ports/101072 Submitted by: Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
This commit is contained in:
parent
8dca97265f
commit
41215fdc2f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169169
5 changed files with 54 additions and 0 deletions
|
@ -488,6 +488,7 @@
|
|||
SUBDIR += p5-POE-Component-Client-Ident
|
||||
SUBDIR += p5-POE-Component-Client-Keepalive
|
||||
SUBDIR += p5-POE-Component-Client-Ping
|
||||
SUBDIR += p5-POE-Component-Client-Telnet
|
||||
SUBDIR += p5-POE-Component-ControlPort
|
||||
SUBDIR += p5-POE-Component-Jabber
|
||||
SUBDIR += p5-POE-Component-Pcap
|
||||
|
|
33
net/p5-POE-Component-Client-Telnet/Makefile
Normal file
33
net/p5-POE-Component-Client-Telnet/Makefile
Normal file
|
@ -0,0 +1,33 @@
|
|||
# New ports collection makefile for: p5-POE-Component-Client-Telnet
|
||||
# Date created: 2006-07-31
|
||||
# Whom: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= POE-Component-Client-Telnet
|
||||
PORTVERSION= 0.06
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= POE
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= tjs@Pluto.CDPA.nsysu.edu.tw
|
||||
COMMENT= A POE component that provides non-blocking access to Net::Telnet
|
||||
|
||||
BUILD_DEPENDS= p5-POE>=0.31:${PORTSDIR}/devel/p5-POE \
|
||||
${SITE_PERL}/Net/Telnet.pm:${PORTSDIR}/net/p5-Net-Telnet \
|
||||
${SITE_PERL}/Devel/Symdump.pm:${PORTSDIR}/devel/p5-Devel-Symdump
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= POE::Component::Client::Telnet.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500602
|
||||
BUILD_DEPENDS+= p5-Test-Simple>=0.32:${PORTSDIR}/devel/p5-Test-Simple
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
net/p5-POE-Component-Client-Telnet/distinfo
Normal file
3
net/p5-POE-Component-Client-Telnet/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (POE-Component-Client-Telnet-0.06.tar.gz) = 90eca1ffae98b57eb4db9b5cbd828db1
|
||||
SHA256 (POE-Component-Client-Telnet-0.06.tar.gz) = 6b8b9b09f1da2bd9c7b28e36b662c29486c139867079aea301880647adecc832
|
||||
SIZE (POE-Component-Client-Telnet-0.06.tar.gz) = 6685
|
7
net/p5-POE-Component-Client-Telnet/pkg-descr
Normal file
7
net/p5-POE-Component-Client-Telnet/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
POE::Component::Client::Telnet is a POE component that provides
|
||||
a non-blocking wrapper around Net::Telnet, or any other module
|
||||
based on Net::Telnet.
|
||||
|
||||
Consult the Net::Telnet documentation for more details.
|
||||
|
||||
WWW: http://search.cpan.org/dist/POE-Component-Client-Telnet/
|
10
net/p5-POE-Component-Client-Telnet/pkg-plist
Normal file
10
net/p5-POE-Component-Client-Telnet/pkg-plist
Normal file
|
@ -0,0 +1,10 @@
|
|||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/Telnet/.packlist
|
||||
%%SITE_PERL%%/POE/Component/Client/Telnet.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/Telnet
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE
|
||||
@dirrmtry %%SITE_PERL%%/POE/Component/Client
|
||||
@dirrmtry %%SITE_PERL%%/POE/Component
|
||||
@dirrmtry %%SITE_PERL%%/POE
|
Loading…
Reference in a new issue