Received: by mail.netbsd.org (Postfix, from userid 605) id 0032484E3F; Sun, 24 Feb 2019 04:31:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7A63484E38 for ; Sun, 24 Feb 2019 04:31:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id zdT6r8KAo_PE for ; Sun, 24 Feb 2019 04:31:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id EB12484D21 for ; Sun, 24 Feb 2019 04:31:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E536AFB16; Sun, 24 Feb 2019 04:31:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1550982673297770" MIME-Version: 1.0 Date: Sun, 24 Feb 2019 04:31:13 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/mail/p5-Mail-Box-POP3 To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20190224043113.E536AFB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1550982673297770 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1550982673297770 Content-Disposition: inline Content-Length: 2079 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 +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 --_----------=_1550982673297770--