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-POP3 Import Mail-Box-POP3-3.004 as ma...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/36a1c9489ab6
branches:  trunk
changeset: 330129:36a1c9489ab6
user:      wen <wen%pkgsrc.org@localhost>
date:      Sun Feb 24 04:31:13 2019 +0000

description:
Import Mail-Box-POP3-3.004 as mail/p5-Mail-Box-POP3.

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 POP3 protocol. This class uses Mail::Transport::POP3 to hide the transport
of information, and focusses solely on the correct handling of messages within a
POP3 folder.

diffstat:

 mail/p5-Mail-Box-POP3/DESCR    |   5 +++++
 mail/p5-Mail-Box-POP3/Makefile |  20 ++++++++++++++++++++
 mail/p5-Mail-Box-POP3/distinfo |   6 ++++++
 3 files changed, 31 insertions(+), 0 deletions(-)

diffs (43 lines):

diff -r 84b2da4af30a -r 36a1c9489ab6 mail/p5-Mail-Box-POP3/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Mail-Box-POP3/DESCR       Sun Feb 24 04:31:13 2019 +0000
@@ -0,0 +1,5 @@
+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 POP3 protocol. This class uses Mail::Transport::POP3 to hide the transport
+of information, and focusses solely on the correct handling of messages within a
+POP3 folder.
diff -r 84b2da4af30a -r 36a1c9489ab6 mail/p5-Mail-Box-POP3/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Mail-Box-POP3/Makefile    Sun Feb 24 04:31:13 2019 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2019/02/24 04:31:13 wen Exp $
+
+DISTNAME=      Mail-Box-POP3-3.004
+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-POP3/
+COMMENT=       Handle POP3 folders as client
+LICENSE=       ${PERL5_LICENSE}
+
+DEPENDS+=      p5-Mail-Message>=3:../../mail/p5-Mail-Message
+DEPENDS+=      p5-Mail-Box>=3:../../mail/p5-Mail-Box
+DEPENDS+=      p5-Mail-Transport>=3:../../mail/p5-Mail-Transport
+
+PERL5_PACKLIST=        auto/Mail/Box/POP3/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 84b2da4af30a -r 36a1c9489ab6 mail/p5-Mail-Box-POP3/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Mail-Box-POP3/distinfo    Sun Feb 24 04:31:13 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/02/24 04:31:13 wen Exp $
+
+SHA1 (Mail-Box-POP3-3.004.tar.gz) = 967131ba1b677202f44294d01d86e7c23edbb2d2
+RMD160 (Mail-Box-POP3-3.004.tar.gz) = 60f2ee154c45a956f7b50bb93ab4922331d6ca94
+SHA512 (Mail-Box-POP3-3.004.tar.gz) = dd3c3172cc3e589df448d92c2beb150017312f571bc2a11b64e8d7326eb2d0e685412e03ed66106d7c8be920d4653d2dc96c09809a9efd075a5e18a02660b8ce
+Size (Mail-Box-POP3-3.004.tar.gz) = 31599 bytes



Home | Main Index | Thread Index | Old Index