pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/p5-Mail-Box-IMPAP4 Import Mail-Box-IMAP4-3.003 as...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/91a163f27ccf
branches:  trunk
changeset: 319902:91a163f27ccf
user:      wen <wen%pkgsrc.org@localhost>
date:      Sun Feb 24 04:24:02 2019 +0000

description:
Import Mail-Box-IMAP4-3.003 as mail/p5-Mail-Box-IMAP4.

Maintain a folder which has its messages stored on a remote server. The
communication between the client application and the server is implemented using
the IMAP4 protocol. This class uses Mail::Transport::IMAP4 to hide the transport
of information, and focusses solely on the correct handling of messages within a
IMAP4 folder. More than one IMAP4 folder can be handled by one single IMAP4
connection.

diffstat:

 mail/p5-Mail-Box-IMPAP4/DESCR    |   6 ++++++
 mail/p5-Mail-Box-IMPAP4/Makefile |  22 ++++++++++++++++++++++
 mail/p5-Mail-Box-IMPAP4/distinfo |   6 ++++++
 3 files changed, 34 insertions(+), 0 deletions(-)

diffs (46 lines):

diff -r 730bd01b6518 -r 91a163f27ccf mail/p5-Mail-Box-IMPAP4/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Mail-Box-IMPAP4/DESCR     Sun Feb 24 04:24:02 2019 +0000
@@ -0,0 +1,6 @@
+Maintain a folder which has its messages stored on a remote server. The
+communication between the client application and the server is implemented using
+the IMAP4 protocol. This class uses Mail::Transport::IMAP4 to hide the transport
+of information, and focusses solely on the correct handling of messages within a
+IMAP4 folder. More than one IMAP4 folder can be handled by one single IMAP4
+connection.
diff -r 730bd01b6518 -r 91a163f27ccf mail/p5-Mail-Box-IMPAP4/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Mail-Box-IMPAP4/Makefile  Sun Feb 24 04:24:02 2019 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2019/02/24 04:24:02 wen Exp $
+
+DISTNAME=      Mail-Box-IMAP4-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-Box-IMAP4
+COMMENT=       Handle IMAP4 folders as client
+LICENSE=       ${PERL5_LICENSE}
+
+DEPENDS+=      p5-Digest-HMAC-[0-9]*:../../security/p5-Digest-HMAC
+DEPENDS+=      p5-Mail-Message>=3.008:../../mail/p5-Mail-Message
+DEPENDS+=      p5-Mail-Box>=3:../../mail/p5-Mail-Box
+DEPENDS+=      p5-Mail-Transport>=3:../../mail/p5-Mail-Transport
+DEPENDS+=      p5-Mail-IMAPClient>=0:../../mail/p5-Mail-IMAPClient
+
+PERL5_PACKLIST=        auto/Mail/Box/IMAP4/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 730bd01b6518 -r 91a163f27ccf mail/p5-Mail-Box-IMPAP4/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Mail-Box-IMPAP4/distinfo  Sun Feb 24 04:24:02 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/02/24 04:24:02 wen Exp $
+
+SHA1 (Mail-Box-IMAP4-3.003.tar.gz) = e579c9243c507f304f07d841b50b18fb917a982b
+RMD160 (Mail-Box-IMAP4-3.003.tar.gz) = e46af87a28cad07ca918ba049e771c8fae20df89
+SHA512 (Mail-Box-IMAP4-3.003.tar.gz) = 5da52f03bf34d44e414f3aa3265993836927d23ec7b425b28e74161bd160e37e686d614333976e53f1a3104267ada8b9587c543f1da261d5cc68cf8717070bd9
+Size (Mail-Box-IMAP4-3.003.tar.gz) = 42724 bytes



Home | Main Index | Thread Index | Old Index