initial import of mail/p5-SMTP-Server 1.1:

--
This  module  is  a complete, RFC 821 compliant, SMTP server
implementation written entirely in Perl.   It  has  powerful
extensively  and  customization  facilities that allow for a
variety of potential uses.

WWW: http://www.macgyver.org/software/perl/
This commit is contained in:
danh 2002-09-11 18:42:30 +00:00
parent d6b5b4d60f
commit a8e219c749
4 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# $OpenBSD: Makefile,v 1.1.1.1 2002/09/11 18:42:30 danh Exp $
COMMENT= "implements a complete, RFC compliant SMTP server"
DISTNAME= SMTP-Server-1.1
PKGNAME= p5-${DISTNAME}
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} \
http://www.macgyver.org/software/perl/
MAINTAINER= Dan Harnett <danh@openbsd.org>
HOMEPAGE= http://www.macgyver.org/software/perl/
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (SMTP-Server-1.1.tar.gz) = 29539763294a4cbe88d3e520b3de45c1
RMD160 (SMTP-Server-1.1.tar.gz) = cb5c4d5fffe975be363ea23f8304e6e6a8dd773f
SHA1 (SMTP-Server-1.1.tar.gz) = 7088cbde454ee9e13a6a40f126718829720124eb

View File

@ -0,0 +1,6 @@
This module is a complete, RFC 821 compliant, SMTP server
implementation written entirely in Perl. It has powerful
extensively and customization facilities that allow for a
variety of potential uses.
WWW: ${HOMEPAGE}

View File

@ -0,0 +1,9 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/09/11 18:42:30 danh Exp $
${P5SITE}/Net/SMTP/Server.pm
${P5SITE}/Net/SMTP/Server/Client.pm
${P5SITE}/Net/SMTP/Server/Relay.pm
man/man3p/Net::SMTP::Server.3p
man/man3p/Net::SMTP::Server::Client.3p
man/man3p/Net::SMTP::Server::Relay.3p
@dirrm ${P5SITE}/Net/SMTP/Server
@dirrm ${P5SITE}/Net/SMTP