pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wen
Date:           Sun Feb 24 04:31:13 UTC 2019

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

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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/mail/p5-Mail-Box-POP3/DESCR \
    pkgsrc/mail/p5-Mail-Box-POP3/Makefile \
    pkgsrc/mail/p5-Mail-Box-POP3/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-POP3/DESCR
diff -u /dev/null pkgsrc/mail/p5-Mail-Box-POP3/DESCR:1.1
--- /dev/null   Sun Feb 24 04:31:13 2019
+++ pkgsrc/mail/p5-Mail-Box-POP3/DESCR  Sun Feb 24 04:31:13 2019
@@ -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.
Index: pkgsrc/mail/p5-Mail-Box-POP3/Makefile
diff -u /dev/null pkgsrc/mail/p5-Mail-Box-POP3/Makefile:1.1
--- /dev/null   Sun Feb 24 04:31:13 2019
+++ pkgsrc/mail/p5-Mail-Box-POP3/Makefile       Sun Feb 24 04:31:13 2019
@@ -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"
Index: pkgsrc/mail/p5-Mail-Box-POP3/distinfo
diff -u /dev/null pkgsrc/mail/p5-Mail-Box-POP3/distinfo:1.1
--- /dev/null   Sun Feb 24 04:31:13 2019
+++ pkgsrc/mail/p5-Mail-Box-POP3/distinfo       Sun Feb 24 04:31:13 2019
@@ -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