Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jul 2014 09:22:46 +0400
From:      Andrej Zverev <az@freebsd.org>
To:        Ashish SHUKLA <ashish@freebsd.org>
Cc:        "svn-ports-head@freebsd.org" <svn-ports-head@freebsd.org>, "svn-ports-all@freebsd.org" <svn-ports-all@freebsd.org>, "ports-committers@freebsd.org" <ports-committers@freebsd.org>
Subject:   Re: svn commit: r363288 - in head/mail: . p5-Email-Simple-FromHandle
Message-ID:  <CAD5bB%2BjtzJF5GoLfrMoGEYpyiGGQUT_MFD=q7f39-Yy1mwYwWw@mail.gmail.com>
In-Reply-To: <201407290323.s6T3Nmrt098445@svn.freebsd.org>
References:  <201407290323.s6T3Nmrt098445@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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@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@FreeBSD.org>
> +# $FreeBSD$
> +
> +PORTNAME=      Email-Simple-FromHandle
> +PORTVERSION=   0.054
> +CATEGORIES=    mail perl5
> +MASTER_SITES=  CPAN
> +PKGNAMEPREFIX= p5-
> +
> +MAINTAINER=    ashish@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
> +@dirrmtry %%SITE_PERL%%/Email/Simple
> +@dirrmtry %%SITE_PERL%%/mach/auto/Email/Simple/FromHandle
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAD5bB%2BjtzJF5GoLfrMoGEYpyiGGQUT_MFD=q7f39-Yy1mwYwWw>