Index: p5-POE-Component-Client-Ident/Makefile =================================================================== RCS file: p5-POE-Component-Client-Ident/Makefile diff -N p5-POE-Component-Client-Ident/Makefile --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ p5-POE-Component-Client-Ident/Makefile 14 May 2006 08:44:12 -0000 @@ -0,0 +1,27 @@ +# New ports collection makefile for: POE-Component-Client-Ident +# Date created: 6 May 2006 +# Whom: Andrew Pantyukhin +# +# $FreeBSD$ +# + +PORTNAME= POE-Component-Client-Ident +PORTVERSION= 1.00 +CATEGORIES= net perl5 devel +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= POE +PKGNAMEPREFIX= p5- + +MAINTAINER= infofarmer@FreeBSD.org +COMMENT= POE component for non-blocking ident lookups + +BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= POE::Component::Client::Ident.3 \ + POE::Component::Client::Ident-Agent.3 \ + POE::Component::Client::Filter-Ident.3 + +.include Index: p5-POE-Component-Client-Ident/distinfo =================================================================== RCS file: p5-POE-Component-Client-Ident/distinfo diff -N p5-POE-Component-Client-Ident/distinfo --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ p5-POE-Component-Client-Ident/distinfo 14 May 2006 08:44:12 -0000 @@ -0,0 +1,3 @@ +MD5 (POE-Component-Client-Ident-1.00.tar.gz) = 147645806c8b7ca1ec765bd600671d86 +SHA256 (POE-Component-Client-Ident-1.00.tar.gz) = 883f42b1cc67de3ee1be8cf54c82b0906486fc8b3cbe870570b165868f5a5119 +SIZE (POE-Component-Client-Ident-1.00.tar.gz) = 8966 Index: p5-POE-Component-Client-Ident/pkg-descr =================================================================== RCS file: p5-POE-Component-Client-Ident/pkg-descr diff -N p5-POE-Component-Client-Ident/pkg-descr --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ p5-POE-Component-Client-Ident/pkg-descr 14 May 2006 08:44:12 -0000 @@ -0,0 +1,9 @@ +POE::Component::Client::Ident is a POE component that provides non- +blocking Ident lookup services to other components and sessions. + +The component takes requests in the form of events, spawns +POE::Component::Client::Ident::Agent sessions to perform the Ident +queries and returns the appropriate responses to the requesting +session. + +WWW: http://search.cpan.org/dist/POE-Component-Client-Ident/ Index: p5-POE-Component-Client-Ident/pkg-plist =================================================================== RCS file: p5-POE-Component-Client-Ident/pkg-plist diff -N p5-POE-Component-Client-Ident/pkg-plist --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ p5-POE-Component-Client-Ident/pkg-plist 14 May 2006 08:44:12 -0000 @@ -0,0 +1,8 @@ +%%SITE_PERL%%/POE/Component/Client/Ident.pm +%%SITE_PERL%%/POE/Component/Client/Ident/Agent.pm +%%SITE_PERL%%/POE/Filter/Ident.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/Ident/.packlist +@dirrm %%SITE_PERL%%/POE/Component/Client/Ident +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/Ident +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component