pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/p5-Mail-Transport



Module Name:    pkgsrc
Committed By:   wen
Date:           Sun Feb 24 04:15:35 UTC 2019

Added Files:
        pkgsrc/mail/p5-Mail-Transport: DESCR Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/mail/p5-Mail-Transport/DESCR \
    pkgsrc/mail/p5-Mail-Transport/Makefile \
    pkgsrc/mail/p5-Mail-Transport/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/mail/p5-Mail-Transport/DESCR
diff -u /dev/null pkgsrc/mail/p5-Mail-Transport/DESCR:1.1
--- /dev/null   Sun Feb 24 04:15:35 2019
+++ pkgsrc/mail/p5-Mail-Transport/DESCR Sun Feb 24 04:15:35 2019
@@ -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.
Index: pkgsrc/mail/p5-Mail-Transport/Makefile
diff -u /dev/null pkgsrc/mail/p5-Mail-Transport/Makefile:1.1
--- /dev/null   Sun Feb 24 04:15:35 2019
+++ pkgsrc/mail/p5-Mail-Transport/Makefile      Sun Feb 24 04:15:35 2019
@@ -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"
Index: pkgsrc/mail/p5-Mail-Transport/distinfo
diff -u /dev/null pkgsrc/mail/p5-Mail-Transport/distinfo:1.1
--- /dev/null   Sun Feb 24 04:15:35 2019
+++ pkgsrc/mail/p5-Mail-Transport/distinfo      Sun Feb 24 04:15:35 2019
@@ -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