pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail No longer needed now that p5-Mail-IMAPClient (v3....
details: https://anonhg.NetBSD.org/pkgsrc/rev/27d556aa69e7
branches: trunk
changeset: 397470:27d556aa69e7
user: abs <abs%pkgsrc.org@localhost>
date: Thu Aug 13 15:22:54 2009 +0000
description:
No longer needed now that p5-Mail-IMAPClient (v3.x) has fixed the regressions
which broke mail/imapsync
diffstat:
mail/Makefile | 3 +-
mail/p5-Mail-IMAPClient2/DESCR | 19 ----------
mail/p5-Mail-IMAPClient2/Makefile | 73 ---------------------------------------
mail/p5-Mail-IMAPClient2/distinfo | 5 --
4 files changed, 1 insertions(+), 99 deletions(-)
diffs (126 lines):
diff -r 24bdb124523b -r 27d556aa69e7 mail/Makefile
--- a/mail/Makefile Thu Aug 13 15:21:18 2009 +0000
+++ b/mail/Makefile Thu Aug 13 15:22:54 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.373 2009/08/05 22:30:57 minskim Exp $
+# $NetBSD: Makefile,v 1.374 2009/08/13 15:22:54 abs Exp $
#
COMMENT= Electronic mail utilities
@@ -197,7 +197,6 @@
SUBDIR+= p5-Mail-DKIM
SUBDIR+= p5-Mail-Ezmlm
SUBDIR+= p5-Mail-IMAPClient
-SUBDIR+= p5-Mail-IMAPClient2
SUBDIR+= p5-Mail-ListDetector
SUBDIR+= p5-Mail-Mbox-MessageParser
SUBDIR+= p5-Mail-Milter
diff -r 24bdb124523b -r 27d556aa69e7 mail/p5-Mail-IMAPClient2/DESCR
--- a/mail/p5-Mail-IMAPClient2/DESCR Thu Aug 13 15:21:18 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
- Mail::IMAPClient module provides perl routines that simplify a
-sockets connection to and an IMAP conversation with an IMAP server.
-
- This module was developed on Solaris 2.5.1 and 2.6 against Netscape
-IMAP servers versions 3.6 and 4.1. However, since it is written in
-perl and designed for flexibility, it should run on any OS with a
-TCP/IP stack and a version of perl that includes Socket.pm and
-IO::Socket.pm. It also should be able to talk to any IMAP server,
-even those that have, um, proprietary features (assuming that the
-programmer knows what those features are).
-
- To date, the test suite runs successfully with the following IMAP
-servers:
-
--Netscape Messenger v3.6
--Netscape Messenger v4.1
--UW-IMAP (I think it was 4.5)
--Cyrus IMAP4 v1.5.19
--Mirapoint Message Server Appliances (OS versions 1.6.1 and 1.7.1)
diff -r 24bdb124523b -r 27d556aa69e7 mail/p5-Mail-IMAPClient2/Makefile
--- a/mail/p5-Mail-IMAPClient2/Makefile Thu Aug 13 15:21:18 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,73 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2008/10/19 19:18:12 he Exp $
-#
-
-DISTNAME= Mail-IMAPClient-2.2.9
-PKGNAME= p5-${DISTNAME:C:-2:2-2:}
-PKGREVISION= 1
-SVR4_PKGNAME= p5mic
-CATEGORIES= mail perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://search.cpan.org/~markov/Mail-IMAPClient/
-COMMENT= Perl5 module for talking to RFC-2060 IMAP servers
-
-PKG_DESTDIR_SUPPORT= user-destdir
-
-DEPENDS+= p5-Digest-HMAC-[0-9]*:../../security/p5-Digest-HMAC
-DEPENDS+= p5-File-Temp>=0.18:../../devel/p5-File-Temp
-DEPENDS+= p5-Parse-RecDescent>=1.94:../../devel/p5-Parse-RecDescent
-DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
-
-PERL5_PACKLIST= auto/Mail/IMAPClient2/.packlist
-
-SUBST_CLASSES+= conf
-SUBST_STAGE.conf= pre-configure
-SUBST_FILES.conf= BodyStructure/BodyStructure.pm \
- BodyStructure/Makefile.PL \
- BodyStructure/Parse/Makefile.PL \
- BodyStructure/Parse/Parse.grammar_new \
- BodyStructure/Parse/Parse.grammar_old \
- BodyStructure/Parse/Parse.pod \
- BodyStructure/Parse/t/parse.t \
- BodyStructure/t/bodystructure.t \
- Changes \
- IMAPClient.pm \
- IMAPClient.pod \
- INSTALL \
- INSTALL_perl5.80 \
- MANIFEST \
- Makefile.PL \
- MessageSet/Makefile.PL \
- MessageSet/MessageSet.pm \
- MessageSet/t/range.t \
- README \
- Thread/Makefile.PL \
- Thread/Thread.pod \
- Thread/t/thread.t \
- Todo \
- examples/build_dist.pl \
- examples/build_ldif.pl \
- examples/cleanTest.pl \
- examples/copy_folder.pl \
- examples/cyrus_expire.pl \
- examples/cyrus_expunge.pl \
- examples/find_dup_msgs.pl \
- examples/imap_to_mbox.pl \
- examples/imtestExample.pl \
- examples/migrate_mail2.pl \
- examples/migrate_mbox.pl \
- examples/populate_mailbox.pl \
- examples/sharedFolder.pl \
- t/basic.t \
- t/cram-md5.t
-SUBST_SED.conf= -e "s:IMAPClient:IMAPClient2:g"
-SUBST_MESSAGE.conf= Replacing IMAPClient with IMAPClient2
-
-pre-configure:
- mv ${WRKSRC}/IMAPClient.pm ${WRKSRC}/IMAPClient2.pm
- mv ${WRKSRC}/IMAPClient.pod ${WRKSRC}/IMAPClient2.pod
- cd ${WRKSRC} && ${TOUCH} ${TOUCH_FLAGS} test.txt
-
-.include "../../lang/perl5/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 24bdb124523b -r 27d556aa69e7 mail/p5-Mail-IMAPClient2/distinfo
--- a/mail/p5-Mail-IMAPClient2/distinfo Thu Aug 13 15:21:18 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/09/08 22:11:05 abs Exp $
-
-SHA1 (Mail-IMAPClient-2.2.9.tar.gz) = 00d23579dfce7999c3c53e27a8cc186430d28609
-RMD160 (Mail-IMAPClient-2.2.9.tar.gz) = 3980d5227dc0342f5ba7cfd4dfbfce5fb8c10b7c
-Size (Mail-IMAPClient-2.2.9.tar.gz) = 376791 bytes
Home |
Main Index |
Thread Index |
Old Index