Received: by mail.netbsd.org (Postfix, from userid 605) id 6CE7084DD5; Sun, 24 Feb 2019 04:15:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E5E7A84DBB for ; Sun, 24 Feb 2019 04:15:35 +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 q7tkMTyBbEF4 for ; Sun, 24 Feb 2019 04:15:35 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5D15B84D2B for ; Sun, 24 Feb 2019 04:15:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 528B8FB16; Sun, 24 Feb 2019 04:15:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1550981735111850" MIME-Version: 1.0 Date: Sun, 24 Feb 2019 04:15:35 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/mail/p5-Mail-Transport To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20190224041535.528B8FB16@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. --_----------=_1550981735111850 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:15:35 UTC 2019 Added Files: pkgsrc/mail/p5-Mail-Transport: DESCR Makefile distinfo Log Message: Import Mail-Transport-3.003 as mail/p5-Mail-Transport. Mail::Transport extends Mail::Transport implement sending and/or receiving of messages, using various protocols. Mail::Transport::Send extends this class, and offers general functionality for send protocols, like SMTP. Mail::Transport::Receive also extends this class, and offers receive method. Some transport protocols will implement both sending and receiving. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/mail/p5-Mail-Transport/DESCR \ pkgsrc/mail/p5-Mail-Transport/Makefile \ pkgsrc/mail/p5-Mail-Transport/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1550981735111850 Content-Disposition: inline Content-Length: 2027 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/mail/p5-Mail-Transport/DESCR diff -u /dev/null pkgsrc/mail/p5-Mail-Transport/DESCR:1.1 --- /dev/null Sun Feb 24 04:15:35 2019 +++ pkgsrc/mail/p5-Mail-Transport/DESCR Sun Feb 24 04:15:35 2019 @@ -0,0 +1,7 @@ +Mail::Transport extends Mail::Transport implement sending and/or receiving of +messages, using various protocols. + +Mail::Transport::Send extends this class, and offers general functionality for +send protocols, like SMTP. Mail::Transport::Receive also extends this class, and +offers receive method. Some transport protocols will implement both sending and +receiving. Index: pkgsrc/mail/p5-Mail-Transport/Makefile diff -u /dev/null pkgsrc/mail/p5-Mail-Transport/Makefile:1.1 --- /dev/null Sun Feb 24 04:15:35 2019 +++ pkgsrc/mail/p5-Mail-Transport/Makefile Sun Feb 24 04:15:35 2019 @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2019/02/24 04:15:35 wen Exp $ + +DISTNAME= Mail-Transport-3.003 +PKGNAME= p5-${DISTNAME} +CATEGORIES= mail perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} + +MAINTAINER= wen@NetBSD.org +HOMEPAGE= https://metacpan.org/release/Mail-Transport +COMMENT= Use Mail Transfer Agents (MTAs) +LICENSE= ${PERL5_LICENSE} + +DEPENDS+= p5-Mail-Message>=3:../../mail/p5-Mail-Message + +PERL5_PACKLIST= auto/Mail/Transport/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/mail/p5-Mail-Transport/distinfo diff -u /dev/null pkgsrc/mail/p5-Mail-Transport/distinfo:1.1 --- /dev/null Sun Feb 24 04:15:35 2019 +++ pkgsrc/mail/p5-Mail-Transport/distinfo Sun Feb 24 04:15:35 2019 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2019/02/24 04:15:35 wen Exp $ + +SHA1 (Mail-Transport-3.003.tar.gz) = 444ab4117dc23ccb035f2479340ded094c82d1b9 +RMD160 (Mail-Transport-3.003.tar.gz) = 11cd12afe8c657b2f393dc3e793f3fe055907773 +SHA512 (Mail-Transport-3.003.tar.gz) = 69a909fa43b38b3aff59d15d329807cc12569e4b5da5eae47aa51e81071657b8c034efd41b6d95fc82e8755d6b23393a459647d593541539bfcad958ff189507 +Size (Mail-Transport-3.003.tar.gz) = 16234 bytes --_----------=_1550981735111850--