pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/p5-Mail-Transport Import Mail-Transport-3.003 as ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/479529aecac2
branches:  trunk
changeset: 330123:479529aecac2
user:      wen <wen%pkgsrc.org@localhost>
date:      Sun Feb 24 04:15:35 2019 +0000

description:
Import Mail-Transport-3.003 as mail/p5-Mail-Transport.

Mail::Transport extends Mail::Transport implement sending and/or receiving of
messages, using various protocols.

Mail::Transport::Send extends this class, and offers general functionality for
send protocols, like SMTP. Mail::Transport::Receive also extends this class, and
offers receive method. Some transport protocols will implement both sending and
receiving.

diffstat:

 mail/p5-Mail-Transport/DESCR    |   7 +++++++
 mail/p5-Mail-Transport/Makefile |  18 ++++++++++++++++++
 mail/p5-Mail-Transport/distinfo |   6 ++++++
 3 files changed, 31 insertions(+), 0 deletions(-)

diffs (43 lines):

diff -r ddad1b1b0d57 -r 479529aecac2 mail/p5-Mail-Transport/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Mail-Transport/DESCR      Sun Feb 24 04:15:35 2019 +0000
@@ -0,0 +1,7 @@
+Mail::Transport extends Mail::Transport implement sending and/or receiving of
+messages, using various protocols.
+
+Mail::Transport::Send extends this class, and offers general functionality for
+send protocols, like SMTP. Mail::Transport::Receive also extends this class, and
+offers receive method. Some transport protocols will implement both sending and
+receiving.
diff -r ddad1b1b0d57 -r 479529aecac2 mail/p5-Mail-Transport/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Mail-Transport/Makefile   Sun Feb 24 04:15:35 2019 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2019/02/24 04:15:35 wen Exp $
+
+DISTNAME=      Mail-Transport-3.003
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    mail perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Mail/}
+
+MAINTAINER=    wen%NetBSD.org@localhost
+HOMEPAGE=      https://metacpan.org/release/Mail-Transport
+COMMENT=       Use Mail Transfer Agents (MTAs)
+LICENSE=       ${PERL5_LICENSE}
+
+DEPENDS+=      p5-Mail-Message>=3:../../mail/p5-Mail-Message
+
+PERL5_PACKLIST=        auto/Mail/Transport/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r ddad1b1b0d57 -r 479529aecac2 mail/p5-Mail-Transport/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Mail-Transport/distinfo   Sun Feb 24 04:15:35 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/02/24 04:15:35 wen Exp $
+
+SHA1 (Mail-Transport-3.003.tar.gz) = 444ab4117dc23ccb035f2479340ded094c82d1b9
+RMD160 (Mail-Transport-3.003.tar.gz) = 11cd12afe8c657b2f393dc3e793f3fe055907773
+SHA512 (Mail-Transport-3.003.tar.gz) = 69a909fa43b38b3aff59d15d329807cc12569e4b5da5eae47aa51e81071657b8c034efd41b6d95fc82e8755d6b23393a459647d593541539bfcad958ff189507
+Size (Mail-Transport-3.003.tar.gz) = 16234 bytes



Home | Main Index | Thread Index | Old Index