Add p5-POE-Component-SMTP 1.4, SMTP Protocol Implementation.

This commit is contained in:
Sergey Skvortsov 2003-06-02 10:27:48 +00:00
parent da57acccdd
commit b467d097fe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81983
5 changed files with 47 additions and 0 deletions

View file

@ -197,6 +197,7 @@
SUBDIR += p5-Mail-Tools
SUBDIR += p5-Mail-Verify
SUBDIR += p5-Net-SMTP-Server
SUBDIR += p5-POE-Component-SMTP
SUBDIR += p5-Sendmail-Milter
SUBDIR += p5-vpopmail
SUBDIR += pantomime

View file

@ -0,0 +1,27 @@
# New ports collection makefile for: POE-Component-SMTP
# Date created: 02 June 2003
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= POE-Component-SMTP
PORTVERSION= 1.4
CATEGORIES= mail devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= POE
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= SMTP Protocol Implementation
RUN_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
${SITE_PERL}/POE/Session/MultiDispatch.pm:${PORTSDIR}/devel/p5-POE-Session-MultiDispatch
BUILD_DEPENDS= ${RUN_DEPENDS} \
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
PERL_CONFIGURE= yes
MAN3= POE::Component::Server::SMTP.3 POE::Filter::SMTP.3
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
MD5 (POE-Component-SMTP-1.4.tar.gz) = a8b1906a4ec0f99b5cb57498dc7a80c9

View file

@ -0,0 +1,9 @@
POE::Component::Server::TCP implements the SMTP protocol for the server.
To support any command other than HELO and QUIT, you'll have to
implement it yourself, and define it in your InlineStates,
PackageStates, or ObjectStates.
WWW: http://search.cpan.org/dist/POE-Component-SMTP/
-- Sergey Skvortsov
skv@FreeBSD.org

View file

@ -0,0 +1,9 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/SMTP/.packlist
%%SITE_PERL%%/POE/Component/Server/SMTP.pm
%%SITE_PERL%%/POE/Filter/SMTP.pm
@unexec rmdir %D/%%SITE_PERL%%/POE/Component/Server 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/POE/Component 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/POE/Filter 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/POE 2>/dev/null || true
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/SMTP
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true