From owner-svn-ports-all@FreeBSD.ORG Fri Nov 22 02:29:57 2013 Return-Path: Delivered-To: svn-ports-all@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 EDA1B3D5; Fri, 22 Nov 2013 02:29:56 +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 DD2F92E4F; Fri, 22 Nov 2013 02:29:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAM2Tubp068767; Fri, 22 Nov 2013 02:29:56 GMT (envelope-from zi@svn.freebsd.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAM2TuNU068763; Fri, 22 Nov 2013 02:29:56 GMT (envelope-from zi@svn.freebsd.org) Message-Id: <201311220229.rAM2TuNU068763@svn.freebsd.org> From: Ryan Steinmetz Date: Fri, 22 Nov 2013 02:29:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334546 - head/mail/p5-Email-Stuffer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Nov 2013 02:29:57 -0000 Author: zi Date: Fri Nov 22 02:29:55 2013 New Revision: 334546 URL: http://svnweb.freebsd.org/changeset/ports/334546 Log: New port: mail/p5-Email-Stuffer: Email::Stuffer, as its name suggests, is a fairly casual module used to stuff things into an email and send them. It is a high-level module designed for ease of use when doing a very specific common task, but implemented on top of the light and tolerable Email:: modules. Email::Stuffer is typically used to build emails and send them in a single statement, as seen in the synopsis. And it is certain only for use when creating and sending emails. As such, it contains no email parsing capability, and little to no modification support. WWW: http://search.cpan.org/dist/Email-Stuffer/ Added: head/mail/p5-Email-Stuffer/ head/mail/p5-Email-Stuffer/Makefile (contents, props changed) head/mail/p5-Email-Stuffer/distinfo (contents, props changed) head/mail/p5-Email-Stuffer/pkg-descr (contents, props changed) head/mail/p5-Email-Stuffer/pkg-plist (contents, props changed) Added: head/mail/p5-Email-Stuffer/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/p5-Email-Stuffer/Makefile Fri Nov 22 02:29:55 2013 (r334546) @@ -0,0 +1,27 @@ +# Created by: Ryan Steinmetz +# $FreeBSD$ + +PORTNAME= Email-Stuffer +PORTVERSION= 0.008 +CATEGORIES= mail perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= zi@FreeBSD.org +COMMENT= A more casual approach to creating and sending Email + +BUILD_DEPENDS= p5-prefork>=1.01:${PORTSDIR}/devel/p5-prefork \ + p5-Params-Util>=0.23:${PORTSDIR}/devel/p5-Params-Util \ + p5-File-Type>=0.22:${PORTSDIR}/devel/p5-File-Type \ + p5-Email-MIME>=1.901:${PORTSDIR}/mail/p5-Email-MIME \ + p5-Email-Send>=2.185:${PORTSDIR}/mail/p5-Email-Send +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= perl5 +USE_PERL5= configure + +MAN3= Email::Stuffer.3 + +NO_STAGE= yes + +.include Added: head/mail/p5-Email-Stuffer/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/p5-Email-Stuffer/distinfo Fri Nov 22 02:29:55 2013 (r334546) @@ -0,0 +1,2 @@ +SHA256 (Email-Stuffer-0.008.tar.gz) = 43b83393899184acd16a84339a94ac4f3cecc9e7063c302eca1396e9c1034950 +SIZE (Email-Stuffer-0.008.tar.gz) = 31480 Added: head/mail/p5-Email-Stuffer/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/p5-Email-Stuffer/pkg-descr Fri Nov 22 02:29:55 2013 (r334546) @@ -0,0 +1,11 @@ +Email::Stuffer, as its name suggests, is a fairly casual module used to stuff +things into an email and send them. It is a high-level module designed for +ease of use when doing a very specific common task, but implemented on top of +the light and tolerable Email:: modules. + +Email::Stuffer is typically used to build emails and send them in a single +statement, as seen in the synopsis. And it is certain only for use when +creating and sending emails. As such, it contains no email parsing +capability, and little to no modification support. + +WWW: http://search.cpan.org/dist/Email-Stuffer/ Added: head/mail/p5-Email-Stuffer/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/p5-Email-Stuffer/pkg-plist Fri Nov 22 02:29:55 2013 (r334546) @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Email/Stuffer.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Stuffer/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Stuffer +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email +@dirrmtry %%SITE_PERL%%/Email