pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/p5-POE-Component-Client-Ident POE::Component::Clie...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b2bf7a1edb4c
branches:  trunk
changeset: 496904:b2bf7a1edb4c
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Thu Jul 14 23:02:13 2005 +0000

description:
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:

 net/p5-POE-Component-Client-Ident/DESCR    |   7 +++++++
 net/p5-POE-Component-Client-Ident/Makefile |  21 +++++++++++++++++++++
 net/p5-POE-Component-Client-Ident/PLIST    |   1 +
 net/p5-POE-Component-Client-Ident/distinfo |   5 +++++
 4 files changed, 34 insertions(+), 0 deletions(-)

diffs (50 lines):

diff -r 13c9d8ea26ec -r b2bf7a1edb4c net/p5-POE-Component-Client-Ident/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-POE-Component-Client-Ident/DESCR   Thu Jul 14 23:02:13 2005 +0000
@@ -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 -r 13c9d8ea26ec -r b2bf7a1edb4c net/p5-POE-Component-Client-Ident/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-POE-Component-Client-Ident/Makefile        Thu Jul 14 23:02:13 2005 +0000
@@ -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@localhost
+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 -r 13c9d8ea26ec -r b2bf7a1edb4c net/p5-POE-Component-Client-Ident/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-POE-Component-Client-Ident/PLIST   Thu Jul 14 23:02:13 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/07/14 23:02:13 adrianp Exp $
diff -r 13c9d8ea26ec -r b2bf7a1edb4c net/p5-POE-Component-Client-Ident/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-POE-Component-Client-Ident/distinfo        Thu Jul 14 23:02:13 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index