diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-07-14 23:02:13 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-07-14 23:02:13 +0000 |
commit | f302760a2be45cc1a24db5350aceaf5cde831208 (patch) | |
tree | 40ce522a1ad297194654b78cb760a8b49aa0c785 /net | |
parent | c192d86d0176047d38f44ae7e44ad7ee43126d9d (diff) | |
download | pkgsrc-f302760a2be45cc1a24db5350aceaf5cde831208.tar.gz |
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.
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-POE-Component-Client-Ident/DESCR | 7 | ||||
-rw-r--r-- | net/p5-POE-Component-Client-Ident/Makefile | 21 | ||||
-rw-r--r-- | net/p5-POE-Component-Client-Ident/PLIST | 1 | ||||
-rw-r--r-- | net/p5-POE-Component-Client-Ident/distinfo | 5 |
4 files changed, 34 insertions, 0 deletions
diff --git a/net/p5-POE-Component-Client-Ident/DESCR b/net/p5-POE-Component-Client-Ident/DESCR new file mode 100644 index 00000000000..765243d7bfd --- /dev/null +++ b/net/p5-POE-Component-Client-Ident/DESCR @@ -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. diff --git a/net/p5-POE-Component-Client-Ident/Makefile b/net/p5-POE-Component-Client-Ident/Makefile new file mode 100644 index 00000000000..f1ab494b6b7 --- /dev/null +++ b/net/p5-POE-Component-Client-Ident/Makefile @@ -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" diff --git a/net/p5-POE-Component-Client-Ident/PLIST b/net/p5-POE-Component-Client-Ident/PLIST new file mode 100644 index 00000000000..84166757668 --- /dev/null +++ b/net/p5-POE-Component-Client-Ident/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/07/14 23:02:13 adrianp Exp $ diff --git a/net/p5-POE-Component-Client-Ident/distinfo b/net/p5-POE-Component-Client-Ident/distinfo new file mode 100644 index 00000000000..ddb9ac40fd7 --- /dev/null +++ b/net/p5-POE-Component-Client-Ident/distinfo @@ -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 |