Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Nov 2015 13:33:56 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r402361 - in head/www: . sogo-activesync
Message-ID:  <201511241333.tAODXuws011533@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511241333.tAODXuws011533>