diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2004-10-17 15:02:30 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2004-10-17 15:02:30 +0000 |
commit | e541d58dac4a45149d9e5a7b99d286f5ef57c318 (patch) | |
tree | 82079c76f145f6830d1e9931d50f1cd150966188 /news | |
parent | 397764a06c2d4a736e63541e6451da96e527a28c (diff) | |
download | ports-e541d58dac4a45149d9e5a7b99d286f5ef57c318.tar.gz ports-e541d58dac4a45149d9e5a7b99d286f5ef57c318.zip |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/Makefile | 1 | ||||
-rw-r--r-- | news/p5-POE-Component-Client-NNTP/Makefile | 25 | ||||
-rw-r--r-- | news/p5-POE-Component-Client-NNTP/distinfo | 2 | ||||
-rw-r--r-- | news/p5-POE-Component-Client-NNTP/pkg-descr | 4 | ||||
-rw-r--r-- | news/p5-POE-Component-Client-NNTP/pkg-plist | 9 |
5 files changed, 41 insertions, 0 deletions
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 <skv@protey.ru> +# +# $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 <bsd.port.mk> 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 |