svn commit: r325517 - in head/mail: . pear-Horde_Smtp
Martin Matuska
mm at FreeBSD.org
Wed Aug 28 11:44:49 UTC 2013
Author: mm
Date: Wed Aug 28 11:44:47 2013
New Revision: 325517
URL: http://svnweb.freebsd.org/changeset/ports/325517
Log:
Horde_Smtp provides a Horde interfaces for connecting to a SMTP (RFC 5321)
server to send e-mail messages.
Added:
head/mail/pear-Horde_Smtp/
head/mail/pear-Horde_Smtp/Makefile (contents, props changed)
head/mail/pear-Horde_Smtp/distinfo (contents, props changed)
head/mail/pear-Horde_Smtp/pkg-descr (contents, props changed)
Modified:
head/mail/Makefile
Modified: head/mail/Makefile
==============================================================================
--- head/mail/Makefile Wed Aug 28 11:44:03 2013 (r325516)
+++ head/mail/Makefile Wed Aug 28 11:44:47 2013 (r325517)
@@ -468,6 +468,7 @@
SUBDIR += pear-Horde_Mail
SUBDIR += pear-Horde_Mime
SUBDIR += pear-Horde_Mime_Viewer
+ SUBDIR += pear-Horde_Smtp
SUBDIR += pear-MIME_Type
SUBDIR += pear-Mail
SUBDIR += pear-Mail_Mbox
Added: head/mail/pear-Horde_Smtp/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/mail/pear-Horde_Smtp/Makefile Wed Aug 28 11:44:47 2013 (r325517)
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+PORTNAME= Horde_Smtp
+PORTVERSION= 1.2.0
+CATEGORIES= mail www pear
+PKGNAMEPREFIX= pear-
+
+MAINTAINER= horde at FreeBSD.org
+COMMENT= Horde SMTP Client
+
+USE_HORDE_RUN= Horde_Exception \
+ Horde_Mail \
+ Horde_Support
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
+.include <bsd.port.post.mk>
Added: head/mail/pear-Horde_Smtp/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/mail/pear-Horde_Smtp/distinfo Wed Aug 28 11:44:47 2013 (r325517)
@@ -0,0 +1,2 @@
+SHA256 (Horde/Horde_Smtp-1.2.0.tgz) = f0b49d774f59a876f9b94abf9071d1b00b77de97afeaf004c6df6c87f6dd82b1
+SIZE (Horde/Horde_Smtp-1.2.0.tgz) = 20649
Added: head/mail/pear-Horde_Smtp/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/mail/pear-Horde_Smtp/pkg-descr Wed Aug 28 11:44:47 2013 (r325517)
@@ -0,0 +1,4 @@
+This Horde package provides interfaces for connecting to a SMTP (RFC 5321)
+server to send e-mail messages.
+
+WWW: http://pear.horde.org
More information about the svn-ports-head
mailing list