POE::Component::Client::Ident is a POE (Perl Object Environment) component
which provides a convenient way for POE applications to perform non-blocking Ident (auth/tap) protocol remote username lookups. The component will mainly of use to the authors of server daemons and server components which sometimes have a requirement to confirm the username provided by the client and, therefore, use the Ident protocol to query the remote host.
This commit is contained in:
parent
c192d86d01
commit
f302760a2b
4 changed files with 34 additions and 0 deletions
7
net/p5-POE-Component-Client-Ident/DESCR
Normal file
7
net/p5-POE-Component-Client-Ident/DESCR
Normal file
|
@ -0,0 +1,7 @@
|
|||
POE::Component::Client::Ident is a POE (Perl Object Environment) component
|
||||
which provides a convenient way for POE applications to perform non-blocking
|
||||
Ident (auth/tap) protocol remote username lookups.
|
||||
|
||||
The component will mainly of use to the authors of server daemons and server
|
||||
components which sometimes have a requirement to confirm the username provided
|
||||
by the client and, therefore, use the Ident protocol to query the remote host.
|
21
net/p5-POE-Component-Client-Ident/Makefile
Normal file
21
net/p5-POE-Component-Client-Ident/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2005/07/14 23:02:13 adrianp Exp $
|
||||
#
|
||||
|
||||
DISTNAME= POE-Component-Client-Ident-0.7
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/}
|
||||
|
||||
MAINTAINER= adrianp@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/~bingos/POE-Component-Client-Ident-0.7/
|
||||
COMMENT= Non-blocking ident lookups to your sessions.
|
||||
|
||||
DEPENDS+= p5-POE-[0-9]*:../../devel/p5-POE
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
|
||||
PERL5_REQD+= 5.8.0
|
||||
PERL5_PACKLIST= auto/POE/Component/Client/Ident/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
1
net/p5-POE-Component-Client-Ident/PLIST
Normal file
1
net/p5-POE-Component-Client-Ident/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2005/07/14 23:02:13 adrianp Exp $
|
5
net/p5-POE-Component-Client-Ident/distinfo
Normal file
5
net/p5-POE-Component-Client-Ident/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2005/07/14 23:02:13 adrianp Exp $
|
||||
|
||||
SHA1 (POE-Component-Client-Ident-0.7.tar.gz) = 164c758e496a202f5a2a03f5f4c50f52431e1ac5
|
||||
RMD160 (POE-Component-Client-Ident-0.7.tar.gz) = 483b50ac817ad89cf21a8ef3a24d68a0aa4ddcad
|
||||
Size (POE-Component-Client-Ident-0.7.tar.gz) = 9123 bytes
|
Loading…
Reference in a new issue