Add p5-POE-Component-Client-POP3 0.02,

impliment a POP3 client POE
component.
This commit is contained in:
Sergey Skvortsov 2002-05-27 14:34:09 +00:00
parent 493c921e3a
commit 157c3e4cb7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60133
11 changed files with 113 additions and 0 deletions

View File

@ -465,6 +465,7 @@
SUBDIR += p5-POE
SUBDIR += p5-POE-Component-Client-DNS
SUBDIR += p5-POE-Component-Client-HTTP
SUBDIR += p5-POE-Component-Client-POP3
SUBDIR += p5-POE-Component-Client-Ping
SUBDIR += p5-POE-Component-Client-UserAgent
SUBDIR += p5-POE-Component-DBIAgent

View File

@ -0,0 +1,33 @@
# New ports collection makefile for: POE-Component-Client-POP3
# Date created: 17 March 2002
# Whom: Sergey Skvortsov <skv@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= POE-Component-Client-POP3
PORTVERSION= 0.02
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= POE
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/POE.pm:${PORTSDIR}/devel/p5-POE
RUN_DEPENDS= ${BUILD_DEPENDS}
PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}"
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= POE::Component::Client::POP3.3
post-install:
.ifndef(NOPORTDOCS)
@${ECHO_MSG} "===> Installing examples for ${PKGNAME}"
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKSRC}/samples/* ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (POE-Component-Client-POP3-0.02.tar.gz) = 95728dfddce8af663ea61449beb265f1

View File

@ -0,0 +1 @@
Impliment a POP3 client POE component

View File

@ -0,0 +1,9 @@
POE::Component::Client::POP3 is a POE component for interacting with a
POP3 server. This means it is an event driven way to communicate with a
server that impliments Post Office Protocol Version 3 see rfc 1939 for
details on the protocol.
WWW: http://search.cpan.org/search?dist=POE-Component-Client-POP3
-- Sergey Skvortsov
skv@FreeBSD.org

View File

@ -0,0 +1,12 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/Client/POP3/.packlist
lib/perl5/site_perl/%%PERL_VER%%/POE/Component/Client/POP3.pm
%%PORTDOCS%%%%EXAMPLESDIR%%/test.perl
%%PORTDOCS%%%%EXAMPLESDIR%%/term.perl
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/Client/POP3
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE/Component/Client 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/Client 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE/Component 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true

View File

@ -0,0 +1,33 @@
# New ports collection makefile for: POE-Component-Client-POP3
# Date created: 17 March 2002
# Whom: Sergey Skvortsov <skv@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= POE-Component-Client-POP3
PORTVERSION= 0.02
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= POE
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/POE.pm:${PORTSDIR}/devel/p5-POE
RUN_DEPENDS= ${BUILD_DEPENDS}
PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}"
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= POE::Component::Client::POP3.3
post-install:
.ifndef(NOPORTDOCS)
@${ECHO_MSG} "===> Installing examples for ${PKGNAME}"
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKSRC}/samples/* ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (POE-Component-Client-POP3-0.02.tar.gz) = 95728dfddce8af663ea61449beb265f1

View File

@ -0,0 +1 @@
Impliment a POP3 client POE component

View File

@ -0,0 +1,9 @@
POE::Component::Client::POP3 is a POE component for interacting with a
POP3 server. This means it is an event driven way to communicate with a
server that impliments Post Office Protocol Version 3 see rfc 1939 for
details on the protocol.
WWW: http://search.cpan.org/search?dist=POE-Component-Client-POP3
-- Sergey Skvortsov
skv@FreeBSD.org

View File

@ -0,0 +1,12 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/Client/POP3/.packlist
lib/perl5/site_perl/%%PERL_VER%%/POE/Component/Client/POP3.pm
%%PORTDOCS%%%%EXAMPLESDIR%%/test.perl
%%PORTDOCS%%%%EXAMPLESDIR%%/term.perl
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/Client/POP3
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE/Component/Client 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/Client 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE/Component 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true