svn commit: r402361 - in head/www: . sogo-activesync

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Nov 24 13:33:58 UTC 2015


Author: amdmi3
Date: Tue Nov 24 13:33:56 2015
New Revision: 402361
URL: https://svnweb.freebsd.org/changeset/ports/402361

Log:
  ActiveSync is an extension to SOGo that provides support
  for the ActiveSync protocol to clients that supports
  it.
  
  WWW: http://www.sogo.nu/
  
  This is slave port for www/sogo, which enables ACTIVESYNC option
  
  PR:		204619
  Submitted by:	euan at potensol.com

Added:
  head/www/sogo-activesync/
  head/www/sogo-activesync/Makefile   (contents, props changed)
  head/www/sogo-activesync/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Tue Nov 24 13:33:48 2015	(r402360)
+++ head/www/Makefile	Tue Nov 24 13:33:56 2015	(r402361)
@@ -2040,6 +2040,7 @@
     SUBDIR += smb_auth
     SUBDIR += snarf
     SUBDIR += sogo
+    SUBDIR += sogo-activesync
     SUBDIR += spawn-fcgi
     SUBDIR += spdylay
     SUBDIR += speedtest-mini

Added: head/www/sogo-activesync/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/sogo-activesync/Makefile	Tue Nov 24 13:33:56 2015	(r402361)
@@ -0,0 +1,13 @@
+# $FreeBSD$
+
+PKGNAMESUFFIX=		-activesync
+
+MAINTAINER=		euan at potensol.com
+
+CONFLICTS=		sogo-[0-9]*
+
+OPTIONS_SLAVE=		ACTIVESYNC
+
+MASTERDIR=		${.CURDIR}/../sogo
+
+.include "${MASTERDIR}/Makefile"

Added: head/www/sogo-activesync/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/sogo-activesync/pkg-descr	Tue Nov 24 13:33:56 2015	(r402361)
@@ -0,0 +1,5 @@
+ActiveSync is an extension to SOGo that provides support
+for the ActiveSync protocol to clients that supports
+it.
+
+WWW: http://www.sogo.nu/


More information about the svn-ports-all mailing list