From 0806b46b7b0a0e08e0e533490b3656fb4833d105 Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 11 Oct 2007 15:49:55 +0000 Subject: 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. --- mail/p5-URI-imap/DESCR | 1 + mail/p5-URI-imap/Makefile | 18 ++++++++++++++++++ mail/p5-URI-imap/PLIST | 1 + mail/p5-URI-imap/distinfo | 5 +++++ 4 files changed, 25 insertions(+) create mode 100644 mail/p5-URI-imap/DESCR create mode 100644 mail/p5-URI-imap/Makefile create mode 100644 mail/p5-URI-imap/PLIST create mode 100644 mail/p5-URI-imap/distinfo (limited to 'mail/p5-URI-imap') diff --git a/mail/p5-URI-imap/DESCR b/mail/p5-URI-imap/DESCR new file mode 100644 index 00000000000..e30a87c42dd --- /dev/null +++ b/mail/p5-URI-imap/DESCR @@ -0,0 +1 @@ +This very simple module supports the "imap" URI scheme for Perl URI objects. diff --git a/mail/p5-URI-imap/Makefile b/mail/p5-URI-imap/Makefile new file mode 100644 index 00000000000..5e6b3eec1cb --- /dev/null +++ b/mail/p5-URI-imap/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2007/10/11 15:49:56 tv Exp $ +# + +DISTNAME= URI-imap-1.01 +PKGNAME= p5-${DISTNAME} +CATEGORIES= mail perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=URI/} + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= Perl5 module for support of "imap" URI scheme objects + +DEPENDS+= p5-URI>=0:../../www/p5-URI + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/URI/imap/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/mail/p5-URI-imap/PLIST b/mail/p5-URI-imap/PLIST new file mode 100644 index 00000000000..b911abe827b --- /dev/null +++ b/mail/p5-URI-imap/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1 2007/10/11 15:49:56 tv Exp $ diff --git a/mail/p5-URI-imap/distinfo b/mail/p5-URI-imap/distinfo new file mode 100644 index 00000000000..3b85b4e64a3 --- /dev/null +++ b/mail/p5-URI-imap/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2007/10/11 15:49:56 tv Exp $ + +SHA1 (URI-imap-1.01.tar.gz) = 25cc41237f92c0e43f5e6d39a03d77bf13ef5bcc +RMD160 (URI-imap-1.01.tar.gz) = 0f1eb95f11e01f897e85cfad0f2dca8e07976a9e +Size (URI-imap-1.01.tar.gz) = 1314 bytes -- cgit v1.2.3