Add Net::Server::Mail, perl modules implementing SMTP/ESMTP/LMTP protocol.
Sponsored by: Czech On Line
This commit is contained in:
parent
45a84fe0d9
commit
1e35438288
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100150
5 changed files with 59 additions and 0 deletions
|
@ -251,6 +251,7 @@
|
|||
SUBDIR += p5-Mail-Verify
|
||||
SUBDIR += p5-Net-QMTP
|
||||
SUBDIR += p5-Net-SMTP-Server
|
||||
SUBDIR += p5-Net-Server-Mail
|
||||
SUBDIR += p5-POE-Component-SMTP
|
||||
SUBDIR += p5-Sendmail-Milter
|
||||
SUBDIR += p5-vpopmail
|
||||
|
|
33
mail/p5-Net-Server-Mail/Makefile
Normal file
33
mail/p5-Net-Server-Mail/Makefile
Normal file
|
@ -0,0 +1,33 @@
|
|||
# New ports collection makefile for: p5-Net-Server-Mail
|
||||
# Date created: 6th February 2004
|
||||
# Whom: Pav Lucistnik <pav@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net-Server-Mail
|
||||
PORTVERSION= 0.08
|
||||
CATEGORIES= mail perl5
|
||||
MASTER_SITES= ftp://ftp.rhapsodyk.net/pub/devel/perl/Net-Server-Mail/
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= pav@FreeBSD.org
|
||||
COMMENT= Implementation of SMTP, ESMTP and LMTP protocols
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Net::Server::Mail.3 \
|
||||
Net::Server::Mail::ESMTP.3 \
|
||||
Net::Server::Mail::ESMTP::Extension.3 \
|
||||
Net::Server::Mail::LMTP.3 \
|
||||
Net::Server::Mail::SMTP.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
IGNORE= This port needs Perl 5.006 or greater, please upgrade your Perl
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
2
mail/p5-Net-Server-Mail/distinfo
Normal file
2
mail/p5-Net-Server-Mail/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (Net-Server-Mail-0.08.tar.gz) = 6ebc3d9ee6739443dae8dbd960bfcd6e
|
||||
SIZE (Net-Server-Mail-0.08.tar.gz) = 13676
|
10
mail/p5-Net-Server-Mail/pkg-descr
Normal file
10
mail/p5-Net-Server-Mail/pkg-descr
Normal file
|
@ -0,0 +1,10 @@
|
|||
This module is a versatile and extensible implementation of the SMTP protocol
|
||||
and its different evolutions like ESMTP and LMTP. The event driven
|
||||
object-oriented API makes easy to incorporate the SMTP protocol to your
|
||||
programs.
|
||||
|
||||
Other SMTPd implementations don't support useful ESMTP extensions and the LMTP
|
||||
protocol. Their interface design precludes adding them later. So I've decided
|
||||
to rewrite a complete implementation with extensibility in mind.
|
||||
|
||||
WWW: http://rs.rhapsodyk.net/devel/net-server-mail/
|
13
mail/p5-Net-Server-Mail/pkg-plist
Normal file
13
mail/p5-Net-Server-Mail/pkg-plist
Normal file
|
@ -0,0 +1,13 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Server/Mail/.packlist
|
||||
%%SITE_PERL%%/Net/Server/Mail.pm
|
||||
%%SITE_PERL%%/Net/Server/Mail/ESMTP.pm
|
||||
%%SITE_PERL%%/Net/Server/Mail/ESMTP/Extension.pm
|
||||
%%SITE_PERL%%/Net/Server/Mail/ESMTP/PIPELINING.pm
|
||||
%%SITE_PERL%%/Net/Server/Mail/ESMTP/8BITMIME.pm
|
||||
%%SITE_PERL%%/Net/Server/Mail/LMTP.pm
|
||||
%%SITE_PERL%%/Net/Server/Mail/SMTP.pm
|
||||
@dirrm %%SITE_PERL%%/Net/Server/Mail/ESMTP
|
||||
@dirrm %%SITE_PERL%%/Net/Server/Mail
|
||||
@dirrm %%SITE_PERL%%/Net/Server
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Server/Mail
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Server
|
Loading…
Reference in a new issue