svn commit: r363288 - in head/mail: . p5-Email-Simple-FromHandle
Andrej Zverev
az at freebsd.org
Tue Jul 29 05:22:47 UTC 2014
You can't put MANx into Makefile anymore. See example how-to fix MANx
for p5- port. (https://wiki.freebsd.org/ports/StageDir)
On Tue, Jul 29, 2014 at 7:23 AM, Ashish SHUKLA <ashish at freebsd.org> wrote:
> Author: ashish
> Date: Tue Jul 29 03:23:48 2014
> New Revision: 363288
> URL: http://svnweb.freebsd.org/changeset/ports/363288
> QAT: https://qat.redports.org/buildarchive/r363288/
>
> Log:
> Email::Simple::FromHandle provides an Email::Simple object which uses a
> filehandle as its source, so it does not need to hold the entire body in memory
> until needed.
>
> WWW: https://github.com/rjbs/Email-Simple-FromHandle
>
> Added:
> head/mail/p5-Email-Simple-FromHandle/
> head/mail/p5-Email-Simple-FromHandle/Makefile (contents, props changed)
> head/mail/p5-Email-Simple-FromHandle/distinfo (contents, props changed)
> head/mail/p5-Email-Simple-FromHandle/pkg-descr (contents, props changed)
> head/mail/p5-Email-Simple-FromHandle/pkg-plist (contents, props changed)
> Modified:
> head/mail/Makefile
>
> Modified: head/mail/Makefile
> ==============================================================================
> --- head/mail/Makefile Tue Jul 29 03:16:34 2014 (r363287)
> +++ head/mail/Makefile Tue Jul 29 03:23:48 2014 (r363288)
> @@ -341,6 +341,7 @@
> SUBDIR += p5-Email-Sender-Transport-SMTP-TLS
> SUBDIR += p5-Email-Sender-Transport-SQLite
> SUBDIR += p5-Email-Simple
> + SUBDIR += p5-Email-Simple-FromHandle
> SUBDIR += p5-Email-Stuff
> SUBDIR += p5-Email-Valid
> SUBDIR += p5-Email-Valid-Loose
>
> Added: head/mail/p5-Email-Simple-FromHandle/Makefile
> ==============================================================================
> --- /dev/null 00:00:00 1970 (empty, because file is newly added)
> +++ head/mail/p5-Email-Simple-FromHandle/Makefile Tue Jul 29 03:23:48 2014 (r363288)
> @@ -0,0 +1,26 @@
> +# Created by: <ashish at FreeBSD.org>
> +# $FreeBSD$
> +
> +PORTNAME= Email-Simple-FromHandle
> +PORTVERSION= 0.054
> +CATEGORIES= mail perl5
> +MASTER_SITES= CPAN
> +PKGNAMEPREFIX= p5-
> +
> +MAINTAINER= ashish at FreeBSD.org
> +COMMENT= Perl library for making email objects from a filehandle
> +
> +LICENSE= ART10 GPLv1
> +LICENSE_COMB= dual
> +
> +BUILD_DEPENDS= p5-Email-Simple>=0:${PORTSDIR}/mail/p5-Email-Simple \
> + p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String
> +
> +RUN_DEPENDS:= ${BUILD_DEPENDS}
> +
> +USES= perl5
> +USE_PERL5= configure
> +
> +MAN3= Email::Simple::FromHandle.3
> +
> +.include <bsd.port.mk>
>
> Added: head/mail/p5-Email-Simple-FromHandle/distinfo
> ==============================================================================
> --- /dev/null 00:00:00 1970 (empty, because file is newly added)
> +++ head/mail/p5-Email-Simple-FromHandle/distinfo Tue Jul 29 03:23:48 2014 (r363288)
> @@ -0,0 +1,2 @@
> +SHA256 (Email-Simple-FromHandle-0.054.tar.gz) = b750e7599016f7825b5398f662d86c935802ba1fcef6ff75e175c401e3fd1b6a
> +SIZE (Email-Simple-FromHandle-0.054.tar.gz) = 23595
>
> Added: head/mail/p5-Email-Simple-FromHandle/pkg-descr
> ==============================================================================
> --- /dev/null 00:00:00 1970 (empty, because file is newly added)
> +++ head/mail/p5-Email-Simple-FromHandle/pkg-descr Tue Jul 29 03:23:48 2014 (r363288)
> @@ -0,0 +1,7 @@
> +- Add new port for Email::Simple::FromHandle Perl module
> +
> +Email::Simple::FromHandle provides an Email::Simple object which uses a
> +filehandle as its source, so it does not need to hold the entire body in memory
> +until needed.
> +
> +WWW: https://github.com/rjbs/Email-Simple-FromHandle
>
> Added: head/mail/p5-Email-Simple-FromHandle/pkg-plist
> ==============================================================================
> --- /dev/null 00:00:00 1970 (empty, because file is newly added)
> +++ head/mail/p5-Email-Simple-FromHandle/pkg-plist Tue Jul 29 03:23:48 2014 (r363288)
> @@ -0,0 +1,4 @@
> +%%SITE_PERL%%/mach/auto/Email/Simple/FromHandle/.packlist
> +%%SITE_PERL%%/Email/Simple/FromHandle.pm
> + at dirrmtry %%SITE_PERL%%/Email/Simple
> + at dirrmtry %%SITE_PERL%%/mach/auto/Email/Simple/FromHandle
>
More information about the svn-ports-head
mailing list