pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/p5-Net-LMTP This module implements a client inter...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/35712517a7b8
branches:  trunk
changeset: 489738:35712517a7b8
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Fri Feb 25 21:17:06 2005 +0000

description:
This module implements a client interface to the LMTP protocol, enabling a
perl5 application to talk to LMTP servers. This documentation assumes that
you are familiar with the concepts of the LMTP protocol described in RFC2033.
This module is based on Net::SMTP and shares more than %95 of its code with
Net::SMTP.

diffstat:

 mail/p5-Net-LMTP/DESCR    |   5 +++++
 mail/p5-Net-LMTP/Makefile |  17 +++++++++++++++++
 mail/p5-Net-LMTP/PLIST    |   1 +
 mail/p5-Net-LMTP/distinfo |   5 +++++
 4 files changed, 28 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r f17bad440051 -r 35712517a7b8 mail/p5-Net-LMTP/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Net-LMTP/DESCR    Fri Feb 25 21:17:06 2005 +0000
@@ -0,0 +1,5 @@
+This module implements a client interface to the LMTP protocol, enabling a
+perl5 application to talk to LMTP servers. This documentation assumes that
+you are familiar with the concepts of the LMTP protocol described in RFC2033.
+This module is based on Net::SMTP and shares more than %95 of its code with
+Net::SMTP.
diff -r f17bad440051 -r 35712517a7b8 mail/p5-Net-LMTP/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Net-LMTP/Makefile Fri Feb 25 21:17:06 2005 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/02/25 21:17:06 adrianp Exp $
+#
+
+DISTNAME=      Net-LMTP-0.02
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    mail perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Net/}
+
+MAINTAINER=    adrianp%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/~lhoward/${DISTNAME}/
+COMMENT=       Local Mail Transfer Protocol Client
+
+USE_BUILDLINK3=        YES
+PERL5_PACKLIST=        ${PERL5_SITEARCH}/auto/Net/LMTP/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r f17bad440051 -r 35712517a7b8 mail/p5-Net-LMTP/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Net-LMTP/PLIST    Fri Feb 25 21:17:06 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/02/25 21:17:06 adrianp Exp $
diff -r f17bad440051 -r 35712517a7b8 mail/p5-Net-LMTP/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Net-LMTP/distinfo Fri Feb 25 21:17:06 2005 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/02/25 21:17:06 adrianp Exp $
+
+SHA1 (Net-LMTP-0.02.tar.gz) = 2075fbb77b2e0878b385d1e62dfe05b4edc36e3f
+RMD160 (Net-LMTP-0.02.tar.gz) = ae26e4443f37df9bc804a932d9cf395d1fbe46c6
+Size (Net-LMTP-0.02.tar.gz) = 5633 bytes



Home | Main Index | Thread Index | Old Index