Port details |
- sope Extensive set of GNUstep web application frameworks
- 5.7.0 devel
=0 5.5.1_2Version of this port present on the latest quarterly branch. - Maintainer: acm@FreeBSD.org
 - Port Added: 2015-09-22 10:32:29
- Last Update: 2022-06-18 07:12:34
- Commit Hash: 1bd1fba
- Also Listed In: gnustep
- License: LGPL20
- Description:
- SOPE is an extensive set of frameworks which form a complete Web
application server environment. Besides the Apple WebObjects
compatible appserver extended with Zope concepts, it contains a large
set of reusable classes: XML processing (SAX, DOM, XML-RPC),
MIME/IMAP4 processing, LDAP connectivity, RDBMS connectivity, and
iCalendar parsing.
WWW: https://sogo.nu/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS:
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/devel/sope/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/sope
- pkg install sope
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: sope
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1655535716
SHA256 (SOPE-5.7.0.tar.gz) = 24f28f164e4e1cb367542feb8bd0731cf8d71589f3ce69c9eaf9e8df0ff4dc64
SIZE (SOPE-5.7.0.tar.gz) = 2298471
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- ld.gold : devel/binutils
- gnustep-make>0 : devel/gnustep-make
- as : devel/binutils
- Runtime dependencies:
-
- memcached : databases/memcached
- Library dependencies:
-
- libxml2.so : textproc/libxml2
- libmemcached.so : databases/libmemcached
- libgnustep-base.so : lang/gnustep-base
- libobjc.so.4.6 : lang/libobjc2
- libpq.so.5 : databases/postgresql13-client
- libldap-2.4.so.2 : net/openldap24-client
- This port is required by:
- for Libraries
-
- www/sogo
- www/sogo-activesync
- Configuration Options:
- ===> The following configuration options are available for sope-5.7.0:
LDAP=on: Build with LDAP support
MEMCACHED=on: Install memcached
MYSQL=off: Build with MySQL support
PGSQL=on: Build with PostgreSQL support
===> Use 'make config' to modify these settings
- Options name:
- devel_sope
- USES:
- gmake iconv gnustep pgsql
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
18 Jun 2022 07:12:34 5.7.0
|
Jose Alonso Cardenas Marquez (acm)  |
www/sogo: Update to 5.7.0
ChangeLog
at: https://github.com/inverse-inc/sogo/blob/master/CHANGELOG.md#changelog |
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 |
10 Apr 2022 19:11:41 5.5.1_2
|
Charlie Li (vishwin)  |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
26 Mar 2022 08:27:27 5.5.1_1
|
Matthias Fechner (mfechner)  |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
15 Mar 2022 02:43:09 5.5.1
|
Piotr Kubaj (pkubaj)  |
devel/sope: unbreak on powerpc64
Builds fine. |
10 Feb 2022 00:41:56 5.5.1
|
Jose Alonso Cardenas Marquez (acm)  |
www/sogo: update to 5.5.1
ChangeLog at: https://github.com/inverse-inc/sogo/releases |
26 Jan 2022 03:08:18 5.5.0
|
Jose Alonso Cardenas Marquez (acm)  |
www/sogo: update to 5.5.0
ChangeLog
at: https://github.com/inverse-inc/sogo/blob/master/CHANGELOG.md#changelog |
22 Dec 2021 00:36:35 5.4.0
|
Jose Alonso Cardenas Marquez (acm)  |
www/sogo: update to 5.4.0
ChangeLog at: https://github.com/inverse-inc/sogo/releases/tag/SOGo-5.4.0 |
07 Dec 2021 00:45:15 5.3.0
|
Jose Alonso Cardenas Marquez (acm)  |
www/sogo: update to 5.3.0
ChangeLog
at: https://github.com/inverse-inc/sogo/blob/master/CHANGELOG.md#changelog |
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) |
22 Aug 2021 01:43:17 5.2.0
|
Jose Alonso Cardenas Marquez (acm)  |
www/sogo: devel/sope: update to 5.2.0 |
02 Aug 2021 04:41:48 5.1.1_2
|
Xin LI (delphij)  |
net/openldap24-client: bump all dependent port
In the earlier net/openldap24-server commit, only those which depend on
net/openldap24-sasl-client were bumped. Bumping all dependent port that
didn't get a bump to force a rebuild of these packages.
Suggested by: kib |
21 Jul 2021 19:12:30 5.1.1_1
|
Jose Alonso Cardenas Marquez (acm)  |
www/sogo: Fix issues on FreeBSD 13.x
PR: 255124
Reported by: info at babaei.net |
14 Jun 2021 22:18:19 5.1.1
|
Jose Alonso Cardenas Marquez (acm)  |
devel/sope: www/sogo: Update to 5.1.1
Security: 69815a1d-c31d-11eb-9633-b42e99a1b9c3 |
19 May 2021 23:12:03 5.1.0
|
Jose Alonso Cardenas Marquez (acm)  |
- devel/sope: update to 5.1.0
ChangeLog
at: https://github.com/inverse-inc/sogo/blob/master/CHANGELOG.md#changelog |
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. |
14 Feb 2021 23:21:03
5.0.1_1
|
nc  |
Update a few GNUstep ports:
* devel/gnustep-make: Update to 2.8.0
* lang/gnustep-base: Update to 1.27.0
* x11-toolkits/gnustep-back: update to 0.28.0
* x11-toolkits/gnustep-gui: update to 0.28.0
Also bump PORTREVISION on dependent ports. |
24 Dec 2020 17:46:49
5.0.1
|
acm  |
- New port: devel/sope (version 5)
SOPE is an extensive set of frameworks which form a complete Web
application server environment. Besides the Apple WebObjects
compatible appserver extended with Zope concepts, it contains a large
set of reusable classes: XML processing (SAX, DOM, XML-RPC),
MIME/IMAP4 processing, LDAP connectivity, RDBMS connectivity, and
iCalendar parsing.
WWW: https://sogo.nu/
PR: 249370
Submitted by: Lars Liedtke <liedtke at punkt.de> |
02 May 2016 23:14:00
2.3.8
|
acm  |
- Remove devel/sope. It was renamed to devel/sope2 |
01 Apr 2016 14:00:57
2.3.8
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
07 Feb 2016 09:58:02
2.3.8
|
pi  |
devel/sope: 2.3.6 -> 2.3.8
PR: 206967
Submitted by: Euan Thoms <euan@potensol.com> (maintainer) |
20 Jan 2016 13:18:59
2.3.6
|
matthew  |
Update to 2.3.6
PR: 206425
Submitted by: euan@potensol.com (maintainer) |
14 Jan 2016 08:05:11
2.3.5
|
miwi  |
- Update to 2.3.5
PR: 206188
Submitted by: maintainer |
28 Dec 2015 15:48:16
2.3.4
|
miwi  |
- Update to 2.3.4
PR: 205658
Submitted by: maintainer |
24 Nov 2015 13:33:42
2.3.3a
|
amdmi3  |
- Update to 2.3.3a
- While here, switch to options helpers
PR: 204617
Submitted by: euan@potensol.com (maintainer) |
25 Oct 2015 06:47:27
2.3.2_1
|
pi  |
devel/sope: Fix lots of compiler warnings
PR: 203909
Submitted by: Euan Thoms <euan@potensol.com> (maintainer) |
22 Sep 2015 10:32:09
2.3.2
|
pi  |
New port: devel/sope
SOPE is an extensive set of frameworks which form a complete Web
application server environment. Besides the Apple WebObjects
compatible appserver extended with Zope concepts, it contains a large
set of reusable classes: XML processing (SAX, DOM, XML-RPC),
MIME/IMAP4 processing, LDAP connectivity, RDBMS connectivity, and
iCalendar parsing.
WWW: http://sogo.nu/
PR: 200749
Submitted by: Euan Thoms <euan@potensol.com> |