From a8e219c749007dda16d67218b28d37788de1cffd Mon Sep 17 00:00:00 2001 From: danh Date: Wed, 11 Sep 2002 18:42:30 +0000 Subject: [PATCH] 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/ --- mail/p5-SMTP-Server/Makefile | 22 ++++++++++++++++++++++ mail/p5-SMTP-Server/distinfo | 3 +++ mail/p5-SMTP-Server/pkg/DESCR | 6 ++++++ mail/p5-SMTP-Server/pkg/PLIST | 9 +++++++++ 4 files changed, 40 insertions(+) create mode 100644 mail/p5-SMTP-Server/Makefile create mode 100644 mail/p5-SMTP-Server/distinfo create mode 100644 mail/p5-SMTP-Server/pkg/DESCR create mode 100644 mail/p5-SMTP-Server/pkg/PLIST diff --git a/mail/p5-SMTP-Server/Makefile b/mail/p5-SMTP-Server/Makefile new file mode 100644 index 00000000000..bb834caa200 --- /dev/null +++ b/mail/p5-SMTP-Server/Makefile @@ -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 + +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 diff --git a/mail/p5-SMTP-Server/distinfo b/mail/p5-SMTP-Server/distinfo new file mode 100644 index 00000000000..90e970bb645 --- /dev/null +++ b/mail/p5-SMTP-Server/distinfo @@ -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 diff --git a/mail/p5-SMTP-Server/pkg/DESCR b/mail/p5-SMTP-Server/pkg/DESCR new file mode 100644 index 00000000000..6073ad31e16 --- /dev/null +++ b/mail/p5-SMTP-Server/pkg/DESCR @@ -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} diff --git a/mail/p5-SMTP-Server/pkg/PLIST b/mail/p5-SMTP-Server/pkg/PLIST new file mode 100644 index 00000000000..1999f8209fd --- /dev/null +++ b/mail/p5-SMTP-Server/pkg/PLIST @@ -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