Port details |
- sogo-activesync Groupware server with a focus on scalability and open standards
- 5.6.0 www
=1 5.2.0Version of this port present on the latest quarterly branch. NOTE: Slave port - quarterly revision is most likely wrong. - Maintainer: acm@FreeBSD.org
 - Port Added: 2015-11-24 13:34:57
- Last Update: 2022-05-19 23:31:13
- Commit Hash: a21f2b3
- People watching this port, also watch:: dovecot, postfix, gitlab-ce, strongswan, bird
- Also Listed In: gnustep
- License: GPLv2
- Description:
- SOGo is a fully supported and trusted groupware server with a focus on
scalability and open standards. It provides a rich AJAX-based Web
interface and supports multiple native clients through the use of
standard protocols such as CalDAV, CardDAV and GroupDAV.
WWW: https://sogo.nu/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- sogo-activesync>0:www/sogo-activesync
- Conflicts:
- CONFLICTS:
- sogo2
- sogo2-activesync
- sogo
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/www/sogo-activesync/ && make install clean
- To add the package, run one of these commands:
- pkg install www/sogo-activesync
- pkg install sogo-activesync
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: sogo-activesync
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1651943340
SHA256 (SOGo-5.6.0.tar.gz) = 4fdfb5a80f5de077ea6b7307a490b2bf763b40d1503cbde01edb1f682545ff7b
SIZE (SOGo-5.6.0.tar.gz) = 34580120
- Packages (timestamps in pop-ups are UTC):
- Master port: www/sogo
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- gnustep-make>0 : devel/gnustep-make
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- zip : archivers/zip
- Library dependencies:
-
- libmemcached.so : databases/libmemcached
- libcurl.so : ftp/curl
- libsodium.so : security/libsodium
- libzip.so : archivers/libzip
- libDOM.so : devel/sope
- libytnef.so : converters/ytnef
- libwbxml2.so : textproc/wbxml2
- liboath.so : security/oath-toolkit
- libintl.so : devel/gettext-runtime
- libgnustep-base.so : lang/gnustep-base
- libobjc.so.4.6 : lang/libobjc2
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for sogo-activesync-5.6.0:
SAML2=off: Enable support for SAML2 authentication
===> Use 'make config' to modify these settings
- Options name:
- www_sogo-activesync
- USES:
- cpe gettext-runtime gnustep objc pkgconfig shebangfix ssl
- pkg-message:
- For install:
- SOGo 4 was installed
In order to run the sogo daemon (sogod), you will need to create and configure
the main configuration file, e.g.:
cp -p /usr/local/etc/sogo/sogo.conf.sample /usr/local/etc/sogo/sogo.conf
And to allow the service to run at system startup, add sogod_enable="YES"
in your rc.conf.
If you need to allow email alarms (notifications) for calendar events, copy
the sample credentials file:
cp -p /usr/local/etc/sogo/ealarms-notify.creds.sample \
/usr/local/etc/sogo/ealarms-notify.creds
Then replace the username:password with appropriate credentials for SMTP AUTH
sending capabilities.
Then copy the sample cron executable:
cp -p /usr/local/GNUstep/Local/Tools/Admin/cron-ealarms-notify.sample \
/usr/local/GNUstep/Local/Tools/Admin/cron-ealarms-notify
And edit this file to suit your server timezone (e.g. TZ=Africa/Algiers).
Then add the following lines to the root users' crontab (crontab -e):
# Process email reminders every minute
* * * * * /usr/local/GNUstep/Local/Tools/Admin/cron-ealarms-notify
If you need to automatically purge vacation messages from users sieve scripts,
copy the sample credentials file:
cp -p ${LOCALBASE}/etc/sogo/expire-autoreply.creds.sample \
/usr/local/etc/sogo/expire-autoreply.creds
Then replace the username:password with appropriate credentials for your
IMAP servers' sieve account.
Then copy the sample cron executable:
cp -p /usr/local/GNUstep/Local/Tools/Admin/cron-expire-autoreply.sample \
/usr/local/GNUstep/Local/Tools/Admin/cron-expire-autoreply
And edit this file to suit your server timezone (e.g. TZ=Africa/Algiers).
Then add the following lines to the root users' crontab (crontab -e):
# Vacation messages expiration
# The credentials file should contain the sieve admin credentials (username:passwd)
0 0 * * * /usr/local/GNUstep/Local/Tools/Admin/cron-expire-autoreply
For more information about using SOGo, visit:
http://www.sogo.nu/downloads/documentation.html
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
This is a slave port. You may also want to view the commits to the master port: www/sogo |
Date | By | Description |
19 May 2022 23:31:13 5.6.0
|
Jose Alonso Cardenas Marquez (acm)  |
www/sogo: update to 5.6.0
ChangeLog at: https://github.com/inverse-inc/sogo/commits/SOGo-5.6.0 |
29 Oct 2021 09:50:18 5.2.0
|
Stefan Eßer (se)  |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
12 Oct 2021 15:01:38 5.2.0
|
Tobias Kortkamp (tobik)  |
*: Clean up some things
- Fix typos
- Fix overwritten variables with focus on master/slave ports
- Remove unreferenced variables
- Sort categories
- Remove redundant option descriptions
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan |
07 Apr 2021 08:09:01 5.0.1_1 
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 5.0.1_1 
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
24 Dec 2020 17:52:10
5.0.1 
|
acm  |
- New port: www/sogo-activesync
ActiveSync is an extension to SOGo that provides support
for the ActiveSync protocol to clients that supports
it.
WWW: https://sogo.nu/ |
02 May 2016 23:12:49
2.3.8_1 
|
acm  |
- Remove www/sogo-activesync. It was renamed to www/sogo2-activesync |
24 Nov 2015 13:33:56
2.3.3a 
|
amdmi3  |
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 |