From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 00:09:30 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EDFABA67; Wed, 27 Nov 2013 00:09:29 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CE36628C2; Wed, 27 Nov 2013 00:09:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAR09TTS003511; Wed, 27 Nov 2013 00:09:29 GMT (envelope-from matthew@svn.freebsd.org) Received: (from matthew@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAR09SfD003502; Wed, 27 Nov 2013 00:09:28 GMT (envelope-from matthew@svn.freebsd.org) Message-Id: <201311270009.rAR09SfD003502@svn.freebsd.org> From: Matthew Seaman Date: Wed, 27 Nov 2013 00:09:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334986 - in head/mail: . p5-Test-Email X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2013 00:09:30 -0000 Author: matthew Date: Wed Nov 27 00:09:28 2013 New Revision: 334986 URL: http://svnweb.freebsd.org/changeset/ports/334986 Log: Test::Email - Test Email Contents. WWW: http://search.cpan.org/dist/Test-Email/ Added: head/mail/p5-Test-Email/ head/mail/p5-Test-Email/Makefile (contents, props changed) head/mail/p5-Test-Email/distinfo (contents, props changed) head/mail/p5-Test-Email/pkg-descr (contents, props changed) head/mail/p5-Test-Email/pkg-plist (contents, props changed) Modified: head/mail/Makefile Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Wed Nov 27 00:05:08 2013 (r334985) +++ head/mail/Makefile Wed Nov 27 00:09:28 2013 (r334986) @@ -450,6 +450,7 @@ SUBDIR += p5-SES SUBDIR += p5-Sendmail-AccessDB SUBDIR += p5-Sendmail-Milter + SUBDIR += p5-Test-Email SUBDIR += p5-URI-imap SUBDIR += p5-URI-imaps SUBDIR += p5-WWW-GMail Added: head/mail/p5-Test-Email/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/p5-Test-Email/Makefile Wed Nov 27 00:09:28 2013 (r334986) @@ -0,0 +1,26 @@ +# Created by: Matthew Seaman +# $FreeBSD$ + +PORTNAME= Test-Email +PORTVERSION= 0.07 +CATEGORIES= mail perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:JAMES +PKGNAMEPREFIX= p5- + +MAINTAINER= matthew@FreeBSD.org +COMMENT= Test Email Contents + +BUILD_DEPENDS= p5-Mail-POP3Client>=2:${PORTSDIR}/mail/p5-Mail-POP3Client \ + p5-Mail-Sendmail>=0.79:${PORTSDIR}/mail/p5-Mail-Sendmail \ + p5-MIME-Tools>=5.4:${PORTSDIR}/mail/p5-MIME-Tools \ + p5-Test-Simple>=0.7:${PORTSDIR}/devel/p5-Test-Simple +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= perl5 +USE_PERL5= configure + +regression-test: build + @cd ${WRKSRC} && ${MAKE} test + +.include Added: head/mail/p5-Test-Email/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/p5-Test-Email/distinfo Wed Nov 27 00:09:28 2013 (r334986) @@ -0,0 +1,2 @@ +SHA256 (Test-Email-0.07.tar.gz) = 559b2dd654b65de900414468d5870856fa9dbaf759cfefac88c00e0659eb1776 +SIZE (Test-Email-0.07.tar.gz) = 11043 Added: head/mail/p5-Test-Email/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/p5-Test-Email/pkg-descr Wed Nov 27 00:09:28 2013 (r334986) @@ -0,0 +1,3 @@ +Test::Email - Test Email Contents. + +WWW: http://search.cpan.org/dist/Test-Email/ Added: head/mail/p5-Test-Email/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/p5-Test-Email/pkg-plist Wed Nov 27 00:09:28 2013 (r334986) @@ -0,0 +1,8 @@ +%%PERL5_MAN3%%/Test::Email.3.gz +%%PERL5_MAN3%%/Test::POP3.3.gz +%%SITE_PERL%%/Test/Email.pm +%%SITE_PERL%%/Test/POP3.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Email/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Email +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test +@dirrmtry %%SITE_PERL%%/Test