From e541d58dac4a45149d9e5a7b99d286f5ef57c318 Mon Sep 17 00:00:00 2001 From: Sergey Skvortsov Date: Sun, 17 Oct 2004 15:02:30 +0000 Subject: Add p5-POE-Component-Client-NNTP 0.1, POE component for non-blocking NNTP access. --- news/Makefile | 1 + news/p5-POE-Component-Client-NNTP/Makefile | 25 +++++++++++++++++++++++++ news/p5-POE-Component-Client-NNTP/distinfo | 2 ++ news/p5-POE-Component-Client-NNTP/pkg-descr | 4 ++++ news/p5-POE-Component-Client-NNTP/pkg-plist | 9 +++++++++ 5 files changed, 41 insertions(+) create mode 100644 news/p5-POE-Component-Client-NNTP/Makefile create mode 100644 news/p5-POE-Component-Client-NNTP/distinfo create mode 100644 news/p5-POE-Component-Client-NNTP/pkg-descr create mode 100644 news/p5-POE-Component-Client-NNTP/pkg-plist (limited to 'news') diff --git a/news/Makefile b/news/Makefile index edb588a02cc1..31d6f1c7eaa5 100644 --- a/news/Makefile +++ b/news/Makefile @@ -63,6 +63,7 @@ SUBDIR += p5-NNTPClient SUBDIR += p5-News-Article SUBDIR += p5-News-Newsrc + SUBDIR += p5-POE-Component-Client-NNTP SUBDIR += pan2 SUBDIR += papercut SUBDIR += pgpmoose diff --git a/news/p5-POE-Component-Client-NNTP/Makefile b/news/p5-POE-Component-Client-NNTP/Makefile new file mode 100644 index 000000000000..25e34aa6c900 --- /dev/null +++ b/news/p5-POE-Component-Client-NNTP/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: POE-Component-Client-NNTP +# Date created: 17 October 2004 +# Whom: Sergey Skvortsov +# +# $FreeBSD$ +# + +PORTNAME= POE-Component-Client-NNTP +PORTVERSION= 0.1 +CATEGORIES= news perl5 devel +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= POE +PKGNAMEPREFIX= p5- + +MAINTAINER= skv@FreeBSD.org +COMMENT= POE component for non-blocking NNTP access + +BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= POE::Component::Client::NNTP.3 + +.include diff --git a/news/p5-POE-Component-Client-NNTP/distinfo b/news/p5-POE-Component-Client-NNTP/distinfo new file mode 100644 index 000000000000..8042be33ab30 --- /dev/null +++ b/news/p5-POE-Component-Client-NNTP/distinfo @@ -0,0 +1,2 @@ +MD5 (POE-Component-Client-NNTP-0.1.tar.gz) = d72ca0e6a9e3e4bf0e21ba3b59a7c72f +SIZE (POE-Component-Client-NNTP-0.1.tar.gz) = 6731 diff --git a/news/p5-POE-Component-Client-NNTP/pkg-descr b/news/p5-POE-Component-Client-NNTP/pkg-descr new file mode 100644 index 000000000000..81f34892680a --- /dev/null +++ b/news/p5-POE-Component-Client-NNTP/pkg-descr @@ -0,0 +1,4 @@ +POE::Component::Client::NNTP is a POE component that provides +non-blocking NNTP access to other components and sessions. + +WWW: http://search.cpan.org/dist/POE-Component-Client-NNTP/ diff --git a/news/p5-POE-Component-Client-NNTP/pkg-plist b/news/p5-POE-Component-Client-NNTP/pkg-plist new file mode 100644 index 000000000000..3fe2b976abcb --- /dev/null +++ b/news/p5-POE-Component-Client-NNTP/pkg-plist @@ -0,0 +1,9 @@ +%%SITE_PERL%%/POE/Component/Client/NNTP.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/NNTP/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/NNTP +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/POE/Component/Client 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/POE/Component 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/POE 2>/dev/null || true -- cgit v1.2.3