svn commit: r325519 - in head/mail: . pear-Horde_Imsp
Martin Matuska
mm at FreeBSD.org
Wed Aug 28 11:59:04 UTC 2013
Author: mm
Date: Wed Aug 28 11:59:02 2013
New Revision: 325519
URL: http://svnweb.freebsd.org/changeset/ports/325519
Log:
Horde_Imsp provides an Horde API into an IMSP server for address books
and options.
WWW: http://pear.horde.org
Added:
head/mail/pear-Horde_Imsp/
head/mail/pear-Horde_Imsp/Makefile (contents, props changed)
head/mail/pear-Horde_Imsp/distinfo (contents, props changed)
head/mail/pear-Horde_Imsp/pkg-descr (contents, props changed)
Modified:
head/mail/Makefile
Modified: head/mail/Makefile
==============================================================================
--- head/mail/Makefile Wed Aug 28 11:48:25 2013 (r325518)
+++ head/mail/Makefile Wed Aug 28 11:59:02 2013 (r325519)
@@ -463,6 +463,7 @@
SUBDIR += pear-Contact_Vcard_Build
SUBDIR += pear-Contact_Vcard_Parse
SUBDIR += pear-Horde_Imap_Client
+ SUBDIR += pear-Horde_Imsp
SUBDIR += pear-Horde_Kolab_Storage
SUBDIR += pear-Horde_ListHeaders
SUBDIR += pear-Horde_Mail
Added: head/mail/pear-Horde_Imsp/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/mail/pear-Horde_Imsp/Makefile Wed Aug 28 11:59:02 2013 (r325519)
@@ -0,0 +1,15 @@
+# Created by: Martin Matuska <mm at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= Horde_Imsp
+PORTVERSION= 2.0.5
+CATEGORIES= mail www pear
+
+MAINTAINER= horde at FreeBSD.org
+COMMENT= Horde IMSP library
+
+USE_HORDE_RUN= Horde_Translation
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
+.include <bsd.port.post.mk>
Added: head/mail/pear-Horde_Imsp/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/mail/pear-Horde_Imsp/distinfo Wed Aug 28 11:59:02 2013 (r325519)
@@ -0,0 +1,2 @@
+SHA256 (Horde/Horde_Imsp-2.0.5.tgz) = 495f52ebb97a6d162589a9bb70346dbeadf209507c16a834cb12cf4bcd3ea6da
+SIZE (Horde/Horde_Imsp-2.0.5.tgz) = 33269
Added: head/mail/pear-Horde_Imsp/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/mail/pear-Horde_Imsp/pkg-descr Wed Aug 28 11:59:02 2013 (r325519)
@@ -0,0 +1,4 @@
+Horde_Imsp provides an Horde API into an IMSP server for address books
+and options.
+
+WWW: http://pear.horde.org
More information about the svn-ports-head
mailing list