Date: Thu, 27 Mar 2014 23:05:34 +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: r349370 - in head/mail: . pear-Horde_Mapi Message-ID: <201403272305.s2RN5YZV029842@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403272305.s2RN5YZV029842>