Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Mar 2016 08:38:34 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r411381 - in head/mail: . p5-Mail-Box-IMAP4-SSL
Message-ID:  <201603190838.u2J8cYoO095836@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sat Mar 19 08:38:33 2016
New Revision: 411381
URL: https://svnweb.freebsd.org/changeset/ports/411381

Log:
  New port: mail/p5-Mail-Box-IMAP4-SSL
  
  This is a thin subclass of Mail::Box::IMAP4 to provide IMAP
  over SSL (aka IMAPS).
  It hides the complexity of setting up Mail::Box::IMAP4
  with IO::Socket::SSL, Mail::IMAPClient and Mail::Transport::IMAP4.
  
  In all other respects, it resembles Mail::Box::IMAP4.
  See that module for documentation.
  
  WWW: http://search.cpan.org/dist/Mail-Box-IMAP4-SSL/
  
  PR:		208128
  Submitted by:	Henk van Oers <hvo.pm@xs4all.nl>

Added:
  head/mail/p5-Mail-Box-IMAP4-SSL/
  head/mail/p5-Mail-Box-IMAP4-SSL/Makefile   (contents, props changed)
  head/mail/p5-Mail-Box-IMAP4-SSL/distinfo   (contents, props changed)
  head/mail/p5-Mail-Box-IMAP4-SSL/pkg-descr   (contents, props changed)
  head/mail/p5-Mail-Box-IMAP4-SSL/pkg-plist   (contents, props changed)
Modified:
  head/mail/Makefile

Modified: head/mail/Makefile
==============================================================================
--- head/mail/Makefile	Sat Mar 19 07:50:55 2016	(r411380)
+++ head/mail/Makefile	Sat Mar 19 08:38:33 2016	(r411381)
@@ -362,6 +362,7 @@
     SUBDIR += p5-Mail-Audit
     SUBDIR += p5-Mail-Audit-Attach
     SUBDIR += p5-Mail-Box
+    SUBDIR += p5-Mail-Box-IMAP4-SSL
     SUBDIR += p5-Mail-Box-Parser-C
     SUBDIR += p5-Mail-Bulkmail
     SUBDIR += p5-Mail-Cache

Added: head/mail/p5-Mail-Box-IMAP4-SSL/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/p5-Mail-Box-IMAP4-SSL/Makefile	Sat Mar 19 08:38:33 2016	(r411381)
@@ -0,0 +1,25 @@
+# $FreeBSD$
+
+PORTNAME=	Mail-Box-IMAP4-SSL
+PORTVERSION=	0.03
+CATEGORIES=	mail perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	hvo.pm@xs4all.nl
+COMMENT=	Missing part of Mail::Box::IMAP4
+
+LICENSE=	APACHE20
+
+BUILD_DEPENDS=	p5-Mail-Box>=0:${PORTSDIR}/mail/p5-Mail-Box \
+		p5-superclass>=0.003:${PORTSDIR}/devel/p5-superclass \
+		p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Probe-Perl>=0:${PORTSDIR}/sysutils/p5-Probe-Perl \
+		p5-Proc-Background>=1.08:${PORTSDIR}/devel/p5-Proc-Background
+
+NO_ARCH=	yes
+USES=		perl5
+USE_PERL5=	configure
+
+.include <bsd.port.mk>

Added: head/mail/p5-Mail-Box-IMAP4-SSL/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/p5-Mail-Box-IMAP4-SSL/distinfo	Sat Mar 19 08:38:33 2016	(r411381)
@@ -0,0 +1,2 @@
+SHA256 (Mail-Box-IMAP4-SSL-0.03.tar.gz) = 8006c15958c1ada2edba1091a205c8bf99a3fa866d7f3b775bf974f02ebcc840
+SIZE (Mail-Box-IMAP4-SSL-0.03.tar.gz) = 17237

Added: head/mail/p5-Mail-Box-IMAP4-SSL/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/p5-Mail-Box-IMAP4-SSL/pkg-descr	Sat Mar 19 08:38:33 2016	(r411381)
@@ -0,0 +1,9 @@
+This is a thin subclass of Mail::Box::IMAP4 to provide IMAP
+over SSL (aka IMAPS).
+It hides the complexity of setting up Mail::Box::IMAP4
+with IO::Socket::SSL, Mail::IMAPClient and Mail::Transport::IMAP4.
+
+In all other respects, it resembles Mail::Box::IMAP4.
+See that module for documentation.
+
+WWW: http://search.cpan.org/dist/Mail-Box-IMAP4-SSL/

Added: head/mail/p5-Mail-Box-IMAP4-SSL/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/p5-Mail-Box-IMAP4-SSL/pkg-plist	Sat Mar 19 08:38:33 2016	(r411381)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Mail/Box/IMAP4/SSL.pm
+%%PERL5_MAN3%%/Mail::Box::IMAP4::SSL.3.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603190838.u2J8cYoO095836>