pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail Add p5-IMAP-Client-0.13 (and its small dependency...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a6c8b5d74863
branches:  trunk
changeset: 534094:a6c8b5d74863
user:      tv <tv%pkgsrc.org@localhost>
date:      Thu Oct 11 15:49:55 2007 +0000

description:
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:

 mail/Makefile                |   4 +++-
 mail/p5-IMAP-Client/DESCR    |  22 ++++++++++++++++++++++
 mail/p5-IMAP-Client/Makefile |  21 +++++++++++++++++++++
 mail/p5-IMAP-Client/PLIST    |   1 +
 mail/p5-IMAP-Client/distinfo |   5 +++++
 mail/p5-URI-imap/DESCR       |   1 +
 mail/p5-URI-imap/Makefile    |  18 ++++++++++++++++++
 mail/p5-URI-imap/PLIST       |   1 +
 mail/p5-URI-imap/distinfo    |   5 +++++
 9 files changed, 77 insertions(+), 1 deletions(-)

diffs (131 lines):

diff -r 1d1a61c8a8fb -r a6c8b5d74863 mail/Makefile
--- a/mail/Makefile     Thu Oct 11 14:26:05 2007 +0000
+++ b/mail/Makefile     Thu Oct 11 15:49:55 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.336 2007/10/04 12:08:34 obache Exp $
+# $NetBSD: Makefile,v 1.337 2007/10/11 15:49:55 tv Exp $
 #
 
 COMMENT=       Electronic mail utilities
@@ -165,6 +165,7 @@
 SUBDIR+=       p5-Email-Valid
 SUBDIR+=       p5-GMail-IMAPD
 SUBDIR+=       p5-IMAP-Admin
+SUBDIR+=       p5-IMAP-Client
 SUBDIR+=       p5-MIME-Lite
 SUBDIR+=       p5-MIME-Lite-HTML
 SUBDIR+=       p5-MIME-Types
@@ -189,6 +190,7 @@
 SUBDIR+=       p5-Net-SMTP_auth
 SUBDIR+=       p5-Sendmail-AccessDB
 SUBDIR+=       p5-Sendmail-PMilter
+SUBDIR+=       p5-URI-imap
 SUBDIR+=       p5-User-Identity
 SUBDIR+=       p5-razor-agents
 SUBDIR+=       pear-Mail
diff -r 1d1a61c8a8fb -r a6c8b5d74863 mail/p5-IMAP-Client/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-IMAP-Client/DESCR Thu Oct 11 15:49:55 2007 +0000
@@ -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 -r 1d1a61c8a8fb -r a6c8b5d74863 mail/p5-IMAP-Client/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-IMAP-Client/Makefile      Thu Oct 11 15:49:55 2007 +0000
@@ -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@localhost
+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 -r 1d1a61c8a8fb -r a6c8b5d74863 mail/p5-IMAP-Client/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-IMAP-Client/PLIST Thu Oct 11 15:49:55 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1 2007/10/11 15:49:57 tv Exp $
diff -r 1d1a61c8a8fb -r a6c8b5d74863 mail/p5-IMAP-Client/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-IMAP-Client/distinfo      Thu Oct 11 15:49:55 2007 +0000
@@ -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
diff -r 1d1a61c8a8fb -r a6c8b5d74863 mail/p5-URI-imap/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-URI-imap/DESCR    Thu Oct 11 15:49:55 2007 +0000
@@ -0,0 +1,1 @@
+This very simple module supports the "imap" URI scheme for Perl URI objects.
diff -r 1d1a61c8a8fb -r a6c8b5d74863 mail/p5-URI-imap/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-URI-imap/Makefile Thu Oct 11 15:49:55 2007 +0000
@@ -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@localhost
+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 -r 1d1a61c8a8fb -r a6c8b5d74863 mail/p5-URI-imap/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-URI-imap/PLIST    Thu Oct 11 15:49:55 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1 2007/10/11 15:49:56 tv Exp $
diff -r 1d1a61c8a8fb -r a6c8b5d74863 mail/p5-URI-imap/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-URI-imap/distinfo Thu Oct 11 15:49:55 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index