Date: Fri, 9 Jan 2015 12:57:43 +0000 (UTC) From: Martin Matuska <mm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376602 - in head/mail: . pear-Horde_Mail_Autoconfig Message-ID: <201501091257.t09Cvh47049030@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mm Date: Fri Jan 9 12:57:42 2015 New Revision: 376602 URL: https://svnweb.freebsd.org/changeset/ports/376602 QAT: https://qat.redports.org/buildarchive/r376602/ Log: Horde class that attempts to automatically determine configuration options for various remote mail services (IMAP/POP3/SMTP). WWW: http://pear.horde.org Added: head/mail/pear-Horde_Mail_Autoconfig/ head/mail/pear-Horde_Mail_Autoconfig/Makefile (contents, props changed) head/mail/pear-Horde_Mail_Autoconfig/distinfo (contents, props changed) head/mail/pear-Horde_Mail_Autoconfig/pkg-descr (contents, props changed) Modified: head/mail/Makefile Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Fri Jan 9 12:49:24 2015 (r376601) +++ head/mail/Makefile Fri Jan 9 12:57:42 2015 (r376602) @@ -433,6 +433,7 @@ SUBDIR += pear-Horde_Kolab_Storage SUBDIR += pear-Horde_ListHeaders SUBDIR += pear-Horde_Mail + SUBDIR += pear-Horde_Mail_Autoconfig SUBDIR += pear-Horde_Mapi SUBDIR += pear-Horde_Mime SUBDIR += pear-Horde_Mime_Viewer Added: head/mail/pear-Horde_Mail_Autoconfig/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/pear-Horde_Mail_Autoconfig/Makefile Fri Jan 9 12:57:42 2015 (r376602) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= Horde_Mail_Autoconfig +PORTVERSION= 1.0.2 +CATEGORIES= mail www pear + +MAINTAINER= horde@FreeBSD.org +COMMENT= Horde Mail Autoconfiguration + +USES= horde +USE_HORDE_RUN= Horde_Exception \ + Horde_Http \ + Horde_Imap_Client \ + Horde_Mail \ + Horde_Smtp + +RUN_DEPENDS+= ${PEARDIR}/Net/DNS2.php:${PORTSDIR}/dns/pear-Net_DNS2 + +.include <bsd.port.mk> Added: head/mail/pear-Horde_Mail_Autoconfig/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/pear-Horde_Mail_Autoconfig/distinfo Fri Jan 9 12:57:42 2015 (r376602) @@ -0,0 +1,2 @@ +SHA256 (Horde/Horde_Mail_Autoconfig-1.0.2.tgz) = 36d02bccf11307ce6d1a89079429044f4aefbb3ae37dc7e81ff812c6daf84c36 +SIZE (Horde/Horde_Mail_Autoconfig-1.0.2.tgz) = 17725 Added: head/mail/pear-Horde_Mail_Autoconfig/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/pear-Horde_Mail_Autoconfig/pkg-descr Fri Jan 9 12:57:42 2015 (r376602) @@ -0,0 +1,4 @@ +Horde class that attempts to automatically determine configuration options +for various remote mail services (IMAP/POP3/SMTP). + +WWW: http://pear.horde.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501091257.t09Cvh47049030>