pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/p5-GMail-IMAPD Initial import of p5-GMail-IMAPD, ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/10e15a8028c1
branches: trunk
changeset: 517334:10e15a8028c1
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Wed Aug 09 08:03:33 2006 +0000
description:
Initial import of p5-GMail-IMAPD, version 0.93:
The GMail-IMAPD module allows users to access their Gmail account with an
IMAP client by running a server which accepts IMAP connections.
diffstat:
mail/p5-GMail-IMAPD/DESCR | 2 ++
mail/p5-GMail-IMAPD/Makefile | 20 ++++++++++++++++++++
mail/p5-GMail-IMAPD/PLIST | 1 +
mail/p5-GMail-IMAPD/distinfo | 6 ++++++
mail/p5-GMail-IMAPD/patches/patch-aa | 13 +++++++++++++
5 files changed, 42 insertions(+), 0 deletions(-)
diffs (62 lines):
diff -r 6f0a76fab433 -r 10e15a8028c1 mail/p5-GMail-IMAPD/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-GMail-IMAPD/DESCR Wed Aug 09 08:03:33 2006 +0000
@@ -0,0 +1,2 @@
+The GMail-IMAPD module allows users to access their Gmail account with an
+IMAP client by running a server which accepts IMAP connections.
diff -r 6f0a76fab433 -r 10e15a8028c1 mail/p5-GMail-IMAPD/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-GMail-IMAPD/Makefile Wed Aug 09 08:03:33 2006 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/08/09 08:03:33 jmmv Exp $
+
+DISTNAME= GMail-IMAPD-0.93
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= mail perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GMail/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/~krs/GMail-IMAPD-0.93/
+COMMENT= IMAP gateway for the GMail web service
+
+DEPENDS+= p5-Crypt-SSLeay>=0.51:../../security/p5-Crypt-SSLeay
+DEPENDS+= p5-libwww>=5.80:../../www/p5-libwww
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+PERL5_PACKLIST= auto/GMail/IMAPD/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 6f0a76fab433 -r 10e15a8028c1 mail/p5-GMail-IMAPD/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-GMail-IMAPD/PLIST Wed Aug 09 08:03:33 2006 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/08/09 08:03:33 jmmv Exp $
diff -r 6f0a76fab433 -r 10e15a8028c1 mail/p5-GMail-IMAPD/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-GMail-IMAPD/distinfo Wed Aug 09 08:03:33 2006 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/08/09 08:03:33 jmmv Exp $
+
+SHA1 (GMail-IMAPD-0.93.tar.gz) = 0d65e6c8470aabbe73148e0aaa5e611e6e8da6a2
+RMD160 (GMail-IMAPD-0.93.tar.gz) = b842b620da0d129dcdf28003ac604b91a03d972c
+Size (GMail-IMAPD-0.93.tar.gz) = 22749 bytes
+SHA1 (patch-aa) = c1c9179cb17dbaa4b4943c62a01349ef3466d750
diff -r 6f0a76fab433 -r 10e15a8028c1 mail/p5-GMail-IMAPD/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-GMail-IMAPD/patches/patch-aa Wed Aug 09 08:03:33 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2006/08/09 08:03:33 jmmv Exp $
+
+--- lib/GMail/IMAPD/Gmail.pm.orig 2006-01-20 07:01:58.000000000 +0100
++++ lib/GMail/IMAPD/Gmail.pm
+@@ -105,7 +105,7 @@ sub login {
+
+ if ( $res->is_success() ) {
+ update_tokens( $self, $res );
+- if ( $res->content() =~ /var url = "(.*?)";/ ) {
++ if ( $res->content() =~ /var url = ["'](.*?)["'];/ ) {
+ $req = HTTP::Request->new( GET => "$SSL_MAIL_URL/$1" );
+ $req->header( 'Cookie' => $self->{_cookie} );
+ $res = $self->{_ua}->request( $req );
Home |
Main Index |
Thread Index |
Old Index