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:
adrianp 2005-07-14 23:02:13 +00:00
parent c192d86d01
commit f302760a2b
4 changed files with 34 additions and 0 deletions

View 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.

View 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"

View file

@ -0,0 +1 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2005/07/14 23:02:13 adrianp Exp $

View 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