svn commit: r349370 - in head/mail: . pear-Horde_Mapi

Martin Matuska mm at FreeBSD.org
Thu Mar 27 23:05:35 UTC 2014


Author: mm
Date: Thu Mar 27 23:05:33 2014
New Revision: 349370
URL: http://svnweb.freebsd.org/changeset/ports/349370
QAT: https://qat.redports.org/buildarchive/r349370/

Log:
  This Horde package provides various utility classes for dealing with Microsoft
  MAPI structured data.
  
  WWW: http://pear.horde.org

Added:
  head/mail/pear-Horde_Mapi/
  head/mail/pear-Horde_Mapi/Makefile   (contents, props changed)
  head/mail/pear-Horde_Mapi/distinfo   (contents, props changed)
  head/mail/pear-Horde_Mapi/pkg-descr   (contents, props changed)
Modified:
  head/mail/Makefile

Modified: head/mail/Makefile
==============================================================================
--- head/mail/Makefile	Thu Mar 27 22:37:31 2014	(r349369)
+++ head/mail/Makefile	Thu Mar 27 23:05:33 2014	(r349370)
@@ -457,6 +457,7 @@
     SUBDIR += pear-Horde_Kolab_Storage
     SUBDIR += pear-Horde_ListHeaders
     SUBDIR += pear-Horde_Mail
+    SUBDIR += pear-Horde_Mapi
     SUBDIR += pear-Horde_Mime
     SUBDIR += pear-Horde_Mime_Viewer
     SUBDIR += pear-Horde_Smtp

Added: head/mail/pear-Horde_Mapi/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/pear-Horde_Mapi/Makefile	Thu Mar 27 23:05:33 2014	(r349370)
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME=	Horde_Mapi
+PORTVERSION=	1.0.2
+CATEGORIES=	mail www pear
+PKGNAMEPREFIX=	pear-
+
+MAINTAINER=	horde at FreeBSD.org
+COMMENT=	Horde MAPI utility library
+
+USE_HORDE_RUN=	Horde_Date \
+		Horde_Exception
+
+USE_PHP+=	bcmath
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
+.include <bsd.port.post.mk>

Added: head/mail/pear-Horde_Mapi/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/pear-Horde_Mapi/distinfo	Thu Mar 27 23:05:33 2014	(r349370)
@@ -0,0 +1,2 @@
+SHA256 (Horde/Horde_Mapi-1.0.2.tgz) = 53dfe7746f4309c20b223441b50a7ba2a71cd745015ca1fdca6c9cd4895b1f04
+SIZE (Horde/Horde_Mapi-1.0.2.tgz) = 17628

Added: head/mail/pear-Horde_Mapi/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/pear-Horde_Mapi/pkg-descr	Thu Mar 27 23:05:33 2014	(r349370)
@@ -0,0 +1,4 @@
+This Horde package provides various utility classes for dealing with Microsoft
+MAPI structured data. 
+
+WWW: http://pear.horde.org


More information about the svn-ports-head mailing list