diff options
author | tv <tv@pkgsrc.org> | 2007-10-11 15:49:55 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2007-10-11 15:49:55 +0000 |
commit | 0806b46b7b0a0e08e0e533490b3656fb4833d105 (patch) | |
tree | 2f3586f1d138e1e037e0ce567a8d9839187bdb07 /mail/p5-IMAP-Client | |
parent | a9caab5a08348a560ba0560ffada6fa52213977b (diff) | |
download | pkgsrc-0806b46b7b0a0e08e0e533490b3656fb4833d105.tar.gz |
Add p5-IMAP-Client-0.13 (and its small dependency, p5-URI-imap).
From DESCR:
This module was created as a low-level inteface to any IMAP server. It
was built to be a 'clear box' solution to working with an IMAP environ-
ment. The idea is that anything an IMAP client should be able to do,
and any information available via the IMAP specs, should be available
to a client interface and user. This way, the full strength of the
IMAP protocol and data can be utilized, ideally in the most network-
efficient mannger possible, rather than being contrained only to a sub-
set of commands or data-limited responses. If the server says it, the
client should be able to see it.
This module also takes steps to be able to handle anticipated situa-
tions for the user rather than forcing a per-implementation behavior
for such expected events, such as referrals. IMAP::Client will fully
support referrals, and will transparently handle them for whatever com-
mand is issued to them (so long as the referral s for anonymous or the
same user with the same password - a new user or different password
would require a new username/password to be obtained. As of 0.01, this
is not supported, however the framework is down.
This module also tries to follow the various RFCs for IMAPrev1 communi-
cations very closely, enforcing client-side responsabilities where
appropriate.
Diffstat (limited to 'mail/p5-IMAP-Client')
-rw-r--r-- | mail/p5-IMAP-Client/DESCR | 22 | ||||
-rw-r--r-- | mail/p5-IMAP-Client/Makefile | 21 | ||||
-rw-r--r-- | mail/p5-IMAP-Client/PLIST | 1 | ||||
-rw-r--r-- | mail/p5-IMAP-Client/distinfo | 5 |
4 files changed, 49 insertions, 0 deletions
diff --git a/mail/p5-IMAP-Client/DESCR b/mail/p5-IMAP-Client/DESCR new file mode 100644 index 00000000000..35ec5ce5c94 --- /dev/null +++ b/mail/p5-IMAP-Client/DESCR @@ -0,0 +1,22 @@ +This module was created as a low-level inteface to any IMAP server. It +was built to be a 'clear box' solution to working with an IMAP environ- +ment. The idea is that anything an IMAP client should be able to do, +and any information available via the IMAP specs, should be available +to a client interface and user. This way, the full strength of the +IMAP protocol and data can be utilized, ideally in the most network- +efficient mannger possible, rather than being contrained only to a sub- +set of commands or data-limited responses. If the server says it, the +client should be able to see it. + +This module also takes steps to be able to handle anticipated situa- +tions for the user rather than forcing a per-implementation behavior +for such expected events, such as referrals. IMAP::Client will fully +support referrals, and will transparently handle them for whatever com- +mand is issued to them (so long as the referral s for anonymous or the +same user with the same password - a new user or different password +would require a new username/password to be obtained. As of 0.01, this +is not supported, however the framework is down. + +This module also tries to follow the various RFCs for IMAPrev1 communi- +cations very closely, enforcing client-side responsabilities where +appropriate. diff --git a/mail/p5-IMAP-Client/Makefile b/mail/p5-IMAP-Client/Makefile new file mode 100644 index 00000000000..2c1f85755d2 --- /dev/null +++ b/mail/p5-IMAP-Client/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1 2007/10/11 15:49:57 tv Exp $ +# + +DISTNAME= IMAP-Client-0.13 +PKGNAME= p5-${DISTNAME} +CATEGORIES= mail perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IMAP/} + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= Perl5 module for IMAP manipulation + +DEPENDS+= p5-IO-Socket-SSL>=0:../../security/p5-IO-Socket-SSL +DEPENDS+= p5-MIME-Base64>=0:../../converters/p5-MIME-Base64 +DEPENDS+= p5-URI-imap>=0:../../mail/p5-URI-imap +DEPENDS+= p5-URI>=0:../../www/p5-URI + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/IMAP/Client/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/mail/p5-IMAP-Client/PLIST b/mail/p5-IMAP-Client/PLIST new file mode 100644 index 00000000000..09ab5365f7a --- /dev/null +++ b/mail/p5-IMAP-Client/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1 2007/10/11 15:49:57 tv Exp $ diff --git a/mail/p5-IMAP-Client/distinfo b/mail/p5-IMAP-Client/distinfo new file mode 100644 index 00000000000..62e44cc2d90 --- /dev/null +++ b/mail/p5-IMAP-Client/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2007/10/11 15:49:57 tv Exp $ + +SHA1 (IMAP-Client-0.13.tar.gz) = 3a6c41ca69575269b0b7c58719f3ca7cede412c5 +RMD160 (IMAP-Client-0.13.tar.gz) = b4c290f0e6f69489d2f54d3da48bb6dcda27eb61 +Size (IMAP-Client-0.13.tar.gz) = 45201 bytes |