mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
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
This commit is contained in:
parent
f2cb0737e5
commit
e6867bf471
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363288
@ -341,6 +341,7 @@
|
|||||||
SUBDIR += p5-Email-Sender-Transport-SMTP-TLS
|
SUBDIR += p5-Email-Sender-Transport-SMTP-TLS
|
||||||
SUBDIR += p5-Email-Sender-Transport-SQLite
|
SUBDIR += p5-Email-Sender-Transport-SQLite
|
||||||
SUBDIR += p5-Email-Simple
|
SUBDIR += p5-Email-Simple
|
||||||
|
SUBDIR += p5-Email-Simple-FromHandle
|
||||||
SUBDIR += p5-Email-Stuff
|
SUBDIR += p5-Email-Stuff
|
||||||
SUBDIR += p5-Email-Valid
|
SUBDIR += p5-Email-Valid
|
||||||
SUBDIR += p5-Email-Valid-Loose
|
SUBDIR += p5-Email-Valid-Loose
|
||||||
|
26
mail/p5-Email-Simple-FromHandle/Makefile
Normal file
26
mail/p5-Email-Simple-FromHandle/Makefile
Normal file
@ -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>
|
2
mail/p5-Email-Simple-FromHandle/distinfo
Normal file
2
mail/p5-Email-Simple-FromHandle/distinfo
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
SHA256 (Email-Simple-FromHandle-0.054.tar.gz) = b750e7599016f7825b5398f662d86c935802ba1fcef6ff75e175c401e3fd1b6a
|
||||||
|
SIZE (Email-Simple-FromHandle-0.054.tar.gz) = 23595
|
7
mail/p5-Email-Simple-FromHandle/pkg-descr
Normal file
7
mail/p5-Email-Simple-FromHandle/pkg-descr
Normal file
@ -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
|
4
mail/p5-Email-Simple-FromHandle/pkg-plist
Normal file
4
mail/p5-Email-Simple-FromHandle/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user