diff options
author | wen <wen@pkgsrc.org> | 2019-02-24 04:31:13 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2019-02-24 04:31:13 +0000 |
commit | b32761d266a0b000dd68b7ff792ef360cea21e73 (patch) | |
tree | 86405c10b0d40084eabf27f2f8b7b1d03dedb69f /mail/p5-Mail-Box-POP3 | |
parent | d3039c87dff3f1237e9fa8d7966c330e0e19e9a0 (diff) | |
download | pkgsrc-b32761d266a0b000dd68b7ff792ef360cea21e73.tar.gz |
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 (limited to 'mail/p5-Mail-Box-POP3')
-rw-r--r-- | mail/p5-Mail-Box-POP3/DESCR | 5 | ||||
-rw-r--r-- | mail/p5-Mail-Box-POP3/Makefile | 20 | ||||
-rw-r--r-- | mail/p5-Mail-Box-POP3/distinfo | 6 |
3 files changed, 31 insertions, 0 deletions
diff --git a/mail/p5-Mail-Box-POP3/DESCR b/mail/p5-Mail-Box-POP3/DESCR new file mode 100644 index 00000000000..cec150f830f --- /dev/null +++ b/mail/p5-Mail-Box-POP3/DESCR @@ -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 --git a/mail/p5-Mail-Box-POP3/Makefile b/mail/p5-Mail-Box-POP3/Makefile new file mode 100644 index 00000000000..23d0bbd848b --- /dev/null +++ b/mail/p5-Mail-Box-POP3/Makefile @@ -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 +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 --git a/mail/p5-Mail-Box-POP3/distinfo b/mail/p5-Mail-Box-POP3/distinfo new file mode 100644 index 00000000000..88bd61767f0 --- /dev/null +++ b/mail/p5-Mail-Box-POP3/distinfo @@ -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 |