pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/p5-Mail-Box-IMAP4



Module Name:    pkgsrc
Committed By:   wen
Date:           Sun Feb 24 11:38:47 UTC 2019

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

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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/mail/p5-Mail-Box-IMAP4/DESCR \
    pkgsrc/mail/p5-Mail-Box-IMAP4/Makefile \
    pkgsrc/mail/p5-Mail-Box-IMAP4/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-Box-IMAP4/DESCR
diff -u /dev/null pkgsrc/mail/p5-Mail-Box-IMAP4/DESCR:1.1
--- /dev/null   Sun Feb 24 11:38:47 2019
+++ pkgsrc/mail/p5-Mail-Box-IMAP4/DESCR Sun Feb 24 11:38:47 2019
@@ -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.
Index: pkgsrc/mail/p5-Mail-Box-IMAP4/Makefile
diff -u /dev/null pkgsrc/mail/p5-Mail-Box-IMAP4/Makefile:1.1
--- /dev/null   Sun Feb 24 11:38:47 2019
+++ pkgsrc/mail/p5-Mail-Box-IMAP4/Makefile      Sun Feb 24 11:38:47 2019
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2019/02/24 11:38:47 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"
Index: pkgsrc/mail/p5-Mail-Box-IMAP4/distinfo
diff -u /dev/null pkgsrc/mail/p5-Mail-Box-IMAP4/distinfo:1.1
--- /dev/null   Sun Feb 24 11:38:47 2019
+++ pkgsrc/mail/p5-Mail-Box-IMAP4/distinfo      Sun Feb 24 11:38:47 2019
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/02/24 11:38:47 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