Add p5-Mail-Box-IMAP4 3.003 (copied from p5-Mail-Box)
Maintain a folder which has its messages stored on a remote server. The communication between the client application and the server is implemented using the IMAP4 protocol. This class uses Mail::Transport::IMAP4 to hide the transport of information, and focusses solely on the correct handling of messages within a IMAP4 folder. More than one IMAP4 folder can be handled by one single IMAP4 connection. WWW: https://metacpan.org/release/Mail-Box-IMAP4
This commit is contained in:
parent
bf675463be
commit
ab01d529d2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=482362
@ -379,6 +379,7 @@
|
||||
SUBDIR += p5-Mail-Audit
|
||||
SUBDIR += p5-Mail-Audit-Attach
|
||||
SUBDIR += p5-Mail-Box
|
||||
SUBDIR += p5-Mail-Box-IMAP4
|
||||
SUBDIR += p5-Mail-Box-IMAP4-SSL
|
||||
SUBDIR += p5-Mail-Box-Parser-C
|
||||
SUBDIR += p5-Mail-Bulkmail
|
||||
|
28
mail/p5-Mail-Box-IMAP4/Makefile
Normal file
28
mail/p5-Mail-Box-IMAP4/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Mail-Box-IMAP4
|
||||
PORTVERSION= 3.003
|
||||
CATEGORIES= mail perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Handle IMAP4 folders as client
|
||||
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Digest-HMAC>=0:security/p5-Digest-HMAC \
|
||||
p5-Mail-Box>=3:mail/p5-Mail-Box \
|
||||
p5-Mail-IMAPClient>=0:mail/p5-Mail-IMAPClient \
|
||||
p5-Mail-Message>=3:mail/p5-Mail-Message \
|
||||
p5-Mail-Transport>=3:mail/p5-Mail-Transport
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
mail/p5-Mail-Box-IMAP4/distinfo
Normal file
3
mail/p5-Mail-Box-IMAP4/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1539194728
|
||||
SHA256 (Mail-Box-IMAP4-3.003.tar.gz) = 15600a571043a55e84df3e00c6ffb82a22881f201042cf7894cbb2d41e7bdd96
|
||||
SIZE (Mail-Box-IMAP4-3.003.tar.gz) = 42724
|
8
mail/p5-Mail-Box-IMAP4/pkg-descr
Normal file
8
mail/p5-Mail-Box-IMAP4/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
Maintain a folder which has its messages stored on a remote server. The
|
||||
communication between the client application and the server is implemented using
|
||||
the IMAP4 protocol. This class uses Mail::Transport::IMAP4 to hide the transport
|
||||
of information, and focusses solely on the correct handling of messages within a
|
||||
IMAP4 folder. More than one IMAP4 folder can be handled by one single IMAP4
|
||||
connection.
|
||||
|
||||
WWW: https://metacpan.org/release/Mail-Box-IMAP4
|
27
mail/p5-Mail-Box-IMAP4/pkg-plist
Normal file
27
mail/p5-Mail-Box-IMAP4/pkg-plist
Normal file
@ -0,0 +1,27 @@
|
||||
%%SITE_PERL%%/Mail/Box/IMAP4.pm
|
||||
%%SITE_PERL%%/Mail/Box/IMAP4.pod
|
||||
%%SITE_PERL%%/Mail/Box/IMAP4/Head.pm
|
||||
%%SITE_PERL%%/Mail/Box/IMAP4/Head.pod
|
||||
%%SITE_PERL%%/Mail/Box/IMAP4/Message.pm
|
||||
%%SITE_PERL%%/Mail/Box/IMAP4/Message.pod
|
||||
%%SITE_PERL%%/Mail/Server/IMAP4.pm
|
||||
%%SITE_PERL%%/Mail/Server/IMAP4.pod
|
||||
%%SITE_PERL%%/Mail/Server/IMAP4/Fetch.pm
|
||||
%%SITE_PERL%%/Mail/Server/IMAP4/Fetch.pod
|
||||
%%SITE_PERL%%/Mail/Server/IMAP4/List.pm
|
||||
%%SITE_PERL%%/Mail/Server/IMAP4/List.pod
|
||||
%%SITE_PERL%%/Mail/Server/IMAP4/Search.pm
|
||||
%%SITE_PERL%%/Mail/Server/IMAP4/Search.pod
|
||||
%%SITE_PERL%%/Mail/Server/IMAP4/User.pm
|
||||
%%SITE_PERL%%/Mail/Server/IMAP4/User.pod
|
||||
%%SITE_PERL%%/Mail/Transport/IMAP4.pm
|
||||
%%SITE_PERL%%/Mail/Transport/IMAP4.pod
|
||||
%%PERL5_MAN3%%/Mail::Box::IMAP4.3.gz
|
||||
%%PERL5_MAN3%%/Mail::Box::IMAP4::Head.3.gz
|
||||
%%PERL5_MAN3%%/Mail::Box::IMAP4::Message.3.gz
|
||||
%%PERL5_MAN3%%/Mail::Server::IMAP4.3.gz
|
||||
%%PERL5_MAN3%%/Mail::Server::IMAP4::Fetch.3.gz
|
||||
%%PERL5_MAN3%%/Mail::Server::IMAP4::List.3.gz
|
||||
%%PERL5_MAN3%%/Mail::Server::IMAP4::Search.3.gz
|
||||
%%PERL5_MAN3%%/Mail::Server::IMAP4::User.3.gz
|
||||
%%PERL5_MAN3%%/Mail::Transport::IMAP4.3.gz
|
Loading…
Reference in New Issue
Block a user